2022-12-01T10:01:47.5032533Z Requested labels: linux.2xlarge 2022-12-01T10:01:47.5032609Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:01:47.5032634Z Waiting for a runner to pick up this job... 2022-12-01T10:01:47.7910365Z Job is about to start running on the runner: i-05e928f06343a7583 (organization) 2022-12-01T10:01:52.0835444Z Current runner version: '2.299.1' 2022-12-01T10:01:52.0840730Z Runner name: 'i-05e928f06343a7583' 2022-12-01T10:01:52.0841197Z Runner group name: 'Default' 2022-12-01T10:01:52.0841726Z Machine name: 'ip-10-0-5-191' 2022-12-01T10:01:52.0843691Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:01:52.0844318Z Actions: read 2022-12-01T10:01:52.0844567Z Checks: read 2022-12-01T10:01:52.0844883Z Contents: read 2022-12-01T10:01:52.0845184Z Deployments: read 2022-12-01T10:01:52.0845439Z Discussions: read 2022-12-01T10:01:52.0845722Z Issues: read 2022-12-01T10:01:52.0846031Z Metadata: read 2022-12-01T10:01:52.0846307Z Packages: read 2022-12-01T10:01:52.0846594Z Pages: read 2022-12-01T10:01:52.0846885Z PullRequests: read 2022-12-01T10:01:52.0847174Z RepositoryProjects: read 2022-12-01T10:01:52.0847504Z SecurityEvents: read 2022-12-01T10:01:52.0847821Z Statuses: read 2022-12-01T10:01:52.0848063Z ##[endgroup] 2022-12-01T10:01:52.0851086Z Secret source: None 2022-12-01T10:01:52.0851803Z Prepare workflow directory 2022-12-01T10:01:52.8014537Z Prepare all required actions 2022-12-01T10:01:52.8172049Z Getting action download info 2022-12-01T10:01:53.0191225Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:01:55.8164954Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:01:56.0256089Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:01:56.1441201Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:01:56.4305661Z Getting action download info 2022-12-01T10:01:56.5938483Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:01:56.7924755Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:01:56.7926338Z ##[group] Inputs 2022-12-01T10:01:56.7926636Z build-environment: linux-bionic-py3.7-clang9 2022-12-01T10:01:56.7927324Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-12-01T10:01:56.7928097Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:01:56.7928435Z sync-tag: 2022-12-01T10:01:56.7928612Z ##[endgroup] 2022-12-01T10:01:56.7929051Z Complete job name: linux-bionic-py3.7-clang9 / test (default, 1, 2, linux.2xlarge) 2022-12-01T10:01:56.8623437Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:01:56.8623715Z with: 2022-12-01T10:01:56.8623899Z submodules: recursive 2022-12-01T10:01:56.8624086Z fetch-depth: 0 2022-12-01T10:01:56.8624243Z env: 2022-12-01T10:01:56.8624421Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:56.8624612Z ##[endgroup] 2022-12-01T10:01:56.8845227Z ##[group]Run retry () { 2022-12-01T10:01:56.8845504Z retry () { 2022-12-01T10:01:56.8845721Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:01:56.8845940Z } 2022-12-01T10:01:56.8846128Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.8846339Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:01:56.8846579Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.8846824Z else 2022-12-01T10:01:56.8847011Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.8847205Z fi 2022-12-01T10:01:56.8847433Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.8863714Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:01:56.8863944Z env: 2022-12-01T10:01:56.8864125Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:56.8864312Z NO_SUDO: 2022-12-01T10:01:56.8864473Z ##[endgroup] 2022-12-01T10:01:56.9034731Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:02:00.0197744Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:02:00.0197990Z with: 2022-12-01T10:02:00.0198193Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:02:00.0198391Z fetch-depth: 0 2022-12-01T10:02:00.0198575Z submodules: recursive 2022-12-01T10:02:00.0198763Z quiet-checkout: true 2022-12-01T10:02:00.0198949Z repository: pytorch/pytorch 2022-12-01T10:02:00.0199327Z token: *** 2022-12-01T10:02:00.0199501Z ssh-strict: true 2022-12-01T10:02:00.0199693Z persist-credentials: true 2022-12-01T10:02:00.0199870Z clean: true 2022-12-01T10:02:00.0200041Z lfs: false 2022-12-01T10:02:00.0200230Z set-safe-directory: true 2022-12-01T10:02:00.0200395Z env: 2022-12-01T10:02:00.0200567Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:02:00.0200750Z ##[endgroup] 2022-12-01T10:02:00.1335899Z Syncing repository: pytorch/pytorch 2022-12-01T10:02:00.1337301Z ##[group]Getting Git version info 2022-12-01T10:02:00.1337740Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:02:00.1338198Z [command]/usr/bin/git version 2022-12-01T10:02:00.1338382Z git version 2.37.1 2022-12-01T10:02:00.1338938Z ##[endgroup] 2022-12-01T10:02:00.1350475Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/51d1f116-adea-4315-93df-3dbb46897241' before making global git config changes 2022-12-01T10:02:00.1350902Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:02:00.1352114Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:02:00.1388941Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:02:00.1393064Z ##[group]Initializing the repository 2022-12-01T10:02:00.1395461Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:02:00.1563520Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:02:00.1564064Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:02:00.1564631Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:02:00.1564864Z hint: 2022-12-01T10:02:00.1565141Z hint: git config --global init.defaultBranch 2022-12-01T10:02:00.1565338Z hint: 2022-12-01T10:02:00.1565620Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:02:00.1565988Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:02:00.1566205Z hint: 2022-12-01T10:02:00.1566542Z hint: git branch -m 2022-12-01T10:02:00.1566921Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:02:00.1573526Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:02:00.1601148Z ##[endgroup] 2022-12-01T10:02:00.1601507Z ##[group]Disabling automatic garbage collection 2022-12-01T10:02:00.1604374Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:02:00.1629761Z ##[endgroup] 2022-12-01T10:02:00.1630353Z ##[group]Setting up auth 2022-12-01T10:02:00.1636190Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:02:00.1663518Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:02:00.1903331Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:02:00.1929683Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-12-01T10:02:00.2166401Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:02:00.2203792Z ##[endgroup] 2022-12-01T10:02:00.2204181Z ##[group]Fetching the repository 2022-12-01T10:02:00.2209809Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-12-01T10:02:54.8593446Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:02:54.8627839Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:02:56.0898776Z ##[endgroup] 2022-12-01T10:02:56.0899187Z ##[group]Determining the checkout info 2022-12-01T10:02:56.0900285Z ##[endgroup] 2022-12-01T10:02:56.0900877Z ##[group]Checking out the ref 2022-12-01T10:02:56.0904465Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:02:57.3221920Z ##[endgroup] 2022-12-01T10:02:57.3222323Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:02:57.3226791Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:02:57.3270102Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:02:57.3298346Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:02:57.3324410Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:02:57.3348693Z ##[endgroup] 2022-12-01T10:02:57.3349045Z ##[group]Fetching submodules 2022-12-01T10:02:57.3351946Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:02:57.3606896Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:02:57.3850399Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:02:57.3851761Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:02:57.3853421Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:02:57.3855452Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:02:57.3857620Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:02:57.3862189Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:02:57.3863010Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:02:57.3865531Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:02:57.3868106Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:02:57.3870790Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:02:57.3873695Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:02:57.3876451Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:02:57.3879400Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:02:57.3882498Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:02:57.3885751Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:02:57.3888910Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:02:57.3892380Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:02:57.3895888Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:02:57.3900132Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:02:57.3904075Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:02:57.3907867Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:02:57.3911992Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:02:57.3915968Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:02:57.3920041Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:02:57.3924203Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:02:57.3928502Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:02:57.3932960Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:02:57.3937398Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:02:57.3944232Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:02:57.3948933Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:02:57.3953697Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:02:57.3958635Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:02:57.3963632Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:02:57.3968708Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:02:57.3974014Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:02:57.3979175Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:02:57.3984890Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:02:57.3990441Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:02:57.3996008Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:02:57.4001873Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:02:57.4007632Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:02:57.4031122Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:02:57.6659920Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:02:57.8835005Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:02:58.0852166Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:02:58.3578918Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:02:58.6595846Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:03:00.7289474Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:03:06.6121258Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:03:07.0145097Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:03:07.5696902Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:03:09.0890358Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:03:10.2275667Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:03:11.6555374Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:03:17.9063713Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:03:18.6814648Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:03:19.8564174Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:03:21.0446174Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:03:21.2581247Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:03:21.7258710Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:03:22.0631119Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:03:23.1292156Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:03:23.5616506Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:03:23.8105053Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:03:24.1930330Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:03:25.5624838Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:03:26.0315324Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:03:26.4329339Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:03:32.3528989Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:03:34.2508331Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:03:34.7467690Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:03:35.0095890Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:03:40.3131271Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:03:40.5299695Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:03:40.7803968Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:03:41.6782009Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:03:41.9469245Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:03:42.3166348Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:03:42.6214139Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:03:43.1798734Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:03:45.3825102Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:03:45.8703483Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:03:47.9830842Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:03:47.9924211Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:03:47.9997785Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:03:48.0200932Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:03:48.0403327Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:03:48.0723275Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:03:48.6243118Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:03:48.6434491Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:03:48.7336909Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:03:48.7647191Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:03:49.0293049Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:03:49.4035392Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:03:49.6271286Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:03:49.6693380Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:03:49.6706920Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:49.6708845Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:49.6710872Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:49.6713195Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:49.6734462Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:03:50.6050371Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:03:51.1296868Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:03:52.1783083Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:03:52.5259488Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:03:52.6167178Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:03:52.6702305Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:03:52.6793553Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:03:52.7563952Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:03:52.7886570Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:03:52.7967164Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:03:52.8323626Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:03:52.8537360Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:03:52.8955783Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:03:52.9060222Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:03:52.9072774Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:52.9093607Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:04:00.5928371Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:04:00.5943790Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:00.5966451Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:04:08.3175948Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:04:08.3270210Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:04:08.3397590Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:04:08.4258766Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:04:08.4272864Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:08.4274842Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:08.4297268Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:04:09.6321922Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:04:10.7293611Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:04:10.7786840Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:04:10.7969441Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:04:10.8094038Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:04:10.9062983Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:04:11.1261902Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:04:11.1286534Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:11.1288800Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:11.1312463Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:04:11.5984192Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:04:12.4129979Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:04:12.4407409Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:04:12.4542530Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:04:12.4557057Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:12.4576766Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:04:14.3267434Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:04:14.3285427Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:14.3287316Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:14.3309900Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:04:14.7265384Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:04:15.5603363Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:04:15.6197209Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:04:15.6211847Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:15.6232752Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-12-01T10:04:15.8748354Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:04:15.8827362Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:04:16.1156204Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:04:16.1174818Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:16.1176702Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:16.1199510Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:04:16.5639080Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:04:17.6687234Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:04:17.7303303Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:04:17.7379013Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:04:17.7474280Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:04:17.7772329Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:04:17.7850767Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:04:17.8105953Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:04:17.8191654Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:04:17.8586049Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:04:17.9565195Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:04:17.9799313Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:04:17.9812352Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:17.9814065Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:17.9816165Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:17.9818291Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:17.9839932Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:04:19.0608138Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:04:19.3288957Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:04:20.6073059Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:04:21.6081913Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:04:21.6212252Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:04:21.6798892Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:04:21.7048696Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:04:21.7060933Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.7082110Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:04:22.0408671Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:04:22.1622706Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:04:22.1650487Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:04:22.1915770Z Entering 'android/libs/fbjni' 2022-12-01T10:04:22.1949812Z Entering 'third_party/FP16' 2022-12-01T10:04:22.1985710Z Entering 'third_party/FXdiv' 2022-12-01T10:04:22.2019750Z Entering 'third_party/NNPACK' 2022-12-01T10:04:22.2055083Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:22.2093239Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:22.2127148Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:22.2173021Z Entering 'third_party/benchmark' 2022-12-01T10:04:22.2207544Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:22.2242957Z Entering 'third_party/cub' 2022-12-01T10:04:22.2279119Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:22.2318232Z Entering 'third_party/cutlass' 2022-12-01T10:04:22.2358411Z Entering 'third_party/eigen' 2022-12-01T10:04:22.2394564Z Entering 'third_party/fbgemm' 2022-12-01T10:04:22.2430120Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:22.2464655Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:22.2498175Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:22.2532200Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:22.2566539Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:22.2602966Z Entering 'third_party/fmt' 2022-12-01T10:04:22.2638108Z Entering 'third_party/foxi' 2022-12-01T10:04:22.2673003Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:22.2706788Z Entering 'third_party/gloo' 2022-12-01T10:04:22.2740464Z Entering 'third_party/googletest' 2022-12-01T10:04:22.2774649Z Entering 'third_party/ideep' 2022-12-01T10:04:22.2808497Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:22.2843423Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:22.2883906Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:22.2919138Z Entering 'third_party/ittapi' 2022-12-01T10:04:22.2955427Z Entering 'third_party/kineto' 2022-12-01T10:04:22.2989970Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:22.3024002Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:22.3057933Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:22.3092577Z Entering 'third_party/neon2sse' 2022-12-01T10:04:22.3127453Z Entering 'third_party/nlohmann' 2022-12-01T10:04:22.3163735Z Entering 'third_party/onnx' 2022-12-01T10:04:22.3210775Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.3244286Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.3281291Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:22.3315009Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:22.3352498Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.3386645Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.3419347Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.3457718Z Entering 'third_party/pocketfft' 2022-12-01T10:04:22.3492461Z Entering 'third_party/protobuf' 2022-12-01T10:04:22.3531821Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:22.3565855Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:22.3602304Z Entering 'third_party/psimd' 2022-12-01T10:04:22.3637301Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:22.3671914Z Entering 'third_party/pybind11' 2022-12-01T10:04:22.3706994Z Entering 'third_party/python-enum' 2022-12-01T10:04:22.3741881Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:22.3776069Z Entering 'third_party/python-six' 2022-12-01T10:04:22.3811201Z Entering 'third_party/sleef' 2022-12-01T10:04:22.3846557Z Entering 'third_party/tbb' 2022-12-01T10:04:22.3883625Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:22.3917779Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:22.3951897Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:22.3987627Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:22.4021918Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:22.4055356Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.4091365Z Entering 'third_party/zstd' 2022-12-01T10:04:22.4133097Z ##[endgroup] 2022-12-01T10:04:22.4133524Z ##[group]Persisting credentials for submodules 2022-12-01T10:04:22.4138633Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-12-01T10:04:22.4395591Z Entering 'android/libs/fbjni' 2022-12-01T10:04:22.4429442Z Entering 'third_party/FP16' 2022-12-01T10:04:22.4463335Z Entering 'third_party/FXdiv' 2022-12-01T10:04:22.4496807Z Entering 'third_party/NNPACK' 2022-12-01T10:04:22.4531733Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:22.4565219Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:22.4598710Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:22.4642407Z Entering 'third_party/benchmark' 2022-12-01T10:04:22.4675986Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:22.4710221Z Entering 'third_party/cub' 2022-12-01T10:04:22.4743849Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:22.4783630Z Entering 'third_party/cutlass' 2022-12-01T10:04:22.4824793Z Entering 'third_party/eigen' 2022-12-01T10:04:22.4860371Z Entering 'third_party/fbgemm' 2022-12-01T10:04:22.4894182Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:22.4928211Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:22.4961858Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:22.4994567Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:22.5029507Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:22.5065484Z Entering 'third_party/fmt' 2022-12-01T10:04:22.5099362Z Entering 'third_party/foxi' 2022-12-01T10:04:22.5133717Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:22.5170425Z Entering 'third_party/gloo' 2022-12-01T10:04:22.5204194Z Entering 'third_party/googletest' 2022-12-01T10:04:22.5238500Z Entering 'third_party/ideep' 2022-12-01T10:04:22.5272368Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:22.5307873Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:22.5347542Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:22.5382367Z Entering 'third_party/ittapi' 2022-12-01T10:04:22.5415985Z Entering 'third_party/kineto' 2022-12-01T10:04:22.5450017Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:22.5484934Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:22.5521236Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:22.5557414Z Entering 'third_party/neon2sse' 2022-12-01T10:04:22.5593022Z Entering 'third_party/nlohmann' 2022-12-01T10:04:22.5629563Z Entering 'third_party/onnx' 2022-12-01T10:04:22.5676327Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.5711622Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.5748371Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:22.5781750Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:22.5819251Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.5852966Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.5887672Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.5925732Z Entering 'third_party/pocketfft' 2022-12-01T10:04:22.5959486Z Entering 'third_party/protobuf' 2022-12-01T10:04:22.5995375Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:22.6028955Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:22.6063703Z Entering 'third_party/psimd' 2022-12-01T10:04:22.6097685Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:22.6132115Z Entering 'third_party/pybind11' 2022-12-01T10:04:22.6166662Z Entering 'third_party/python-enum' 2022-12-01T10:04:22.6200574Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:22.6234396Z Entering 'third_party/python-six' 2022-12-01T10:04:22.6268475Z Entering 'third_party/sleef' 2022-12-01T10:04:22.6301939Z Entering 'third_party/tbb' 2022-12-01T10:04:22.6336084Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:22.6372883Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:22.6405405Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:22.6439386Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:22.6472212Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:22.6504892Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.6541945Z Entering 'third_party/zstd' 2022-12-01T10:04:22.6585528Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-12-01T10:04:22.6835149Z Entering 'android/libs/fbjni' 2022-12-01T10:04:22.6866974Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:04:22.6882048Z Entering 'third_party/FP16' 2022-12-01T10:04:22.6914363Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:04:22.6928046Z Entering 'third_party/FXdiv' 2022-12-01T10:04:22.6962242Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:04:22.6976527Z Entering 'third_party/NNPACK' 2022-12-01T10:04:22.7009185Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:04:22.7024021Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:22.7056675Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:04:22.7071550Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:22.7103446Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:04:22.7117890Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:22.7149549Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:04:22.7173628Z Entering 'third_party/benchmark' 2022-12-01T10:04:22.7204466Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:04:22.7219463Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:22.7250005Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:04:22.7264673Z Entering 'third_party/cub' 2022-12-01T10:04:22.7295569Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:04:22.7310298Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:22.7342772Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:04:22.7361546Z Entering 'third_party/cutlass' 2022-12-01T10:04:22.7392472Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:04:22.7413039Z Entering 'third_party/eigen' 2022-12-01T10:04:22.7444314Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:04:22.7460463Z Entering 'third_party/fbgemm' 2022-12-01T10:04:22.7492471Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:04:22.7507685Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:22.7537930Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-12-01T10:04:22.7552391Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:22.7583468Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:04:22.7596636Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:22.7627444Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:04:22.7641329Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:22.7672740Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-12-01T10:04:22.7686929Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:22.7718604Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:04:22.7734428Z Entering 'third_party/fmt' 2022-12-01T10:04:22.7767081Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:04:22.7781293Z Entering 'third_party/foxi' 2022-12-01T10:04:22.7812797Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:04:22.7827134Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:22.7858570Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:04:22.7872951Z Entering 'third_party/gloo' 2022-12-01T10:04:22.7904697Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:04:22.7918678Z Entering 'third_party/googletest' 2022-12-01T10:04:22.7951585Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:04:22.7966427Z Entering 'third_party/ideep' 2022-12-01T10:04:22.7997814Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:04:22.8011117Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:22.8042627Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:04:22.8058148Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:22.8091803Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-12-01T10:04:22.8113661Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:22.8146208Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:04:22.8160602Z Entering 'third_party/ittapi' 2022-12-01T10:04:22.8195302Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:04:22.8209557Z Entering 'third_party/kineto' 2022-12-01T10:04:22.8242172Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:04:22.8257360Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:22.8288871Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-12-01T10:04:22.8303886Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:22.8334046Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-12-01T10:04:22.8349296Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:22.8380813Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:04:22.8394371Z Entering 'third_party/neon2sse' 2022-12-01T10:04:22.8426641Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:04:22.8440760Z Entering 'third_party/nlohmann' 2022-12-01T10:04:22.8472078Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:04:22.8487747Z Entering 'third_party/onnx' 2022-12-01T10:04:22.8519493Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:04:22.8546043Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.8577168Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:04:22.8591489Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.8623260Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:04:22.8638694Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:22.8669069Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:04:22.8682037Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:22.8713525Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:04:22.8732097Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.8762989Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:04:22.8777163Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.8809338Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:04:22.8824224Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.8854877Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-12-01T10:04:22.8873561Z Entering 'third_party/pocketfft' 2022-12-01T10:04:22.8904762Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:04:22.8918729Z Entering 'third_party/protobuf' 2022-12-01T10:04:22.8951886Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:04:22.8967936Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:22.8999435Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:04:22.9013504Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:22.9044565Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:04:22.9060564Z Entering 'third_party/psimd' 2022-12-01T10:04:22.9092010Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:04:22.9105621Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:22.9136707Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:04:22.9150390Z Entering 'third_party/pybind11' 2022-12-01T10:04:22.9180871Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:04:22.9195482Z Entering 'third_party/python-enum' 2022-12-01T10:04:22.9226917Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:04:22.9240092Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:22.9271355Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:04:22.9285496Z Entering 'third_party/python-six' 2022-12-01T10:04:22.9316645Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:04:22.9330984Z Entering 'third_party/sleef' 2022-12-01T10:04:22.9362326Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:04:22.9376581Z Entering 'third_party/tbb' 2022-12-01T10:04:22.9408078Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:04:22.9424428Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:22.9457057Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:04:22.9471458Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:22.9503124Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:04:22.9516859Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:22.9548439Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-12-01T10:04:22.9563065Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:22.9593816Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-12-01T10:04:22.9607645Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:22.9639422Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:04:22.9652559Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.9685193Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-12-01T10:04:22.9701808Z Entering 'third_party/zstd' 2022-12-01T10:04:22.9732204Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:04:23.1000388Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:04:23.1268209Z Entering 'android/libs/fbjni' 2022-12-01T10:04:23.1303161Z Entering 'third_party/FP16' 2022-12-01T10:04:23.1337977Z Entering 'third_party/FXdiv' 2022-12-01T10:04:23.1373469Z Entering 'third_party/NNPACK' 2022-12-01T10:04:23.1409735Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:23.1446448Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:23.1482709Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:23.1528242Z Entering 'third_party/benchmark' 2022-12-01T10:04:23.1562533Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:23.1597437Z Entering 'third_party/cub' 2022-12-01T10:04:23.1632038Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:23.1671793Z Entering 'third_party/cutlass' 2022-12-01T10:04:23.1712332Z Entering 'third_party/eigen' 2022-12-01T10:04:23.1748712Z Entering 'third_party/fbgemm' 2022-12-01T10:04:23.1782852Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:23.1815921Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:23.1849568Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:23.1886460Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:23.1922408Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:23.1960125Z Entering 'third_party/fmt' 2022-12-01T10:04:23.1997548Z Entering 'third_party/foxi' 2022-12-01T10:04:23.2034429Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:23.2071028Z Entering 'third_party/gloo' 2022-12-01T10:04:23.2106329Z Entering 'third_party/googletest' 2022-12-01T10:04:23.2142318Z Entering 'third_party/ideep' 2022-12-01T10:04:23.2176912Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:23.2214031Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:23.2254825Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:23.2291964Z Entering 'third_party/ittapi' 2022-12-01T10:04:23.2326249Z Entering 'third_party/kineto' 2022-12-01T10:04:23.2359979Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:23.2395020Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:23.2430922Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:23.2465343Z Entering 'third_party/neon2sse' 2022-12-01T10:04:23.2498759Z Entering 'third_party/nlohmann' 2022-12-01T10:04:23.2534797Z Entering 'third_party/onnx' 2022-12-01T10:04:23.2579617Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:23.2614018Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:23.2650186Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:23.2684483Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:23.2722055Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:23.2756719Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:23.2791241Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:23.2828801Z Entering 'third_party/pocketfft' 2022-12-01T10:04:23.2862744Z Entering 'third_party/protobuf' 2022-12-01T10:04:23.2900645Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:23.2934652Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:23.2970666Z Entering 'third_party/psimd' 2022-12-01T10:04:23.3037468Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:23.3042448Z Entering 'third_party/pybind11' 2022-12-01T10:04:23.3077610Z Entering 'third_party/python-enum' 2022-12-01T10:04:23.3111311Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:23.3145376Z Entering 'third_party/python-six' 2022-12-01T10:04:23.3179467Z Entering 'third_party/sleef' 2022-12-01T10:04:23.3214456Z Entering 'third_party/tbb' 2022-12-01T10:04:23.3250698Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:23.3285301Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:23.3318836Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:23.3352074Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:23.3386697Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:23.3420231Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:23.3456158Z Entering 'third_party/zstd' 2022-12-01T10:04:23.3500537Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:04:23.3751376Z Entering 'android/libs/fbjni' 2022-12-01T10:04:23.3785224Z Entering 'third_party/FP16' 2022-12-01T10:04:23.3818873Z Entering 'third_party/FXdiv' 2022-12-01T10:04:23.3853231Z Entering 'third_party/NNPACK' 2022-12-01T10:04:23.3886911Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:23.3921641Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:23.3956607Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:23.4000336Z Entering 'third_party/benchmark' 2022-12-01T10:04:23.4035364Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:23.4070485Z Entering 'third_party/cub' 2022-12-01T10:04:23.4105252Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:23.4144953Z Entering 'third_party/cutlass' 2022-12-01T10:04:23.4185397Z Entering 'third_party/eigen' 2022-12-01T10:04:23.4222104Z Entering 'third_party/fbgemm' 2022-12-01T10:04:23.4256716Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:23.4290548Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:23.4325364Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:23.4358925Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:23.4392992Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:23.4429126Z Entering 'third_party/fmt' 2022-12-01T10:04:23.4462994Z Entering 'third_party/foxi' 2022-12-01T10:04:23.4497066Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:23.4532324Z Entering 'third_party/gloo' 2022-12-01T10:04:23.4566340Z Entering 'third_party/googletest' 2022-12-01T10:04:23.4602268Z Entering 'third_party/ideep' 2022-12-01T10:04:23.4636799Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:23.4672111Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:23.4711644Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:23.4745826Z Entering 'third_party/ittapi' 2022-12-01T10:04:23.4779735Z Entering 'third_party/kineto' 2022-12-01T10:04:23.4814617Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:23.4849264Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:23.4885120Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:23.4920473Z Entering 'third_party/neon2sse' 2022-12-01T10:04:23.4955804Z Entering 'third_party/nlohmann' 2022-12-01T10:04:23.4992136Z Entering 'third_party/onnx' 2022-12-01T10:04:23.5040362Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:23.5074982Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:23.5111265Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:23.5147551Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:23.5185535Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:23.5219509Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:23.5253410Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:23.5292247Z Entering 'third_party/pocketfft' 2022-12-01T10:04:23.5326293Z Entering 'third_party/protobuf' 2022-12-01T10:04:23.5363583Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:23.5396948Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:23.5432729Z Entering 'third_party/psimd' 2022-12-01T10:04:23.5467668Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:23.5502267Z Entering 'third_party/pybind11' 2022-12-01T10:04:23.5537498Z Entering 'third_party/python-enum' 2022-12-01T10:04:23.5573356Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:23.5608461Z Entering 'third_party/python-six' 2022-12-01T10:04:23.5645538Z Entering 'third_party/sleef' 2022-12-01T10:04:23.5680465Z Entering 'third_party/tbb' 2022-12-01T10:04:23.5716602Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:23.5751788Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:23.5785803Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:23.5819549Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:23.5853885Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:23.5888071Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:23.5925133Z Entering 'third_party/zstd' 2022-12-01T10:04:23.5967397Z ##[endgroup] 2022-12-01T10:04:23.6004980Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:04:23.6031487Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:04:23.6158382Z Prepare all required actions 2022-12-01T10:04:23.6185052Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:04:23.6185282Z env: 2022-12-01T10:04:23.6185489Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:23.6185691Z ##[endgroup] 2022-12-01T10:04:23.6201429Z ##[group]Run set -euo pipefail 2022-12-01T10:04:23.6201692Z set -euo pipefail 2022-12-01T10:04:23.6201937Z function get_ec2_metadata() { 2022-12-01T10:04:23.6202199Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:04:23.6202590Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:04:23.6202923Z  category=$1 2022-12-01T10:04:23.6203187Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:04:23.6203443Z } 2022-12-01T10:04:23.6203675Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:04:23.6203983Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:04:23.6204382Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:04:23.6204649Z echo "system info $(uname -a)" 2022-12-01T10:04:23.6216215Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:23.6216464Z env: 2022-12-01T10:04:23.6216653Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:23.6216871Z ##[endgroup] 2022-12-01T10:04:23.6294222Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:04:23.6344852Z instance-id: i-05e928f06343a7583 2022-12-01T10:04:23.6392901Z instance-type: c5.2xlarge 2022-12-01T10:04:23.6399510Z system info Linux ip-10-0-5-191.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-12-01T10:04:23.6414844Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:04:23.6415125Z if systemctl is-active --quiet docker; then 2022-12-01T10:04:23.6415363Z  echo "Docker daemon is running..."; 2022-12-01T10:04:23.6415580Z else 2022-12-01T10:04:23.6415815Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:04:23.6416031Z fi 2022-12-01T10:04:23.6426997Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:23.6427218Z env: 2022-12-01T10:04:23.6427382Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:23.6427570Z ##[endgroup] 2022-12-01T10:04:23.6548187Z Docker daemon is running... 2022-12-01T10:04:23.6563850Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:04:23.6564207Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:04:23.6564488Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:23.6564862Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:04:23.6565201Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:04:23.6575233Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:23.6575457Z env: 2022-12-01T10:04:23.6575621Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:23.6575823Z AWS_RETRY_MODE: standard 2022-12-01T10:04:23.6576015Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:04:23.6576199Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:04:23.6576392Z ##[endgroup] 2022-12-01T10:04:24.4781216Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:04:24.4781566Z Configure a credential helper to remove this warning. See 2022-12-01T10:04:24.4782804Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:04:24.4783109Z Login Succeeded 2022-12-01T10:04:24.4783228Z 2022-12-01T10:04:24.4816702Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:24.4817035Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:24.4817415Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:24.4829233Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:24.4829485Z env: 2022-12-01T10:04:24.4829693Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:24.4829901Z ##[endgroup] 2022-12-01T10:04:24.4903725Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:04:24.4903955Z with: 2022-12-01T10:04:24.4904299Z github-secret: *** 2022-12-01T10:04:24.4904504Z activate-with-label: false 2022-12-01T10:04:24.4904688Z label: with-ssh 2022-12-01T10:04:24.4904885Z remove-existing-keys: true 2022-12-01T10:04:24.4905070Z env: 2022-12-01T10:04:24.4905227Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:24.4905415Z ##[endgroup] 2022-12-01T10:04:24.9124490Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:04:25.0018991Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:04:25.0031979Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:04:25.0057477Z Login using: ssh ec2-user@ec2-3-237-9-254.compute-1.amazonaws.com 2022-12-01T10:04:25.0127844Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:04:25.0128292Z with: 2022-12-01T10:04:25.0128889Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:25.0129476Z env: 2022-12-01T10:04:25.0129777Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:25.0130090Z ##[endgroup] 2022-12-01T10:04:25.0146014Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:25.0146503Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:25.0146964Z # ignore output since only exit code is used for conditional 2022-12-01T10:04:25.0147462Z # only pull docker image if it's not available locally 2022-12-01T10:04:25.0147998Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:04:25.0148530Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:04:25.0148896Z fi 2022-12-01T10:04:25.0164529Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:25.0164965Z env: 2022-12-01T10:04:25.0165320Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:25.0165968Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:25.0166604Z ##[endgroup] 2022-12-01T10:04:25.2423835Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-bionic-py3.7-clang9 2022-12-01T10:04:25.2424405Z 726b8a513d66: Pulling fs layer 2022-12-01T10:04:25.2424740Z 4c162df00807: Pulling fs layer 2022-12-01T10:04:25.2425071Z 12d7c3bb4071: Pulling fs layer 2022-12-01T10:04:25.2425548Z a4ada130b3d8: Pulling fs layer 2022-12-01T10:04:25.2425888Z 1c004b6833a9: Pulling fs layer 2022-12-01T10:04:25.2434910Z c69cf3e07f05: Pulling fs layer 2022-12-01T10:04:25.2435244Z d7fa3cc1c4b0: Pulling fs layer 2022-12-01T10:04:25.2435606Z 5b3f7eea69ee: Pulling fs layer 2022-12-01T10:04:25.2435842Z f3b75eca38c8: Pulling fs layer 2022-12-01T10:04:25.2436029Z 1c004b6833a9: Waiting 2022-12-01T10:04:25.2436197Z a4ada130b3d8: Waiting 2022-12-01T10:04:25.2436374Z c69cf3e07f05: Waiting 2022-12-01T10:04:25.2436546Z 5b3f7eea69ee: Waiting 2022-12-01T10:04:25.2436705Z f3b75eca38c8: Waiting 2022-12-01T10:04:25.2436890Z fb9742168942: Pulling fs layer 2022-12-01T10:04:25.2437086Z ba69bdb35bc3: Pulling fs layer 2022-12-01T10:04:25.2437271Z 270cb7e030e6: Pulling fs layer 2022-12-01T10:04:25.2437470Z cf0509a05e67: Pulling fs layer 2022-12-01T10:04:25.2437664Z c7c883db0ae1: Pulling fs layer 2022-12-01T10:04:25.2437844Z e403471ed02a: Pulling fs layer 2022-12-01T10:04:25.2438022Z fb9742168942: Waiting 2022-12-01T10:04:25.2438202Z 746c4a84b946: Pulling fs layer 2022-12-01T10:04:25.2438397Z ba69bdb35bc3: Waiting 2022-12-01T10:04:25.2438661Z cf0509a05e67: Waiting 2022-12-01T10:04:25.2438942Z a1625d05811f: Pulling fs layer 2022-12-01T10:04:25.2439212Z 270cb7e030e6: Waiting 2022-12-01T10:04:25.2439486Z d4230d2a5583: Pulling fs layer 2022-12-01T10:04:25.2439811Z c7c883db0ae1: Waiting 2022-12-01T10:04:25.2440102Z e403471ed02a: Waiting 2022-12-01T10:04:25.2440432Z 35dbacbde92e: Pulling fs layer 2022-12-01T10:04:25.2440734Z 746c4a84b946: Waiting 2022-12-01T10:04:25.2441003Z 74f159c4e8f4: Pulling fs layer 2022-12-01T10:04:25.2441305Z 30e25e3dd13e: Pulling fs layer 2022-12-01T10:04:25.2441505Z a1625d05811f: Waiting 2022-12-01T10:04:25.2441672Z d4230d2a5583: Waiting 2022-12-01T10:04:25.2441842Z d9a2350b6e9c: Pulling fs layer 2022-12-01T10:04:25.2442099Z 35dbacbde92e: Waiting 2022-12-01T10:04:25.2442376Z 74f159c4e8f4: Waiting 2022-12-01T10:04:25.2442677Z 892077bdfb99: Pulling fs layer 2022-12-01T10:04:25.2443026Z 30e25e3dd13e: Waiting 2022-12-01T10:04:25.2443337Z 21bc22d75102: Pulling fs layer 2022-12-01T10:04:25.2443861Z 882d6677f9d0: Pulling fs layer 2022-12-01T10:04:25.2444135Z 21bc22d75102: Waiting 2022-12-01T10:04:25.2444315Z 61e5f18293fb: Pulling fs layer 2022-12-01T10:04:25.2444560Z 0c99ed5e47b0: Pulling fs layer 2022-12-01T10:04:25.2444757Z de5ace6d3a82: Pulling fs layer 2022-12-01T10:04:25.2444953Z 1d13d3c2c08b: Pulling fs layer 2022-12-01T10:04:25.2445125Z 61e5f18293fb: Waiting 2022-12-01T10:04:25.2445296Z 882d6677f9d0: Waiting 2022-12-01T10:04:25.2445499Z 700c1b016e9c: Pulling fs layer 2022-12-01T10:04:25.2445676Z 2f80402944a8: Pulling fs layer 2022-12-01T10:04:25.2445867Z 3a954d3daee2: Pulling fs layer 2022-12-01T10:04:25.2446047Z 0c99ed5e47b0: Waiting 2022-12-01T10:04:25.2446228Z c7064c3fe401: Pulling fs layer 2022-12-01T10:04:25.2446396Z 1d13d3c2c08b: Waiting 2022-12-01T10:04:25.2446570Z 700c1b016e9c: Waiting 2022-12-01T10:04:25.2446827Z 379b44c142c3: Pulling fs layer 2022-12-01T10:04:25.2447057Z 2f80402944a8: Waiting 2022-12-01T10:04:25.2447363Z acc9cb4226e8: Pulling fs layer 2022-12-01T10:04:25.2447666Z 3a954d3daee2: Waiting 2022-12-01T10:04:25.2447928Z c7064c3fe401: Waiting 2022-12-01T10:04:25.2448217Z 379b44c142c3: Waiting 2022-12-01T10:04:25.2448544Z 04a9294e28b0: Pulling fs layer 2022-12-01T10:04:25.2448849Z acc9cb4226e8: Waiting 2022-12-01T10:04:25.2449186Z cfc71ad63958: Pulling fs layer 2022-12-01T10:04:25.2449523Z 486e91289918: Pulling fs layer 2022-12-01T10:04:25.2449836Z cfc71ad63958: Waiting 2022-12-01T10:04:25.2450156Z 98b91e719899: Pulling fs layer 2022-12-01T10:04:25.2450348Z 086a9aefc964: Pulling fs layer 2022-12-01T10:04:25.2450529Z e39d6e9213cc: Pulling fs layer 2022-12-01T10:04:25.2450805Z 721a11edd37d: Pulling fs layer 2022-12-01T10:04:25.2450985Z 486e91289918: Waiting 2022-12-01T10:04:25.2451150Z e9641285c2a8: Pulling fs layer 2022-12-01T10:04:25.2451339Z 592c7690849c: Pulling fs layer 2022-12-01T10:04:25.2451518Z e39d6e9213cc: Waiting 2022-12-01T10:04:25.2451678Z 086a9aefc964: Waiting 2022-12-01T10:04:25.2451863Z bfafe70370d0: Pulling fs layer 2022-12-01T10:04:25.2452044Z 721a11edd37d: Waiting 2022-12-01T10:04:25.2452222Z 0adbe1559bf5: Pulling fs layer 2022-12-01T10:04:25.2452400Z e9641285c2a8: Waiting 2022-12-01T10:04:25.2452580Z f14c564c7117: Pulling fs layer 2022-12-01T10:04:25.2452761Z a63b16c316d4: Pulling fs layer 2022-12-01T10:04:25.2452938Z f14c564c7117: Waiting 2022-12-01T10:04:25.2453119Z 7e36a9a0278d: Pulling fs layer 2022-12-01T10:04:25.2453303Z fdb717be0bec: Pulling fs layer 2022-12-01T10:04:25.2453501Z 7e36a9a0278d: Waiting 2022-12-01T10:04:25.2453686Z cbe98da5c664: Pulling fs layer 2022-12-01T10:04:25.2453869Z fdb717be0bec: Waiting 2022-12-01T10:04:25.2454088Z cec98a24dbc4: Pulling fs layer 2022-12-01T10:04:25.2454282Z f78b1ddfe0f0: Pulling fs layer 2022-12-01T10:04:25.2454501Z 3ef99cf88871: Pulling fs layer 2022-12-01T10:04:25.2454688Z 6adffe6d0822: Pulling fs layer 2022-12-01T10:04:25.2454880Z 23d8dc483f65: Pulling fs layer 2022-12-01T10:04:25.2455063Z cbe98da5c664: Waiting 2022-12-01T10:04:25.2455226Z cec98a24dbc4: Waiting 2022-12-01T10:04:25.2455400Z f78b1ddfe0f0: Waiting 2022-12-01T10:04:25.2455587Z acb57cbc9657: Pulling fs layer 2022-12-01T10:04:25.2455757Z 3ef99cf88871: Waiting 2022-12-01T10:04:25.2455938Z 4b911fbe2260: Pulling fs layer 2022-12-01T10:04:25.2456119Z 6adffe6d0822: Waiting 2022-12-01T10:04:25.2456289Z a29c59a3a158: Pulling fs layer 2022-12-01T10:04:25.2456472Z acb57cbc9657: Waiting 2022-12-01T10:04:25.2456643Z 23d8dc483f65: Waiting 2022-12-01T10:04:25.2456810Z 7c23f774c2d1: Pulling fs layer 2022-12-01T10:04:25.2456988Z 4b911fbe2260: Waiting 2022-12-01T10:04:25.2457157Z a29c59a3a158: Waiting 2022-12-01T10:04:25.2457311Z 7c23f774c2d1: Waiting 2022-12-01T10:04:25.5478820Z 4c162df00807: Download complete 2022-12-01T10:04:25.5603861Z 726b8a513d66: Verifying Checksum 2022-12-01T10:04:25.5604158Z 726b8a513d66: Download complete 2022-12-01T10:04:25.6224603Z a4ada130b3d8: Download complete 2022-12-01T10:04:25.6969048Z c69cf3e07f05: Verifying Checksum 2022-12-01T10:04:25.6969481Z c69cf3e07f05: Download complete 2022-12-01T10:04:25.7745815Z d7fa3cc1c4b0: Download complete 2022-12-01T10:04:25.8969033Z 5b3f7eea69ee: Verifying Checksum 2022-12-01T10:04:25.9822440Z f3b75eca38c8: Verifying Checksum 2022-12-01T10:04:25.9823267Z f3b75eca38c8: Download complete 2022-12-01T10:04:26.0570136Z fb9742168942: Download complete 2022-12-01T10:04:26.1720769Z ba69bdb35bc3: Download complete 2022-12-01T10:04:26.2288863Z 726b8a513d66: Pull complete 2022-12-01T10:04:26.2586916Z 270cb7e030e6: Download complete 2022-12-01T10:04:26.3212338Z 4c162df00807: Pull complete 2022-12-01T10:04:26.3554917Z cf0509a05e67: Verifying Checksum 2022-12-01T10:04:26.3555324Z cf0509a05e67: Download complete 2022-12-01T10:04:26.6233062Z 1c004b6833a9: Verifying Checksum 2022-12-01T10:04:26.6233595Z 1c004b6833a9: Download complete 2022-12-01T10:04:26.6941680Z e403471ed02a: Verifying Checksum 2022-12-01T10:04:26.6942105Z e403471ed02a: Download complete 2022-12-01T10:04:26.7570550Z 746c4a84b946: Download complete 2022-12-01T10:04:26.8985501Z d4230d2a5583: Verifying Checksum 2022-12-01T10:04:26.8985936Z d4230d2a5583: Download complete 2022-12-01T10:04:26.9843637Z 35dbacbde92e: Download complete 2022-12-01T10:04:27.0628572Z 74f159c4e8f4: Verifying Checksum 2022-12-01T10:04:27.0628979Z 74f159c4e8f4: Download complete 2022-12-01T10:04:27.1316400Z 30e25e3dd13e: Verifying Checksum 2022-12-01T10:04:27.1316907Z 30e25e3dd13e: Download complete 2022-12-01T10:04:27.1828008Z d9a2350b6e9c: Verifying Checksum 2022-12-01T10:04:27.1828686Z d9a2350b6e9c: Download complete 2022-12-01T10:04:27.2608109Z 892077bdfb99: Verifying Checksum 2022-12-01T10:04:27.3288682Z 892077bdfb99: Download complete 2022-12-01T10:04:27.3288939Z 21bc22d75102: Verifying Checksum 2022-12-01T10:04:27.3289142Z 21bc22d75102: Download complete 2022-12-01T10:04:27.9760108Z 12d7c3bb4071: Verifying Checksum 2022-12-01T10:04:27.9760575Z 12d7c3bb4071: Download complete 2022-12-01T10:04:28.0507800Z 61e5f18293fb: Verifying Checksum 2022-12-01T10:04:28.0508195Z 61e5f18293fb: Download complete 2022-12-01T10:04:28.1169064Z 0c99ed5e47b0: Download complete 2022-12-01T10:04:28.2025837Z de5ace6d3a82: Verifying Checksum 2022-12-01T10:04:28.2026278Z de5ace6d3a82: Download complete 2022-12-01T10:04:28.2654234Z 882d6677f9d0: Verifying Checksum 2022-12-01T10:04:28.2654688Z 882d6677f9d0: Download complete 2022-12-01T10:04:28.2916039Z 1d13d3c2c08b: Verifying Checksum 2022-12-01T10:04:28.3327436Z 1d13d3c2c08b: Download complete 2022-12-01T10:04:28.3327681Z 700c1b016e9c: Verifying Checksum 2022-12-01T10:04:28.3327972Z 700c1b016e9c: Download complete 2022-12-01T10:04:28.4134984Z 3a954d3daee2: Verifying Checksum 2022-12-01T10:04:28.4135383Z 3a954d3daee2: Download complete 2022-12-01T10:04:28.5730959Z 379b44c142c3: Verifying Checksum 2022-12-01T10:04:28.5731262Z 379b44c142c3: Download complete 2022-12-01T10:04:28.6491133Z acc9cb4226e8: Verifying Checksum 2022-12-01T10:04:28.6492329Z acc9cb4226e8: Download complete 2022-12-01T10:04:28.7264746Z 04a9294e28b0: Verifying Checksum 2022-12-01T10:04:28.7265512Z 04a9294e28b0: Download complete 2022-12-01T10:04:28.8075553Z cfc71ad63958: Verifying Checksum 2022-12-01T10:04:28.8076110Z cfc71ad63958: Download complete 2022-12-01T10:04:28.8791562Z 486e91289918: Download complete 2022-12-01T10:04:28.9497035Z 98b91e719899: Download complete 2022-12-01T10:04:30.2780192Z 2f80402944a8: Verifying Checksum 2022-12-01T10:04:30.2780481Z 2f80402944a8: Download complete 2022-12-01T10:04:30.3586912Z e39d6e9213cc: Verifying Checksum 2022-12-01T10:04:30.3587316Z e39d6e9213cc: Download complete 2022-12-01T10:04:30.4434449Z 721a11edd37d: Verifying Checksum 2022-12-01T10:04:30.4434870Z 721a11edd37d: Download complete 2022-12-01T10:04:31.1312825Z 086a9aefc964: Verifying Checksum 2022-12-01T10:04:31.1313253Z 086a9aefc964: Download complete 2022-12-01T10:04:31.2191712Z 592c7690849c: Download complete 2022-12-01T10:04:31.3107186Z bfafe70370d0: Download complete 2022-12-01T10:04:31.7640033Z 0adbe1559bf5: Verifying Checksum 2022-12-01T10:04:31.7640463Z 0adbe1559bf5: Download complete 2022-12-01T10:04:31.8347913Z f14c564c7117: Verifying Checksum 2022-12-01T10:04:31.8348172Z f14c564c7117: Download complete 2022-12-01T10:04:31.8988139Z a63b16c316d4: Verifying Checksum 2022-12-01T10:04:31.8988498Z a63b16c316d4: Download complete 2022-12-01T10:04:31.9748103Z 7e36a9a0278d: Download complete 2022-12-01T10:04:32.0542710Z fdb717be0bec: Download complete 2022-12-01T10:04:32.3037529Z cbe98da5c664: Verifying Checksum 2022-12-01T10:04:32.3037985Z cbe98da5c664: Download complete 2022-12-01T10:04:32.3812776Z cec98a24dbc4: Download complete 2022-12-01T10:04:32.4529127Z f78b1ddfe0f0: Download complete 2022-12-01T10:04:34.0909716Z 12d7c3bb4071: Pull complete 2022-12-01T10:04:34.3010271Z a4ada130b3d8: Pull complete 2022-12-01T10:04:35.6957113Z 3ef99cf88871: Verifying Checksum 2022-12-01T10:04:35.6957820Z 3ef99cf88871: Download complete 2022-12-01T10:04:35.7577718Z 6adffe6d0822: Verifying Checksum 2022-12-01T10:04:35.7578198Z 6adffe6d0822: Download complete 2022-12-01T10:04:35.8712547Z 23d8dc483f65: Download complete 2022-12-01T10:04:35.9376564Z acb57cbc9657: Verifying Checksum 2022-12-01T10:04:35.9376957Z acb57cbc9657: Download complete 2022-12-01T10:04:36.0113301Z 4b911fbe2260: Download complete 2022-12-01T10:04:37.0652933Z 7c23f774c2d1: Verifying Checksum 2022-12-01T10:04:37.0653200Z 7c23f774c2d1: Download complete 2022-12-01T10:04:43.7223640Z 1c004b6833a9: Pull complete 2022-12-01T10:04:43.8249410Z c7c883db0ae1: Verifying Checksum 2022-12-01T10:04:43.8249672Z c7c883db0ae1: Download complete 2022-12-01T10:04:44.0404874Z c69cf3e07f05: Pull complete 2022-12-01T10:04:44.4431770Z d7fa3cc1c4b0: Pull complete 2022-12-01T10:04:44.7456112Z 5b3f7eea69ee: Pull complete 2022-12-01T10:04:44.9439050Z f3b75eca38c8: Pull complete 2022-12-01T10:04:45.1535450Z fb9742168942: Pull complete 2022-12-01T10:04:45.3936104Z ba69bdb35bc3: Pull complete 2022-12-01T10:04:45.6241272Z 270cb7e030e6: Pull complete 2022-12-01T10:04:45.8724376Z cf0509a05e67: Pull complete 2022-12-01T10:05:13.4966700Z c7c883db0ae1: Pull complete 2022-12-01T10:05:13.8285911Z e403471ed02a: Pull complete 2022-12-01T10:05:14.0428162Z 746c4a84b946: Pull complete 2022-12-01T10:05:14.2731941Z a1625d05811f: Pull complete 2022-12-01T10:05:14.4856415Z d4230d2a5583: Pull complete 2022-12-01T10:05:14.6895897Z 35dbacbde92e: Pull complete 2022-12-01T10:05:14.9272109Z 74f159c4e8f4: Pull complete 2022-12-01T10:05:15.0762536Z 30e25e3dd13e: Pull complete 2022-12-01T10:05:15.2172967Z d9a2350b6e9c: Pull complete 2022-12-01T10:05:15.4168160Z 892077bdfb99: Pull complete 2022-12-01T10:05:15.6611966Z 21bc22d75102: Pull complete 2022-12-01T10:05:17.4748428Z e9641285c2a8: Verifying Checksum 2022-12-01T10:05:17.4749685Z e9641285c2a8: Download complete 2022-12-01T10:05:17.5656767Z 882d6677f9d0: Pull complete 2022-12-01T10:05:17.7998457Z 61e5f18293fb: Pull complete 2022-12-01T10:05:18.0317503Z 0c99ed5e47b0: Pull complete 2022-12-01T10:05:18.2611219Z de5ace6d3a82: Pull complete 2022-12-01T10:05:18.4738888Z 1d13d3c2c08b: Pull complete 2022-12-01T10:05:18.7083590Z 700c1b016e9c: Pull complete 2022-12-01T10:05:22.8137806Z 2f80402944a8: Pull complete 2022-12-01T10:05:23.0248834Z 3a954d3daee2: Pull complete 2022-12-01T10:05:23.2430726Z c7064c3fe401: Pull complete 2022-12-01T10:05:23.4585439Z 379b44c142c3: Pull complete 2022-12-01T10:05:23.6755752Z acc9cb4226e8: Pull complete 2022-12-01T10:05:23.9076449Z 04a9294e28b0: Pull complete 2022-12-01T10:05:24.1186436Z cfc71ad63958: Pull complete 2022-12-01T10:05:24.3416127Z 486e91289918: Pull complete 2022-12-01T10:05:24.5726149Z 98b91e719899: Pull complete 2022-12-01T10:05:31.1960834Z 086a9aefc964: Pull complete 2022-12-01T10:05:31.4236710Z e39d6e9213cc: Pull complete 2022-12-01T10:05:31.6251369Z 721a11edd37d: Pull complete 2022-12-01T10:05:48.5631112Z e9641285c2a8: Pull complete 2022-12-01T10:05:48.8260181Z 592c7690849c: Pull complete 2022-12-01T10:05:49.0192849Z bfafe70370d0: Pull complete 2022-12-01T10:05:50.1743377Z 0adbe1559bf5: Pull complete 2022-12-01T10:05:50.3318590Z f14c564c7117: Pull complete 2022-12-01T10:05:50.5321942Z a63b16c316d4: Pull complete 2022-12-01T10:05:50.7631928Z 7e36a9a0278d: Pull complete 2022-12-01T10:05:50.9837928Z fdb717be0bec: Pull complete 2022-12-01T10:05:51.4315115Z cbe98da5c664: Pull complete 2022-12-01T10:05:51.6673653Z cec98a24dbc4: Pull complete 2022-12-01T10:05:51.8157093Z f78b1ddfe0f0: Pull complete 2022-12-01T10:05:55.7310432Z 3ef99cf88871: Pull complete 2022-12-01T10:05:55.9445685Z 6adffe6d0822: Pull complete 2022-12-01T10:05:56.1584609Z 23d8dc483f65: Pull complete 2022-12-01T10:05:56.3999851Z acb57cbc9657: Pull complete 2022-12-01T10:05:56.6250781Z 4b911fbe2260: Pull complete 2022-12-01T10:05:56.8612871Z a29c59a3a158: Pull complete 2022-12-01T10:05:58.4526428Z 7c23f774c2d1: Pull complete 2022-12-01T10:05:58.5864960Z Digest: sha256:922efd3e5de9c9bb7c8bbf26292cfc402e4fe496007343b3cdeaa900d9eba7e5 2022-12-01T10:05:58.6199754Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:05:58.6502137Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:05:58.6642174Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:05:58.6642461Z python3 -m pip install psutil==5.9.1 2022-12-01T10:05:58.6642685Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:05:58.6642948Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:05:58.6643230Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:05:59.2521450Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:05:59.2521684Z env: 2022-12-01T10:05:59.2521866Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:59.2522043Z ##[endgroup] 2022-12-01T10:06:00.7270496Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:06:00.7451457Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:06:01.1536107Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:06:01.1714946Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:06:01.3733913Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:06:01.3788057Z Prepare all required actions 2022-12-01T10:06:01.3788483Z Getting action download info 2022-12-01T10:06:01.8004580Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:06:01.9922217Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:06:02.1670900Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:06:02.1671130Z with: 2022-12-01T10:06:02.1671324Z name: linux-bionic-py3.7-clang9 2022-12-01T10:06:02.1671504Z env: 2022-12-01T10:06:02.1671678Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:02.1671872Z ##[endgroup] 2022-12-01T10:06:02.1696024Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:06:02.1696243Z with: 2022-12-01T10:06:02.1696422Z name: linux-bionic-py3.7-clang9 2022-12-01T10:06:02.1696639Z s3-bucket: gha-artifacts 2022-12-01T10:06:02.1696833Z region: us-east-1 2022-12-01T10:06:02.1696985Z env: 2022-12-01T10:06:02.1697187Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:02.1697360Z ##[endgroup] 2022-12-01T10:06:02.6137003Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-bionic-py3.7-clang9/ 2022-12-01T10:06:02.6137478Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:06:05.9707428Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:06:05.9707682Z 2022-12-01T10:06:05.9711077Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:06:05.9712732Z Artifact download has finished successfully 2022-12-01T10:06:05.9917401Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:06:05.9917637Z unzip -o artifacts.zip 2022-12-01T10:06:05.9928913Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:05.9929124Z env: 2022-12-01T10:06:05.9929299Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:05.9929483Z ##[endgroup] 2022-12-01T10:06:05.9965598Z Archive: artifacts.zip 2022-12-01T10:06:05.9966764Z creating: dist/ 2022-12-01T10:06:06.8247317Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:06.8247670Z creating: build/custom_test_artifacts/ 2022-12-01T10:06:06.8247991Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:06:06.8248334Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:06:06.8249927Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.8250594Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.8251132Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.8251722Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.8252282Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.8253328Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.8254234Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.8254658Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.8255087Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.8256984Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.8257890Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.8259039Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.8259506Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.8260763Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.8261500Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.8261899Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.8262409Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.8262836Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.8263242Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:06:06.8263833Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:06:06.8264587Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:06:06.8265357Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:06:06.8266114Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:06:06.8266877Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:06:06.8267670Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:06:06.8268598Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:06:06.8269388Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:06:06.8270137Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:06:06.8283789Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:06:06.8340979Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:06:06.8341432Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:06:06.8341880Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:06:06.8342365Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:06:06.8342836Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:06:06.8343287Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:06:06.8343741Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:06:06.8344197Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:06:06.8344655Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:06:06.8345114Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:06:06.8345557Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:06:06.8361552Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:06:06.8398441Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:06:06.8398931Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.8399508Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.8399947Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.8400687Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.8401890Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.8403416Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:06:06.8404305Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:06:06.8405527Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:06:06.8457142Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:06:06.8487365Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:06:06.8488018Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:06:06.8488656Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:06:06.8490683Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.8491419Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.8492182Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.8492954Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.8493649Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.8494767Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.8496005Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.8496791Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.8497535Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.8499425Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.8500863Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.8502420Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.8503265Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.8504608Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.8505571Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.8506339Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.8506998Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.8507885Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.8508648Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:06:06.8509494Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:06:06.8510359Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:06:06.8511219Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:06:06.8512045Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:06:06.8512999Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:06:06.8513821Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:06:06.8514652Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:06:06.8515433Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:06:06.8516224Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:06:06.8530939Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:06:06.8555587Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:06:06.8556485Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.8557334Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.8558093Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.8558826Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.8559553Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.8560466Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:06:06.8561375Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:06:06.8562166Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:06:06.8582691Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:06:06.8583345Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:06:06.8584000Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:06:06.8585977Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:06.8586758Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:06.8587566Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:06.8588351Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:06.8589122Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:06.8590012Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:06.8591206Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:06.8592023Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:06.8592829Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:06.8594563Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:06.8595866Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:06.8597338Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:06.8598250Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:06.8599601Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:06.8600627Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:06.8601423Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:06.8602309Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:06.8603123Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:06.8603942Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:06:06.8604809Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:06:06.8605726Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:06:06.8606633Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:06:06.8607506Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:06:06.8608367Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:06:06.8609233Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:06:06.8610103Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:06:06.8611021Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:06:06.8611853Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:06:06.8612772Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:06:06.8692740Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:06:06.8693644Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:06:06.8694563Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:06:06.8695529Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:06:06.8696460Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:06:06.8697360Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:06:06.8698260Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:06:06.8699151Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:06:06.8700191Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:06:06.8701076Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:06:06.8701900Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:06:06.8715902Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:06:06.8736025Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:06:06.8737001Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:06.8737877Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:06.8738701Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:06:06.8739475Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:06:06.8740542Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:06.8741270Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:06:06.8742119Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:06:06.8742852Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:06:06.8812334Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:06:06.8829021Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:06:06.8829533Z creating: build/lib/ 2022-12-01T10:06:06.8829903Z inflating: build/lib/libclog.a 2022-12-01T10:06:06.8884983Z inflating: build/lib/libgtest.a 2022-12-01T10:06:06.8893155Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:06:06.8954716Z inflating: build/lib/libbenchmark.a 2022-12-01T10:06:06.9027516Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:06:06.9035084Z inflating: build/lib/libittnotify.a 2022-12-01T10:06:06.9059441Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:06:06.9123582Z inflating: build/lib/libgloo.a 2022-12-01T10:06:06.9184056Z inflating: build/lib/libasmjit.a 2022-12-01T10:06:06.9559401Z inflating: build/lib/libprotobuf.a 2022-12-01T10:06:06.9573926Z inflating: build/lib/libfmt.a 2022-12-01T10:06:06.9574608Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:06:06.9624435Z inflating: build/lib/libc10.so 2022-12-01T10:06:06.9625419Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:06:06.9632882Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:06:06.9639854Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:06:06.9652075Z inflating: build/lib/libqnnpack.a 2022-12-01T10:06:06.9654637Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:06:06.9672894Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:06:06.9684341Z inflating: build/lib/libgmock.a 2022-12-01T10:06:06.9684896Z inflating: build/lib/libgtest_main.a 2022-12-01T10:06:06.9685757Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:06:07.0105315Z inflating: build/lib/libprotoc.a 2022-12-01T10:06:07.9210616Z inflating: build/lib/libdnnl.a 2022-12-01T10:06:07.9227354Z inflating: build/lib/libnnpack.a 2022-12-01T10:06:07.9684369Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:06:08.0641286Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:06:08.1591185Z inflating: build/lib/libfbgemm.a 2022-12-01T10:06:08.1591691Z inflating: build/lib/libgmock_main.a 2022-12-01T10:06:08.1761795Z inflating: build/lib/libkineto.a 2022-12-01T10:06:08.1797996Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:06:08.1837641Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:06:08.1940616Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:06:08.2457043Z inflating: build/lib/libonnx.a 2022-12-01T10:06:10.1731927Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:06:10.1732389Z inflating: build/lib/libtorch.so 2022-12-01T10:06:10.1753490Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:06:10.1806708Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:06:10.1831672Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:06:10.1835331Z inflating: build/lib/libshm.so 2022-12-01T10:06:10.3422974Z inflating: build/lib/libtorch_python.so 2022-12-01T10:06:10.3458294Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:06:10.3458714Z creating: build/bin/ 2022-12-01T10:06:10.3502887Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:06:10.3547890Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:06:10.3592459Z inflating: build/bin/c10_Device_test 2022-12-01T10:06:10.3635775Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:06:10.3687594Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:06:10.3731842Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:06:10.3779439Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:06:10.3828696Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:06:10.3878457Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:06:10.3921713Z inflating: build/bin/c10_Array_test 2022-12-01T10:06:10.3967909Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:06:10.4013424Z inflating: build/bin/c10_C++17_test 2022-12-01T10:06:10.4056894Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:06:10.4101162Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:06:10.4145345Z inflating: build/bin/c10_Half_test 2022-12-01T10:06:10.4194768Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:06:10.4248373Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:06:10.4292804Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:06:10.4425665Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:06:10.4473696Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:06:10.4518740Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:06:10.4562060Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:06:10.4606728Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:06:10.4652392Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:06:10.4700867Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:06:10.4749117Z inflating: build/bin/c10_complex_test 2022-12-01T10:06:10.4798016Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:06:10.4886238Z inflating: build/bin/c10_either_test 2022-12-01T10:06:10.4932641Z inflating: build/bin/c10_exception_test 2022-12-01T10:06:10.4977649Z inflating: build/bin/c10_flags_test 2022-12-01T10:06:10.5106343Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:06:10.5151046Z inflating: build/bin/c10_irange_test 2022-12-01T10:06:10.5199357Z inflating: build/bin/c10_logging_test 2022-12-01T10:06:10.5267109Z inflating: build/bin/c10_optional_test 2022-12-01T10:06:10.5321553Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:06:10.5369027Z inflating: build/bin/c10_registry_test 2022-12-01T10:06:10.5414039Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:06:10.5464523Z inflating: build/bin/c10_string_view_test 2022-12-01T10:06:10.5512004Z inflating: build/bin/c10_typeid_test 2022-12-01T10:06:10.5551518Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:06:10.5915491Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:06:10.6278396Z inflating: build/bin/protoc 2022-12-01T10:06:10.6584191Z inflating: build/bin/vec_test_all_types_AVX512 2022-12-01T10:06:10.6878148Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:06:10.7196716Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:06:10.7248898Z inflating: build/bin/TCPStoreTest 2022-12-01T10:06:10.7295838Z inflating: build/bin/FileStoreTest 2022-12-01T10:06:10.7342577Z inflating: build/bin/HashStoreTest 2022-12-01T10:06:10.7345307Z inflating: build/bin/example_allreduce 2022-12-01T10:06:10.7404096Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:06:10.7449826Z inflating: build/bin/Dimname_test 2022-12-01T10:06:10.7513479Z inflating: build/bin/Dict_test 2022-12-01T10:06:10.7563568Z inflating: build/bin/NamedTensor_test 2022-12-01T10:06:10.7622387Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:06:10.7673968Z inflating: build/bin/apply_utils_test 2022-12-01T10:06:10.7725696Z inflating: build/bin/atest 2022-12-01T10:06:10.7782129Z inflating: build/bin/basic 2022-12-01T10:06:10.7830553Z inflating: build/bin/broadcast_test 2022-12-01T10:06:10.7877751Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:06:10.7921922Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:06:10.7972929Z inflating: build/bin/cpu_generator_test 2022-12-01T10:06:10.8017357Z inflating: build/bin/dlconvertor_test 2022-12-01T10:06:10.8099365Z inflating: build/bin/cpu_rng_test 2022-12-01T10:06:10.8152015Z inflating: build/bin/extension_backend_test 2022-12-01T10:06:10.8198618Z inflating: build/bin/half_test 2022-12-01T10:06:10.8242932Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:06:10.8331566Z inflating: build/bin/ivalue_test 2022-12-01T10:06:10.8378819Z inflating: build/bin/math_kernel_test 2022-12-01T10:06:10.8425627Z inflating: build/bin/memory_format_test 2022-12-01T10:06:10.8472099Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:06:10.8516829Z inflating: build/bin/operator_name_test 2022-12-01T10:06:10.8563910Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:06:10.8614939Z inflating: build/bin/native_test 2022-12-01T10:06:10.8659784Z inflating: build/bin/operators_test 2022-12-01T10:06:10.8705609Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:06:10.8769653Z inflating: build/bin/pow_test 2022-12-01T10:06:10.8819576Z inflating: build/bin/quantized_test 2022-12-01T10:06:10.8863829Z inflating: build/bin/reduce_ops_test 2022-12-01T10:06:10.8908960Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:06:10.8959313Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:06:10.9011033Z inflating: build/bin/scalar_test 2022-12-01T10:06:10.9057144Z inflating: build/bin/stride_properties_test 2022-12-01T10:06:10.9129705Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:06:10.9176226Z inflating: build/bin/type_ptr_test 2022-12-01T10:06:10.9178485Z inflating: build/bin/thread_init_test 2022-12-01T10:06:10.9226217Z inflating: build/bin/test_parallel 2022-12-01T10:06:10.9270246Z inflating: build/bin/variant_test 2022-12-01T10:06:10.9316401Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:06:10.9371953Z inflating: build/bin/type_test 2022-12-01T10:06:10.9372941Z inflating: build/bin/verify_api_visibility 2022-12-01T10:06:10.9439532Z inflating: build/bin/vmap_test 2022-12-01T10:06:10.9485143Z inflating: build/bin/weakref_test 2022-12-01T10:06:10.9530605Z inflating: build/bin/wrapdim_test 2022-12-01T10:06:10.9575061Z inflating: build/bin/xla_tensor_test 2022-12-01T10:06:10.9627088Z inflating: build/bin/IListRef_test 2022-12-01T10:06:10.9717476Z inflating: build/bin/List_test 2022-12-01T10:06:10.9774523Z inflating: build/bin/KernelFunction_test 2022-12-01T10:06:10.9894722Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:06:10.9982710Z inflating: build/bin/kernel_function_test 2022-12-01T10:06:11.0077814Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:06:11.0199273Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:06:11.0252930Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:06:11.0297111Z inflating: build/bin/CppSignature_test 2022-12-01T10:06:11.0340450Z inflating: build/bin/op_allowlist_test 2022-12-01T10:06:11.0429209Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:06:11.0475031Z inflating: build/bin/inline_container_test 2022-12-01T10:06:11.0523924Z inflating: build/bin/backend_fallback_test 2022-12-01T10:06:11.0813494Z inflating: build/bin/op_registration_test 2022-12-01T10:06:11.0830703Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:06:11.0879017Z inflating: build/bin/test_dist_autograd 2022-12-01T10:06:11.0941540Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:06:11.0943771Z inflating: build/bin/parallel_benchmark 2022-12-01T10:06:11.1004896Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:06:11.1014388Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:06:11.1326946Z inflating: build/bin/test_lazy 2022-12-01T10:06:11.2438369Z inflating: build/bin/test_tensorexpr 2022-12-01T10:06:11.2442918Z inflating: build/bin/torch_shm_manager 2022-12-01T10:06:11.3720179Z inflating: build/bin/test_api 2022-12-01T10:06:11.4277057Z inflating: build/bin/test_jit 2022-12-01T10:06:11.4279055Z inflating: .pytorch-test-times.json 2022-12-01T10:06:11.4302770Z ##[group]Run df -H 2022-12-01T10:06:11.4302957Z df -H 2022-12-01T10:06:11.4314033Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:11.4314239Z env: 2022-12-01T10:06:11.4314411Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.4314597Z ##[endgroup] 2022-12-01T10:06:11.4346074Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:06:11.4346442Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:06:11.4346685Z tmpfs 8.2G 82k 8.2G 1% /dev/shm 2022-12-01T10:06:11.4346877Z tmpfs 8.2G 488k 8.2G 1% /run 2022-12-01T10:06:11.4347092Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:06:11.4347310Z /dev/nvme0n1p1 162G 20G 142G 12% / 2022-12-01T10:06:11.4347510Z tmpfs 1.7G 0 1.7G 0% /run/user/0 2022-12-01T10:06:11.4451363Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:06:11.4451593Z .github/scripts/parse_ref.py 2022-12-01T10:06:11.4462284Z shell: /usr/bin/bash -e {0} 2022-12-01T10:06:11.4462466Z env: 2022-12-01T10:06:11.4462625Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.4462814Z ##[endgroup] 2022-12-01T10:06:11.4804686Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:06:11.4884080Z ##[group]Run set -x 2022-12-01T10:06:11.4884414Z set -x 2022-12-01T10:06:11.4884581Z  2022-12-01T10:06:11.4884765Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:06:11.4885025Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:06:11.4885285Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:06:11.4885510Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:06:11.4885706Z else 2022-12-01T10:06:11.4885907Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:06:11.4886095Z fi 2022-12-01T10:06:11.4886249Z  2022-12-01T10:06:11.4886485Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:06:11.4886707Z  2022-12-01T10:06:11.4886920Z # sanitize the input commit message and PR body here: 2022-12-01T10:06:11.4887133Z # 2022-12-01T10:06:11.4887397Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:06:11.4887772Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:06:11.4888087Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:06:11.4888317Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:06:11.4888489Z  2022-12-01T10:06:11.4888744Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:06:11.4889020Z # wreak havoc internally 2022-12-01T10:06:11.4889243Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:06:11.4889482Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:06:11.4889671Z  2022-12-01T10:06:11.4889895Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:06:11.4890174Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:06:11.4890544Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:06:11.4890791Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:06:11.4890999Z container_name=$(docker run \ 2022-12-01T10:06:11.4891199Z  ${GPU_FLAG:-} \ 2022-12-01T10:06:11.4891395Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:06:11.4891580Z  -e PR_NUMBER \ 2022-12-01T10:06:11.4891770Z  -e GITHUB_ACTIONS \ 2022-12-01T10:06:11.4891958Z  -e BASE_SHA \ 2022-12-01T10:06:11.4892137Z  -e BRANCH \ 2022-12-01T10:06:11.4892299Z  -e SHA1 \ 2022-12-01T10:06:11.4892484Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:06:11.4892678Z  -e IN_WHEEL_TEST \ 2022-12-01T10:06:11.4892852Z  -e SHARD_NUMBER \ 2022-12-01T10:06:11.4893039Z  -e TEST_CONFIG \ 2022-12-01T10:06:11.4893229Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:06:11.4893404Z  -e PR_BODY \ 2022-12-01T10:06:11.4893592Z  -e COMMIT_MESSAGES \ 2022-12-01T10:06:11.4893804Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:06:11.4894020Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:06:11.4894226Z  -e PR_LABELS \ 2022-12-01T10:06:11.4894435Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:06:11.4894635Z  -e SCCACHE_BUCKET \ 2022-12-01T10:06:11.4894838Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:06:11.4895035Z  -e XLA_CUDA \ 2022-12-01T10:06:11.4895241Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:06:11.4895477Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:06:11.4895711Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:06:11.4895938Z  --security-opt seccomp=unconfined \ 2022-12-01T10:06:11.4896149Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:06:11.4896339Z  --ipc=host \ 2022-12-01T10:06:11.4896584Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:06:11.4896762Z  --tty \ 2022-12-01T10:06:11.4896967Z  --detach \ 2022-12-01T10:06:11.4897162Z  --name="${container_name}" \ 2022-12-01T10:06:11.4897350Z  --user jenkins \ 2022-12-01T10:06:11.4897585Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:06:11.4897836Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:06:11.4898040Z  "${DOCKER_IMAGE}" 2022-12-01T10:06:11.4898200Z ) 2022-12-01T10:06:11.4898469Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:06:11.4908894Z shell: /usr/bin/bash -e {0} 2022-12-01T10:06:11.4909062Z env: 2022-12-01T10:06:11.4909235Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:11.4909473Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-12-01T10:06:11.4909684Z PR_NUMBER: 89997 2022-12-01T10:06:11.4909863Z BRANCH: pull/89997 2022-12-01T10:06:11.4910088Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:06:11.4910326Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:06:11.4910545Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:06:11.4910755Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:06:11.4910941Z TEST_CONFIG: default 2022-12-01T10:06:11.4911119Z SHARD_NUMBER: 1 2022-12-01T10:06:11.4911291Z NUM_TEST_SHARDS: 2 2022-12-01T10:06:11.4911959Z PR_BODY: Link to landed master PR (if applicable): https://github.com/pytorch/pytorch/pull/88993 Criteria category: 1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.13 2: Prevents a crash I'm hoping this is a low-risk change, since it's just changing one method for its safer form. 2022-12-01T10:06:11.4912638Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:06:11.4912866Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:06:11.4913050Z SHM_SIZE: 1g 2022-12-01T10:06:11.4913386Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:06:11.4913702Z XLA_CUDA: 2022-12-01T10:06:11.4913959Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:06:11.4914217Z ##[endgroup] 2022-12-01T10:06:11.4936977Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:06:11.4937694Z + [[ linux-bionic-py3.7-clang9 == *onnx* ]] 2022-12-01T10:06:11.4938008Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:06:11.4940353Z ++ git cherry -v origin/master 2022-12-01T10:06:12.1698821Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:06:12.1700373Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:06:12.1701188Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:06:12.1702015Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:06:12.1702808Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:06:12.1703604Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:06:12.1704341Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:06:12.1705180Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:06:12.1705880Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:06:12.1706234Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:06:12.1706798Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:06:12.1707285Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:06:12.1707620Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:06:12.1708095Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:06:12.1708594Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:06:12.1708999Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:06:12.1709477Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:06:12.1709942Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:06:12.1710294Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:06:12.1710591Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:06:12.1711084Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:06:12.1711590Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:06:12.1711962Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:06:12.1712302Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:06:12.1712739Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:06:12.1713187Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:06:12.1713715Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:06:12.1714061Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:06:12.1714536Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:06:12.1715005Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:06:12.1715463Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:06:12.1715851Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:06:12.1716321Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:06:12.1716778Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:06:12.1717208Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:06:12.1717672Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:06:12.1718156Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:06:12.1718589Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:06:12.1719067Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:06:12.1719519Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:06:12.1720031Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:06:12.1720483Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:06:12.1720903Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:06:12.1721303Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:06:12.1721637Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:06:12.1722032Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:06:12.1722346Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:06:12.1722691Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:06:12.1734540Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:06:12.1735016Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:06:12.1735483Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:06:12.1736006Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:06:12.1736385Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:06:12.1736829Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:06:12.1737250Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:06:12.1737640Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:06:12.1738061Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:06:12.1738514Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:06:12.1738826Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:06:12.1739227Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:06:12.1977769Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:06:12.1984899Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashI'\''m hoping this is a low-risk change, since it'\''s just changing one method for its safer form.' 2022-12-01T10:06:12.1999389Z + export 'COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:06:12.2017395Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:06:12.2024259Z + export 'PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:06:12.2025658Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:06:12.2026310Z +++ nproc --ignore=2 2022-12-01T10:06:12.2027848Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3591403534 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:06:23.2424590Z + container_name=689b397c9f99801af5e7733bd73e416380f4d6af936e9dec9ccbbcf4920ee5bf 2022-12-01T10:06:23.2429231Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:23.2430722Z + docker exec -t 689b397c9f99801af5e7733bd73e416380f4d6af936e9dec9ccbbcf4920ee5bf sh -c 'pip install dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl[opt-einsum] && .jenkins/pytorch/test.sh' 2022-12-01T10:06:23.8434579Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:23.9221634Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (4.3.0) 2022-12-01T10:06:23.9233073Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (3.3.0) 2022-12-01T10:06:23.9298473Z Requirement already satisfied: numpy>=1.7 in /opt/conda/lib/python3.7/site-packages (from opt-einsum>=3.3->torch==1.13.0a0+gitc13d400) (1.18.5) 2022-12-01T10:06:24.7044526Z Installing collected packages: torch 2022-12-01T10:06:31.1438190Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:06:31.2867667Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:06:31.3024460Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:06:31.3025150Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:06:31.3025665Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:06:31.3026218Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:06:31.3026674Z + BUILD_DIR=build 2022-12-01T10:06:31.3026911Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:06:31.3027103Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:06:31.3027293Z + export VALGRIND=ON 2022-12-01T10:06:31.3027470Z + VALGRIND=ON 2022-12-01T10:06:31.3027717Z + [[ linux-bionic-py3.7-clang9 == *clang9* ]] 2022-12-01T10:06:31.3027935Z + export VALGRIND=OFF 2022-12-01T10:06:31.3028112Z + VALGRIND=OFF 2022-12-01T10:06:31.3028369Z + [[ linux-bionic-py3.7-clang9 != *bazel* ]] 2022-12-01T10:06:31.3028818Z ++ realpath build/custom_test_artifacts 2022-12-01T10:06:31.3066181Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:06:31.3068651Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:06:31.3097790Z + source .jenkins/pytorch/common.sh 2022-12-01T10:06:31.3100927Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:06:31.3108478Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:06:31.3110032Z +++ declare -f -t trap_add 2022-12-01T10:06:31.3113461Z ++ set -ex 2022-12-01T10:06:31.3113912Z ++ [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:31.3114428Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:06:31.3114851Z ++ [[ default == *xla* ]] 2022-12-01T10:06:31.3115379Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-12-01T10:06:31.3115796Z ++ [[ linux-bionic-py3.7-clang9 == *linux-bionic* ]] 2022-12-01T10:06:31.3116007Z ++ which conda 2022-12-01T10:06:31.3126783Z /opt/conda/bin/conda 2022-12-01T10:06:31.3127175Z ++ conda install -q -y cmake 2022-12-01T10:06:35.1380886Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:06:36.0018129Z Solving environment: ...working... done 2022-12-01T10:06:36.0900155Z 2022-12-01T10:06:36.0900306Z ## Package Plan ## 2022-12-01T10:06:36.0900507Z 2022-12-01T10:06:36.0900731Z environment location: /opt/conda 2022-12-01T10:06:36.0900980Z 2022-12-01T10:06:36.0901134Z added / updated specs: 2022-12-01T10:06:36.0901617Z - cmake 2022-12-01T10:06:36.0901822Z 2022-12-01T10:06:36.0901839Z 2022-12-01T10:06:36.0902024Z The following packages will be downloaded: 2022-12-01T10:06:36.0902274Z 2022-12-01T10:06:36.0902370Z package | build 2022-12-01T10:06:36.0902648Z ---------------------------|----------------- 2022-12-01T10:06:36.0902959Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:06:36.0903238Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:06:36.0903544Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:06:36.0903856Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:06:36.0904137Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:06:36.0904418Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:06:36.0904700Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:06:36.0905148Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:06:36.0905483Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:06:36.0905767Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:06:36.0906051Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:06:36.0906327Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:06:36.0906620Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:06:36.0906910Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:06:36.0907188Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:06:36.0907472Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:06:36.0907751Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:06:36.0908031Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:06:36.0908302Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:06:36.0908581Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:06:36.0908880Z ------------------------------------------------------------ 2022-12-01T10:06:36.0909110Z Total: 26.3 MB 2022-12-01T10:06:36.0909232Z 2022-12-01T10:06:36.0909345Z The following NEW packages will be INSTALLED: 2022-12-01T10:06:36.0909487Z 2022-12-01T10:06:36.0909750Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:06:36.0910117Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:06:36.0910473Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:06:36.0910832Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:06:36.0911184Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:06:36.0911533Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:06:36.0911918Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:06:36.0912282Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:06:36.0912658Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:06:36.0913024Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:06:36.0913389Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:06:36.0913743Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:06:36.0914110Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:06:36.0914447Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:06:36.0914596Z 2022-12-01T10:06:36.0914696Z The following packages will be UPDATED: 2022-12-01T10:06:36.0914831Z 2022-12-01T10:06:36.0915044Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:06:36.0915409Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:06:36.0915740Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:36.0916071Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:36.0916403Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:36.0916730Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:06:36.0916876Z 2022-12-01T10:06:36.0916880Z 2022-12-01T10:06:37.2499271Z Preparing transaction: ...working... done 2022-12-01T10:06:37.6721045Z Verifying transaction: ...working... done 2022-12-01T10:06:38.4120011Z Executing transaction: ...working... done 2022-12-01T10:06:38.4943371Z Retrieving notices: ...working... done 2022-12-01T10:06:38.6774494Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-12-01T10:06:38.6775092Z + echo 'Environment variables' 2022-12-01T10:06:38.6775430Z Environment variables 2022-12-01T10:06:38.6775663Z + env 2022-12-01T10:06:38.6810094Z SHARD_NUMBER=1 2022-12-01T10:06:38.6810443Z UCC_HOME=/usr 2022-12-01T10:06:38.6810972Z BUILD_ENVIRONMENT=linux-bionic-py3.7-clang9 2022-12-01T10:06:38.6811301Z INSTALLED_DB=yes 2022-12-01T10:06:38.6811567Z HOSTNAME=689b397c9f99 2022-12-01T10:06:38.6811853Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:06:38.6812167Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:06:38.6812441Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:06:38.6812624Z UCC_COMMIT= 2022-12-01T10:06:38.6813127Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_2cb503c2-24d9-495c-b82f-34e05120c3b9 2022-12-01T10:06:38.6813443Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:06:38.6813819Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:06:38.6814093Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:06:38.6814286Z INSTALLED_THRIFT= 2022-12-01T10:06:38.6814551Z TEST_CONFIG=default 2022-12-01T10:06:38.6814779Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:06:38.6814983Z GITHUB_ACTIONS=true 2022-12-01T10:06:38.6815177Z CI=true 2022-12-01T10:06:38.6815438Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:06:38.6815678Z BRANCH=pull/89997 2022-12-01T10:06:38.6815924Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:06:38.6816106Z UCX_COMMIT= 2022-12-01T10:06:38.6816315Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:06:38.6816502Z GITHUB_ACTION_REF= 2022-12-01T10:06:38.6816671Z GITHUB_ACTION=__self 2022-12-01T10:06:38.6816850Z VALGRIND=OFF 2022-12-01T10:06:38.6817036Z GITHUB_REF_PROTECTED=false 2022-12-01T10:06:38.6817361Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:06:38.6818259Z *** 2022-12-01T10:06:38.6818453Z INSTALLED_VISION=yes 2022-12-01T10:06:38.6818640Z HOME=/var/lib/jenkins 2022-12-01T10:06:38.6819041Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_2cb503c2-24d9-495c-b82f-34e05120c3b9 2022-12-01T10:06:38.6819356Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:06:38.6819569Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:06:38.6819752Z GITHUB_REF_TYPE=branch 2022-12-01T10:06:38.6820093Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:06:38.6820381Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:06:38.6820805Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_2cb503c2-24d9-495c-b82f-34e05120c3b9 2022-12-01T10:06:38.6821105Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:06:38.6821320Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:06:38.6821544Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:06:38.6821795Z INSTALLED_PROTOBUF=yes 2022-12-01T10:06:38.6821982Z DESIRED_CUDA= 2022-12-01T10:06:38.6822161Z GITHUB_RUN_ID=3591403534 2022-12-01T10:06:38.6822370Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:06:38.6822573Z MAX_JOBS=6 2022-12-01T10:06:38.6822905Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:06:38.6823152Z UCX_HOME=/usr 2022-12-01T10:06:38.6823338Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:06:38.6823588Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:06:38.6823838Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:06:38.6824052Z INSTALLED_ANDROID= 2022-12-01T10:06:38.6825024Z PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form. 2022-12-01T10:06:38.6825757Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:06:38.6825930Z TERM=xterm 2022-12-01T10:06:38.6826240Z XLA_CUDA= 2022-12-01T10:06:38.6826423Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:06:38.6826672Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:06:38.6827087Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_2cb503c2-24d9-495c-b82f-34e05120c3b9 2022-12-01T10:06:38.6827368Z GITHUB_JOB=test 2022-12-01T10:06:38.6827559Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:06:38.6839642Z COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack 2022-12-01T10:06:38.6845560Z NUM_TEST_SHARDS=2 2022-12-01T10:06:38.6845745Z PR_NUMBER=89997 2022-12-01T10:06:38.6846143Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_2cb503c2-24d9-495c-b82f-34e05120c3b9 2022-12-01T10:06:38.6846427Z SHLVL=1 2022-12-01T10:06:38.6846617Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:06:38.6846860Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:06:38.6847077Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:06:38.6847340Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:06:38.6847562Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:06:38.6847742Z GITHUB_WORKFLOW=pull 2022-12-01T10:06:38.6848052Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:06:38.6848472Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:06:38.6848756Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:06:38.6848953Z _=/usr/bin/env 2022-12-01T10:06:38.6849164Z + echo 'Testing pytorch' 2022-12-01T10:06:38.6849338Z Testing pytorch 2022-12-01T10:06:38.6849536Z + export LANG=C.UTF-8 2022-12-01T10:06:38.6849729Z + LANG=C.UTF-8 2022-12-01T10:06:38.6911455Z + PR_NUMBER=89997 2022-12-01T10:06:38.6911829Z + [[ default == \d\e\f\a\u\l\t ]] 2022-12-01T10:06:38.6912173Z + export CUDA_VISIBLE_DEVICES=0 2022-12-01T10:06:38.6912550Z + CUDA_VISIBLE_DEVICES=0 2022-12-01T10:06:38.6913048Z + export HIP_VISIBLE_DEVICES=0 2022-12-01T10:06:38.6913410Z + HIP_VISIBLE_DEVICES=0 2022-12-01T10:06:38.6913801Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:06:38.6914082Z + [[ default == \s\l\o\w ]] 2022-12-01T10:06:38.6914574Z + [[ linux-bionic-py3.7-clang9 == *slow-gradcheck* ]] 2022-12-01T10:06:38.6915040Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-12-01T10:06:38.6915423Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:38.6915773Z + [[ linux-bionic-py3.7-clang9 == *cuda11* ]] 2022-12-01T10:06:38.6916038Z + [[ default == *crossref* ]] 2022-12-01T10:06:38.6916307Z + [[ default == *dynamo* ]] 2022-12-01T10:06:38.6916587Z + [[ -n 89997 ]] 2022-12-01T10:06:38.6916779Z + [[ -z '' ]] 2022-12-01T10:06:38.6916981Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:06:38.6917225Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:06:38.6917507Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:38.6917787Z + [[ linux-bionic-py3.7-clang9 != *-bazel-* ]] 2022-12-01T10:06:38.6918053Z + pip_install --user ninja 2022-12-01T10:06:38.6918327Z + pip install --progress-bar off --user ninja 2022-12-01T10:06:39.1088975Z Collecting ninja 2022-12-01T10:06:39.1248580Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:06:39.8470311Z Installing collected packages: ninja 2022-12-01T10:06:39.8565776Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:06:39.8566388Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:06:39.8626623Z Successfully installed ninja-1.11.1 2022-12-01T10:06:39.9268786Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:06:39.9269744Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:06:39.9270275Z + [[ linux-bionic-py3.7-clang9 == *asan* ]] 2022-12-01T10:06:39.9270523Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:06:39.9270736Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:06:39.9273562Z + [[ linux-bionic-py3.7-clang9 == *tbb* ]] 2022-12-01T10:06:39.9285172Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-12-01T10:06:39.9285722Z + [[ linux-bionic-py3.7-clang9 == *-bazel-* ]] 2022-12-01T10:06:39.9288574Z + cd test 2022-12-01T10:06:39.9289019Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:06:40.6797143Z PyTorch built with: 2022-12-01T10:06:40.6797854Z - GCC 4.2 2022-12-01T10:06:40.6798179Z - C++ Version: 201402 2022-12-01T10:06:40.6798405Z - clang 9.0.0 2022-12-01T10:06:40.6798796Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:06:40.6799247Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:06:40.6799560Z - OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-12-01T10:06:40.6799825Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:06:40.6800065Z - NNPACK is enabled 2022-12-01T10:06:40.6800293Z - CPU capability usage: AVX2 2022-12-01T10:06:40.6803285Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/clang++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wvla-extension -Wno-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Wunused-lambda-capture -Wunused-local-typedef -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -Werror -fno-math-errno -fno-trapping-math -Werror=format, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-12-01T10:06:40.6805413Z 2022-12-01T10:06:40.8097240Z + cd test 2022-12-01T10:06:40.8097810Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:06:41.5155039Z ATen/Parallel: 2022-12-01T10:06:41.5155505Z at::get_num_threads() : 4 2022-12-01T10:06:41.5155847Z at::get_num_interop_threads() : 4 2022-12-01T10:06:41.5156185Z OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-12-01T10:06:41.5156475Z omp_get_max_threads() : 4 2022-12-01T10:06:41.5157278Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:06:41.5158422Z mkl_get_max_threads() : 4 2022-12-01T10:06:41.5159019Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:06:41.5159517Z std::thread::hardware_concurrency() : 8 2022-12-01T10:06:41.5159864Z Environment variables: 2022-12-01T10:06:41.5160068Z OMP_NUM_THREADS : [not set] 2022-12-01T10:06:41.5160267Z MKL_NUM_THREADS : [not set] 2022-12-01T10:06:41.5160458Z ATen parallel backend: OpenMP 2022-12-01T10:06:41.5160589Z 2022-12-01T10:06:41.6484048Z + [[ default == *backward* ]] 2022-12-01T10:06:41.6484436Z + [[ default == *xla* ]] 2022-12-01T10:06:41.6484803Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:06:41.6485258Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-12-01T10:06:41.6485506Z + [[ default == distributed ]] 2022-12-01T10:06:41.6485690Z + [[ default == *dynamo* ]] 2022-12-01T10:06:41.6485880Z + [[ default == *dynamo* ]] 2022-12-01T10:06:41.6486054Z + [[ 1 == 1 ]] 2022-12-01T10:06:41.6486236Z + [[ 2 -gt 1 ]] 2022-12-01T10:06:41.6486413Z + test_without_numpy 2022-12-01T10:06:41.6487975Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:06:41.6495729Z + pushd .jenkins/pytorch 2022-12-01T10:06:41.6496268Z ~/workspace/.jenkins/pytorch ~/workspace 2022-12-01T10:06:41.6496883Z + python -c 'import sys;sys.path.insert(0, '\''fake_numpy'\'');from unittest import TestCase;import torch;x=torch.randn(3,3);TestCase().assertRaises(RuntimeError, lambda: x.numpy())' 2022-12-01T10:06:42.2757239Z -c:1: UserWarning: Failed to initialize NumPy: Sorry PyTorch, but our NumPy is in the other folder (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:77.) 2022-12-01T10:06:42.3969129Z + python -c 'import sys;sys.path.insert(0, '\''fake_numpy'\'');import torch;print(torch.tensor([torch.tensor(0.), torch.tensor(1.)]))' 2022-12-01T10:06:43.0219197Z -c:1: UserWarning: Failed to initialize NumPy: Sorry PyTorch, but our NumPy is in the other folder (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:77.) 2022-12-01T10:06:43.0227942Z tensor([0., 1.]) 2022-12-01T10:06:43.1442356Z + popd 2022-12-01T10:06:43.1442609Z ~/workspace 2022-12-01T10:06:43.1442840Z + install_torchvision 2022-12-01T10:06:43.1443028Z + local commit 2022-12-01T10:06:43.1445682Z ++ get_pinned_commit vision 2022-12-01T10:06:43.1446177Z ++ cat .github/ci_commit_pins/vision.txt 2022-12-01T10:06:43.1480599Z + commit=d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:43.1481283Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:43.1482051Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:43.4982201Z Collecting git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:43.4988547Z Cloning https://github.com/pytorch/vision.git (to revision d7d90f56117ce0955332846a5f90b8d1346c4c09) to /tmp/pip-req-build-is89_syq 2022-12-01T10:06:43.5284632Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-is89_syq 2022-12-01T10:06:45.5026878Z Running command git rev-parse -q --verify 'sha^d7d90f56117ce0955332846a5f90b8d1346c4c09' 2022-12-01T10:06:45.5069549Z Running command git fetch -q https://github.com/pytorch/vision.git d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:46.4257430Z Running command git checkout -q d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:46.9434056Z Resolved https://github.com/pytorch/vision.git to commit d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:48.4369152Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:06:48.4445476Z [?25hRequirement already satisfied: typing_extensions in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+d7d90f5) (4.3.0) 2022-12-01T10:06:48.4450358Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+d7d90f5) (1.18.5) 2022-12-01T10:06:48.4453957Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+d7d90f5) (2.27.1) 2022-12-01T10:06:48.4458026Z Requirement already satisfied: torch in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+d7d90f5) (1.13.0a0+gitc13d400) 2022-12-01T10:06:48.4465500Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+d7d90f5) (9.2.0) 2022-12-01T10:06:48.4717317Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+d7d90f5) (2.0.4) 2022-12-01T10:06:48.4724125Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+d7d90f5) (2022.9.24) 2022-12-01T10:06:48.4737839Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+d7d90f5) (3.3) 2022-12-01T10:06:48.4744472Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+d7d90f5) (1.26.8) 2022-12-01T10:06:48.4888953Z Building wheels for collected packages: torchvision 2022-12-01T10:07:55.6677650Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | done 2022-12-01T10:07:55.7025701Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+d7d90f5-cp37-cp37m-linux_x86_64.whl size=13982393 sha256=97ee6f2fdfe0e996c6fbfe4a32aa6dd1dc1ca9449b4a73148f2d73e95adc6fcf 2022-12-01T10:07:55.7027928Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/17/b1/5a/ec673bc71ef16fdf03b58b08a840c9c6188bc53a632a04e543 2022-12-01T10:07:55.7068342Z Successfully built torchvision 2022-12-01T10:07:56.3860740Z Installing collected packages: torchvision 2022-12-01T10:07:56.9361387Z Successfully installed torchvision-0.14.0a0+d7d90f5 2022-12-01T10:07:57.0595989Z + install_torchdynamo 2022-12-01T10:07:57.0596226Z + local commit 2022-12-01T10:07:57.0598916Z ++ get_pinned_commit torchdynamo 2022-12-01T10:07:57.0599236Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-12-01T10:07:57.0622650Z + commit=6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:57.0623344Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:57.0624843Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:57.4252811Z Collecting git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:57.4258823Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 6ead5cae0d1234aa64db06fe230ef56e12ec76fe) to /tmp/pip-req-build-xcav8n_n 2022-12-01T10:07:57.4294534Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-xcav8n_n 2022-12-01T10:07:57.9878845Z Running command git rev-parse -q --verify 'sha^6ead5cae0d1234aa64db06fe230ef56e12ec76fe' 2022-12-01T10:07:57.9912919Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:58.2322472Z Running command git checkout -q 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:58.6900953Z Resolved https://github.com/pytorch/torchdynamo.git to commit 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:08:00.0649776Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:08:00.0721627Z [?25hRequirement already satisfied: torch>=1.12.0 in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.13.0a0+gitc13d400) 2022-12-01T10:08:00.0725525Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.18.5) 2022-12-01T10:08:00.1170951Z Collecting tabulate 2022-12-01T10:08:00.1367967Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2022-12-01T10:08:00.1422957Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-12-01T10:08:00.1426703Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.10.1) 2022-12-01T10:08:00.1458768Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch>=1.12.0->torchdynamo==1.13.0.dev0) (4.3.0) 2022-12-01T10:08:00.1483851Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.7/site-packages (from sympy->torchdynamo==1.13.0.dev0) (1.2.1) 2022-12-01T10:08:00.1573898Z Building wheels for collected packages: torchdynamo 2022-12-01T10:08:03.4529036Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - done 2022-12-01T10:08:03.4610677Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2686906 sha256=c05f5b3b19816a4bd03f3e9d1103ee26ea59b039690b9e561f743a98c7d45f09 2022-12-01T10:08:03.4612367Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/be/04/a5/adc64d091c88f64465d8ee6f21d5717177ec59bba7342b9732 2022-12-01T10:08:03.4635270Z Successfully built torchdynamo 2022-12-01T10:08:04.1755324Z Installing collected packages: tabulate, torchdynamo 2022-12-01T10:08:04.4429574Z Successfully installed tabulate-0.9.0 torchdynamo-1.13.0.dev0 2022-12-01T10:08:04.5422032Z + test_python_shard 1 2022-12-01T10:08:04.5422430Z + [[ -z 2 ]] 2022-12-01T10:08:04.5422824Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 1 2 --verbose 2022-12-01T10:08:05.6586946Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:05.7874509Z Ignoring disabled issues: [] 2022-12-01T10:08:05.9016632Z Found test time stats from artifacts 2022-12-01T10:08:05.9045373Z Selected tests: 2022-12-01T10:08:05.9045687Z test_ops 2022-12-01T10:08:05.9045912Z test_fx 2022-12-01T10:08:05.9047093Z test_sparse_csr 2022-12-01T10:08:05.9047397Z test_modules 2022-12-01T10:08:05.9047709Z test_linalg 2022-12-01T10:08:05.9048088Z distributions/test_distributions 2022-12-01T10:08:05.9048352Z test_cpp_extensions_jit 2022-12-01T10:08:05.9048544Z test_dispatch 2022-12-01T10:08:05.9048905Z test_autograd 2022-12-01T10:08:05.9049176Z test_cpp_api_parity 2022-12-01T10:08:05.9049486Z test_indexing 2022-12-01T10:08:05.9049782Z test_namedtuple_return_api 2022-12-01T10:08:05.9050088Z test_fake_tensor 2022-12-01T10:08:05.9050385Z test_jit_disabled 2022-12-01T10:08:05.9051009Z test_multiprocessing_spawn 2022-12-01T10:08:05.9051309Z test_show_pickle 2022-12-01T10:08:05.9051490Z test_jit_cuda_fuser 2022-12-01T10:08:05.9053521Z test_cpp_extensions_aot_no_ninja 2022-12-01T10:08:05.9054771Z distributions/test_constraints 2022-12-01T10:08:05.9055063Z lazy/test_extract_compiled_graph 2022-12-01T10:08:05.9055333Z test_comparison_utils 2022-12-01T10:08:05.9055567Z test_cuda_primary_ctx 2022-12-01T10:08:05.9055807Z test_cuda_trace 2022-12-01T10:08:05.9056036Z test_fx_backends 2022-12-01T10:08:05.9056251Z test_jiterator 2022-12-01T10:08:05.9056476Z doctests 2022-12-01T10:08:05.9057189Z test_quantization 2022-12-01T10:08:05.9057409Z test_schema_check 2022-12-01T10:08:05.9057633Z test_jit 2022-12-01T10:08:05.9057852Z test_jit_fuser_te 2022-12-01T10:08:05.9058071Z test_mkldnn_fusion 2022-12-01T10:08:05.9058301Z test_mkldnn 2022-12-01T10:08:05.9058533Z test_fx_experimental 2022-12-01T10:08:05.9058758Z test_type_hints 2022-12-01T10:08:05.9058985Z test_sparse 2022-12-01T10:08:05.9059232Z test_testing 2022-12-01T10:08:05.9059448Z test_tensorboard 2022-12-01T10:08:05.9059681Z test_view_ops 2022-12-01T10:08:05.9059909Z test_masked 2022-12-01T10:08:05.9060276Z test_type_promotion 2022-12-01T10:08:05.9060512Z test_openmp 2022-12-01T10:08:05.9060737Z nn/test_embedding 2022-12-01T10:08:05.9060959Z test_spectral_ops 2022-12-01T10:08:05.9061200Z test_expanded_weights 2022-12-01T10:08:05.9061447Z test_mkldnn_verbose 2022-12-01T10:08:05.9061669Z test_import_stats 2022-12-01T10:08:05.9061906Z test_public_bindings 2022-12-01T10:08:05.9062144Z test_utils 2022-12-01T10:08:05.9062360Z lazy/test_step_closures 2022-12-01T10:08:05.9062594Z test_package 2022-12-01T10:08:05.9062839Z backends/xeon/test_launch 2022-12-01T10:08:05.9063076Z test_nestedtensor 2022-12-01T10:08:05.9063334Z test_dynamic_shapes 2022-12-01T10:08:05.9063576Z test_bundled_inputs 2022-12-01T10:08:05.9063788Z test_monitor 2022-12-01T10:08:05.9064015Z test_model_dump 2022-12-01T10:08:05.9064259Z test_function_schema 2022-12-01T10:08:05.9064495Z test_fx_reinplace_pass 2022-12-01T10:08:05.9064756Z nn/test_packed_sequence 2022-12-01T10:08:05.9065010Z test_native_functions 2022-12-01T10:08:05.9065255Z profiler/test_profiler_tree 2022-12-01T10:08:05.9065500Z test_itt 2022-12-01T10:08:05.9065713Z test_license 2022-12-01T10:08:05.9065928Z test_nvfuser_frontend 2022-12-01T10:08:05.9066195Z test_numba_integration 2022-12-01T10:08:05.9066448Z test_complex 2022-12-01T10:08:05.9066670Z test_vulkan 2022-12-01T10:08:06.2353484Z Prioritized test from test file changes. 2022-12-01T10:08:06.2354144Z reordering tests for PR: 2022-12-01T10:08:06.2355832Z prioritized: ['test_ops', 'test_fx', 'test_sparse_csr', 'test_modules', 'test_linalg', 'distributions/test_distributions', 'test_cpp_extensions_jit', 'test_autograd', 'test_indexing', 'test_fake_tensor', 'test_jit_cuda_fuser', 'lazy/test_extract_compiled_graph', 'test_fx_backends', 'test_quantization', 'test_jit', 'test_jit_fuser_te', 'test_mkldnn_fusion', 'test_mkldnn', 'test_fx_experimental', 'test_sparse', 'test_testing', 'test_view_ops', 'test_type_promotion', 'nn/test_embedding', 'test_spectral_ops', 'test_expanded_weights', 'test_public_bindings', 'test_utils', 'test_nestedtensor', 'test_dynamic_shapes', 'test_fx_reinplace_pass', 'test_native_functions', 'profiler/test_profiler_tree', 'test_nvfuser_frontend'] 2022-12-01T10:08:06.2357965Z the rest: ['test_dispatch', 'test_cpp_api_parity', 'test_namedtuple_return_api', 'test_jit_disabled', 'test_multiprocessing_spawn', 'test_show_pickle', 'test_cpp_extensions_aot_no_ninja', 'distributions/test_constraints', 'test_comparison_utils', 'test_cuda_primary_ctx', 'test_cuda_trace', 'test_jiterator', 'doctests', 'test_schema_check', 'test_type_hints', 'test_tensorboard', 'test_masked', 'test_openmp', 'test_mkldnn_verbose', 'test_import_stats', 'lazy/test_step_closures', 'test_package', 'backends/xeon/test_launch', 'test_bundled_inputs', 'test_monitor', 'test_model_dump', 'test_function_schema', 'nn/test_packed_sequence', 'test_itt', 'test_license', 'test_numba_integration', 'test_complex', 'test_vulkan'] 2022-12-01T10:08:06.2358748Z 2022-12-01T10:08:06.2359165Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /var/lib/jenkins/workspace/test/.pytorch-slow-tests.json 2022-12-01T10:08:06.2527740Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-12-01T10:08:06.2941894Z parallel (file granularity) tests: 2022-12-01T10:08:06.2942227Z lazy/test_extract_compiled_graph 2022-12-01T10:08:06.2942548Z test_quantization 2022-12-01T10:08:06.2942801Z test_jit 2022-12-01T10:08:06.2943049Z test_jit_fuser_te 2022-12-01T10:08:06.2943314Z test_mkldnn_fusion 2022-12-01T10:08:06.2943582Z test_mkldnn 2022-12-01T10:08:06.2943904Z test_fx_experimental 2022-12-01T10:08:06.2944227Z test_sparse 2022-12-01T10:08:06.2944496Z test_testing 2022-12-01T10:08:06.2944826Z test_view_ops 2022-12-01T10:08:06.2945154Z test_type_promotion 2022-12-01T10:08:06.2945473Z nn/test_embedding 2022-12-01T10:08:06.2945763Z test_spectral_ops 2022-12-01T10:08:06.2946037Z test_expanded_weights 2022-12-01T10:08:06.2946325Z test_public_bindings 2022-12-01T10:08:06.2946602Z test_utils 2022-12-01T10:08:06.2946882Z test_nestedtensor 2022-12-01T10:08:06.2947179Z test_dynamic_shapes 2022-12-01T10:08:06.2947526Z test_fx_reinplace_pass 2022-12-01T10:08:06.2947807Z test_native_functions 2022-12-01T10:08:06.2947992Z profiler/test_profiler_tree 2022-12-01T10:08:06.2948189Z test_nvfuser_frontend 2022-12-01T10:08:06.2948388Z distributions/test_constraints 2022-12-01T10:08:06.2948576Z test_comparison_utils 2022-12-01T10:08:06.2948754Z test_jiterator 2022-12-01T10:08:06.2948931Z test_schema_check 2022-12-01T10:08:06.2949093Z test_type_hints 2022-12-01T10:08:06.2949267Z test_tensorboard 2022-12-01T10:08:06.2949437Z test_masked 2022-12-01T10:08:06.2949589Z test_openmp 2022-12-01T10:08:06.2949765Z test_mkldnn_verbose 2022-12-01T10:08:06.2949948Z test_import_stats 2022-12-01T10:08:06.2950119Z lazy/test_step_closures 2022-12-01T10:08:06.2950300Z test_package 2022-12-01T10:08:06.2950496Z backends/xeon/test_launch 2022-12-01T10:08:06.2950686Z test_bundled_inputs 2022-12-01T10:08:06.2950846Z test_monitor 2022-12-01T10:08:06.2951015Z test_model_dump 2022-12-01T10:08:06.2951192Z test_function_schema 2022-12-01T10:08:06.2951368Z nn/test_packed_sequence 2022-12-01T10:08:06.2951543Z test_itt 2022-12-01T10:08:06.2951700Z test_license 2022-12-01T10:08:06.2951861Z test_numba_integration 2022-12-01T10:08:06.2952036Z test_complex 2022-12-01T10:08:06.2952198Z test_vulkan 2022-12-01T10:08:06.2952371Z serial (file granularity) tests: 2022-12-01T10:08:06.2952558Z test_ops 2022-12-01T10:08:06.2952714Z test_fx 2022-12-01T10:08:06.2952863Z test_sparse_csr 2022-12-01T10:08:06.2953033Z test_modules 2022-12-01T10:08:06.2953196Z test_linalg 2022-12-01T10:08:06.2953377Z distributions/test_distributions 2022-12-01T10:08:06.2953584Z test_cpp_extensions_jit 2022-12-01T10:08:06.2953770Z test_autograd 2022-12-01T10:08:06.2953925Z test_indexing 2022-12-01T10:08:06.2954093Z test_fake_tensor 2022-12-01T10:08:06.2954267Z test_jit_cuda_fuser 2022-12-01T10:08:06.2954430Z test_fx_backends 2022-12-01T10:08:06.2954599Z test_dispatch 2022-12-01T10:08:06.2954773Z test_cpp_api_parity 2022-12-01T10:08:06.2954953Z test_namedtuple_return_api 2022-12-01T10:08:06.2955142Z test_jit_disabled 2022-12-01T10:08:06.2955329Z test_multiprocessing_spawn 2022-12-01T10:08:06.2955506Z test_show_pickle 2022-12-01T10:08:06.2955699Z test_cpp_extensions_aot_no_ninja 2022-12-01T10:08:06.2955897Z test_cuda_primary_ctx 2022-12-01T10:08:06.2956063Z test_cuda_trace 2022-12-01T10:08:06.2956229Z doctests 2022-12-01T10:08:07.4593710Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:07.4759773Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:07.5219863Z Ignoring disabled issues: [] 2022-12-01T10:08:07.5354914Z Running lazy/test_extract_compiled_graph ... [2022-12-01 10:08:07.535177] 2022-12-01T10:08:07.5356869Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:08:07.535476] 2022-12-01T10:08:07.5380732Z Ignoring disabled issues: [] 2022-12-01T10:08:07.5518126Z Running test_quantization ... [2022-12-01 10:08:07.551335] 2022-12-01T10:08:07.5519002Z Executing ['/opt/conda/bin/python', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:08:07.551603] 2022-12-01T10:08:08.4464253Z 2022-12-01T10:08:08.4464799Z Expand the folded group to see the log file of lazy/test_extract_compiled_graph 2022-12-01T10:08:08.4469915Z ##[group]PRINTING LOG FILE of lazy/test_extract_compiled_graph (/var/lib/jenkins/workspace/test/test-reports/lazy-test_extract_compiled_graph__zjybtg2) 2022-12-01T10:08:08.4470218Z 2022-12-01T10:08:08.4470471Z ##[endgroup] 2022-12-01T10:08:08.4471011Z FINISHED PRINTING LOG FILE of lazy/test_extract_compiled_graph (/var/lib/jenkins/workspace/test/test-reports/lazy-test_extract_compiled_graph__zjybtg2) 2022-12-01T10:08:08.4471272Z 2022-12-01T10:08:09.8263295Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:09.8888714Z Ignoring disabled issues: [] 2022-12-01T10:08:09.9024315Z Running test_jit ... [2022-12-01 10:08:09.902140] 2022-12-01T10:08:09.9026995Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:08:09.902469] 2022-12-01T10:10:37.2724694Z 2022-12-01T10:10:37.2726637Z Expand the folded group to see the log file of test_jit 2022-12-01T10:10:37.2727726Z ##[group]PRINTING LOG FILE of test_jit (/var/lib/jenkins/workspace/test/test-reports/test_jit_6rbp0ykk) 2022-12-01T10:10:37.2729820Z Test results will be stored in test-reports/python-unittest/test_jit 2022-12-01T10:10:37.2730208Z CUDA not available, skipping tests 2022-12-01T10:10:37.2821600Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:10:37.2821999Z 2022-12-01T10:10:37.2822133Z Running tests... 2022-12-01T10:10:37.2822698Z ---------------------------------------------------------------------- 2022-12-01T10:10:37.2823303Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.002s) 2022-12-01T10:10:37.2824732Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.010s) 2022-12-01T10:10:37.2825223Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.017s) 2022-12-01T10:10:37.2825661Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.001s) 2022-12-01T10:10:37.2826060Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.042s) 2022-12-01T10:10:37.2848752Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.007s) 2022-12-01T10:10:37.2849343Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.304s) 2022-12-01T10:10:37.2849963Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.012s) 2022-12-01T10:10:37.2850520Z test_async_python (jit.test_async.TestAsync) ... ok (0.004s) 2022-12-01T10:10:37.2851020Z test_async_script (jit.test_async.TestAsync) ... ok (0.008s) 2022-12-01T10:10:37.2851566Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.024s) 2022-12-01T10:10:37.2852148Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.053s) 2022-12-01T10:10:37.2852709Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.022s) 2022-12-01T10:10:37.2853268Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.008s) 2022-12-01T10:10:37.2853832Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.013s) 2022-12-01T10:10:37.2854416Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.002s) 2022-12-01T10:10:37.2854971Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.046s) 2022-12-01T10:10:37.2855732Z test_future_subtyping (jit.test_async.TestAsync) 2022-12-01T10:10:37.2856356Z Test that futures subtype each other properly. ... ok (0.013s) 2022-12-01T10:10:37.2856912Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.002s) 2022-12-01T10:10:37.2857449Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.014s) 2022-12-01T10:10:37.2857995Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.010s) 2022-12-01T10:10:37.2858570Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.015s) 2022-12-01T10:10:37.2859128Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.003s) 2022-12-01T10:10:37.2859718Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.035s) 2022-12-01T10:10:37.2901002Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.020s) 2022-12-01T10:10:37.2901521Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-12-01T10:10:37.2902048Z 1. Testing a = int, b = int ... ok (0.029s) 2022-12-01T10:10:37.2902542Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.120s) 2022-12-01T10:10:37.2903151Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.073s) 2022-12-01T10:10:37.2903725Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.169s) 2022-12-01T10:10:37.2904399Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.169s) 2022-12-01T10:10:37.2905213Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.169s) 2022-12-01T10:10:37.2905817Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.004s) 2022-12-01T10:10:37.2906478Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.538s) 2022-12-01T10:10:37.2907176Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.454s) 2022-12-01T10:10:37.2907865Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-12-01T10:10:37.2908416Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.030s) 2022-12-01T10:10:37.2908830Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-12-01T10:10:37.2909353Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.002s) 2022-12-01T10:10:37.2909857Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.009s) 2022-12-01T10:10:37.2910264Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-12-01T10:10:37.2910695Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.002s) 2022-12-01T10:10:37.2911129Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.014s) 2022-12-01T10:10:37.2911537Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-12-01T10:10:37.2911916Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-12-01T10:10:37.2912329Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-12-01T10:10:37.2912878Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:10:37.2913884Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-12-01T10:10:37.2914757Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:10:37.2915417Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-12-01T10:10:37.2915826Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:10:37.2916229Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-12-01T10:10:37.2916783Z test_errors (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-12-01T10:10:37.2917261Z ok (0.197s) 2022-12-01T10:10:37.2917717Z test_execution (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-12-01T10:10:37.2918138Z ok (0.182s) 2022-12-01T10:10:37.2918703Z test_save_load (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-12-01T10:10:37.2919435Z ok (0.437s) 2022-12-01T10:10:37.2919859Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... ok (0.063s) 2022-12-01T10:10:37.2920419Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... ok (0.097s) 2022-12-01T10:10:37.2920962Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-12-01T10:10:37.2921528Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-12-01T10:10:37.2922124Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-12-01T10:10:37.2922710Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.013s) 2022-12-01T10:10:37.2923251Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.013s) 2022-12-01T10:10:37.2923835Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.013s) 2022-12-01T10:10:37.2924469Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.015s) 2022-12-01T10:10:37.2925035Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.015s) 2022-12-01T10:10:37.2925606Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.009s) 2022-12-01T10:10:37.2926110Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.012s) 2022-12-01T10:10:37.2926649Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.026s) 2022-12-01T10:10:37.2927172Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.013s) 2022-12-01T10:10:37.2978769Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-12-01T10:10:37.2979332Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.2979894Z Test that the error message displayed when convering a class type ... ok (0.007s) 2022-12-01T10:10:37.2980546Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.046s) 2022-12-01T10:10:37.2980871Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-12-01T10:10:37.2981298Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-12-01T10:10:37.2981840Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.2982301Z Test that inheritance is detected in ... ok (0.016s) 2022-12-01T10:10:37.2982751Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.080s) 2022-12-01T10:10:37.2983373Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.094s) 2022-12-01T10:10:37.2983910Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-12-01T10:10:37.2984507Z test_classmethod (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.2984950Z Test classmethods on class types. ... ok (0.011s) 2022-12-01T10:10:37.2985397Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-12-01T10:10:37.2985941Z test_custom_delete (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.2986453Z Test that del can be called on an instance of a class that ... ok (0.018s) 2022-12-01T10:10:37.2986899Z test_default_args (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.2987364Z Test that methods on class types can have default arguments. ... ok (0.074s) 2022-12-01T10:10:37.2987812Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-12-01T10:10:37.2988328Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.004s) 2022-12-01T10:10:37.2988880Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-12-01T10:10:37.2989440Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.032s) 2022-12-01T10:10:37.2989904Z test_in (jit.test_class_type.TestClassType) ... ok (0.024s) 2022-12-01T10:10:37.2990380Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.004s) 2022-12-01T10:10:37.2991146Z test_interface (jit.test_class_type.TestClassType) ... ok (0.095s) 2022-12-01T10:10:37.2991714Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-12-01T10:10:37.2992286Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-12-01T10:10:37.2992846Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.179s) 2022-12-01T10:10:37.2993369Z test_properties (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.2993918Z Test that a scripted class can make use of the @property decorator. ... ok (0.036s) 2022-12-01T10:10:37.2994524Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-12-01T10:10:37.2995121Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-12-01T10:10:37.2995653Z test_recursive_class (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.2996215Z Recursive class types not yet supported. We should give a good error message. ... ok (0.004s) 2022-12-01T10:10:37.2996847Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.2997835Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.047s) 2022-12-01T10:10:37.2998572Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.2999482Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.015s) 2022-12-01T10:10:37.3000153Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.3000764Z Test that class types are recursively scripted when an Python instance of one ... ok (0.012s) 2022-12-01T10:10:37.3001388Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.3001955Z Test that class types module attributes that fail to script ... ok (0.018s) 2022-12-01T10:10:37.3002520Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.3003093Z Test that modifications made to a class instance in TorchScript ... ok (0.011s) 2022-12-01T10:10:37.3003684Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-12-01T10:10:37.3004291Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-12-01T10:10:37.3004908Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-12-01T10:10:37.3005486Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.3006249Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.344s) 2022-12-01T10:10:37.3006984Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.3007573Z Test that a scripted class can have a method that refers to the class itself ... ok (0.018s) 2022-12-01T10:10:37.3008152Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-12-01T10:10:37.3008739Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-12-01T10:10:37.3009334Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.004s) 2022-12-01T10:10:37.3009963Z test_staticmethod (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.3010422Z Test static methods on class types. ... ok (0.027s) 2022-12-01T10:10:37.3010907Z test_type_annotation (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.3011474Z Test that annotating container attributes with types works correctly ... ok (0.010s) 2022-12-01T10:10:37.3012053Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-12-01T10:10:37.3012644Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-12-01T10:10:37.3013203Z test_unused_method (jit.test_class_type.TestClassType) 2022-12-01T10:10:37.3013677Z Test unused methods on scripted classes. ... ok (0.019s) 2022-12-01T10:10:37.3014201Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.024s) 2022-12-01T10:10:37.3014764Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.019s) 2022-12-01T10:10:37.3015338Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.617s) 2022-12-01T10:10:37.3015896Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.049s) 2022-12-01T10:10:37.3016402Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.003s) 2022-12-01T10:10:37.3016933Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.006s) 2022-12-01T10:10:37.3017239Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.004s) 2022-12-01T10:10:37.3017569Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.003s) 2022-12-01T10:10:37.3018084Z test_div (jit.test_complex.TestComplex) ... ok (0.003s) 2022-12-01T10:10:37.3018605Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.007s) 2022-12-01T10:10:37.3019041Z test_pickle (jit.test_complex.TestComplex) ... ok (0.007s) 2022-12-01T10:10:37.3019380Z test_script (jit.test_complex.TestComplex) ... ok (0.003s) 2022-12-01T10:10:37.3020083Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.006s) 2022-12-01T10:10:37.3020596Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.038s) 2022-12-01T10:10:37.3021244Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-12-01T10:10:37.3021940Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.005s) 2022-12-01T10:10:37.3022600Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:37.3023217Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:37.3023859Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:37.3024527Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:37.3025207Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:37.3025781Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:37.3026138Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:37.3026499Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:37.3026960Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-12-01T10:10:37.3027486Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.000s) 2022-12-01T10:10:37.3027946Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:10:37.3028309Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.004s) 2022-12-01T10:10:37.3028605Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.006s) 2022-12-01T10:10:37.3028880Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.011s) 2022-12-01T10:10:37.3029357Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:10:37.3029832Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:10:37.3030310Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.002s) 2022-12-01T10:10:37.3030804Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:10:37.3031282Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:10:37.3031621Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (4.169s) 2022-12-01T10:10:37.3031940Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (6.306s) 2022-12-01T10:10:37.3032252Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.009s) 2022-12-01T10:10:37.3032573Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-12-01T10:10:37.3032927Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... skip: InitVar not supported in Python < 3.8 (0.001s) 2022-12-01T10:10:37.3033275Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.013s) 2022-12-01T10:10:37.3033615Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-12-01T10:10:37.3033958Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.008s) 2022-12-01T10:10:37.3034293Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:10:37.3034620Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:10:37.3034961Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:10:37.3035286Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:10:37.3035621Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:10:37.3035960Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-12-01T10:10:37.3036275Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... ok (4.414s) 2022-12-01T10:10:37.3036601Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-12-01T10:10:37.3036922Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:10:37.3037238Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.006s) 2022-12-01T10:10:37.3037551Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.011s) 2022-12-01T10:10:37.3037880Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-12-01T10:10:37.3038209Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.014s) 2022-12-01T10:10:37.3038543Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.000s) 2022-12-01T10:10:37.3038886Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.025s) 2022-12-01T10:10:37.3039243Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.022s) 2022-12-01T10:10:37.3039540Z test_basic (jit.test_list_dict.TestDict) ... ok (0.025s) 2022-12-01T10:10:37.3039785Z test_clear (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-12-01T10:10:37.3040041Z test_copy (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-12-01T10:10:37.3040291Z test_del (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-12-01T10:10:37.3040550Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.027s) 2022-12-01T10:10:37.3040843Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.196s) 2022-12-01T10:10:37.3041128Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-12-01T10:10:37.3041381Z test_dict_variance (jit.test_list_dict.TestDict) 2022-12-01T10:10:37.3041655Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.012s) 2022-12-01T10:10:37.3041917Z test_get (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-12-01T10:10:37.3042178Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-12-01T10:10:37.3042441Z test_items (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:10:37.3042702Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-12-01T10:10:37.3042948Z test_keys (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-12-01T10:10:37.3043200Z test_len (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:10:37.3043450Z test_loop (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:10:37.3043698Z test_membership (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-12-01T10:10:37.3043964Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-12-01T10:10:37.3044249Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-12-01T10:10:37.3044523Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-12-01T10:10:37.3044788Z test_pop (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-12-01T10:10:37.3045048Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:10:37.3045316Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.008s) 2022-12-01T10:10:37.3045593Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-12-01T10:10:37.3045901Z Test that the use of a Dict type annotation without contained ... ok (0.003s) 2022-12-01T10:10:37.3046183Z test_update (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-12-01T10:10:37.3046446Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-12-01T10:10:37.3046719Z test_values (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:10:37.3047017Z test_view (jit.test_list_dict.TestDict) ... ok (0.078s) 2022-12-01T10:10:37.3047334Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.010s) 2022-12-01T10:10:37.3048168Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... /var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py:165: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:10:37.3048872Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-12-01T10:10:37.3049144Z ok (0.080s) 2022-12-01T10:10:37.3049567Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.011s) 2022-12-01T10:10:37.3049918Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.030s) 2022-12-01T10:10:37.3050343Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.052s) 2022-12-01T10:10:37.3050727Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.036s) 2022-12-01T10:10:37.3051207Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.033s) 2022-12-01T10:10:37.3051777Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.027s) 2022-12-01T10:10:37.3052352Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:37.3052901Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.021s) 2022-12-01T10:10:37.3053444Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:37.3053913Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:37.3054415Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:37.3054952Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3055456Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.021s) 2022-12-01T10:10:37.3055923Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:37.3056427Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-12-01T10:10:37.3056935Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:37.3057461Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:37.3057946Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:37.3058453Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:37.3058969Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:37.3059487Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:37.3060068Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:37.3060620Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3064684Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:37.3077224Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:37.3078042Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:37.3078906Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:37.3079869Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:37.3080673Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:37.3081486Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:37.3131796Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:37.3132945Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:37.3133809Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3134607Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3135327Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.021s) 2022-12-01T10:10:37.3135986Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.070s) 2022-12-01T10:10:37.3136690Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.053s) 2022-12-01T10:10:37.3137484Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.040s) 2022-12-01T10:10:37.3138390Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-12-01T10:10:37.3139226Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.025s) 2022-12-01T10:10:37.3140088Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:37.3140772Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.056s) 2022-12-01T10:10:37.3141512Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.040s) 2022-12-01T10:10:37.3142251Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:37.3142942Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:37.3143625Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-12-01T10:10:37.3144296Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-12-01T10:10:37.3145092Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:37.3145847Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-12-01T10:10:37.3146601Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.023s) 2022-12-01T10:10:37.3147287Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:37.3147993Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:37.3148677Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3149435Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:37.3150214Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:37.3150963Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:37.3151718Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:37.3152526Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:37.3153304Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-12-01T10:10:37.3154057Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-12-01T10:10:37.3154736Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-12-01T10:10:37.3155450Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:37.3156189Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3156983Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3157715Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3158503Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:37.3159198Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:37.3160018Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:37.3160796Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:37.3161567Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:37.3162313Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3163091Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3163789Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3164555Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3165286Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3165999Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-12-01T10:10:37.3166744Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:37.3167472Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3168166Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:37.3168879Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.021s) 2022-12-01T10:10:37.3169660Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3170337Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:37.3171053Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-12-01T10:10:37.3171894Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.023s) 2022-12-01T10:10:37.3172724Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:37.3173496Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-12-01T10:10:37.3174216Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.055s) 2022-12-01T10:10:37.3174811Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.041s) 2022-12-01T10:10:37.3175215Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.025s) 2022-12-01T10:10:37.3175628Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-12-01T10:10:37.3176029Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-12-01T10:10:37.3176454Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:10:37.3176863Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:10:37.3177268Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-12-01T10:10:37.3177692Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.063s) 2022-12-01T10:10:37.3178136Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.068s) 2022-12-01T10:10:37.3178563Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.036s) 2022-12-01T10:10:37.3178968Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.024s) 2022-12-01T10:10:37.3179362Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-12-01T10:10:37.3179763Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-12-01T10:10:37.3180321Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.025s) 2022-12-01T10:10:37.3180762Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.031s) 2022-12-01T10:10:37.3181176Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:37.3181589Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:37.3182000Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:37.3182427Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:37.3182846Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:37.3183274Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:10:37.3183691Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:37.3184182Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-12-01T10:10:37.3184588Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-12-01T10:10:37.3185042Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.058s) 2022-12-01T10:10:37.3185461Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.029s) 2022-12-01T10:10:37.3185874Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-12-01T10:10:37.3186279Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.049s) 2022-12-01T10:10:37.3186700Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.060s) 2022-12-01T10:10:37.3187119Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-12-01T10:10:37.3187537Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.087s) 2022-12-01T10:10:37.3187932Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.060s) 2022-12-01T10:10:37.3188345Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-12-01T10:10:37.3188755Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-12-01T10:10:37.3189167Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-12-01T10:10:37.3189501Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.009s) 2022-12-01T10:10:37.3189783Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.016s) 2022-12-01T10:10:37.3190060Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.014s) 2022-12-01T10:10:37.3190324Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:10:37.3190589Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.010s) 2022-12-01T10:10:37.3190865Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-12-01T10:10:37.3191136Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.010s) 2022-12-01T10:10:37.3191385Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:10:37.3191650Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.009s) 2022-12-01T10:10:37.3191909Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.008s) 2022-12-01T10:10:37.3192154Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.008s) 2022-12-01T10:10:37.3192411Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:10:37.3192672Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.025s) 2022-12-01T10:10:37.3192955Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.005s) 2022-12-01T10:10:37.3193259Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.004s) 2022-12-01T10:10:37.3193550Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.007s) 2022-12-01T10:10:37.3194473Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... /opt/conda/lib/python3.7/site-packages/torch/onnx/utils.py:1886: FutureWarning: 'torch.onnx._patch_torch._aten_op' is deprecated in version 1.13 and will be removed in version 1.14. Please note 'g.at()' is to be removed from torch.Graph. Please open a GitHub issue if you need this functionality.. 2022-12-01T10:10:37.3194966Z **attrs, 2022-12-01T10:10:37.3195658Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:114: FutureWarning: 'torch.onnx._patch_torch._graph_op' is deprecated in version 1.13 and will be removed in version 1.14. Please note 'g.op()' is to be removed from torch.Graph. Please open a GitHub issue if you need this functionality.. 2022-12-01T10:10:37.3196126Z **kwargs, 2022-12-01T10:10:37.3196288Z ok (0.005s) 2022-12-01T10:10:37.3196554Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.001s) 2022-12-01T10:10:37.3197271Z test_compressed_zipfile (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:53: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:10:37.3197768Z export_type=torch.onnx.ExportTypes.COMPRESSED_ZIP_ARCHIVE) 2022-12-01T10:10:37.3198009Z ok (0.007s) 2022-12-01T10:10:37.3198591Z test_directory (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:60: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:10:37.3199068Z export_type=torch.onnx.ExportTypes.DIRECTORY) 2022-12-01T10:10:37.3199296Z ok (0.007s) 2022-12-01T10:10:37.3199530Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.003s) 2022-12-01T10:10:37.3200196Z test_onnx_multiple_return (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:69: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:10:37.3200626Z torch.onnx._export(foo, (x,), f) 2022-12-01T10:10:37.3200812Z ok (0.004s) 2022-12-01T10:10:37.3201386Z test_protobuf (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:39: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:10:37.3201857Z export_type=torch.onnx.ExportTypes.PROTOBUF_FILE) 2022-12-01T10:10:37.3202083Z ok (0.046s) 2022-12-01T10:10:37.3202677Z test_zipfile (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:46: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:10:37.3203121Z export_type=torch.onnx.ExportTypes.ZIP_ARCHIVE) 2022-12-01T10:10:37.3203332Z ok (0.020s) 2022-12-01T10:10:37.3203562Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.033s) 2022-12-01T10:10:37.3203878Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.057s) 2022-12-01T10:10:37.3204195Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.320s) 2022-12-01T10:10:37.3204516Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:10:37.3204838Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:10:37.3205147Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:10:37.3205472Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:10:37.3205806Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:10:37.3206138Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:10:37.3206456Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:10:37.3206796Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:10:37.3207141Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:10:37.3207474Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:10:37.3207819Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:10:37.3208209Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:10:37.3208560Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-12-01T10:10:37.3208862Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:10:37.3209198Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-12-01T10:10:37.3209644Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-12-01T10:10:37.3209974Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:10:37.3210302Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:10:37.3210618Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:10:37.3210950Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:10:37.3211267Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:10:37.3211601Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.025s) 2022-12-01T10:10:37.3211932Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-12-01T10:10:37.3212280Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.030s) 2022-12-01T10:10:37.3212623Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-12-01T10:10:37.3213038Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.086s) 2022-12-01T10:10:37.3213371Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-12-01T10:10:37.3213706Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-12-01T10:10:37.3214067Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-12-01T10:10:37.3214423Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.029s) 2022-12-01T10:10:37.3214754Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.018s) 2022-12-01T10:10:37.3215061Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:10:37.3215378Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:10:37.3215714Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:10:37.3216052Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-12-01T10:10:37.3216421Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-12-01T10:10:37.3216819Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-12-01T10:10:37.3217197Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-12-01T10:10:37.3217535Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:10:37.3217903Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-12-01T10:10:37.3218240Z test_freeze_no_forward (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-12-01T10:10:37.3218561Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-12-01T10:10:37.3218878Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-12-01T10:10:37.3219210Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.112s) 2022-12-01T10:10:37.3219512Z test_instancing_error (__main__.TestFrontend) ... ok (0.015s) 2022-12-01T10:10:37.3219871Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.047s) 2022-12-01T10:10:37.3220444Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (4.451s) 2022-12-01T10:10:37.3220793Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.102s) 2022-12-01T10:10:37.3222268Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-12-01T10:10:37.3222682Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.017s) 2022-12-01T10:10:37.3223038Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... ok (4.047s) 2022-12-01T10:10:37.3223384Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.062s) 2022-12-01T10:10:37.3223728Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.056s) 2022-12-01T10:10:37.3224093Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-12-01T10:10:37.3224496Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.003s) 2022-12-01T10:10:37.3224906Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-12-01T10:10:37.3225269Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.008s) 2022-12-01T10:10:37.3225621Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.008s) 2022-12-01T10:10:37.3225990Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-12-01T10:10:37.3226358Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.010s) 2022-12-01T10:10:37.3226712Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.197s) 2022-12-01T10:10:37.3227120Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-12-01T10:10:37.3227513Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-12-01T10:10:37.3227899Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.002s) 2022-12-01T10:10:37.3228270Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-12-01T10:10:37.3228661Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.002s) 2022-12-01T10:10:37.3229095Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-12-01T10:10:37.3229495Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-12-01T10:10:37.3229858Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-12-01T10:10:37.3230213Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.510s) 2022-12-01T10:10:37.3230571Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.115s) 2022-12-01T10:10:37.3230924Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.054s) 2022-12-01T10:10:37.3231289Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.055s) 2022-12-01T10:10:37.3231644Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.950s) 2022-12-01T10:10:37.3231982Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (1.882s) 2022-12-01T10:10:37.3232331Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-12-01T10:10:37.3232688Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.004s) 2022-12-01T10:10:37.3233038Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.050s) 2022-12-01T10:10:37.3233463Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.069s) 2022-12-01T10:10:37.3233957Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.243s) 2022-12-01T10:10:37.3234413Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.068s) 2022-12-01T10:10:37.3234872Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.011s) 2022-12-01T10:10:37.3235297Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (8.304s) 2022-12-01T10:10:37.3235675Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.008s) 2022-12-01T10:10:37.3236018Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.088s) 2022-12-01T10:10:37.3236310Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.009s) 2022-12-01T10:10:37.3236574Z test_hash_device (jit.test_hash.TestHash) ... ok (0.021s) 2022-12-01T10:10:37.3236837Z test_hash_float (jit.test_hash.TestHash) ... ok (0.026s) 2022-12-01T10:10:37.3237094Z test_hash_int (jit.test_hash.TestHash) ... ok (0.009s) 2022-12-01T10:10:37.3237340Z test_hash_none (jit.test_hash.TestHash) ... ok (0.018s) 2022-12-01T10:10:37.3237596Z test_hash_string (jit.test_hash.TestHash) ... ok (0.006s) 2022-12-01T10:10:37.3237843Z test_hash_tensor (jit.test_hash.TestHash) 2022-12-01T10:10:37.3238067Z Tensors should hash by identity ... ok (0.021s) 2022-12-01T10:10:37.3238314Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.008s) 2022-12-01T10:10:37.3238598Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.018s) 2022-12-01T10:10:37.3238885Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.037s) 2022-12-01T10:10:37.3239178Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... ok (0.001s) 2022-12-01T10:10:37.3239475Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.019s) 2022-12-01T10:10:37.3239774Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.009s) 2022-12-01T10:10:37.3240070Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.014s) 2022-12-01T10:10:37.3240380Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-12-01T10:10:37.3240688Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-12-01T10:10:37.3240975Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-12-01T10:10:37.3241284Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.044s) 2022-12-01T10:10:37.3241606Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.033s) 2022-12-01T10:10:37.3241914Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.018s) 2022-12-01T10:10:37.3242199Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.027s) 2022-12-01T10:10:37.3242510Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.013s) 2022-12-01T10:10:37.3242837Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-12-01T10:10:37.3243146Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.028s) 2022-12-01T10:10:37.3243462Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-12-01T10:10:37.3243794Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-12-01T10:10:37.3244123Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.023s) 2022-12-01T10:10:37.3244433Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.037s) 2022-12-01T10:10:37.3244759Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.032s) 2022-12-01T10:10:37.3245072Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.019s) 2022-12-01T10:10:37.3245396Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.027s) 2022-12-01T10:10:37.3245728Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.076s) 2022-12-01T10:10:37.3246018Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.051s) 2022-12-01T10:10:37.3246341Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.004s) 2022-12-01T10:10:37.3246675Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.005s) 2022-12-01T10:10:37.3247069Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.034s) 2022-12-01T10:10:37.3247494Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.006s) 2022-12-01T10:10:37.3247917Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.006s) 2022-12-01T10:10:37.3248344Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.048s) 2022-12-01T10:10:37.3248928Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (6.233s) 2022-12-01T10:10:37.3249293Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.017s) 2022-12-01T10:10:37.3249668Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-12-01T10:10:37.3249965Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-12-01T10:10:37.3250289Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:10:37.3250608Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:37.3250922Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-12-01T10:10:37.3251281Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:10:37.3251611Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:37.3251892Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:37.3252180Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-12-01T10:10:37.3252477Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-12-01T10:10:37.3252777Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:37.3253047Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:10:37.3253347Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-12-01T10:10:37.3253667Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:10:37.3253970Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:37.3254281Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:37.3254625Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:10:37.3254946Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-12-01T10:10:37.3255254Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:37.3255585Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:10:37.3255906Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-12-01T10:10:37.3256207Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:37.3256513Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-12-01T10:10:37.3256814Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.010s) 2022-12-01T10:10:37.3257121Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-12-01T10:10:37.3257478Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.011s) 2022-12-01T10:10:37.3257781Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-12-01T10:10:37.3258151Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.015s) 2022-12-01T10:10:37.3258415Z test_ModuleList (__main__.TestJit) ... ok (0.055s) 2022-12-01T10:10:37.3258659Z test_Sequential (__main__.TestJit) ... ok (0.024s) 2022-12-01T10:10:37.3258896Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.021s) 2022-12-01T10:10:37.3259125Z test_add_relu_fusion (__main__.TestJit) ... ok (0.027s) 2022-12-01T10:10:37.3259370Z test_arg_configurations (__main__.TestJit) 2022-12-01T10:10:37.3259692Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-12-01T10:10:37.3260111Z test_attrs (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:37.3260338Z test_batchnorm (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3260602Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-12-01T10:10:37.3260867Z test_conj_transpose (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:37.3261113Z test_constant_insertion (__main__.TestJit) ... ok (4.694s) 2022-12-01T10:10:37.3261383Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:10:37.3261663Z test_constant_prop_exception (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:37.3261924Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:37.3262196Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3262469Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:37.3262742Z test_constant_prop_nested (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:37.3262994Z test_constant_prop_none (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:37.3263253Z test_constant_prop_print (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3263512Z test_constant_prop_rand (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3263769Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:37.3264043Z test_constant_prop_simple (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3264297Z test_constants_pkl (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3264522Z test_cpp (__main__.TestJit) ... ok (0.028s) 2022-12-01T10:10:37.3264743Z test_cse (__main__.TestJit) ... ok (0.009s) 2022-12-01T10:10:37.3264995Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.008s) 2022-12-01T10:10:37.3265246Z test_cu_escaped_number (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3265525Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.002s) 2022-12-01T10:10:37.3265819Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.014s) 2022-12-01T10:10:37.3266090Z test_decompose_addmm (__main__.TestJit) ... ok (0.036s) 2022-12-01T10:10:37.3266349Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-12-01T10:10:37.3266635Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:37.3266900Z test_disabled (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:37.3267123Z test_dropout (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:10:37.3267402Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.001s) 2022-12-01T10:10:37.3267983Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-12-01 10:09:13 1367:1367 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:10:37.3268467Z STAGE:2022-12-01 10:09:13 1367:1367 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:10:37.3268885Z STAGE:2022-12-01 10:09:13 1367:1367 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:10:37.3269317Z STAGE:2022-12-01 10:09:13 1367:1367 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:10:37.3269805Z STAGE:2022-12-01 10:09:13 1367:1367 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:10:37.3270277Z STAGE:2022-12-01 10:09:13 1367:1367 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:10:37.3270691Z STAGE:2022-12-01 10:09:13 1367:1367 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:10:37.3271123Z STAGE:2022-12-01 10:09:13 1367:1367 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:10:37.3271377Z ok (0.102s) 2022-12-01T10:10:37.3271637Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.002s) 2022-12-01T10:10:37.3271932Z test_einsum (__main__.TestJit) ... ok (0.024s) 2022-12-01T10:10:37.3272174Z test_element_size (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3272419Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:37.3272687Z test_expand_quantlint (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:37.3273021Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:10:37.3273334Z test_export_dropout (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:10:37.3273568Z test_export_lstm (__main__.TestJit) ... ok (0.037s) 2022-12-01T10:10:37.3273812Z test_export_opnames (__main__.TestJit) ... ok (0.013s) 2022-12-01T10:10:37.3274054Z test_export_rnn (__main__.TestJit) ... ok (0.066s) 2022-12-01T10:10:37.3274335Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-12-01T10:10:37.3274641Z test_function_default_values (__main__.TestJit) ... ok (0.037s) 2022-12-01T10:10:37.3274920Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3275190Z test_import_method (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:37.3275435Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:10:37.3275677Z test_layout (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3275928Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:37.3276178Z test_matrix_transpose (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3276438Z test_module_default_values (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:37.3276702Z test_mutable_default_values (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:37.3276986Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.001s) 2022-12-01T10:10:37.3277258Z test_nn_conv (__main__.TestJit) ... ok (0.225s) 2022-12-01T10:10:37.3277494Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.098s) 2022-12-01T10:10:37.3277738Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.134s) 2022-12-01T10:10:37.3277964Z test_nn_padding (__main__.TestJit) ... ok (0.236s) 2022-12-01T10:10:37.3278218Z test_nn_padding_functional (__main__.TestJit) ... ok (0.029s) 2022-12-01T10:10:37.3278482Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:37.3278798Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-12-01T10:10:37.3279097Z test_numel (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:37.3279354Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.037s) 2022-12-01T10:10:37.3279617Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3279916Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.027s) 2022-12-01T10:10:37.3280369Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.004s) 2022-12-01T10:10:37.3280696Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:37.3280942Z test_pretty_printer (__main__.TestJit) ... ok (0.034s) 2022-12-01T10:10:37.3281198Z test_print_classes_module (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:37.3281453Z test_print_op_module (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:37.3281730Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:37.3282557Z test_profiler (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/65521 for allplatform(s) . 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.002s) 2022-12-01T10:10:37.3283090Z test_python_bindings (__main__.TestJit) ... ok (0.296s) 2022-12-01T10:10:37.3283332Z test_python_ir (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:37.3283563Z test_python_ir_utils (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:10:37.3284361Z test_python_ir_utils_graph (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73473 for platform(s) macos, linux. 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.002s) 2022-12-01T10:10:37.3284898Z test_python_ivalue (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3285154Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (1.013s) 2022-12-01T10:10:37.3285391Z test_recursive_cse (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3285652Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.008s) 2022-12-01T10:10:37.3285916Z test_restore_device (__main__.TestJit) ... ok (0.009s) 2022-12-01T10:10:37.3286209Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.003s) 2022-12-01T10:10:37.3286544Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-12-01T10:10:37.3286850Z test_script_autograd_grad (__main__.TestJit) ... ok (0.403s) 2022-12-01T10:10:37.3287109Z test_script_backward (__main__.TestJit) ... ok (0.012s) 2022-12-01T10:10:37.3287684Z test_script_backward_twice (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_script.py:1244: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-12-01T10:10:37.3288159Z "`optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead" 2022-12-01T10:10:37.3288415Z ok (0.014s) 2022-12-01T10:10:37.3288625Z test_script_fn_pkl (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3288870Z test_script_tensor_type (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:10:37.3289134Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3289489Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:37.3289765Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:10:37.3290041Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3290293Z test_sparse_tensors (__main__.TestJit) ... ok (0.032s) 2022-12-01T10:10:37.3291395Z test_torch_complex (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:10:37.3292106Z return callable(*args, **kwargs) 2022-12-01T10:10:37.3293159Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:10:37.3293837Z return callable(*args, **kwargs) 2022-12-01T10:10:37.3294012Z ok (0.027s) 2022-12-01T10:10:37.3294410Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-12-01T10:10:37.3294750Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3294998Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:10:37.3295254Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:10:37.3295501Z test_torch_sum (__main__.TestJit) ... ok (0.010s) 2022-12-01T10:10:37.3295737Z test_trace_retains_train (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:10:37.3295985Z test_train_eval (__main__.TestJit) ... ok (0.047s) 2022-12-01T10:10:37.3296228Z test_transpose (__main__.TestJit) ... ok (0.005s) 2022-12-01T10:10:37.3296476Z test_unchecked_cast (__main__.TestJit) ... ok (0.014s) 2022-12-01T10:10:37.3296713Z test_unique_state_dict (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:10:37.3297025Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-12-01T10:10:37.3297318Z test_warnings (__main__.TestJit) ... ok (0.012s) 2022-12-01T10:10:37.3297589Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:10:37.3297927Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:10:37.3298274Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:10:37.3298622Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:37.3298950Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:37.3299301Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:37.3299649Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:37.3300118Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:37.3300462Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:37.3300804Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:37.3301145Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:37.3301468Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:10:37.3301807Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:37.3302140Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-12-01T10:10:37.3302467Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:37.3302813Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:10:37.3303151Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-12-01T10:10:37.3303486Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:10:37.3303815Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:37.3304159Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:10:37.3304499Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-12-01T10:10:37.3304831Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-12-01T10:10:37.3305240Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-12-01T10:10:37.3305625Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:10:37.3305973Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:37.3306280Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:10:37.3306591Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:10:37.3306909Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3307212Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3307517Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:37.3307823Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:37.3308144Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:37.3308465Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:37.3308795Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3309108Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3309409Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:37.3309713Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:37.3310019Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:37.3310340Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:37.3310676Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:37.3311026Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:37.3311389Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3311758Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:37.3312134Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3312479Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3312801Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3313117Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3313448Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:37.3313790Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:37.3314163Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:37.3314517Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3314844Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:10:37.3315153Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:37.3315460Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:37.3315786Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:37.3316101Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3316420Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3316731Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:37.3317097Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:37.3317445Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3317767Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3318099Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3318432Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3318782Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:37.3319123Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:37.3319468Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:37.3319813Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3320150Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3320507Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:37.3320857Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:37.3321183Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.115s) 2022-12-01T10:10:37.3321507Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-12-01T10:10:37.3321831Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-12-01T10:10:37.3322163Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.120s) 2022-12-01T10:10:37.3322485Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.116s) 2022-12-01T10:10:37.3322817Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-12-01T10:10:37.3323151Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-12-01T10:10:37.3323461Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-12-01T10:10:37.3323770Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-12-01T10:10:37.3324099Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-12-01T10:10:37.3324422Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-12-01T10:10:37.3324751Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-12-01T10:10:37.3325068Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-12-01T10:10:37.3325373Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-12-01T10:10:37.3325695Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-12-01T10:10:37.3326009Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-12-01T10:10:37.3326331Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.124s) 2022-12-01T10:10:37.3326667Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-12-01T10:10:37.3326999Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-12-01T10:10:37.3327293Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:37.3327578Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:10:37.3327874Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:37.3328165Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:37.3328521Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-12-01T10:10:37.3328989Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:37.3329355Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-12-01T10:10:37.3329783Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-12-01T10:10:37.3330138Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-12-01T10:10:37.3330455Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:37.3330762Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:37.3331085Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:37.3331408Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:37.3331727Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:37.3332039Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:37.3332363Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:37.3332677Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:37.3332993Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:37.3333299Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:37.3333610Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3333925Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:37.3334213Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:37.3334507Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:37.3334807Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:37.3335095Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:10:37.3335391Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:37.3335692Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:37.3335994Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:37.3336292Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:37.3336604Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:37.3336920Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3337237Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3337552Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:37.3337858Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:10:37.3338175Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:37.3338467Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:10:37.3338776Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:37.3339099Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:10:37.3339404Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:10:37.3339730Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:10:37.3340214Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:10:37.3340549Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-12-01T10:10:37.3340926Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:37.3341269Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:10:37.3341574Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:10:37.3341871Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:37.3342170Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:10:37.3342485Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:10:37.3342801Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:37.3343094Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:10:37.3343416Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-12-01T10:10:37.3343756Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:10:37.3344062Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-12-01T10:10:37.3344367Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:10:37.3344681Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:37.3344980Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:10:37.3345263Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:37.3345580Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-12-01T10:10:37.3345896Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-12-01T10:10:37.3346197Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:10:37.3346505Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:10:37.3346803Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-12-01T10:10:37.3347103Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-12-01T10:10:37.3347404Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-12-01T10:10:37.3347717Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:37.3348036Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:37.3348339Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:10:37.3348646Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3348953Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:37.3349380Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3349688Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-12-01T10:10:37.3350095Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-12-01T10:10:37.3350437Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-12-01T10:10:37.3350748Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-12-01T10:10:37.3351067Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-12-01T10:10:37.3351382Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-12-01T10:10:37.3351712Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.175s) 2022-12-01T10:10:37.3352022Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-12-01T10:10:37.3352338Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.142s) 2022-12-01T10:10:37.3352711Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-12-01T10:10:37.3353059Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:37.3353394Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:37.3353749Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3354112Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3354460Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:37.3354798Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3355116Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3355435Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3355799Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3356190Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3356589Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:37.3356968Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:10:37.3357335Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:37.3357690Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:37.3358067Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:37.3358440Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:37.3358812Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-12-01T10:10:37.3359157Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:37.3359498Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:37.3359879Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3360277Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3360690Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3361058Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3361413Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3361793Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3362169Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3362505Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:37.3362859Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3363203Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3363536Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3363858Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3364208Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:37.3364532Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:37.3364812Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3365117Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:10:37.3365408Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:37.3365711Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-12-01T10:10:37.3366037Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:37.3366365Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:10:37.3366691Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:10:37.3367005Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:37.3367336Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:37.3367654Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:37.3367966Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:37.3368300Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-12-01T10:10:37.3368615Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-12-01T10:10:37.3368914Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:37.3369207Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:37.3369574Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:10:37.3369867Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:10:37.3370173Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:10:37.3370500Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:10:37.3370838Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.118s) 2022-12-01T10:10:37.3371193Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-12-01T10:10:37.3371566Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.102s) 2022-12-01T10:10:37.3371960Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:10:37.3372309Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-12-01T10:10:37.3372659Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.096s) 2022-12-01T10:10:37.3373026Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-12-01T10:10:37.3373395Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-12-01T10:10:37.3373736Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-12-01T10:10:37.3374076Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-12-01T10:10:37.3374459Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-12-01T10:10:37.3374843Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-12-01T10:10:37.3375195Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-12-01T10:10:37.3375533Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-12-01T10:10:37.3375943Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-12-01T10:10:37.3376305Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:10:37.3376602Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:37.3376892Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:37.3377179Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:10:37.3377462Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:37.3377747Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3378042Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:10:37.3378340Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-12-01T10:10:37.3378645Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:10:37.3378978Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:10:37.3379310Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-12-01T10:10:37.3379631Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-12-01T10:10:37.3380057Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-12-01T10:10:37.3380409Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-12-01T10:10:37.3380737Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-12-01T10:10:37.3381041Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-12-01T10:10:37.3381379Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.108s) 2022-12-01T10:10:37.3381703Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:37.3382018Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:10:37.3382325Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:10:37.3382679Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-12-01T10:10:37.3383067Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-12-01T10:10:37.3383402Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:37.3383700Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3384010Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3384324Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:37.3384644Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3384996Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3385356Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3385717Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:10:37.3386061Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3386403Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3386747Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3387055Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:10:37.3387352Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3387665Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-12-01T10:10:37.3388062Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-12-01T10:10:37.3388411Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-12-01T10:10:37.3388731Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-12-01T10:10:37.3389054Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.125s) 2022-12-01T10:10:37.3389379Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.134s) 2022-12-01T10:10:37.3389734Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.133s) 2022-12-01T10:10:37.3390069Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-12-01T10:10:37.3390390Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.126s) 2022-12-01T10:10:37.3390718Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-12-01T10:10:37.3391078Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.135s) 2022-12-01T10:10:37.3391421Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.127s) 2022-12-01T10:10:37.3391726Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-12-01T10:10:37.3392056Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.134s) 2022-12-01T10:10:37.3392402Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.132s) 2022-12-01T10:10:37.3392731Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-12-01T10:10:37.3393024Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:10:37.3393346Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:37.3393676Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:10:37.3394010Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:37.3394317Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3394642Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3394980Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3395312Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3395647Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:37.3395974Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:37.3396314Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3396650Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3396963Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:37.3397267Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3397573Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3397891Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3398200Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3398512Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3398817Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3399126Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:37.3399484Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.144s) 2022-12-01T10:10:37.3399782Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-12-01T10:10:37.3400120Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.152s) 2022-12-01T10:10:37.3400422Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.175s) 2022-12-01T10:10:37.3400722Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-12-01T10:10:37.3401005Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-12-01T10:10:37.3401324Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:10:37.3401674Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:10:37.3402011Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-12-01T10:10:37.3402353Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-12-01T10:10:37.3402701Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.205s) 2022-12-01T10:10:37.3403053Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-12-01T10:10:37.3403361Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:37.3403668Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:37.3403987Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3404304Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:10:37.3404632Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3404936Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:37.3405234Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:37.3405532Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:37.3405847Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.224s) 2022-12-01T10:10:37.3406186Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-12-01T10:10:37.3406522Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-12-01T10:10:37.3406848Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:37.3407159Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:37.3407477Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:37.3407770Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:10:37.3408079Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:10:37.3408415Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:37.3408735Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:10:37.3409039Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:37.3409341Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3409743Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3410047Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3410363Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3410679Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3410981Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:37.3411322Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3411657Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:37.3411982Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:37.3412317Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:37.3412672Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:37.3413020Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:37.3413155Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-12-01T10:10:37.3413297Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:10:37.3413440Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-12-01T10:10:37.3413588Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:10:37.3413734Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-12-01T10:10:37.3413884Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:10:37.3414018Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:10:37.3414168Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-12-01T10:10:37.3414308Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:10:37.3414449Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-12-01T10:10:37.3414574Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:37.3414716Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:37.3414850Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:37.3415009Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:10:37.3415179Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3415334Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:10:37.3415498Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3415659Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3415821Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:10:37.3415990Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-12-01T10:10:37.3416159Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-12-01T10:10:37.3416323Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3416487Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-12-01T10:10:37.3416668Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-12-01T10:10:37.3416848Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-12-01T10:10:37.3417029Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-12-01T10:10:37.3417189Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:37.3417358Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-12-01T10:10:37.3417539Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:37.3417682Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-12-01T10:10:37.3417895Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:37.3418081Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:37.3418233Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:10:37.3418395Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:37.3418551Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:10:37.3418685Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3418842Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3418995Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:37.3419160Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3419384Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:10:37.3419525Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:37.3419674Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3419833Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3420108Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3420274Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3420437Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3420593Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3420732Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:10:37.3420883Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:10:37.3421029Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:10:37.3421169Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3421299Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3421446Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:10:37.3421600Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:10:37.3421746Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3421895Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3422039Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3422197Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3422352Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3422520Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3422679Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3422818Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:37.3422972Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:37.3423128Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3423261Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:37.3423455Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:37.3423625Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:37.3423775Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:37.3423895Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:37.3424043Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:37.3424187Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:37.3424325Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:37.3424478Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3424629Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3424777Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3424930Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3425066Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3425219Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3425368Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3425519Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3425670Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3425822Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:37.3425987Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:37.3426149Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:37.3426299Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:37.3426474Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:37.3426615Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:37.3426756Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:37.3426907Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3427073Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3427235Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3427397Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3427559Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:37.3427703Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:10:37.3427875Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-12-01T10:10:37.3428027Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3428157Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:10:37.3428286Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:37.3428430Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:37.3428572Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-12-01T10:10:37.3428725Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-12-01T10:10:37.3428842Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:37.3429002Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3429178Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3429314Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3429454Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:37.3429589Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:37.3429733Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:37.3429884Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:10:37.3430029Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:37.3430170Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:10:37.3430326Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:10:37.3430489Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:10:37.3430635Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:37.3430789Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3430946Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:37.3431092Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:10:37.3431235Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-12-01T10:10:37.3431389Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:10:37.3431536Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:10:37.3431693Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:10:37.3431856Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:10:37.3432003Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:10:37.3432158Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:37.3432318Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:37.3432433Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-12-01T10:10:37.3432577Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:37.3432713Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-12-01T10:10:37.3432838Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-12-01T10:10:37.3432978Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:37.3433118Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:37.3433251Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:37.3433398Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:37.3433524Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-12-01T10:10:37.3433662Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:37.3433803Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3433959Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3434114Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:37.3434267Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3434414Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3434604Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3434765Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-12-01T10:10:37.3434914Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3435055Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:37.3435215Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-12-01T10:10:37.3435375Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3435531Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-12-01T10:10:37.3435684Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3435814Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-12-01T10:10:37.3435938Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-12-01T10:10:37.3436088Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3436232Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:10:37.3436372Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-12-01T10:10:37.3436502Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-12-01T10:10:37.3436642Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.100s) 2022-12-01T10:10:37.3436786Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-12-01T10:10:37.3436922Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:10:37.3437045Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-12-01T10:10:37.3437180Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:37.3437332Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-12-01T10:10:37.3437489Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:37.3437634Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:37.3437769Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:37.3437912Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:37.3438061Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:37.3438215Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:37.3438337Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-12-01T10:10:37.3438482Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-12-01T10:10:37.3438623Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-12-01T10:10:37.3438754Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-12-01T10:10:37.3438893Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-12-01T10:10:37.3439030Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:37.3439166Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.122s) 2022-12-01T10:10:37.3439315Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-12-01T10:10:37.3439445Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-12-01T10:10:37.3439592Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-12-01T10:10:37.3439742Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3439922Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-12-01T10:10:37.3440082Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3440321Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:10:37.3440503Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.406s) 2022-12-01T10:10:37.3440678Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.331s) 2022-12-01T10:10:37.3440844Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.152s) 2022-12-01T10:10:37.3441017Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.166s) 2022-12-01T10:10:37.3441174Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (5.950s) 2022-12-01T10:10:37.3441343Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-12-01T10:10:37.3441513Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-12-01T10:10:37.3441676Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-12-01T10:10:37.3441824Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-12-01T10:10:37.3441959Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-12-01T10:10:37.3442102Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-12-01T10:10:37.3442227Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:37.3442373Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-12-01T10:10:37.3442526Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:37.3442675Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-12-01T10:10:37.3442827Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3442990Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3443146Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3443320Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3443476Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3443663Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3443819Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3443991Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3444142Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3444302Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3444457Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3444628Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3444800Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3444979Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3445136Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3445308Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3445502Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3445697Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3445854Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3446007Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3446175Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3446316Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3446467Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3446623Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3446773Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3446940Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3447098Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3447245Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3447401Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3447556Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3447695Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3447850Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3448006Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3448165Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3448320Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3448473Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3448635Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3448794Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3448958Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3449114Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3449288Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3449510Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3449657Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3449807Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3449951Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3450097Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3450239Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3450414Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3450564Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3450708Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3450892Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3451034Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3451212Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3451354Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3451504Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3451643Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:10:37.3451810Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-12-01T10:10:37.3452035Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.000s) 2022-12-01T10:10:37.3452196Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:10:37.3452428Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.000s) 2022-12-01T10:10:37.3452606Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:10:37.3452768Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:10:37.3452935Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:10:37.3453086Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-12-01T10:10:37.3453215Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.018s) 2022-12-01T10:10:37.3453366Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:37.3453503Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:37.3453648Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:37.3453791Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:10:37.3453924Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:10:37.3454058Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:10:37.3454174Z test_del (jit.test_list_dict.TestList) ... ok (0.011s) 2022-12-01T10:10:37.3454310Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3454464Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:37.3454632Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:10:37.3454792Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:10:37.3454940Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:10:37.3455105Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:37.3455248Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:37.3455384Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:37.3455538Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.012s) 2022-12-01T10:10:37.3455678Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.008s) 2022-12-01T10:10:37.3455830Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:37.3455987Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.002s) 2022-12-01T10:10:37.3456132Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:37.3456328Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3456533Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3456669Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3456803Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:37.3456911Z test_in_check (jit.test_list_dict.TestList) ... ok (0.013s) 2022-12-01T10:10:37.3457043Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.019s) 2022-12-01T10:10:37.3457163Z test_list_count (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:37.3457297Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3457418Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.011s) 2022-12-01T10:10:37.3457539Z test_list_index (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:37.3457676Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.016s) 2022-12-01T10:10:37.3457792Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.015s) 2022-12-01T10:10:37.3457911Z test_list_len (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:10:37.3458033Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.014s) 2022-12-01T10:10:37.3458152Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-12-01T10:10:37.3458268Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.058s) 2022-12-01T10:10:37.3458387Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.021s) 2022-12-01T10:10:37.3458508Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.034s) 2022-12-01T10:10:37.3458640Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.002s) 2022-12-01T10:10:37.3458738Z test_list_variance (jit.test_list_dict.TestList) 2022-12-01T10:10:37.3458867Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.011s) 2022-12-01T10:10:37.3458991Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3459113Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.061s) 2022-12-01T10:10:37.3459244Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.042s) 2022-12-01T10:10:37.3459375Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:37.3459509Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3459643Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3459774Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3459911Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:37.3460250Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:37.3460384Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3460523Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3460669Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:37.3460801Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3460952Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3461084Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3461230Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3461370Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:10:37.3461502Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3461633Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3461818Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3461991Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3462135Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3462267Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3462400Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:10:37.3462535Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:37.3462671Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.007s) 2022-12-01T10:10:37.3462802Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3462950Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:10:37.3463090Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:10:37.3463224Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3463350Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:10:37.3463491Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:37.3463630Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:10:37.3463754Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.027s) 2022-12-01T10:10:37.3463883Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:37.3464030Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:37.3464160Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.005s) 2022-12-01T10:10:37.3464299Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.017s) 2022-12-01T10:10:37.3464392Z test_to_list (jit.test_list_dict.TestList) 2022-12-01T10:10:37.3464513Z Unit tests for Tensor.tolist() function. ... ok (0.256s) 2022-12-01T10:10:37.3464627Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-12-01T10:10:37.3464769Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.002s) 2022-12-01T10:10:37.3464910Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.008s) 2022-12-01T10:10:37.3465054Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.007s) 2022-12-01T10:10:37.3465188Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-12-01T10:10:37.3465330Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.003s) 2022-12-01T10:10:37.3465471Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.007s) 2022-12-01T10:10:37.3465611Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.006s) 2022-12-01T10:10:37.3465773Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.019s) 2022-12-01T10:10:37.3465929Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.010s) 2022-12-01T10:10:37.3466080Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.012s) 2022-12-01T10:10:37.3466246Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.010s) 2022-12-01T10:10:37.3466357Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-12-01T10:10:37.3466487Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.005s) 2022-12-01T10:10:37.3466610Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.021s) 2022-12-01T10:10:37.3466735Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:10:37.3466855Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.002s) 2022-12-01T10:10:37.3466967Z test_if_returning_any (jit.test_misc.TestMisc) 2022-12-01T10:10:37.3467089Z Check that an if statement can return different ... ok (0.005s) 2022-12-01T10:10:37.3467234Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:10:37.3467387Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.008s) 2022-12-01T10:10:37.3467509Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.016s) 2022-12-01T10:10:37.3467632Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.009s) 2022-12-01T10:10:37.3467744Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:10:37.3467867Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.001s) 2022-12-01T10:10:37.3468015Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.001s) 2022-12-01T10:10:37.3468166Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.001s) 2022-12-01T10:10:37.3468286Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:10:37.3468425Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:10:37.3468556Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:10:37.3468687Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:10:37.3468822Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.005s) 2022-12-01T10:10:37.3468966Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:10:37.3469099Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:10:37.3469275Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.014s) 2022-12-01T10:10:37.3469457Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.021s) 2022-12-01T10:10:37.3469629Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-12-01T10:10:37.3469800Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.013s) 2022-12-01T10:10:37.3469968Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.012s) 2022-12-01T10:10:37.3470150Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.017s) 2022-12-01T10:10:37.3470327Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.015s) 2022-12-01T10:10:37.3470489Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.058s) 2022-12-01T10:10:37.3470646Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.030s) 2022-12-01T10:10:37.3470798Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.018s) 2022-12-01T10:10:37.3470980Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-12-01T10:10:37.3471135Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-12-01T10:10:37.3471279Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.023s) 2022-12-01T10:10:37.3471452Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-12-01T10:10:37.3471619Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.012s) 2022-12-01T10:10:37.3471770Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.161s) 2022-12-01T10:10:37.3471943Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-12-01T10:10:37.3472090Z Tracing over a script function returning a dictionary should work. ... ok (0.025s) 2022-12-01T10:10:37.3472247Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-12-01T10:10:37.3472444Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.030s) 2022-12-01T10:10:37.3472625Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.021s) 2022-12-01T10:10:37.3472804Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.007s) 2022-12-01T10:10:37.3472968Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-12-01T10:10:37.3473118Z test_alexnet (jit.test_models.TestModels) ... ok (0.966s) 2022-12-01T10:10:37.3473887Z test_dcgan_models (jit.test_models.TestModels) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79142 for platform(s) linux. 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.001s) 2022-12-01T10:10:37.3474036Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:10:37.3474156Z test_mnist (jit.test_models.TestModels) ... ok (0.330s) 2022-12-01T10:10:37.3474295Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:10:37.3474464Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-12-01T10:10:37.3474666Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:10:37.3474802Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:10:37.3474943Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.035s) 2022-12-01T10:10:37.3475101Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:10:37.3475316Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:10:37.3475529Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:10:37.3475715Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:10:37.3475858Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:10:37.3475992Z test_snli_quantized (jit.test_models.TestModels) ... ok (0.483s) 2022-12-01T10:10:37.3476192Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:10:37.3476331Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:10:37.3476472Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.150s) 2022-12-01T10:10:37.3476586Z test_vae (jit.test_models.TestModels) ... ok (0.152s) 2022-12-01T10:10:37.3476720Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:10:37.3476852Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.082s) 2022-12-01T10:10:37.3477001Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:10:37.3477136Z Tests that customized state dict methods are in effect ... ok (0.032s) 2022-12-01T10:10:37.3477280Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:10:37.3477421Z Tests that default state dict methods are automatically available ... ok (0.026s) 2022-12-01T10:10:37.3477579Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:10:37.3477727Z Tests that customized state dict methods on submodules are in effect ... ok (0.041s) 2022-12-01T10:10:37.3477908Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.070s) 2022-12-01T10:10:37.3478092Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.021s) 2022-12-01T10:10:37.3478272Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.019s) 2022-12-01T10:10:37.3478462Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.051s) 2022-12-01T10:10:37.3478666Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.030s) 2022-12-01T10:10:37.3478844Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.208s) 2022-12-01T10:10:37.3479016Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.045s) 2022-12-01T10:10:37.3479188Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.016s) 2022-12-01T10:10:37.3479372Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:10:37.3479521Z Test that an attempt to script a module with a regular list attribute ... ok (0.004s) 2022-12-01T10:10:37.3479709Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.018s) 2022-12-01T10:10:37.3479890Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.060s) 2022-12-01T10:10:37.3480074Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.085s) 2022-12-01T10:10:37.3480261Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.031s) 2022-12-01T10:10:37.3480426Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.139s) 2022-12-01T10:10:37.3480611Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.025s) 2022-12-01T10:10:37.3480790Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.024s) 2022-12-01T10:10:37.3480949Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:10:37.3481105Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.062s) 2022-12-01T10:10:37.3481261Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:10:37.3481413Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.061s) 2022-12-01T10:10:37.3481615Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.025s) 2022-12-01T10:10:37.3481783Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-12-01T10:10:37.3481971Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.027s) 2022-12-01T10:10:37.3482159Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.023s) 2022-12-01T10:10:37.3482350Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-12-01T10:10:37.3482519Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.008s) 2022-12-01T10:10:37.3482681Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.015s) 2022-12-01T10:10:37.3482846Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.081s) 2022-12-01T10:10:37.3483028Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-12-01T10:10:37.3483208Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.033s) 2022-12-01T10:10:37.3483355Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.016s) 2022-12-01T10:10:37.3483534Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.024s) 2022-12-01T10:10:37.3483716Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.022s) 2022-12-01T10:10:37.3483888Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.015s) 2022-12-01T10:10:37.3484064Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.007s) 2022-12-01T10:10:37.3484243Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.018s) 2022-12-01T10:10:37.3484429Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-12-01T10:10:37.3484591Z Test that a module that has __constants__ set to something ... ok (0.008s) 2022-12-01T10:10:37.3484727Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:10:37.3484857Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-12-01T10:10:37.3485002Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:10:37.3485155Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:10:37.3485297Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:10:37.3485444Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:10:37.3485640Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-12-01T10:10:37.3485792Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:10:37.3485946Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:10:37.3486082Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-12-01T10:10:37.3486225Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-12-01T10:10:37.3486625Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... /var/lib/jenkins/workspace/test/test_nnapi.py:14: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:10:37.3486703Z t = torch.tensor(t) 2022-12-01T10:10:37.3486771Z ok (0.467s) 2022-12-01T10:10:37.3486917Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (1.836s) 2022-12-01T10:10:37.3487056Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.068s) 2022-12-01T10:10:37.3487213Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.013s) 2022-12-01T10:10:37.3487352Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (4.669s) 2022-12-01T10:10:37.3487493Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.728s) 2022-12-01T10:10:37.3487638Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.015s) 2022-12-01T10:10:37.3487775Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.029s) 2022-12-01T10:10:37.3487914Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.134s) 2022-12-01T10:10:37.3488056Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.031s) 2022-12-01T10:10:37.3488193Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.023s) 2022-12-01T10:10:37.3488717Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1190: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:10:37.3488816Z return forward_call(*input, **kwargs) 2022-12-01T10:10:37.3489190Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:10:37.3489302Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-12-01T10:10:37.3489368Z ok (0.020s) 2022-12-01T10:10:37.3489596Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.882s) 2022-12-01T10:10:37.3489736Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.085s) 2022-12-01T10:10:37.3489883Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.017s) 2022-12-01T10:10:37.3490034Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.127s) 2022-12-01T10:10:37.3490233Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.043s) 2022-12-01T10:10:37.3490400Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.052s) 2022-12-01T10:10:37.3490539Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.046s) 2022-12-01T10:10:37.3490677Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.176s) 2022-12-01T10:10:37.3490816Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.212s) 2022-12-01T10:10:37.3490955Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.020s) 2022-12-01T10:10:37.3491096Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.034s) 2022-12-01T10:10:37.3491239Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.014s) 2022-12-01T10:10:37.3491376Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.051s) 2022-12-01T10:10:37.3491877Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1190: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:10:37.3491963Z return forward_call(*input, **kwargs) 2022-12-01T10:10:37.3492342Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-12-01T10:10:37.3492450Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-12-01T10:10:37.3492518Z ok (0.037s) 2022-12-01T10:10:37.3492666Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.024s) 2022-12-01T10:10:37.3492803Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.036s) 2022-12-01T10:10:37.3492949Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.050s) 2022-12-01T10:10:37.3493105Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.473s) 2022-12-01T10:10:37.3493273Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.056s) 2022-12-01T10:10:37.3493467Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.048s) 2022-12-01T10:10:37.3493729Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.034s) 2022-12-01T10:10:37.3493981Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.034s) 2022-12-01T10:10:37.3494233Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.033s) 2022-12-01T10:10:37.3494478Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.034s) 2022-12-01T10:10:37.3494750Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.015s) 2022-12-01T10:10:37.3494997Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.014s) 2022-12-01T10:10:37.3495238Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.009s) 2022-12-01T10:10:37.3495405Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.044s) 2022-12-01T10:10:37.3495547Z test_traceable (jit.test_parametrization.TestParametrization) 2022-12-01T10:10:37.3495685Z Test the jit scripting and tracing of a parametrized model. ... ok (0.041s) 2022-12-01T10:10:37.3495826Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.108s) 2022-12-01T10:10:37.3495971Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.037s) 2022-12-01T10:10:37.3496176Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.022s) 2022-12-01T10:10:37.3496345Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:10:37.3496487Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:10:37.3496627Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-12-01T10:10:37.3496776Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:10:37.3496909Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-12-01T10:10:37.3497049Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3497189Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:10:37.3497358Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.001s) 2022-12-01T10:10:37.3497544Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3497732Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3497931Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3498111Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3498288Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3498472Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:10:37.3498629Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-12-01T10:10:37.3498772Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3498959Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3499144Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3499329Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3499473Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3499599Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-12-01T10:10:37.3499738Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:10:37.3499879Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.042s) 2022-12-01T10:10:37.3500135Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-12-01T10:10:37.3500293Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:10:37.3500447Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3500604Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-12-01T10:10:37.3500764Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-12-01T10:10:37.3500941Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3501129Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3501284Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-12-01T10:10:37.3501438Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-12-01T10:10:37.3501600Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:10:37.3501746Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-12-01T10:10:37.3501944Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-12-01T10:10:37.3502172Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-12-01T10:10:37.3502298Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-12-01T10:10:37.3502425Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.044s) 2022-12-01T10:10:37.3502576Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.039s) 2022-12-01T10:10:37.3502738Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.023s) 2022-12-01T10:10:37.3502878Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.044s) 2022-12-01T10:10:37.3503029Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.025s) 2022-12-01T10:10:37.3503172Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-12-01T10:10:37.3503320Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.024s) 2022-12-01T10:10:37.3503469Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.091s) 2022-12-01T10:10:37.3503601Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.022s) 2022-12-01T10:10:37.3503744Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.023s) 2022-12-01T10:10:37.3503907Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.051s) 2022-12-01T10:10:37.3504046Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.025s) 2022-12-01T10:10:37.3504198Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-12-01T10:10:37.3504360Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.001s) 2022-12-01T10:10:37.3504523Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-12-01T10:10:37.3504686Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-12-01T10:10:37.3504831Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-12-01T10:10:37.3505007Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-12-01T10:10:37.3505162Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-12-01T10:10:37.3505308Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-12-01T10:10:37.3505472Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.022s) 2022-12-01T10:10:37.3505633Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.022s) 2022-12-01T10:10:37.3505783Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.004s) 2022-12-01T10:10:37.3505930Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.026s) 2022-12-01T10:10:37.3506078Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.091s) 2022-12-01T10:10:37.3506224Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-12-01T10:10:37.3506379Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-12-01T10:10:37.3506524Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-12-01T10:10:37.3506669Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.034s) 2022-12-01T10:10:37.3506825Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.003s) 2022-12-01T10:10:37.3506972Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.014s) 2022-12-01T10:10:37.3507141Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-12-01T10:10:37.3507285Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-12-01T10:10:37.3507434Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-12-01T10:10:37.3507567Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.004s) 2022-12-01T10:10:37.3507753Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.023s) 2022-12-01T10:10:37.3507939Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.013s) 2022-12-01T10:10:37.3508103Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.019s) 2022-12-01T10:10:37.3508248Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.051s) 2022-12-01T10:10:37.3508401Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:10:37.3508558Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-12-01T10:10:37.3508717Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-12-01T10:10:37.3508877Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-12-01T10:10:37.3509051Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-12-01T10:10:37.3509231Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.018s) 2022-12-01T10:10:37.3509390Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-12-01T10:10:37.3509553Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-12-01T10:10:37.3509704Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-12-01T10:10:37.3509869Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.018s) 2022-12-01T10:10:37.3510017Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.048s) 2022-12-01T10:10:37.3510176Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-12-01T10:10:37.3510329Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.014s) 2022-12-01T10:10:37.3510499Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.015s) 2022-12-01T10:10:37.3510652Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:10:37.3510810Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.020s) 2022-12-01T10:10:37.3510969Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.019s) 2022-12-01T10:10:37.3511150Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:10:37.3511311Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-12-01T10:10:37.3511479Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-12-01T10:10:37.3511666Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.050s) 2022-12-01T10:10:37.3511838Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-12-01T10:10:37.3512004Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-12-01T10:10:37.3512165Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-12-01T10:10:37.3512320Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-12-01T10:10:37.3512491Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-12-01T10:10:37.3512646Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-12-01T10:10:37.3512774Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.012s) 2022-12-01T10:10:37.3512930Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.016s) 2022-12-01T10:10:37.3513095Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.028s) 2022-12-01T10:10:37.3513246Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-12-01T10:10:37.3513427Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.006s) 2022-12-01T10:10:37.3513615Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.015s) 2022-12-01T10:10:37.3513770Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.005s) 2022-12-01T10:10:37.3513919Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-12-01T10:10:37.3514069Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.010s) 2022-12-01T10:10:37.3514201Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-12-01T10:10:37.3514338Z Exercise the situation where we have the same qualified name ... ok (0.023s) 2022-12-01T10:10:37.3514469Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-12-01T10:10:37.3514606Z Exercise the situation where we have the same qualified name ... ok (0.024s) 2022-12-01T10:10:37.3514736Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-12-01T10:10:37.3514873Z Exercise the situation where we have the same qualified name ... ok (0.034s) 2022-12-01T10:10:37.3515013Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.046s) 2022-12-01T10:10:37.3515130Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-12-01T10:10:37.3515286Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.019s) 2022-12-01T10:10:37.3515429Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-12-01T10:10:37.3515585Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.008s) 2022-12-01T10:10:37.3515729Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.006s) 2022-12-01T10:10:37.3515873Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.013s) 2022-12-01T10:10:37.3516009Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-12-01T10:10:37.3516156Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.007s) 2022-12-01T10:10:37.3516284Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-12-01T10:10:37.3516427Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.006s) 2022-12-01T10:10:37.3516565Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.007s) 2022-12-01T10:10:37.3516713Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:10:37.3516911Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:10:37.3517060Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:10:37.3517254Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:10:37.3517400Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:10:37.3517585Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:10:37.3517801Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:10:37.3518021Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:10:37.3518189Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:10:37.3518396Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:10:37.3518612Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:10:37.3518765Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:10:37.3519004Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:10:37.3519194Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:10:37.3519392Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-12-01T10:10:37.3519535Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:10:37.3519733Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-12-01T10:10:37.3519974Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-12-01T10:10:37.3520172Z self=, 2022-12-01T10:10:37.3520256Z sample_input=(2, 3, 2.0, 3.0), 2022-12-01T10:10:37.3520320Z ) 2022-12-01T10:10:37.3520417Z skip: Failed to load fixture! (0.103s) 2022-12-01T10:10:37.3520615Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.397s) 2022-12-01T10:10:37.3520804Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.103s) 2022-12-01T10:10:37.3520996Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.006s) 2022-12-01T10:10:37.3521180Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.087s) 2022-12-01T10:10:37.3521819Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Test test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/88719 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:10:37.3522427Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88719 for allplatform(s) . 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.002s) 2022-12-01T10:10:37.3522622Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.148s) 2022-12-01T10:10:37.3522810Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-12-01T10:10:37.3523001Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-12-01T10:10:37.3523189Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-12-01T10:10:37.3523381Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-12-01T10:10:37.3523491Z test_add_out (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3523624Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3523738Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3523861Z test_add_tuple_optional (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3523984Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3524079Z test_addmm_grad (__main__.TestScript) 2022-12-01T10:10:37.3524186Z This test checks several things: ... ok (0.005s) 2022-12-01T10:10:37.3524326Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3524476Z test_all (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3524609Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:10:37.3524734Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:10:37.3524849Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:10:37.3524970Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:10:37.3525087Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3525214Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:10:37.3525333Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3525457Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:10:37.3525567Z test_annotated_script_fn (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3525704Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3525847Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3525977Z test_annotated_script_method (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3526098Z test_annoying_doubles (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3526200Z test_any (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:10:37.3526339Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3526477Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3526589Z test_attr_module_constants (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:10:37.3526711Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3526832Z test_attribute_in_init (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3526968Z test_attribute_serialization (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:37.3527093Z test_attribute_unpickling (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3527211Z test_augmented_assign (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3527349Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:10:37.3527476Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3527593Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3527735Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3527871Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3528058Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.002s) 2022-12-01T10:10:37.3528183Z test_batchnorm_fuser_cpu (__main__.TestScript) ... ok (1.111s) 2022-12-01T10:10:37.3528301Z test_big_float_literals (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3528418Z test_big_int_literals (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3528524Z test_binary_op_shape (__main__.TestScript) ... ok (0.204s) 2022-12-01T10:10:37.3528636Z test_bitwise_ops (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:10:37.3528763Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3528893Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3529020Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3529146Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3529261Z test_bool_dispatch (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:10:37.3529491Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:37.3529603Z test_break_continue_error (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3529721Z test_breaks_continues (__main__.TestScript) ... ok (0.112s) 2022-12-01T10:10:37.3529872Z test_builtin_args (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:37.3530066Z test_builtin_args_fails (__main__.TestScript) ... You have not run this instance of FileCheck! 2022-12-01T10:10:37.3530142Z FileCheck checks: 2022-12-01T10:10:37.3530487Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-12-01T10:10:37.3530577Z File "test_jit.py", line 10876 2022-12-01T10:10:37.3530661Z @torch.jit.script 2022-12-01T10:10:37.3530719Z def f6(a): 2022-12-01T10:10:37.3530807Z a.expand(size=[3, [4]]) 2022-12-01T10:10:37.3530955Z ~~~~~~ <--- HERE 2022-12-01T10:10:37.3531044Z (function emitListLiteral) 2022-12-01T10:10:37.3531110Z ok (0.006s) 2022-12-01T10:10:37.3531243Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3531364Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3531459Z test_call_ge (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3531590Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3531726Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3531859Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3531989Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3532124Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3532260Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3532397Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:37.3532521Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3532655Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3532788Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3532920Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3533052Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3533187Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3533356Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-12-01T10:10:37.3533485Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3533652Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-12-01T10:10:37.3533915Z test_calls_in_type_annotations (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/__init__.py 2022-12-01T10:10:37.3533983Z ok (0.001s) 2022-12-01T10:10:37.3534116Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:37.3534315Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-12-01T10:10:37.3534419Z test_cat (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:37.3534527Z test_cat_lifts (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3534628Z test_chr (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3534737Z test_circular_dependency (__main__.TestScript) 2022-12-01T10:10:37.3534863Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.029s) 2022-12-01T10:10:37.3534984Z test_class_as_attribute (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:37.3535103Z test_class_attribute (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3535264Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3535408Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3535546Z test_code_with_constants (__main__.TestScript) 2022-12-01T10:10:37.3535720Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.006s) 2022-12-01T10:10:37.3535827Z test_code_with_constants_restore (__main__.TestScript) 2022-12-01T10:10:37.3536011Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.008s) 2022-12-01T10:10:37.3536134Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3536260Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3536459Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:10:37.3536583Z test_conditional_casting (__main__.TestScript) ... ok (0.043s) 2022-12-01T10:10:37.3536700Z test_constant_as_attr (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3536847Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3536958Z test_constant_pooling_none (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3537092Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3537209Z test_context_manager (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:10:37.3537316Z test_conv_error (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3537429Z test_convert_base (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:10:37.3537555Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3537680Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:37.3537797Z test_desugar_module (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3537897Z test_device_kwarg (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3538012Z test_device_type (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3538152Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-12-01T10:10:37.3538253Z test_dir (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3538356Z test_divmod (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:10:37.3538519Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-12-01T10:10:37.3538631Z test_dropout_eval (__main__.TestScript) ... ok (0.175s) 2022-12-01T10:10:37.3538749Z test_dropout_script (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:10:37.3538849Z test_dtype_attr (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3538964Z test_dtype_op_shape (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:10:37.3539082Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.045s) 2022-12-01T10:10:37.3539202Z test_early_return_closure (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3539329Z test_early_return_fork_join (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3539452Z test_early_return_rewrite (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:10:37.3539583Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3539693Z test_early_returns_loops (__main__.TestScript) ... ok (0.035s) 2022-12-01T10:10:37.3539815Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3540039Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3540175Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3540297Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3540409Z test_ellipsis_end (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3540523Z test_ellipsis_mid (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3540697Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3540801Z test_ellipsis_start (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3540973Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:10:37.3541104Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3541219Z test_empty_tuple_str (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3541348Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.032s) 2022-12-01T10:10:37.3541470Z test_erase_number_types (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3541579Z test_error (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:10:37.3541699Z test_error_stacktrace (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:37.3541818Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:10:37.3541929Z test_eval_python (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3542058Z test_exception_exits_closure (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3542189Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:10:37.3542297Z test_expand (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3542399Z test_fibb (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3542519Z test_fibb_totally_better (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3542637Z test_file_format_serialization (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3542752Z test_file_line_error (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3542885Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:37.3543000Z test_file_line_graph (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3543118Z test_file_line_save_load (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:37.3543233Z test_file_line_string (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3543346Z test_file_line_trace (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3543457Z test_filecheck (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3543563Z test_filecheck_parse (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3543680Z test_first_class_calls (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:10:37.3543798Z test_first_class_module (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3543905Z test_floor_div (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:37.3544011Z test_floordiv (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:10:37.3544116Z test_for_else (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3544226Z test_for_in_dict (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3544332Z test_for_in_enumerate (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:10:37.3544442Z test_for_in_range (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3544557Z test_for_in_range_ast (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:37.3544677Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:37.3544797Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3544918Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3545045Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:10:37.3545167Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3545269Z test_for_in_string (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:10:37.3545383Z test_for_in_tensors (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3545511Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3545634Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:37.3545755Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3545868Z test_for_in_zip (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:10:37.3546023Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:10:37.3546167Z test_for_tuple_assign (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3546272Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:10:37.3546377Z test_format (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3546486Z test_func_call (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:10:37.3546619Z test_function_compilation_caching (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3546744Z test_function_overload_misuse (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:37.3546882Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:37.3547001Z test_function_overloads (__main__.TestScript) ... ok (0.069s) 2022-12-01T10:10:37.3547192Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:10:37.3547328Z test_fuser_double_literal_precision (__main__.TestScript) ... ok (0.211s) 2022-12-01T10:10:37.3547454Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3547575Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3547695Z test_generic_list_errors (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3547806Z test_get_set_state (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:10:37.3547935Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3548054Z test_grad_from_script (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3548145Z test_hash (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3548258Z test_hex_literals (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:37.3548357Z test_id (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:37.3548454Z test_if (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3548566Z test_if_define (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3548686Z test_if_different_type (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3548802Z test_if_for_in_range (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3548922Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:10:37.3549020Z test_if_list_cat (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3549133Z test_if_nest_while (__main__.TestScript) ... ok (0.042s) 2022-12-01T10:10:37.3549242Z test_if_noelse (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3549360Z test_if_not_defined_error (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3549473Z test_if_supertype (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3549590Z test_ignore_decorator (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3549704Z test_ignored_as_value (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3549818Z test_ignored_method_binding (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3549937Z test_ignored_props (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3550081Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:37.3550201Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:37.3550330Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3550434Z test_index (__main__.TestScript) ... ok (0.078s) 2022-12-01T10:10:37.3550563Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3550680Z test_index_with_tuple (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3550784Z test_indexing_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3550893Z test_infer_size (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3550999Z test_inferred_error_msg (__main__.TestScript) 2022-12-01T10:10:37.3551149Z Test that when we get a type mismatch on a function where we inferred ... ok (0.002s) 2022-12-01T10:10:37.3551296Z test_inherit_method (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:37.3551532Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-12-01T10:10:37.3551634Z test_inlined_graph (__main__.TestScript) 2022-12-01T10:10:37.3551785Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.010s) 2022-12-01T10:10:37.3551892Z test_inlining_cleanup (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3552005Z test_inplace_add (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3552126Z test_inplace_copy_script (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3552250Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3552356Z test_int_cast (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3552483Z test_integral_shape_inference (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3552602Z test_interpret_graph (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3552709Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.275s) 2022-12-01T10:10:37.3552822Z test_intlist_args (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:37.3552947Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3553069Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3553198Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3553306Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3553415Z test_is_after_use (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:37.3553520Z test_is_isnot (__main__.TestScript) ... ok (0.040s) 2022-12-01T10:10:37.3553620Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3553730Z test_is_scripting (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3553857Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3553969Z test_isinstance (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3554091Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3554217Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3554345Z test_isinstance_refinement (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:37.3554454Z test_jitter_bug (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3554548Z test_keyword (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3554671Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3554786Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3554897Z test_lazy_script (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:10:37.3555035Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3555187Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3555300Z test_lhs_indexing (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3555416Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3555544Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3555679Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3555799Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3555915Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3556024Z test_linear_grad (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:37.3556160Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.046s) 2022-12-01T10:10:37.3556300Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3556403Z test_list_iterables (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3556549Z test_list_python_op (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3556685Z test_list_unify (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3556790Z test_literal (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:37.3556897Z test_literals (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3557022Z test_logical_short_circuit (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:10:37.3557136Z test_loop_liveness (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3557245Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:37.3557373Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3557487Z test_loop_unrolling (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3557608Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3557729Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.049s) 2022-12-01T10:10:37.3557855Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3557961Z test_math_ops (__main__.TestScript) ... ok (0.206s) 2022-12-01T10:10:37.3558135Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:10:37.3558330Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-12-01T10:10:37.3558453Z test_method_casts_script (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3558570Z test_method_no_self (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3558691Z test_method_overloading (__main__.TestScript) ... ok (0.152s) 2022-12-01T10:10:37.3558808Z test_missing_getstate (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3558919Z test_mm_batching (__main__.TestScript) ... ok (0.560s) 2022-12-01T10:10:37.3559030Z test_module_apis (__main__.TestScript) ... ok (0.050s) 2022-12-01T10:10:37.3559141Z test_module_attrs (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3559262Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3559383Z test_module_copying (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:10:37.3559494Z test_module_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3559625Z test_module_method_reassignment (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3559744Z test_module_none_attrs (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3559878Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:10:37.3559986Z test_module_str (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3560120Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3560225Z test_multi_reduction (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3560351Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3560481Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:10:37.3560623Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3560752Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3560869Z test_multiple_assign (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3560995Z test_multiple_assignment (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3561108Z test_mutable_dce (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3561214Z test_mutable_dce_block (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3561342Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3561482Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3561621Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3561739Z test_mutable_dce_list (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3561907Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3562059Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3562163Z test_mutate_constant (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3562280Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3562413Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.043s) 2022-12-01T10:10:37.3562530Z test_namedtuple_attr (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3562675Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3562824Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:37.3562965Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:37.3563106Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:37.3563261Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3563386Z test_namedtuple_python (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3563516Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3563627Z test_narrow_copy (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3563744Z test_nested_aug_assign (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:10:37.3563861Z test_nested_bailouts (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3563976Z test_nested_breaks (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:10:37.3564100Z test_nested_list_construct (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3564210Z test_nested_select_assign (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:10:37.3564314Z test_nn_GRU (__main__.TestScript) ... ok (0.101s) 2022-12-01T10:10:37.3564422Z test_nn_LSTM (__main__.TestScript) ... ok (0.078s) 2022-12-01T10:10:37.3564547Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.080s) 2022-12-01T10:10:37.3564652Z test_nn_init (__main__.TestScript) ... ok (0.032s) 2022-12-01T10:10:37.3564770Z test_no_dtype_shape (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3564898Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3565002Z test_non_final_return (__main__.TestScript) ... ok (0.079s) 2022-12-01T10:10:37.3565114Z test_none_type_str (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3565215Z test_not (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3565335Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3565451Z test_ntuple_builtins (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:37.3565561Z test_number_abs (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:37.3565680Z test_number_augassign (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3565817Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3565940Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3566074Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3566186Z test_number_div (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3566294Z test_number_math (__main__.TestScript) ... ok (1.857s) 2022-12-01T10:10:37.3608865Z test_number_neg (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3609142Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-12-01T10:10:37.3609260Z test_oneline_func (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3609367Z test_op_dtype (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3609566Z test_operator_precedence (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3610136Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-12-01T10:10:37.3610443Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.001s) 2022-12-01T10:10:37.3610598Z test_ord (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3610719Z test_override_magic (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:37.3611161Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... test_jit.py:9793: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:10:37.3611279Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-12-01T10:10:37.3612049Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/jit_utils.py:258: UserWarning: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1888.) 2022-12-01T10:10:37.3612194Z _C._jit_pass_onnx_node_shape_type_inference(node, params_dict, opset_version) 2022-12-01T10:10:37.3612908Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/jit_utils.py:258: UserWarning: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1888.) 2022-12-01T10:10:37.3613054Z _C._jit_pass_onnx_node_shape_type_inference(node, params_dict, opset_version) 2022-12-01T10:10:37.3613109Z ok (0.019s) 2022-12-01T10:10:37.3613234Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3613352Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:10:37.3613472Z test_pack_unpack_state (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:37.3613631Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-12-01T10:10:37.3613729Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-12-01T10:10:37.3613821Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-12-01T10:10:37.3613911Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-12-01T10:10:37.3613984Z grad_fn=) 2022-12-01T10:10:37.3614082Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-12-01T10:10:37.3614173Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-12-01T10:10:37.3614265Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-12-01T10:10:37.3614351Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-12-01T10:10:37.3614432Z grad_fn=) 2022-12-01T10:10:37.3614494Z ok (0.010s) 2022-12-01T10:10:37.3614618Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3614766Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3614884Z test_parse_nested_names (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3615014Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3615139Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3615257Z test_parser_kwargonly (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3615384Z test_parser_type_annotations (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3615516Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3615663Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3615851Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3615997Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3616164Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3616281Z test_partial_returns (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3616386Z test_pass (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3616506Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:37.3616646Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-12-01T10:10:37.3616759Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3616921Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:10:37.3617040Z test_pretty_print_function (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:10:37.3617212Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-12-01T10:10:37.3617313Z test_print (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:37.3617428Z test_print_kwargs (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3617596Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:10:37.3617711Z test_profiling_merge (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3617829Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3617934Z test_python_call (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3618059Z test_python_call_annotation (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3618192Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3618315Z test_python_call_failure (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3618439Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3618569Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3618686Z test_python_frontend (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3618794Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3618919Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3619032Z test_python_op_builtins (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3619140Z test_python_op_name (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3619263Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3619403Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-12-01T10:10:37.3619517Z test_rand_profiling (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3619615Z test_range_args (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3619732Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3619851Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3620142Z test_refine_tuple_types (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3620257Z test_remove_dropout (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:37.3620382Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3620493Z test_request_bailout (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3620643Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.001s) 2022-12-01T10:10:37.3620764Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:10:37.3620876Z test_resize_input_ops (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:37.3620976Z test_return (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:37.3621094Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3621244Z test_return_tuple (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3621392Z test_rnn_trace_override (__main__.TestScript) ... ok (0.250s) 2022-12-01T10:10:37.3621511Z test_robust_op_resolution (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3621610Z test_round (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3621717Z test_save_load_attr_error (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3621833Z test_script_annotation (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3621951Z test_script_bool_constant (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3622058Z test_script_chunk (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3622174Z test_script_clamp_none (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:37.3622284Z test_script_copy (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3622385Z test_script_cu (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3622495Z test_script_define_order (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3622631Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3622747Z test_script_docstring (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3622884Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3623026Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.000s) 2022-12-01T10:10:37.3623148Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3623261Z test_script_is_tracing (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3623379Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3623496Z test_script_method_docstring (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3623633Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3623745Z test_script_module (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:37.3623870Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3623987Z test_script_module_const (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3624122Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:10:37.3624250Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:37.3624385Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3624508Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:10:37.3624685Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-12-01T10:10:37.3624814Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3624940Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3625060Z test_script_module_for (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3625180Z test_script_module_for2 (__main__.TestScript) ... ok (0.032s) 2022-12-01T10:10:37.3625309Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3625443Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3625782Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-12-01T10:10:37.3625909Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3626048Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3626176Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:37.3626312Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:37.3626484Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3626656Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3626797Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3626910Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.035s) 2022-12-01T10:10:37.3627041Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3627163Z test_script_optional_none (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:37.3627280Z test_script_outputs (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3627414Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.049s) 2022-12-01T10:10:37.3627553Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.052s) 2022-12-01T10:10:37.3627667Z test_script_scope (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3627794Z test_script_sequential_for (__main__.TestScript) ... ok (0.033s) 2022-12-01T10:10:37.3627917Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.186s) 2022-12-01T10:10:37.3628058Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:37.3628192Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:10:37.3628329Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:10:37.3628447Z test_script_star_assign (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:10:37.3628564Z test_script_star_expr (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:10:37.3628688Z test_script_star_expr_string (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:10:37.3628810Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3628948Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:10:37.3629104Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:10:37.3629254Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:10:37.3629374Z test_select_after_chunk (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3629492Z test_sequence_parsing (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3629627Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:10:37.3629763Z test_serialization_big_ints (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:37.3629887Z test_serialization_sharing (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3629997Z test_serialize_long_lines (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3630123Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:37.3630251Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:37.3630393Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.083s) 2022-12-01T10:10:37.3630529Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:37.3630667Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:37.3630802Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3630934Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3631044Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3631175Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3631297Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3631415Z test_signed_float_zero (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3631545Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3631663Z test_single_starred_lhs (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3631862Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3632061Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:10:37.3632155Z test_split (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3632256Z test_stack (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3632377Z test_static_if_prop (__main__.TestScript) ... ok (0.063s) 2022-12-01T10:10:37.3632491Z test_static_method_on_module (__main__.TestScript) 2022-12-01T10:10:37.3632646Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.008s) 2022-12-01T10:10:37.3632760Z test_static_methods (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:10:37.3632868Z test_str_cast (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3632965Z test_string_cu (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3633108Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3633230Z test_string_frontend_elif (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3633345Z test_string_index (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3633454Z test_string_len (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3633566Z test_string_list (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3633681Z test_string_new_line (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3633789Z test_string_ops (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3633889Z test_string_print (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3634008Z test_string_single_escape (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3634122Z test_string_slicing (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:37.3634233Z test_string_sort (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3634349Z test_string_sorted (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3634491Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:10:37.3634611Z test_submodule_twice (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3634700Z test_sum (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3634817Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3634930Z test_sum_list_empty (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3635047Z test_sum_list_literal (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3635155Z test_sum_list_one (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3635275Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3635394Z test_sys_stdout_override (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3635692Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.002s) 2022-12-01T10:10:37.3635793Z test_tensor_data (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3635942Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:10:37.3636058Z test_tensor_dtype (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3636168Z test_tensor_grad (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3636291Z test_tensor_import_export (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3636398Z test_tensor_len (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3636517Z test_tensor_number_math (__main__.TestScript) ... ok (0.383s) 2022-12-01T10:10:37.3636651Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.000s) 2022-12-01T10:10:37.3636792Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-12-01T10:10:37.3636903Z test_tensor_shape (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3637491Z test_tensor_subclasses (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/jit/annotations.py:309: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-12-01T10:10:37.3637658Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-12-01T10:10:37.3637724Z ok (0.008s) 2022-12-01T10:10:37.3637834Z test_tensor_to (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:10:37.3637948Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3638099Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:10:37.3638236Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-12-01T10:10:37.3638342Z test_ternary (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3638470Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.035s) 2022-12-01T10:10:37.3638599Z test_ternary_right_associative (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3638719Z test_ternary_static_if (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3638828Z test_torch_any (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:10:37.3638990Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.003s) 2022-12-01T10:10:37.3639125Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.043s) 2022-12-01T10:10:37.3639249Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3639387Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:10:37.3639524Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3639658Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3639776Z test_torch_manual_seed (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3639884Z test_torch_pow (__main__.TestScript) ... ok (0.031s) 2022-12-01T10:10:37.3640441Z test_torch_tensor_as_tensor (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:10:37.3640532Z return callable(*args, **kwargs) 2022-12-01T10:10:37.3640600Z ok (0.534s) 2022-12-01T10:10:37.3640723Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:10:37.3640847Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.032s) 2022-12-01T10:10:37.3640967Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:37.3641099Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3641228Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.087s) 2022-12-01T10:10:37.3641370Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.169s) 2022-12-01T10:10:37.3641487Z test_training_param (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3641598Z test_tuple_assignments (__main__.TestScript) ... ok (0.033s) 2022-12-01T10:10:37.3641715Z test_tuple_error_msg (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3641834Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3641950Z test_tuple_indexing (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:10:37.3642060Z test_tuple_len (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3642178Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3642286Z test_tuple_sort (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3642404Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3642505Z test_tuple_sorted (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3642620Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3642796Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3642962Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3643100Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3643213Z test_type_annotate (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:10:37.3643337Z test_type_annotation_module (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:10:37.3643457Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:37.3643566Z test_type_annotations (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:10:37.3643701Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:37.3643830Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:10:37.3643947Z test_type_call_in_script (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:10:37.3644055Z test_type_cast (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3644179Z test_type_comments_in_body (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3644308Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-12-01T10:10:37.3644493Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.002s) 2022-12-01T10:10:37.3644703Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-12-01T10:10:37.3644820Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3644938Z test_unicode_comments (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3645053Z test_uninitialized (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3645167Z test_union_to_number (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3645281Z test_unknown_builtin (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3645412Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3645546Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3645707Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:10:37.3645837Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3645957Z test_unused_decorator (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3646085Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:10:37.3646198Z test_var_aug_assign (__main__.TestScript) ... ok (0.038s) 2022-12-01T10:10:37.3646310Z test_vararg_zeros (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3646445Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3646551Z test_view_shape_prop (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3646659Z test_view_write (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3646781Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:10:37.3646886Z test_where (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3646996Z test_where_method (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:10:37.3647099Z test_while (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:10:37.3647212Z test_while_nest_if (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:10:37.3647343Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:10:37.3647457Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3647585Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:10:37.3647704Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3647829Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:10:37.3647956Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3648110Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3648276Z test_wrong_return_type (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3648398Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:10:37.3648506Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:10:37.3648608Z test_zeros (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:10:37.3648736Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.411s) 2022-12-01T10:10:37.3648850Z test_bool (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:37.3648970Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-12-01T10:10:37.3649089Z test_contains (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:37.3649207Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-12-01T10:10:37.3649309Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:37.3649481Z Test deletion. ... ok (0.001s) 2022-12-01T10:10:37.3649600Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:37.3649739Z Test accessing dictionary values using the [] operator. ... ok (0.002s) 2022-12-01T10:10:37.3649851Z test_items (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:37.3649931Z Test .items(). ... ok (0.001s) 2022-12-01T10:10:37.3650040Z test_iter (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:37.3650210Z Test iteration over a dictionary's keys. ... ok (0.001s) 2022-12-01T10:10:37.3650320Z test_len (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:37.3650419Z Test len() builtin function. ... ok (0.001s) 2022-12-01T10:10:37.3650531Z test_nested (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:37.3650769Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-12-01T10:10:37.3650898Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:37.3651051Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-12-01T10:10:37.3651166Z test_repr (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:37.3651247Z Test the __repr__ method. ... ok (0.001s) 2022-12-01T10:10:37.3651361Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:10:37.3651494Z Test setting dictionary values using the [] operator. ... ok (0.001s) 2022-12-01T10:10:37.3651607Z test_append (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3651697Z Test append method. ... ok (0.001s) 2022-12-01T10:10:37.3651806Z test_bool (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3651926Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-12-01T10:10:37.3652027Z test_clear (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3652105Z Test clear. ... ok (0.001s) 2022-12-01T10:10:37.3652219Z test_contains (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3652338Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-12-01T10:10:37.3652448Z test_count (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3652536Z Test count method. ... ok (0.001s) 2022-12-01T10:10:37.3652649Z test_delitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3652729Z Test deletion. ... ok (0.001s) 2022-12-01T10:10:37.3652829Z test_extend (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3652908Z Test extend. ... ok (0.002s) 2022-12-01T10:10:37.3653018Z test_getitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3653147Z Test accessing list elements using the [] operator. ... ok (0.003s) 2022-12-01T10:10:37.3653257Z test_insert (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3653335Z Test insert. ... ok (0.002s) 2022-12-01T10:10:37.3653444Z test_iter (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3653594Z Test iteration over a list's elements. ... ok (0.001s) 2022-12-01T10:10:37.3653706Z test_len (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3653841Z Test len() builtin function. ... ok (0.001s) 2022-12-01T10:10:37.3653982Z test_nested (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3654216Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.001s) 2022-12-01T10:10:37.3654327Z test_pop (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3654405Z Test pop. ... ok (0.002s) 2022-12-01T10:10:37.3654523Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3654673Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-12-01T10:10:37.3654784Z test_remove (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3654871Z Test remove method. ... ok (0.001s) 2022-12-01T10:10:37.3654982Z test_repr (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3655075Z Test the __repr__ method. ... ok (0.001s) 2022-12-01T10:10:37.3655185Z test_setitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:10:37.3655312Z Test setting list elements using the [] operator. ... ok (0.002s) 2022-12-01T10:10:37.3655573Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:10:37.3655826Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:10:37.3656073Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:10:37.3656306Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:10:37.3656540Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-12-01T10:10:37.3656778Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:10:37.3657013Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:10:37.3657252Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:10:37.3657497Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-12-01T10:10:37.3657726Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-12-01T10:10:37.3657964Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-12-01T10:10:37.3658202Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:10:37.3658448Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:10:37.3658691Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-12-01T10:10:37.3658836Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.065s) 2022-12-01T10:10:37.3658979Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-12-01T10:10:37.3659121Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.066s) 2022-12-01T10:10:37.3659264Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.054s) 2022-12-01T10:10:37.3659398Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.197s) 2022-12-01T10:10:37.3659528Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.021s) 2022-12-01T10:10:37.3659655Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:10:37.3659783Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:10:37.3660054Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.002s) 2022-12-01T10:10:37.3660230Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:10:37.3660352Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:10:37.3660477Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:10:37.3660602Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:10:37.3660729Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:10:37.3660847Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:10:37.3660983Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:10:37.3661106Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:10:37.3661229Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.004s) 2022-12-01T10:10:37.3661366Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:10:37.3661512Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:10:37.3661627Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:10:37.3661749Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-12-01T10:10:37.3661874Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.006s) 2022-12-01T10:10:37.3662008Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.007s) 2022-12-01T10:10:37.3662137Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-12-01T10:10:37.3662276Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.006s) 2022-12-01T10:10:37.3662412Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.007s) 2022-12-01T10:10:37.3662581Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:10:37.3662788Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:10:37.3663026Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:10:37.3663247Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:10:37.3663465Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:10:37.3663690Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:10:37.3663912Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:10:37.3664135Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:10:37.3664341Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:10:37.3664565Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:10:37.3664783Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:10:37.3664989Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:10:37.3665225Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:10:37.3665476Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:10:37.3665676Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:10:37.3665925Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:10:37.3666152Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:10:37.3666372Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-12-01T10:10:37.3666562Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-12-01T10:10:37.3666758Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:10:37.3666956Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:10:37.3667151Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-12-01T10:10:37.3667346Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.023s) 2022-12-01T10:10:37.3667529Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.017s) 2022-12-01T10:10:37.3667727Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-12-01T10:10:37.3667920Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-12-01T10:10:37.3668112Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.013s) 2022-12-01T10:10:37.3668300Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-12-01T10:10:37.3668494Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.011s) 2022-12-01T10:10:37.3668689Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.035s) 2022-12-01T10:10:37.3668887Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.021s) 2022-12-01T10:10:37.3669090Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.010s) 2022-12-01T10:10:37.3669290Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.008s) 2022-12-01T10:10:37.3669472Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-12-01T10:10:37.3669652Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.069s) 2022-12-01T10:10:37.3669842Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.015s) 2022-12-01T10:10:37.3670086Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-12-01T10:10:37.3670278Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-12-01T10:10:37.3670458Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-12-01T10:10:37.3670630Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.020s) 2022-12-01T10:10:37.3670823Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.017s) 2022-12-01T10:10:37.3671004Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-12-01T10:10:37.3671222Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-12-01T10:10:37.3671439Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-12-01T10:10:37.3671612Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-12-01T10:10:37.3671763Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.002s) 2022-12-01T10:10:37.3671923Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.012s) 2022-12-01T10:10:37.3672068Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.007s) 2022-12-01T10:10:37.3672209Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.017s) 2022-12-01T10:10:37.3672368Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.036s) 2022-12-01T10:10:37.3672556Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-12-01T10:10:37.3672733Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-12-01T10:10:37.3672913Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-12-01T10:10:37.3673088Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-12-01T10:10:37.3673267Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-12-01T10:10:37.3673446Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.006s) 2022-12-01T10:10:37.3673625Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.007s) 2022-12-01T10:10:37.3673756Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.007s) 2022-12-01T10:10:37.3673909Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.002s) 2022-12-01T10:10:37.3674051Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.013s) 2022-12-01T10:10:37.3674205Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:10:37.3674585Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-12-01 10:10:32 1367:1367 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:10:37.3674839Z STAGE:2022-12-01 10:10:32 1367:1367 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:10:37.3674905Z ok (0.002s) 2022-12-01T10:10:37.3675045Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:10:37.3675169Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.011s) 2022-12-01T10:10:37.3675323Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:10:37.3675482Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-12-01T10:10:37.3675638Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-12-01T10:10:37.3675785Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-12-01T10:10:37.3675953Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.009s) 2022-12-01T10:10:37.3676118Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-12-01T10:10:37.3676282Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-12-01T10:10:37.3676413Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:10:37.3676560Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-12-01T10:10:37.3676725Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:10:37.3676877Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:10:37.3677048Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:10:37.3677212Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-12-01T10:10:37.3677394Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:10:37.3677552Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:10:37.3677710Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:10:37.3677848Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:10:37.3678015Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:10:37.3678164Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:10:37.3678311Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-12-01T10:10:37.3678460Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:10:37.3678626Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:10:37.3678771Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-12-01T10:10:37.3678923Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.009s) 2022-12-01T10:10:37.3679063Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-12-01T10:10:37.3679218Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-12-01T10:10:37.3679366Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:10:37.3679489Z test_constant (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:10:37.3679605Z test_conv (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-12-01T10:10:37.3679736Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-12-01T10:10:37.3679879Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:10:37.3680023Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:10:37.3680125Z test_ge (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-12-01T10:10:37.3680265Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-12-01T10:10:37.3680390Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.238s) 2022-12-01T10:10:37.3680520Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-12-01T10:10:37.3680642Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:10:37.3680781Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:37.3680922Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:37.3681048Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:37.3681163Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:37.3681308Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:37.3681436Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:10:37.3681570Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:37.3681695Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:10:37.3681834Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:37.3681962Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:37.3682084Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:37.3682213Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-12-01T10:10:37.3682421Z Check that dictionary access doesn't care about insertion order ... ok (0.012s) 2022-12-01T10:10:37.3682556Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:37.3682730Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:37.3682896Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:10:37.3683025Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-12-01T10:10:37.3683164Z Check that the trace remembers which keys were in a dict input ... ok (0.015s) 2022-12-01T10:10:37.3683282Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:37.3683395Z test_input_flatten (jit.test_tracer.TestTracer) 2022-12-01T10:10:37.3683524Z Check that inputs to traced functions are flattened ... ok (0.015s) 2022-12-01T10:10:37.3683656Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:10:37.3683789Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:37.3683931Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:37.3684084Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:10:37.3684219Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:10:37.3684342Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-12-01T10:10:37.3684497Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.002s) 2022-12-01T10:10:37.3684626Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:10:37.3684756Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:37.3684876Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-12-01T10:10:37.3685003Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:37.3685134Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:37.3685252Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-12-01T10:10:37.3685423Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.010s) 2022-12-01T10:10:37.3685554Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:37.3685689Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:10:37.3685820Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:37.3685947Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:10:37.3686073Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:37.3686192Z test_simple (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-12-01T10:10:37.3686336Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:10:37.3686463Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:10:37.3686592Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:37.3686718Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-12-01T10:10:37.3686856Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-12-01T10:10:37.3686994Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:10:37.3687175Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.004s) 2022-12-01T10:10:37.3687299Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.049s) 2022-12-01T10:10:37.3687438Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:10:37.3687562Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:37.3687708Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:37.3687851Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-12-01T10:10:37.3688028Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:37.3688172Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:37.3688344Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-12-01T10:10:37.3688492Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:10:37.3688624Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:10:37.3688759Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:37.3688884Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:37.3689021Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:37.3689171Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:37.3689306Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:37.3689521Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:10:37.3689658Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:10:37.3689789Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-12-01T10:10:37.3689905Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-12-01T10:10:37.3690048Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.059s) 2022-12-01T10:10:37.3690188Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.045s) 2022-12-01T10:10:37.3690329Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:10:37.3690482Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:37.3690604Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:37.3690739Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:37.3690882Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:10:37.3691006Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-12-01T10:10:37.3691132Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:37.3691280Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-12-01T10:10:37.3691410Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:10:37.3691565Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.045s) 2022-12-01T10:10:37.3691695Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-12-01T10:10:37.3691875Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-12-01T10:10:37.3691998Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-12-01T10:10:37.3692108Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-12-01T10:10:37.3692328Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1437:0 2022-12-01T10:10:37.3692533Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1438:0 2022-12-01T10:10:37.3692832Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1439:0 2022-12-01T10:10:37.3693038Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-12-01T10:10:37.3693247Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-12-01T10:10:37.3693352Z return (%12) 2022-12-01T10:10:37.3693362Z 2022-12-01T10:10:37.3693460Z ok (0.010s) 2022-12-01T10:10:37.3693596Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:37.3693736Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:10:37.3693865Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-12-01T10:10:37.3693978Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:37.3694116Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:10:37.3694244Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-12-01T10:10:37.3694408Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:37.3694533Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:10:37.3694666Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:10:37.3694790Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:37.3694928Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-12-01T10:10:37.3695048Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:10:37.3695171Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:10:37.3695304Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:10:37.3695445Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:10:37.3695570Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.060s) 2022-12-01T10:10:37.3695718Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:10:37.3695850Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-12-01T10:10:37.3695987Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-12-01T10:10:37.3696125Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.064s) 2022-12-01T10:10:37.3696261Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-12-01T10:10:37.3696933Z test_trace_topk (jit.test_tracer.TestTracer) ... /var/lib/jenkins/workspace/test/jit/test_tracer.py:158: TracerWarning: Converting a tensor to a Python integer might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs! 2022-12-01T10:10:37.3697019Z return x.topk(y, dim=1)[1] 2022-12-01T10:10:37.3697083Z ok (0.012s) 2022-12-01T10:10:37.3697210Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:10:37.3697356Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:10:37.3697479Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:10:37.3697619Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:37.3697771Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-12-01T10:10:37.3697915Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:10:37.3698057Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-12-01T10:10:37.3698207Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.003s) 2022-12-01T10:10:37.3698351Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:10:37.3698477Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.056s) 2022-12-01T10:10:37.3698619Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.163s) 2022-12-01T10:10:37.3698740Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:10:37.3698868Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:10:37.3699036Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3699291Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.049s) 2022-12-01T10:10:37.3699428Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-12-01T10:10:37.3699590Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.010s) 2022-12-01T10:10:37.3699747Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-12-01T10:10:37.3699878Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3700242Z Types should be shared for identical constant values, and different for different constant values ... ok (0.015s) 2022-12-01T10:10:37.3700380Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3700513Z Types should be shared even if attribute values differ ... ok (0.008s) 2022-12-01T10:10:37.3700666Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3700825Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.004s) 2022-12-01T10:10:37.3700967Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-12-01T10:10:37.3701093Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3701205Z Simple example with a real nn Module ... ok (0.016s) 2022-12-01T10:10:37.3701344Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.022s) 2022-12-01T10:10:37.3701503Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3701650Z We should be able to differentiate between two ModuleDict instances ... ok (0.044s) 2022-12-01T10:10:37.3701787Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3701932Z Mutating the value of an attribute should not change type sharing ... ok (0.028s) 2022-12-01T10:10:37.3702072Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3702292Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.010s) 2022-12-01T10:10:37.3702450Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3702581Z Different functions passed in should lead to different types ... ok (0.014s) 2022-12-01T10:10:37.3702733Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3702860Z Same functions passed in should lead to same types ... ok (0.010s) 2022-12-01T10:10:37.3703006Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3703158Z Even if everything about the module is the same, different originating ... ok (0.030s) 2022-12-01T10:10:37.3703316Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3703457Z Different functions passed in should lead to different types ... ok (0.014s) 2022-12-01T10:10:37.3703609Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3703727Z Same functions passed in should lead to same types ... ok (0.010s) 2022-12-01T10:10:37.3703905Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.028s) 2022-12-01T10:10:37.3704034Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3704159Z If submodules differ, the types should differ. ... ok (0.064s) 2022-12-01T10:10:37.3704311Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3704527Z Since we can't guarantee that methods are the same between different ... ok (0.016s) 2022-12-01T10:10:37.3704683Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3704814Z Test that types are not shared if the exclusion of their ... ok (0.011s) 2022-12-01T10:10:37.3705009Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3705139Z Test that types are shared if the exclusion of their ... ok (0.008s) 2022-12-01T10:10:37.3705324Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3705457Z Tests that types between instances of a ScriptModule ... ok (0.009s) 2022-12-01T10:10:37.3705599Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:10:37.3705713Z Test that type sharing can be disabled. ... ok (0.027s) 2022-12-01T10:10:37.3705875Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.008s) 2022-12-01T10:10:37.3706021Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-12-01T10:10:37.3706165Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.007s) 2022-12-01T10:10:37.3706321Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:10:37.3706441Z Test that module attributes can be ignored. ... ok (0.010s) 2022-12-01T10:10:37.3706612Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.004s) 2022-12-01T10:10:37.3706775Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:10:37.3706940Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:10:37.3707093Z Test that using an optional with no contained types produces an error. ... ok (0.004s) 2022-12-01T10:10:37.3707241Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-12-01T10:10:37.3707377Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.012s) 2022-12-01T10:10:37.3707529Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-12-01T10:10:37.3707676Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:10:37.3707836Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:10:37.3707984Z Test that using a tuple with no contained types produces an error. ... ok (0.004s) 2022-12-01T10:10:37.3708140Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.015s) 2022-12-01T10:10:37.3708288Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.015s) 2022-12-01T10:10:37.3708454Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-12-01T10:10:37.3708568Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:10:37.3708705Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.007s) 2022-12-01T10:10:37.3708847Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.008s) 2022-12-01T10:10:37.3709006Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.009s) 2022-12-01T10:10:37.3709134Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.030s) 2022-12-01T10:10:37.3709278Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:10:37.3709701Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-12-01T10:10:37.3709838Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-12-01T10:10:37.3709905Z def fn(): 2022-12-01T10:10:37.3709968Z l1 = [1, 2, "foo", 3] 2022-12-01T10:10:37.3710096Z ~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:10:37.3710187Z l2 = ["foo", "bar", "baz", "qux"] 2022-12-01T10:10:37.3710302Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-12-01T10:10:37.3710389Z (function emitListLiteral) 2022-12-01T10:10:37.3710455Z ok (0.003s) 2022-12-01T10:10:37.3710913Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-12-01T10:10:37.3711080Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-12-01T10:10:37.3711136Z def fn(): 2022-12-01T10:10:37.3711225Z l1 = ["foo", "bar", "baz", "qux"] 2022-12-01T10:10:37.3711298Z l2 = [1, 2, "foo", 3] 2022-12-01T10:10:37.3711423Z ~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:10:37.3711536Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-12-01T10:10:37.3711604Z return d 2022-12-01T10:10:37.3711692Z (function emitListLiteral) 2022-12-01T10:10:37.3711745Z ok (0.003s) 2022-12-01T10:10:37.3711873Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.013s) 2022-12-01T10:10:37.3712003Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.020s) 2022-12-01T10:10:37.3712138Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.012s) 2022-12-01T10:10:37.3712267Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.022s) 2022-12-01T10:10:37.3712388Z test_list_io (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:10:37.3712517Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-12-01T10:10:37.3712638Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.015s) 2022-12-01T10:10:37.3712796Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.002s) 2022-12-01T10:10:37.3712929Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.011s) 2022-12-01T10:10:37.3713059Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.010s) 2022-12-01T10:10:37.3713199Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:10:37.3713331Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:10:37.3713470Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.009s) 2022-12-01T10:10:37.3713594Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:10:37.3713727Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:10:37.3713849Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.017s) 2022-12-01T10:10:37.3713988Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:10:37.3714121Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.008s) 2022-12-01T10:10:37.3714258Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.005s) 2022-12-01T10:10:37.3714386Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.008s) 2022-12-01T10:10:37.3714515Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.007s) 2022-12-01T10:10:37.3714645Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.007s) 2022-12-01T10:10:37.3714758Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.007s) 2022-12-01T10:10:37.3714891Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.002s) 2022-12-01T10:10:37.3715023Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.029s) 2022-12-01T10:10:37.3715154Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.007s) 2022-12-01T10:10:37.3715275Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:10:37.3715402Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:10:37.3715538Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.008s) 2022-12-01T10:10:37.3715670Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:10:37.3715812Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.014s) 2022-12-01T10:10:37.3715986Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:10:37.3716146Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:10:37.3716345Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:10:37.3716499Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:10:37.3716632Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:10:37.3716757Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.010s) 2022-12-01T10:10:37.3716884Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:10:37.3717011Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.006s) 2022-12-01T10:10:37.3717181Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:37.3717350Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:37.3717525Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:10:37.3717689Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:10:37.3717876Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:10:37.3718044Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-12-01T10:10:37.3718183Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:10:37.3718792Z test_union_memory_aliasing (jit.test_union.TestUnion) ... /opt/conda/lib/python3.7/site-packages/torch/_jit_internal.py:1283: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-12-01T10:10:37.3718902Z "The inner type of a container is lost when " 2022-12-01T10:10:37.3718960Z ok (0.010s) 2022-12-01T10:10:37.3719110Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:10:37.3719265Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.013s) 2022-12-01T10:10:37.3719415Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:10:37.3719568Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:37.3719733Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:10:37.3719897Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:37.3720062Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:10:37.3720182Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:10:37.3720333Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.012s) 2022-12-01T10:10:37.3720500Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.010s) 2022-12-01T10:10:37.3720641Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:10:37.3720783Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.010s) 2022-12-01T10:10:37.3720940Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.010s) 2022-12-01T10:10:37.3721072Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:10:37.3721230Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:10:37.3721395Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.009s) 2022-12-01T10:10:37.3721615Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.009s) 2022-12-01T10:10:37.3721836Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:10:37.3721984Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:10:37.3722127Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.015s) 2022-12-01T10:10:37.3722292Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.011s) 2022-12-01T10:10:37.3722441Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:10:37.3722585Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.005s) 2022-12-01T10:10:37.3722735Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.012s) 2022-12-01T10:10:37.3722855Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.010s) 2022-12-01T10:10:37.3722996Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.038s) 2022-12-01T10:10:37.3723122Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.011s) 2022-12-01T10:10:37.3723524Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-12-01T10:10:37.3723604Z File "", line 3 2022-12-01T10:10:37.3723612Z 2022-12-01T10:10:37.3723677Z def fn(): 2022-12-01T10:10:37.3723831Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-12-01T10:10:37.3724019Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:10:37.3724135Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-12-01T10:10:37.3724213Z x.append(torch.tensor(3)) 2022-12-01T10:10:37.3724304Z (function emitListLiteral) 2022-12-01T10:10:37.3724645Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-12-01T10:10:37.3724723Z File "", line 3 2022-12-01T10:10:37.3724728Z 2022-12-01T10:10:37.3724791Z def fn(): 2022-12-01T10:10:37.3724936Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-12-01T10:10:37.3725115Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:10:37.3725232Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-12-01T10:10:37.3725308Z x.append(torch.tensor(3)) 2022-12-01T10:10:37.3725395Z (function emitListLiteral) 2022-12-01T10:10:37.3725463Z ok (0.030s) 2022-12-01T10:10:37.3725600Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.007s) 2022-12-01T10:10:37.3725751Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:10:37.3725892Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:10:37.3726068Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.005s) 2022-12-01T10:10:37.3726217Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.024s) 2022-12-01T10:10:37.3726360Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.002s) 2022-12-01T10:10:37.3726507Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-12-01T10:10:37.3726653Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-12-01T10:10:37.3726803Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:10:37.3726973Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-12-01T10:10:37.3727152Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.007s) 2022-12-01T10:10:37.3727293Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:10:37.3727435Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:10:37.3727568Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:10:37.3727708Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-12-01T10:10:37.3727852Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:10:37.3728004Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.009s) 2022-12-01T10:10:37.3728168Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-12-01T10:10:37.3728329Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-12-01T10:10:37.3728442Z test_warn (jit.test_warn.TestWarn) ... ok (0.004s) 2022-12-01T10:10:37.3728592Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.004s) 2022-12-01T10:10:37.3728730Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.010s) 2022-12-01T10:10:37.3728855Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.009s) 2022-12-01T10:10:37.3728987Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.009s) 2022-12-01T10:10:37.3729105Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.004s) 2022-12-01T10:10:37.3729238Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.006s) 2022-12-01T10:10:37.3729333Z test_with_as (jit.test_with.TestWith) 2022-12-01T10:10:37.3729633Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.089s) 2022-12-01T10:10:37.3729739Z test_with_errors (jit.test_with.TestWith) 2022-12-01T10:10:37.3729976Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.018s) 2022-12-01T10:10:37.3730092Z test_with_exceptions (jit.test_with.TestWith) 2022-12-01T10:10:37.3730309Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.030s) 2022-12-01T10:10:37.3730409Z test_with_no_as (jit.test_with.TestWith) 2022-12-01T10:10:37.3730642Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.092s) 2022-12-01T10:10:37.3730746Z test_with_no_grad (jit.test_with.TestWith) 2022-12-01T10:10:37.3730892Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.023s) 2022-12-01T10:10:37.3730994Z test_with_record_function (jit.test_with.TestWith) 2022-12-01T10:10:37.3731375Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-12-01 10:10:36 1367:1367 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:10:37.3731629Z STAGE:2022-12-01 10:10:36 1367:1367 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:10:37.3731699Z ok (0.024s) 2022-12-01T10:10:37.3731704Z 2022-12-01T10:10:37.3731907Z ---------------------------------------------------------------------- 2022-12-01T10:10:37.3731989Z Ran 2643 tests in 142.537s 2022-12-01T10:10:37.3731994Z 2022-12-01T10:10:37.3732088Z OK (skipped=119, expected failures=7) 2022-12-01T10:10:37.3732093Z 2022-12-01T10:10:37.3732177Z Generating XML reports... 2022-12-01T10:10:37.3732504Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20221201100813.xml 2022-12-01T10:10:37.3732774Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20221201100813.xml 2022-12-01T10:10:37.3733064Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20221201100813.xml 2022-12-01T10:10:37.3733404Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20221201100813.xml 2022-12-01T10:10:37.3733809Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221201100813.xml 2022-12-01T10:10:37.3734101Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20221201100813.xml 2022-12-01T10:10:37.3734438Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20221201100813.xml 2022-12-01T10:10:37.3734720Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20221201100813.xml 2022-12-01T10:10:37.3735013Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20221201100813.xml 2022-12-01T10:10:37.3735304Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20221201100813.xml 2022-12-01T10:10:37.3735592Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20221201100813.xml 2022-12-01T10:10:37.3735913Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20221201100813.xml 2022-12-01T10:10:37.3736177Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20221201100813.xml 2022-12-01T10:10:37.3736488Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20221201100813.xml 2022-12-01T10:10:37.3736805Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20221201100813.xml 2022-12-01T10:10:37.3737083Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20221201100813.xml 2022-12-01T10:10:37.3737400Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221201100813.xml 2022-12-01T10:10:37.3737742Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20221201100813.xml 2022-12-01T10:10:37.3738014Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20221201100813.xml 2022-12-01T10:10:37.3738319Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20221201100813.xml 2022-12-01T10:10:37.3738613Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20221201100813.xml 2022-12-01T10:10:37.3738857Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20221201100813.xml 2022-12-01T10:10:37.3739186Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20221201100813.xml 2022-12-01T10:10:37.3739515Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221201100813.xml 2022-12-01T10:10:37.3739902Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221201100813.xml 2022-12-01T10:10:37.3740328Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20221201100813.xml 2022-12-01T10:10:37.3740671Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221201100813.xml 2022-12-01T10:10:37.3740943Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20221201100813.xml 2022-12-01T10:10:37.3741222Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20221201100813.xml 2022-12-01T10:10:37.3741534Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20221201100813.xml 2022-12-01T10:10:37.3741876Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221201100813.xml 2022-12-01T10:10:37.3742310Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221201100813.xml 2022-12-01T10:10:37.3742661Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20221201100813.xml 2022-12-01T10:10:37.3742904Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20221201100813.xml 2022-12-01T10:10:37.3743198Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20221201100813.xml 2022-12-01T10:10:37.3743486Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20221201100813.xml 2022-12-01T10:10:37.3743762Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20221201100813.xml 2022-12-01T10:10:37.3744049Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20221201100813.xml 2022-12-01T10:10:37.3744374Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20221201100813.xml 2022-12-01T10:10:37.3744642Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20221201100813.xml 2022-12-01T10:10:37.3744953Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20221201100813.xml 2022-12-01T10:10:37.3745233Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20221201100813.xml 2022-12-01T10:10:37.3745531Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20221201100813.xml 2022-12-01T10:10:37.3745864Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20221201100813.xml 2022-12-01T10:10:37.3746192Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20221201100813.xml 2022-12-01T10:10:37.3746477Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20221201100813.xml 2022-12-01T10:10:37.3746772Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20221201100813.xml 2022-12-01T10:10:37.3747079Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20221201100813.xml 2022-12-01T10:10:37.3747426Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20221201100813.xml 2022-12-01T10:10:37.3747847Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221201100813.xml 2022-12-01T10:10:37.3748180Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20221201100813.xml 2022-12-01T10:10:37.3748478Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20221201100813.xml 2022-12-01T10:10:37.3748760Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20221201100813.xml 2022-12-01T10:10:37.3749055Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20221201100813.xml 2022-12-01T10:10:37.3749380Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20221201100813.xml 2022-12-01T10:10:37.3749707Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221201100813.xml 2022-12-01T10:10:37.3749995Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20221201100813.xml 2022-12-01T10:10:37.3750318Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20221201100813.xml 2022-12-01T10:10:37.3750666Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20221201100813.xml 2022-12-01T10:10:37.3750982Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20221201100813.xml 2022-12-01T10:10:37.3751321Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221201100813.xml 2022-12-01T10:10:37.3751573Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20221201100813.xml 2022-12-01T10:10:37.3751866Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20221201100813.xml 2022-12-01T10:10:37.3752154Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20221201100813.xml 2022-12-01T10:10:37.3752575Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221201100813.xml 2022-12-01T10:10:37.3752893Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20221201100813.xml 2022-12-01T10:10:37.3753171Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20221201100813.xml 2022-12-01T10:10:37.3753452Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20221201100813.xml 2022-12-01T10:10:37.3753789Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20221201100813.xml 2022-12-01T10:10:37.3754135Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221201100813.xml 2022-12-01T10:10:37.3754448Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20221201100813.xml 2022-12-01T10:10:37.3754780Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221201100813.xml 2022-12-01T10:10:37.3755095Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20221201100813.xml 2022-12-01T10:10:37.3755392Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20221201100813.xml 2022-12-01T10:10:37.3755671Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20221201100813.xml 2022-12-01T10:10:37.3755976Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20221201100813.xml 2022-12-01T10:10:37.3756291Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20221201100813.xml 2022-12-01T10:10:37.3756574Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20221201100813.xml 2022-12-01T10:10:37.3756851Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20221201100813.xml 2022-12-01T10:10:37.3757158Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221201100813.xml 2022-12-01T10:10:37.3757456Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20221201100813.xml 2022-12-01T10:10:37.3757722Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20221201100813.xml 2022-12-01T10:10:37.3757990Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20221201100813.xml 2022-12-01T10:10:37.3758303Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20221201100813.xml 2022-12-01T10:10:37.3758618Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221201100813.xml 2022-12-01T10:10:37.3758624Z 2022-12-01T10:10:37.3759060Z ##[endgroup] 2022-12-01T10:10:37.3759323Z FINISHED PRINTING LOG FILE of test_jit (/var/lib/jenkins/workspace/test/test-reports/test_jit_6rbp0ykk) 2022-12-01T10:10:37.3759361Z 2022-12-01T10:10:39.0665724Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:39.1604963Z Ignoring disabled issues: [] 2022-12-01T10:10:39.1830334Z Running test_jit_fuser_te ... [2022-12-01 10:10:39.182725] 2022-12-01T10:10:39.1832841Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:39.183040] 2022-12-01T10:13:01.7115326Z 2022-12-01T10:13:01.7115884Z Expand the folded group to see the log file of test_jit_fuser_te 2022-12-01T10:13:01.7117225Z ##[group]PRINTING LOG FILE of test_jit_fuser_te (/var/lib/jenkins/workspace/test/test-reports/test_jit_fuser_te_umryoww8) 2022-12-01T10:13:01.7126462Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-12-01T10:13:01.7127001Z CUDA not available, skipping tests 2022-12-01T10:13:01.7127578Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:13:01.7127890Z 2022-12-01T10:13:01.7128013Z Running tests... 2022-12-01T10:13:01.7128509Z ---------------------------------------------------------------------- 2022-12-01T10:13:01.7133429Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.106s) 2022-12-01T10:13:01.7134041Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... ok (0.036s) 2022-12-01T10:13:01.7134585Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.009s) 2022-12-01T10:13:01.7135114Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.027s) 2022-12-01T10:13:01.7135634Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.010s) 2022-12-01T10:13:01.7136265Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:13:01.7137012Z test_nnc_correctness_H_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7137752Z test_nnc_correctness_H_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7138489Z test_nnc_correctness_H_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7139210Z test_nnc_correctness_H_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7140117Z test_nnc_correctness_H_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7140851Z test_nnc_correctness_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7141572Z test_nnc_correctness_H_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7142274Z test_nnc_correctness_H_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7142995Z test_nnc_correctness_H_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7143701Z test_nnc_correctness_H_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7144405Z test_nnc_correctness_H_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7145327Z test_nnc_correctness_H_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7146038Z test_nnc_correctness_T_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7146840Z test_nnc_correctness_T_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7147559Z test_nnc_correctness_T_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7148294Z test_nnc_correctness_T_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7149010Z test_nnc_correctness_T_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7149745Z test_nnc_correctness_T_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7150466Z test_nnc_correctness_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7151179Z test_nnc_correctness_T_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7151884Z test_nnc_correctness_T_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7152588Z test_nnc_correctness_T_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7153304Z test_nnc_correctness_T_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7154025Z test_nnc_correctness_T_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7154729Z test_nnc_correctness_T_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7155459Z test_nnc_correctness___getitem___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7156202Z test_nnc_correctness___getitem___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7156953Z test_nnc_correctness___getitem___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7157735Z test_nnc_correctness___getitem___cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7158487Z test_nnc_correctness___getitem___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7159244Z test_nnc_correctness___getitem___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7159992Z test_nnc_correctness___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7160738Z test_nnc_correctness___getitem___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7161465Z test_nnc_correctness___getitem___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7162269Z test_nnc_correctness___getitem___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7163014Z test_nnc_correctness___getitem___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7163801Z test_nnc_correctness___getitem___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7164523Z test_nnc_correctness___getitem___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7165265Z test_nnc_correctness___radd___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7165999Z test_nnc_correctness___radd___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7166739Z test_nnc_correctness___radd___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7167495Z test_nnc_correctness___radd___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7168223Z test_nnc_correctness___radd___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7169044Z test_nnc_correctness___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7169784Z test_nnc_correctness___radd___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7171486Z test_nnc_correctness___radd___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7172205Z test_nnc_correctness___radd___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7172946Z test_nnc_correctness___radd___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7173667Z test_nnc_correctness___radd___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7174399Z test_nnc_correctness___radd___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7175118Z test_nnc_correctness___rand___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7175836Z test_nnc_correctness___rand___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7176554Z test_nnc_correctness___rand___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7177272Z test_nnc_correctness___rand___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7177984Z test_nnc_correctness___rand___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7178691Z test_nnc_correctness___rand___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7179426Z test_nnc_correctness___rdiv___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7180399Z test_nnc_correctness___rdiv___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7181221Z test_nnc_correctness___rdiv___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7181951Z test_nnc_correctness___rdiv___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7182690Z test_nnc_correctness___rdiv___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7183430Z test_nnc_correctness___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7184154Z test_nnc_correctness___rdiv___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7184886Z test_nnc_correctness___rdiv___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7185597Z test_nnc_correctness___rdiv___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7186313Z test_nnc_correctness___rdiv___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7187025Z test_nnc_correctness___rdiv___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7187748Z test_nnc_correctness___rdiv___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7188466Z test_nnc_correctness___rmatmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7189227Z test_nnc_correctness___rmatmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7189988Z test_nnc_correctness___rmatmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7190748Z test_nnc_correctness___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7191479Z test_nnc_correctness___rmatmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7192214Z test_nnc_correctness___rmatmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7192956Z test_nnc_correctness___rmatmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7193616Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7194280Z test_nnc_correctness___rmatmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7195004Z test_nnc_correctness___rmatmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7195738Z test_nnc_correctness___rmod___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7196481Z test_nnc_correctness___rmod___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7197262Z test_nnc_correctness___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7198014Z test_nnc_correctness___rmod___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7198752Z test_nnc_correctness___rmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7199492Z test_nnc_correctness___rmul___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7200220Z test_nnc_correctness___rmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7200946Z test_nnc_correctness___rmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7201686Z test_nnc_correctness___rmul___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7202425Z test_nnc_correctness___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7203154Z test_nnc_correctness___rmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7203870Z test_nnc_correctness___rmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7204575Z test_nnc_correctness___rmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7205299Z test_nnc_correctness___rmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7206024Z test_nnc_correctness___rmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7206749Z test_nnc_correctness___rmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7207459Z test_nnc_correctness___ror___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7208180Z test_nnc_correctness___ror___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7208899Z test_nnc_correctness___ror___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7209702Z test_nnc_correctness___ror___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7210408Z test_nnc_correctness___ror___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7211135Z test_nnc_correctness___ror___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7211867Z test_nnc_correctness___rpow___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7212613Z test_nnc_correctness___rpow___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7213355Z test_nnc_correctness___rpow___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7214136Z test_nnc_correctness___rpow___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7214919Z test_nnc_correctness___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7215653Z test_nnc_correctness___rpow___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7216388Z test_nnc_correctness___rpow___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7217092Z test_nnc_correctness___rpow___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7217806Z test_nnc_correctness___rpow___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7218612Z test_nnc_correctness___rpow___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7219422Z test_nnc_correctness___rpow___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7220341Z test_nnc_correctness___rsub___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7221175Z test_nnc_correctness___rsub___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7222003Z test_nnc_correctness___rsub___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7222828Z test_nnc_correctness___rsub___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7223655Z test_nnc_correctness___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7224463Z test_nnc_correctness___rsub___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7225284Z test_nnc_correctness___rsub___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7226084Z test_nnc_correctness___rsub___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7226884Z test_nnc_correctness___rsub___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7227666Z test_nnc_correctness___rsub___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7228472Z test_nnc_correctness___rsub___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7229266Z test_nnc_correctness___rxor___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7230072Z test_nnc_correctness___rxor___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7230861Z test_nnc_correctness___rxor___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7231665Z test_nnc_correctness___rxor___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7232568Z test_nnc_correctness___rxor___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7233427Z test_nnc_correctness___rxor___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7234238Z test_nnc_correctness_abs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7235035Z test_nnc_correctness_abs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7235866Z test_nnc_correctness_abs_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7236694Z test_nnc_correctness_abs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7237506Z test_nnc_correctness_abs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7238301Z test_nnc_correctness_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7239114Z test_nnc_correctness_abs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7239918Z test_nnc_correctness_abs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7240716Z test_nnc_correctness_abs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7241496Z test_nnc_correctness_abs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7242300Z test_nnc_correctness_abs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7243098Z test_nnc_correctness_abs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7243905Z test_nnc_correctness_acos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7244712Z test_nnc_correctness_acos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7245511Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7246340Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7247172Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7247993Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7248783Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7249645Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7250446Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7251279Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7252100Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7252904Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7253716Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7254540Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7255362Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7256192Z test_nnc_correctness_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7257023Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7257840Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7258646Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7259441Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7260332Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7261145Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7261959Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7262751Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7263559Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7264383Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7265214Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7266016Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7266825Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7267630Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7268440Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7269238Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7270079Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7270924Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7271724Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7272546Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7273366Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7274207Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7275048Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7275875Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7276678Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7277491Z test_nnc_correctness_addbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7278301Z test_nnc_correctness_addbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7279108Z test_nnc_correctness_addbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7279901Z test_nnc_correctness_addbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7280728Z test_nnc_correctness_addcdiv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7281564Z test_nnc_correctness_addcdiv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7282407Z test_nnc_correctness_addcdiv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7283243Z test_nnc_correctness_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7284064Z test_nnc_correctness_addcdiv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7284898Z test_nnc_correctness_addcmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7285734Z test_nnc_correctness_addcmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7286574Z test_nnc_correctness_addcmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7287388Z test_nnc_correctness_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7288214Z test_nnc_correctness_addcmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7289137Z test_nnc_correctness_addcmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7289993Z test_nnc_correctness_addcmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7290793Z test_nnc_correctness_addcmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7291598Z test_nnc_correctness_addcmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7292418Z test_nnc_correctness_addcmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7293240Z test_nnc_correctness_addmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7294068Z test_nnc_correctness_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7294893Z test_nnc_correctness_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7295717Z test_nnc_correctness_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7296535Z test_nnc_correctness_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7297346Z test_nnc_correctness_addmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7298137Z test_nnc_correctness_addmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7298948Z test_nnc_correctness_addmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7299755Z test_nnc_correctness_addmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7300690Z test_nnc_correctness_addmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7301521Z test_nnc_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7302398Z test_nnc_correctness_addmm_decomposed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7303286Z test_nnc_correctness_addmm_decomposed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7304161Z test_nnc_correctness_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7305009Z test_nnc_correctness_addmm_decomposed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7305862Z test_nnc_correctness_addmm_decomposed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7306716Z test_nnc_correctness_addmm_decomposed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7307632Z test_nnc_correctness_addmm_decomposed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7308487Z test_nnc_correctness_addmm_decomposed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7309363Z test_nnc_correctness_addmm_decomposed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7310206Z test_nnc_correctness_addmv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7311032Z test_nnc_correctness_addmv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7311864Z test_nnc_correctness_addmv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7312678Z test_nnc_correctness_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7313500Z test_nnc_correctness_addmv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7314314Z test_nnc_correctness_addmv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7315121Z test_nnc_correctness_addmv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7315908Z test_nnc_correctness_addmv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7316716Z test_nnc_correctness_addmv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7317532Z test_nnc_correctness_addmv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7318343Z test_nnc_correctness_addr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7319140Z test_nnc_correctness_addr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7319958Z test_nnc_correctness_addr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7320786Z test_nnc_correctness_addr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7321605Z test_nnc_correctness_addr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7322426Z test_nnc_correctness_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7323230Z test_nnc_correctness_addr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7324034Z test_nnc_correctness_addr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7324831Z test_nnc_correctness_addr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7325633Z test_nnc_correctness_addr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7326449Z test_nnc_correctness_addr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7327244Z test_nnc_correctness_addr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7328085Z test_nnc_correctness_all_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7328891Z test_nnc_correctness_all_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7329739Z test_nnc_correctness_all_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7330564Z test_nnc_correctness_all_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7331376Z test_nnc_correctness_all_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7332184Z test_nnc_correctness_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7332970Z test_nnc_correctness_all_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7333768Z test_nnc_correctness_all_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7334567Z test_nnc_correctness_all_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7335358Z test_nnc_correctness_all_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7336146Z test_nnc_correctness_all_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7336941Z test_nnc_correctness_all_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7337667Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7338340Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7338997Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7339658Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7340434Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7341091Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7341826Z test_nnc_correctness_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7342639Z test_nnc_correctness_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7343444Z test_nnc_correctness_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7344261Z test_nnc_correctness_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7345063Z test_nnc_correctness_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7345930Z test_nnc_correctness_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7346776Z test_nnc_correctness_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7347573Z test_nnc_correctness_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7348362Z test_nnc_correctness_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7349166Z test_nnc_correctness_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7349975Z test_nnc_correctness_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7350784Z test_nnc_correctness_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7351590Z test_nnc_correctness_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7352390Z test_nnc_correctness_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7353193Z test_nnc_correctness_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7353998Z test_nnc_correctness_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7354792Z test_nnc_correctness_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7355575Z test_nnc_correctness_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7356378Z test_nnc_correctness_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7357178Z test_nnc_correctness_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7357980Z test_nnc_correctness_aminmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7358780Z test_nnc_correctness_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7359604Z test_nnc_correctness_aminmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7360427Z test_nnc_correctness_aminmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7361251Z test_nnc_correctness_aminmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7362052Z test_nnc_correctness_aminmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7362865Z test_nnc_correctness_aminmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7363676Z test_nnc_correctness_aminmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7364494Z test_nnc_correctness_angle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7365363Z test_nnc_correctness_angle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7366214Z test_nnc_correctness_angle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7367046Z test_nnc_correctness_angle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7367878Z test_nnc_correctness_angle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7368691Z test_nnc_correctness_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7369558Z test_nnc_correctness_angle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7370375Z test_nnc_correctness_angle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7371186Z test_nnc_correctness_angle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7371991Z test_nnc_correctness_angle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7372785Z test_nnc_correctness_angle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7373596Z test_nnc_correctness_angle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7374409Z test_nnc_correctness_any_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7375222Z test_nnc_correctness_any_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7376019Z test_nnc_correctness_any_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7376836Z test_nnc_correctness_any_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7377647Z test_nnc_correctness_any_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7378457Z test_nnc_correctness_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7379249Z test_nnc_correctness_any_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7380141Z test_nnc_correctness_any_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7380940Z test_nnc_correctness_any_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7381733Z test_nnc_correctness_any_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7382526Z test_nnc_correctness_any_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7383304Z test_nnc_correctness_any_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7384172Z test_nnc_correctness_arange_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7385044Z test_nnc_correctness_arange_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7385869Z test_nnc_correctness_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7386673Z test_nnc_correctness_arange_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7387488Z test_nnc_correctness_arange_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7388301Z test_nnc_correctness_arange_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7389117Z test_nnc_correctness_arange_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7389914Z test_nnc_correctness_arange_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7390734Z test_nnc_correctness_arange_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7391567Z test_nnc_correctness_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7392388Z test_nnc_correctness_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7393191Z test_nnc_correctness_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7394006Z test_nnc_correctness_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7394828Z test_nnc_correctness_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7395635Z test_nnc_correctness_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7396443Z test_nnc_correctness_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7397234Z test_nnc_correctness_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7398051Z test_nnc_correctness_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7398870Z test_nnc_correctness_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:13:01.7399692Z test_nnc_correctness_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7400502Z test_nnc_correctness_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7401319Z test_nnc_correctness_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7402128Z test_nnc_correctness_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7402978Z test_nnc_correctness_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:13:01.7403844Z test_nnc_correctness_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7404652Z test_nnc_correctness_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7405467Z test_nnc_correctness_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7406292Z test_nnc_correctness_argsort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7407098Z test_nnc_correctness_argsort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7407915Z test_nnc_correctness_argsort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7408742Z test_nnc_correctness_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7409630Z test_nnc_correctness_argsort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7410439Z test_nnc_correctness_argsort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7411255Z test_nnc_correctness_argsort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7412071Z test_nnc_correctness_argsort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7412890Z test_nnc_correctness_argsort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7413702Z test_nnc_correctness_argsort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7414518Z test_nnc_correctness_argwhere_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7415353Z test_nnc_correctness_argwhere_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7416189Z test_nnc_correctness_argwhere_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7417041Z test_nnc_correctness_argwhere_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7417869Z test_nnc_correctness_argwhere_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7418709Z test_nnc_correctness_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7419540Z test_nnc_correctness_argwhere_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7420477Z test_nnc_correctness_argwhere_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7421285Z test_nnc_correctness_argwhere_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7422164Z test_nnc_correctness_argwhere_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7423037Z test_nnc_correctness_argwhere_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7423860Z test_nnc_correctness_argwhere_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7424685Z test_nnc_correctness_as_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7425521Z test_nnc_correctness_as_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7426361Z test_nnc_correctness_as_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7427213Z test_nnc_correctness_as_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7428062Z test_nnc_correctness_as_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7428883Z test_nnc_correctness_as_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7429721Z test_nnc_correctness_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7430554Z test_nnc_correctness_as_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7431390Z test_nnc_correctness_as_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7432201Z test_nnc_correctness_as_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7433024Z test_nnc_correctness_as_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7433844Z test_nnc_correctness_as_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7434668Z test_nnc_correctness_as_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7435503Z test_nnc_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7436369Z test_nnc_correctness_as_strided_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7437236Z test_nnc_correctness_as_strided_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7438121Z test_nnc_correctness_as_strided_scatter_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7438997Z test_nnc_correctness_as_strided_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7439854Z test_nnc_correctness_as_strided_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7440753Z test_nnc_correctness_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7441648Z test_nnc_correctness_as_strided_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7442511Z test_nnc_correctness_as_strided_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7443345Z test_nnc_correctness_as_strided_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7444189Z test_nnc_correctness_as_strided_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7445043Z test_nnc_correctness_as_strided_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7445900Z test_nnc_correctness_as_strided_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7446739Z test_nnc_correctness_asin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7447536Z test_nnc_correctness_asin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7448351Z test_nnc_correctness_asin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7449234Z test_nnc_correctness_asin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7450065Z test_nnc_correctness_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7450860Z test_nnc_correctness_asin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7451671Z test_nnc_correctness_asin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7452474Z test_nnc_correctness_asin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7453271Z test_nnc_correctness_asin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7454058Z test_nnc_correctness_asin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7454864Z test_nnc_correctness_asin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7455681Z test_nnc_correctness_asinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7456490Z test_nnc_correctness_asinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7457292Z test_nnc_correctness_asinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7458123Z test_nnc_correctness_asinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7459000Z test_nnc_correctness_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7459822Z test_nnc_correctness_asinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7460792Z test_nnc_correctness_asinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7461600Z test_nnc_correctness_asinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7462404Z test_nnc_correctness_asinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7463204Z test_nnc_correctness_asinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7464014Z test_nnc_correctness_asinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7464819Z test_nnc_correctness_atan2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7465628Z test_nnc_correctness_atan2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7466431Z test_nnc_correctness_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7467252Z test_nnc_correctness_atan2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7468048Z test_nnc_correctness_atan2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7468857Z test_nnc_correctness_atan2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7469662Z test_nnc_correctness_atan2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7470463Z test_nnc_correctness_atan2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7471254Z test_nnc_correctness_atan2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7472073Z test_nnc_correctness_atan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7472879Z test_nnc_correctness_atan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7473697Z test_nnc_correctness_atan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7474512Z test_nnc_correctness_atan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7475325Z test_nnc_correctness_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7476139Z test_nnc_correctness_atan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7476947Z test_nnc_correctness_atan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7477740Z test_nnc_correctness_atan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7478583Z test_nnc_correctness_atan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7479430Z test_nnc_correctness_atan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7480223Z test_nnc_correctness_atan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7481032Z test_nnc_correctness_atanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7481830Z test_nnc_correctness_atanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7482649Z test_nnc_correctness_atanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7483491Z test_nnc_correctness_atanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7484319Z test_nnc_correctness_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7485118Z test_nnc_correctness_atanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7485931Z test_nnc_correctness_atanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7486737Z test_nnc_correctness_atanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7487546Z test_nnc_correctness_atanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7488341Z test_nnc_correctness_atanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7489215Z test_nnc_correctness_atanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7490035Z test_nnc_correctness_atleast_1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7490871Z test_nnc_correctness_atleast_1d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7491696Z test_nnc_correctness_atleast_1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7492554Z test_nnc_correctness_atleast_1d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7493410Z test_nnc_correctness_atleast_1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7494242Z test_nnc_correctness_atleast_1d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7495067Z test_nnc_correctness_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7495881Z test_nnc_correctness_atleast_1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7496703Z test_nnc_correctness_atleast_1d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7497587Z test_nnc_correctness_atleast_1d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7498445Z test_nnc_correctness_atleast_1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7499255Z test_nnc_correctness_atleast_1d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7500189Z test_nnc_correctness_atleast_1d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7501024Z test_nnc_correctness_atleast_2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7501861Z test_nnc_correctness_atleast_2d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7502687Z test_nnc_correctness_atleast_2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7503535Z test_nnc_correctness_atleast_2d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7504381Z test_nnc_correctness_atleast_2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7505219Z test_nnc_correctness_atleast_2d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7506050Z test_nnc_correctness_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7506870Z test_nnc_correctness_atleast_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7578744Z test_nnc_correctness_atleast_2d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7579590Z test_nnc_correctness_atleast_2d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7580718Z test_nnc_correctness_atleast_2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7581203Z test_nnc_correctness_atleast_2d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7581664Z test_nnc_correctness_atleast_2d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7582113Z test_nnc_correctness_atleast_3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7582546Z test_nnc_correctness_atleast_3d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7582993Z test_nnc_correctness_atleast_3d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7583444Z test_nnc_correctness_atleast_3d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7583895Z test_nnc_correctness_atleast_3d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7584490Z test_nnc_correctness_atleast_3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7584971Z test_nnc_correctness_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7585415Z test_nnc_correctness_atleast_3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7585855Z test_nnc_correctness_atleast_3d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7586275Z test_nnc_correctness_atleast_3d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7586711Z test_nnc_correctness_atleast_3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7587151Z test_nnc_correctness_atleast_3d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7587592Z test_nnc_correctness_atleast_3d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7588018Z test_nnc_correctness_baddbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7588465Z test_nnc_correctness_baddbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7588917Z test_nnc_correctness_baddbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7589360Z test_nnc_correctness_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7589805Z test_nnc_correctness_baddbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7590228Z test_nnc_correctness_baddbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7590654Z test_nnc_correctness_baddbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7591079Z test_nnc_correctness_baddbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7591504Z test_nnc_correctness_baddbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7591926Z test_nnc_correctness_baddbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7592367Z test_nnc_correctness_bernoulli_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7592808Z test_nnc_correctness_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7593240Z test_nnc_correctness_bernoulli_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7593625Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7593971Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7594365Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7594716Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7595084Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7595435Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7595776Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7596115Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7596441Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7596785Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7597126Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7597497Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7597837Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7598233Z test_nnc_correctness_bincount_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7598666Z test_nnc_correctness_bincount_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7599078Z test_nnc_correctness_bincount_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7599507Z test_nnc_correctness_bincount_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7599937Z test_nnc_correctness_bincount_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7600373Z test_nnc_correctness_bitwise_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7600799Z test_nnc_correctness_bitwise_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7601234Z test_nnc_correctness_bitwise_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7601678Z test_nnc_correctness_bitwise_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7602120Z test_nnc_correctness_bitwise_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7602561Z test_nnc_correctness_bitwise_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7602992Z test_nnc_correctness_bitwise_left_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7603440Z test_nnc_correctness_bitwise_left_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7603889Z test_nnc_correctness_bitwise_left_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7604360Z test_nnc_correctness_bitwise_left_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7604825Z test_nnc_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7605292Z test_nnc_correctness_bitwise_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7605731Z test_nnc_correctness_bitwise_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7606165Z test_nnc_correctness_bitwise_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7606585Z test_nnc_correctness_bitwise_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7607024Z test_nnc_correctness_bitwise_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7607462Z test_nnc_correctness_bitwise_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7607893Z test_nnc_correctness_bitwise_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7608330Z test_nnc_correctness_bitwise_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7608756Z test_nnc_correctness_bitwise_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7609257Z test_nnc_correctness_bitwise_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7609698Z test_nnc_correctness_bitwise_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7610138Z test_nnc_correctness_bitwise_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7610575Z test_nnc_correctness_bitwise_right_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7611028Z test_nnc_correctness_bitwise_right_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7611483Z test_nnc_correctness_bitwise_right_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7611932Z test_nnc_correctness_bitwise_right_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7612373Z test_nnc_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7612823Z test_nnc_correctness_bitwise_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7613257Z test_nnc_correctness_bitwise_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7613689Z test_nnc_correctness_bitwise_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7614129Z test_nnc_correctness_bitwise_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7614586Z test_nnc_correctness_bitwise_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7615046Z test_nnc_correctness_bitwise_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7615487Z test_nnc_correctness_block_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7615925Z test_nnc_correctness_block_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7616360Z test_nnc_correctness_block_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7616806Z test_nnc_correctness_block_diag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7617252Z test_nnc_correctness_block_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7617695Z test_nnc_correctness_block_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7618120Z test_nnc_correctness_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7618561Z test_nnc_correctness_block_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7618993Z test_nnc_correctness_block_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7619435Z test_nnc_correctness_block_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7619857Z test_nnc_correctness_block_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7620468Z test_nnc_correctness_block_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7620906Z test_nnc_correctness_block_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7621340Z test_nnc_correctness_bmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7621775Z test_nnc_correctness_bmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7622200Z test_nnc_correctness_bmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7622635Z test_nnc_correctness_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7623060Z test_nnc_correctness_bmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7623485Z test_nnc_correctness_bmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7623898Z test_nnc_correctness_bmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7624316Z test_nnc_correctness_bmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7624801Z test_nnc_correctness_bmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7625264Z test_nnc_correctness_bmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7625680Z test_nnc_correctness_bool_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7626109Z test_nnc_correctness_bool_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7626542Z test_nnc_correctness_bool_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7627078Z test_nnc_correctness_bool_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7627500Z test_nnc_correctness_bool_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7628022Z test_nnc_correctness_bool_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7628451Z test_nnc_correctness_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7628876Z test_nnc_correctness_bool_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7629296Z test_nnc_correctness_bool_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7629708Z test_nnc_correctness_bool_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7630130Z test_nnc_correctness_bool_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7630555Z test_nnc_correctness_bool_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7630976Z test_nnc_correctness_bool_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7631399Z test_nnc_correctness_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7631859Z test_nnc_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7632326Z test_nnc_correctness_broadcast_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7632790Z test_nnc_correctness_broadcast_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7633247Z test_nnc_correctness_broadcast_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7633707Z test_nnc_correctness_broadcast_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7634168Z test_nnc_correctness_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7634624Z test_nnc_correctness_broadcast_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7635154Z test_nnc_correctness_broadcast_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7635638Z test_nnc_correctness_broadcast_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7636087Z test_nnc_correctness_broadcast_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7636538Z test_nnc_correctness_broadcast_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7636989Z test_nnc_correctness_broadcast_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7637427Z test_nnc_correctness_broadcast_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7637875Z test_nnc_correctness_broadcast_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7638325Z test_nnc_correctness_broadcast_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7638780Z test_nnc_correctness_broadcast_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7639224Z test_nnc_correctness_broadcast_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7639667Z test_nnc_correctness_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7640114Z test_nnc_correctness_broadcast_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7640553Z test_nnc_correctness_broadcast_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7640988Z test_nnc_correctness_broadcast_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7641413Z test_nnc_correctness_broadcast_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7641855Z test_nnc_correctness_broadcast_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7642298Z test_nnc_correctness_broadcast_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7642739Z test_nnc_correctness_bucketize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7643178Z test_nnc_correctness_bucketize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7643619Z test_nnc_correctness_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7644065Z test_nnc_correctness_bucketize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7644505Z test_nnc_correctness_bucketize_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7644962Z test_nnc_correctness_bucketize_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7645420Z test_nnc_correctness_bucketize_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7645864Z test_nnc_correctness_bucketize_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7646298Z test_nnc_correctness_bucketize_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7646720Z test_nnc_correctness_byte_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7647150Z test_nnc_correctness_byte_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7647577Z test_nnc_correctness_byte_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7648022Z test_nnc_correctness_byte_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7648453Z test_nnc_correctness_byte_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7648872Z test_nnc_correctness_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7649409Z test_nnc_correctness_byte_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7649838Z test_nnc_correctness_byte_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7650271Z test_nnc_correctness_byte_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7650684Z test_nnc_correctness_byte_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7651117Z test_nnc_correctness_byte_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7651546Z test_nnc_correctness_byte_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7651989Z test_nnc_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7652428Z test_nnc_correctness_cartesian_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7652884Z test_nnc_correctness_cartesian_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7653344Z test_nnc_correctness_cartesian_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7653799Z test_nnc_correctness_cartesian_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7654241Z test_nnc_correctness_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7654734Z test_nnc_correctness_cartesian_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7655179Z test_nnc_correctness_cartesian_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7655651Z test_nnc_correctness_cartesian_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7656094Z test_nnc_correctness_cartesian_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7656519Z test_nnc_correctness_cartesian_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7656962Z test_nnc_correctness_cartesian_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7657399Z test_nnc_correctness_cat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7657832Z test_nnc_correctness_cat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7658253Z test_nnc_correctness_cat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7658684Z test_nnc_correctness_cat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7659126Z test_nnc_correctness_cat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7659565Z test_nnc_correctness_cat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7660073Z test_nnc_correctness_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7660505Z test_nnc_correctness_cat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7660932Z test_nnc_correctness_cat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7661360Z test_nnc_correctness_cat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7661773Z test_nnc_correctness_cat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7662194Z test_nnc_correctness_cat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7662618Z test_nnc_correctness_cat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7663054Z test_nnc_correctness_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7663483Z test_nnc_correctness_cdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7663904Z test_nnc_correctness_ceil_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7664339Z test_nnc_correctness_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7664828Z test_nnc_correctness_ceil_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7665261Z test_nnc_correctness_ceil_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7665712Z test_nnc_correctness_ceil_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7666139Z test_nnc_correctness_ceil_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7666564Z test_nnc_correctness_ceil_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7666987Z test_nnc_correctness_ceil_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7667411Z test_nnc_correctness_chalf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7667841Z test_nnc_correctness_chalf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7668286Z test_nnc_correctness_chalf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7668727Z test_nnc_correctness_chalf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7669153Z test_nnc_correctness_chalf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7669597Z test_nnc_correctness_chalf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7670025Z test_nnc_correctness_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7670452Z test_nnc_correctness_chalf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7670879Z test_nnc_correctness_chalf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7671291Z test_nnc_correctness_chalf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7671714Z test_nnc_correctness_chalf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7672144Z test_nnc_correctness_chalf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7672571Z test_nnc_correctness_chalf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7672985Z test_nnc_correctness_char_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7673409Z test_nnc_correctness_char_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7673838Z test_nnc_correctness_char_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7674275Z test_nnc_correctness_char_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7674694Z test_nnc_correctness_char_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7675160Z test_nnc_correctness_char_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7675616Z test_nnc_correctness_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7676043Z test_nnc_correctness_char_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7676453Z test_nnc_correctness_char_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7676874Z test_nnc_correctness_char_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7677296Z test_nnc_correctness_char_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7677717Z test_nnc_correctness_char_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7678128Z test_nnc_correctness_char_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7678560Z test_nnc_correctness_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7679007Z test_nnc_correctness_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7679453Z test_nnc_correctness_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7679895Z test_nnc_correctness_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7680338Z test_nnc_correctness_cholesky_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7680803Z test_nnc_correctness_cholesky_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7681265Z test_nnc_correctness_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7681726Z test_nnc_correctness_cholesky_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7682179Z test_nnc_correctness_cholesky_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7682641Z test_nnc_correctness_cholesky_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7683100Z test_nnc_correctness_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7683546Z test_nnc_correctness_cholesky_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7683973Z test_nnc_correctness_chunk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7684398Z test_nnc_correctness_chunk_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7684865Z test_nnc_correctness_chunk_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7685327Z test_nnc_correctness_chunk_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7685767Z test_nnc_correctness_chunk_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7686193Z test_nnc_correctness_chunk_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7686618Z test_nnc_correctness_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7687050Z test_nnc_correctness_chunk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7687477Z test_nnc_correctness_chunk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7687894Z test_nnc_correctness_chunk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7688320Z test_nnc_correctness_chunk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7688742Z test_nnc_correctness_chunk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7689245Z test_nnc_correctness_chunk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7689666Z test_nnc_correctness_clamp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7690109Z test_nnc_correctness_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7690547Z test_nnc_correctness_clamp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7690985Z test_nnc_correctness_clamp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7691401Z test_nnc_correctness_clamp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7691835Z test_nnc_correctness_clamp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7692262Z test_nnc_correctness_clamp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7692687Z test_nnc_correctness_clamp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7693127Z test_nnc_correctness_clamp_max_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7693556Z test_nnc_correctness_clamp_max_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7693998Z test_nnc_correctness_clamp_max_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7694436Z test_nnc_correctness_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7694921Z test_nnc_correctness_clamp_max_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7695382Z test_nnc_correctness_clamp_max_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7695819Z test_nnc_correctness_clamp_max_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7696250Z test_nnc_correctness_clamp_max_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7696685Z test_nnc_correctness_clamp_max_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7697104Z test_nnc_correctness_clamp_max_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7697541Z test_nnc_correctness_clamp_min_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7697979Z test_nnc_correctness_clamp_min_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7698417Z test_nnc_correctness_clamp_min_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7698837Z test_nnc_correctness_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7699275Z test_nnc_correctness_clamp_min_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7699714Z test_nnc_correctness_clamp_min_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7700240Z test_nnc_correctness_clamp_min_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7700679Z test_nnc_correctness_clamp_min_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7701101Z test_nnc_correctness_clamp_min_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7701536Z test_nnc_correctness_clamp_min_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7701972Z test_nnc_correctness_clone_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7702404Z test_nnc_correctness_clone_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7702837Z test_nnc_correctness_clone_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7703278Z test_nnc_correctness_clone_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7703720Z test_nnc_correctness_clone_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7704161Z test_nnc_correctness_clone_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7704577Z test_nnc_correctness_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7705067Z test_nnc_correctness_clone_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7705541Z test_nnc_correctness_clone_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7705969Z test_nnc_correctness_clone_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7706380Z test_nnc_correctness_clone_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7706806Z test_nnc_correctness_clone_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7707235Z test_nnc_correctness_clone_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7707678Z test_nnc_correctness_column_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7708129Z test_nnc_correctness_column_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7708562Z test_nnc_correctness_column_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7709019Z test_nnc_correctness_column_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7709475Z test_nnc_correctness_column_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7709924Z test_nnc_correctness_column_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7710359Z test_nnc_correctness_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7710804Z test_nnc_correctness_column_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7711241Z test_nnc_correctness_column_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7711670Z test_nnc_correctness_column_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7712095Z test_nnc_correctness_column_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7712534Z test_nnc_correctness_column_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7712969Z test_nnc_correctness_column_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7713418Z test_nnc_correctness_combinations_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7713868Z test_nnc_correctness_combinations_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7714300Z test_nnc_correctness_combinations_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7714790Z test_nnc_correctness_combinations_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7715267Z test_nnc_correctness_combinations_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7715712Z test_nnc_correctness_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7716141Z test_nnc_correctness_combinations_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7716587Z test_nnc_correctness_combinations_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7717020Z test_nnc_correctness_combinations_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7717458Z test_nnc_correctness_combinations_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7717895Z test_nnc_correctness_combinations_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7718336Z test_nnc_correctness_combinations_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7718775Z test_nnc_correctness_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7719212Z test_nnc_correctness_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7719649Z test_nnc_correctness_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7720075Z test_nnc_correctness_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7720502Z test_nnc_correctness_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7720932Z test_nnc_correctness_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7721371Z test_nnc_correctness_conj_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7721791Z test_nnc_correctness_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7722225Z test_nnc_correctness_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7722650Z test_nnc_correctness_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7723081Z test_nnc_correctness_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7723493Z test_nnc_correctness_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7723916Z test_nnc_correctness_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7724337Z test_nnc_correctness_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7724792Z test_nnc_correctness_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7725237Z test_nnc_correctness_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7725671Z test_nnc_correctness_conj_physical_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7726118Z test_nnc_correctness_conj_physical_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7726564Z test_nnc_correctness_conj_physical_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7727010Z test_nnc_correctness_conj_physical_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7727467Z test_nnc_correctness_conj_physical_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7727915Z test_nnc_correctness_conj_physical_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7728363Z test_nnc_correctness_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7728805Z test_nnc_correctness_conj_physical_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7729311Z test_nnc_correctness_conj_physical_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7729765Z test_nnc_correctness_conj_physical_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7730206Z test_nnc_correctness_conj_physical_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7730643Z test_nnc_correctness_conj_physical_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7731067Z test_nnc_correctness_conj_physical_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7731521Z test_nnc_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7731976Z test_nnc_correctness_constant_pad_nd_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7732433Z test_nnc_correctness_constant_pad_nd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7732901Z test_nnc_correctness_constant_pad_nd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7733344Z test_nnc_correctness_constant_pad_nd_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7733794Z test_nnc_correctness_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7734248Z test_nnc_correctness_constant_pad_nd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7734740Z test_nnc_correctness_constant_pad_nd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7735204Z test_nnc_correctness_constant_pad_nd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7735650Z test_nnc_correctness_constant_pad_nd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7736089Z test_nnc_correctness_constant_pad_nd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7736534Z test_nnc_correctness_constant_pad_nd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7736963Z test_nnc_correctness_contiguous_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7737401Z test_nnc_correctness_contiguous_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7737846Z test_nnc_correctness_contiguous_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7738296Z test_nnc_correctness_contiguous_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7738744Z test_nnc_correctness_contiguous_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7739176Z test_nnc_correctness_contiguous_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7739620Z test_nnc_correctness_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7740166Z test_nnc_correctness_contiguous_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7740613Z test_nnc_correctness_contiguous_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7741038Z test_nnc_correctness_contiguous_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7741473Z test_nnc_correctness_contiguous_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7741919Z test_nnc_correctness_contiguous_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7742363Z test_nnc_correctness_contiguous_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7742796Z test_nnc_correctness_copysign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7743242Z test_nnc_correctness_copysign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7743681Z test_nnc_correctness_copysign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7744115Z test_nnc_correctness_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7744534Z test_nnc_correctness_copysign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7745018Z test_nnc_correctness_copysign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7745481Z test_nnc_correctness_copysign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7745906Z test_nnc_correctness_copysign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7746338Z test_nnc_correctness_copysign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7746755Z test_nnc_correctness_copysign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7747207Z test_nnc_correctness_corrcoef_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7747664Z test_nnc_correctness_corrcoef_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7748126Z test_nnc_correctness_corrcoef_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7748557Z test_nnc_correctness_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7748994Z test_nnc_correctness_corrcoef_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7749432Z test_nnc_correctness_corrcoef_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7749871Z test_nnc_correctness_corrcoef_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7750283Z test_nnc_correctness_corrcoef_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7750708Z test_nnc_correctness_corrcoef_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7751138Z test_nnc_correctness_corrcoef_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7751572Z test_nnc_correctness_cos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7751990Z test_nnc_correctness_cos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7752420Z test_nnc_correctness_cos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7752853Z test_nnc_correctness_cos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7753287Z test_nnc_correctness_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7753718Z test_nnc_correctness_cos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7754133Z test_nnc_correctness_cos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7754555Z test_nnc_correctness_cos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7755017Z test_nnc_correctness_cos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7755468Z test_nnc_correctness_cos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7755876Z test_nnc_correctness_cos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7756302Z test_nnc_correctness_cosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7756725Z test_nnc_correctness_cosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7757155Z test_nnc_correctness_cosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7757584Z test_nnc_correctness_cosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7758014Z test_nnc_correctness_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7758442Z test_nnc_correctness_cosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7758868Z test_nnc_correctness_cosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7759282Z test_nnc_correctness_cosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7759710Z test_nnc_correctness_cosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7760134Z test_nnc_correctness_cosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7760558Z test_nnc_correctness_cosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7760979Z test_nnc_correctness_count_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7761426Z test_nnc_correctness_count_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7761869Z test_nnc_correctness_count_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7762328Z test_nnc_correctness_count_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7762782Z test_nnc_correctness_count_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7763214Z test_nnc_correctness_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7763660Z test_nnc_correctness_count_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7764093Z test_nnc_correctness_count_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7764565Z test_nnc_correctness_count_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7765015Z test_nnc_correctness_count_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7765440Z test_nnc_correctness_count_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7765878Z test_nnc_correctness_count_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7766309Z test_nnc_correctness_cov_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7766733Z test_nnc_correctness_cov_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7767167Z test_nnc_correctness_cov_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7767599Z test_nnc_correctness_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7768023Z test_nnc_correctness_cov_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7768450Z test_nnc_correctness_cov_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7768860Z test_nnc_correctness_cov_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7769343Z test_nnc_correctness_cov_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7769770Z test_nnc_correctness_cov_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7770203Z test_nnc_correctness_cov_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7770622Z test_nnc_correctness_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7771061Z test_nnc_correctness_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7771500Z test_nnc_correctness_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7771934Z test_nnc_correctness_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7772352Z test_nnc_correctness_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7772783Z test_nnc_correctness_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7773202Z test_nnc_correctness_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7773626Z test_nnc_correctness_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7774038Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7774505Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7774932Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7775394Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7775814Z test_nnc_correctness_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7776242Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7776677Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7777106Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7777532Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7777943Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7778374Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7778805Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7779234Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7779656Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7780221Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7780647Z test_nnc_correctness_cummin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7781074Z test_nnc_correctness_cummin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7781487Z test_nnc_correctness_cummin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7781910Z test_nnc_correctness_cummin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7782342Z test_nnc_correctness_cummin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7782781Z test_nnc_correctness_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7783212Z test_nnc_correctness_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7783665Z test_nnc_correctness_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7784110Z test_nnc_correctness_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7784611Z test_nnc_correctness_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7785085Z test_nnc_correctness_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7785503Z test_nnc_correctness_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7785929Z test_nnc_correctness_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7786366Z test_nnc_correctness_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7786800Z test_nnc_correctness_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7787224Z test_nnc_correctness_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7787667Z test_nnc_correctness_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7788107Z test_nnc_correctness_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7788543Z test_nnc_correctness_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7788961Z test_nnc_correctness_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7789389Z test_nnc_correctness_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7789815Z test_nnc_correctness_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7790247Z test_nnc_correctness_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7790657Z test_nnc_correctness_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7791082Z test_nnc_correctness_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7791530Z test_nnc_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7792009Z test_nnc_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7792473Z test_nnc_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7792930Z test_nnc_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7793387Z test_nnc_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7793851Z test_nnc_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7794311Z test_nnc_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7794803Z test_nnc_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7795288Z test_nnc_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7795743Z test_nnc_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7796196Z test_nnc_correctness_deg2rad_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7796632Z test_nnc_correctness_deg2rad_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7797058Z test_nnc_correctness_deg2rad_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7797496Z test_nnc_correctness_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7797929Z test_nnc_correctness_deg2rad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7798365Z test_nnc_correctness_deg2rad_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7798782Z test_nnc_correctness_deg2rad_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7799209Z test_nnc_correctness_deg2rad_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7799646Z test_nnc_correctness_deg2rad_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7800076Z test_nnc_correctness_deg2rad_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7800487Z test_nnc_correctness_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7800915Z test_nnc_correctness_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7801348Z test_nnc_correctness_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7801784Z test_nnc_correctness_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7802210Z test_nnc_correctness_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7802640Z test_nnc_correctness_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7803064Z test_nnc_correctness_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7803487Z test_nnc_correctness_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7803896Z test_nnc_correctness_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7804319Z test_nnc_correctness_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7804777Z test_nnc_correctness_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7805238Z test_nnc_correctness_diag_embed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7805684Z test_nnc_correctness_diag_embed_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7806114Z test_nnc_correctness_diag_embed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7806568Z test_nnc_correctness_diag_embed_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7807018Z test_nnc_correctness_diag_embed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7807456Z test_nnc_correctness_diag_embed_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7807884Z test_nnc_correctness_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7808312Z test_nnc_correctness_diag_embed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7808757Z test_nnc_correctness_diag_embed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7809273Z test_nnc_correctness_diag_embed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7809702Z test_nnc_correctness_diag_embed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7810142Z test_nnc_correctness_diag_embed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7810585Z test_nnc_correctness_diag_embed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7811029Z test_nnc_correctness_diagflat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7811472Z test_nnc_correctness_diagflat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7811907Z test_nnc_correctness_diagflat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7812363Z test_nnc_correctness_diagflat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7812804Z test_nnc_correctness_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7813241Z test_nnc_correctness_diagflat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7813666Z test_nnc_correctness_diagflat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7814101Z test_nnc_correctness_diagflat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7814565Z test_nnc_correctness_diagflat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7815020Z test_nnc_correctness_diagflat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7815446Z test_nnc_correctness_diagflat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7815885Z test_nnc_correctness_diagonal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7816323Z test_nnc_correctness_diagonal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7816761Z test_nnc_correctness_diagonal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7817195Z test_nnc_correctness_diagonal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7817638Z test_nnc_correctness_diagonal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7818077Z test_nnc_correctness_diagonal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7818515Z test_nnc_correctness_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7818955Z test_nnc_correctness_diagonal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7819381Z test_nnc_correctness_diagonal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7819820Z test_nnc_correctness_diagonal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7820345Z test_nnc_correctness_diagonal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7820776Z test_nnc_correctness_diagonal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7821200Z test_nnc_correctness_diagonal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7821426Z test_nnc_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7821653Z test_nnc_correctness_diagonal_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7821877Z test_nnc_correctness_diagonal_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7822100Z test_nnc_correctness_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7822320Z test_nnc_correctness_diagonal_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7822538Z test_nnc_correctness_diagonal_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7822756Z test_nnc_correctness_diagonal_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7823024Z test_nnc_correctness_diagonal_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7823277Z test_nnc_correctness_diagonal_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7823501Z test_nnc_correctness_diagonal_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7823700Z test_nnc_correctness_diff_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7823908Z test_nnc_correctness_diff_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7824122Z test_nnc_correctness_diff_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7824333Z test_nnc_correctness_diff_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7824543Z test_nnc_correctness_diff_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7824745Z test_nnc_correctness_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7824941Z test_nnc_correctness_diff_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7825153Z test_nnc_correctness_diff_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7825358Z test_nnc_correctness_diff_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7825566Z test_nnc_correctness_diff_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7825772Z test_nnc_correctness_diff_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7825961Z test_nnc_correctness_diff_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7826179Z test_nnc_correctness_digamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7826387Z test_nnc_correctness_digamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7826601Z test_nnc_correctness_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7826816Z test_nnc_correctness_digamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7827023Z test_nnc_correctness_digamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7827231Z test_nnc_correctness_digamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7827431Z test_nnc_correctness_digamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7827632Z test_nnc_correctness_digamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7827868Z test_nnc_correctness_digamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7828108Z test_nnc_correctness_dist_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7828308Z test_nnc_correctness_dist_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7828519Z test_nnc_correctness_dist_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7828723Z test_nnc_correctness_dist_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7828932Z test_nnc_correctness_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7829136Z test_nnc_correctness_dist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7829359Z test_nnc_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7829580Z test_nnc_correctness_div_floor_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7829803Z test_nnc_correctness_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7830021Z test_nnc_correctness_div_floor_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7830238Z test_nnc_correctness_div_floor_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7830455Z test_nnc_correctness_div_floor_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7830673Z test_nnc_correctness_div_floor_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7830879Z test_nnc_correctness_div_floor_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7831094Z test_nnc_correctness_div_floor_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7831322Z test_nnc_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7831546Z test_nnc_correctness_div_no_rounding_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7831773Z test_nnc_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7831999Z test_nnc_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7832222Z test_nnc_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7832471Z test_nnc_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7832683Z test_nnc_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7832940Z test_nnc_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7833158Z test_nnc_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7833374Z test_nnc_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7833580Z test_nnc_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7833799Z test_nnc_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7834025Z test_nnc_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7834241Z test_nnc_correctness_div_trunc_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7834455Z test_nnc_correctness_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7834671Z test_nnc_correctness_div_trunc_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7834887Z test_nnc_correctness_div_trunc_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7835104Z test_nnc_correctness_div_trunc_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7835321Z test_nnc_correctness_div_trunc_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7835537Z test_nnc_correctness_div_trunc_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7835749Z test_nnc_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7835959Z test_nnc_correctness_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7836158Z test_nnc_correctness_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7836369Z test_nnc_correctness_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7836572Z test_nnc_correctness_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7836772Z test_nnc_correctness_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7836977Z test_nnc_correctness_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7837210Z test_nnc_correctness_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7837417Z test_nnc_correctness_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7837648Z test_nnc_correctness_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7837848Z test_nnc_correctness_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7838061Z test_nnc_correctness_double_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7838267Z test_nnc_correctness_double_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7838473Z test_nnc_correctness_double_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7838685Z test_nnc_correctness_double_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7838897Z test_nnc_correctness_double_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7839105Z test_nnc_correctness_double_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7839314Z test_nnc_correctness_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7839520Z test_nnc_correctness_double_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7839728Z test_nnc_correctness_double_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7839934Z test_nnc_correctness_double_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7840138Z test_nnc_correctness_double_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7840342Z test_nnc_correctness_double_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7840542Z test_nnc_correctness_double_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7840740Z test_nnc_correctness_dsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7840948Z test_nnc_correctness_dsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7841163Z test_nnc_correctness_dsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7841378Z test_nnc_correctness_dsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7841583Z test_nnc_correctness_dsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7841786Z test_nnc_correctness_dsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7842013Z test_nnc_correctness_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7842210Z test_nnc_correctness_dsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7842443Z test_nnc_correctness_dsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7842642Z test_nnc_correctness_dsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7842840Z test_nnc_correctness_dsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7843033Z test_nnc_correctness_dsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7843242Z test_nnc_correctness_dsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7843456Z test_nnc_correctness_dstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7843660Z test_nnc_correctness_dstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7843873Z test_nnc_correctness_dstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7844081Z test_nnc_correctness_dstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7844294Z test_nnc_correctness_dstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7844508Z test_nnc_correctness_dstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7844716Z test_nnc_correctness_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7844914Z test_nnc_correctness_dstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7845116Z test_nnc_correctness_dstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7845303Z test_nnc_correctness_dstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7845508Z test_nnc_correctness_dstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7845713Z test_nnc_correctness_dstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7845916Z test_nnc_correctness_dstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7846126Z test_nnc_correctness_einsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7846336Z test_nnc_correctness_einsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7846545Z test_nnc_correctness_einsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7846781Z test_nnc_correctness_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7846988Z test_nnc_correctness_einsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7847219Z test_nnc_correctness_einsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7847417Z test_nnc_correctness_einsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7847613Z test_nnc_correctness_einsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7847807Z test_nnc_correctness_einsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7848012Z test_nnc_correctness_einsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7848182Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7848344Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7848511Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7848676Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7848835Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7849077Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7849242Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7849393Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7849551Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7849707Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7849864Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7850021Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7850175Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7850346Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7850510Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7850684Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7850844Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7851011Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7851183Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7851346Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7851504Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7851666Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7851827Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7852023Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7852213Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7852360Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7852572Z test_nnc_correctness_eq_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7852778Z test_nnc_correctness_eq_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7852987Z test_nnc_correctness_eq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7853193Z test_nnc_correctness_eq_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7853396Z test_nnc_correctness_eq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7853602Z test_nnc_correctness_eq_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7853808Z test_nnc_correctness_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7854012Z test_nnc_correctness_eq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7854216Z test_nnc_correctness_eq_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7854410Z test_nnc_correctness_eq_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7854611Z test_nnc_correctness_eq_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7854819Z test_nnc_correctness_eq_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7855022Z test_nnc_correctness_eq_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7855233Z test_nnc_correctness_equal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7855436Z test_nnc_correctness_equal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7855655Z test_nnc_correctness_equal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7855869Z test_nnc_correctness_equal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7856077Z test_nnc_correctness_equal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7856278Z test_nnc_correctness_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7856474Z test_nnc_correctness_equal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7856665Z test_nnc_correctness_equal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7856897Z test_nnc_correctness_equal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7857126Z test_nnc_correctness_equal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7857332Z test_nnc_correctness_equal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7857539Z test_nnc_correctness_equal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7857746Z test_nnc_correctness_erf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7857951Z test_nnc_correctness_erf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7858161Z test_nnc_correctness_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7858362Z test_nnc_correctness_erf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7858565Z test_nnc_correctness_erf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7858767Z test_nnc_correctness_erf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7858959Z test_nnc_correctness_erf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7859166Z test_nnc_correctness_erf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7859369Z test_nnc_correctness_erf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7859579Z test_nnc_correctness_erfc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7859783Z test_nnc_correctness_erfc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7860084Z test_nnc_correctness_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7860289Z test_nnc_correctness_erfc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7860491Z test_nnc_correctness_erfc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7860703Z test_nnc_correctness_erfc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7860913Z test_nnc_correctness_erfc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7861118Z test_nnc_correctness_erfc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7861307Z test_nnc_correctness_erfc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7861522Z test_nnc_correctness_erfinv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7861780Z test_nnc_correctness_erfinv_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7862021Z test_nnc_correctness_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7862224Z test_nnc_correctness_erfinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7862429Z test_nnc_correctness_erfinv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7862638Z test_nnc_correctness_erfinv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7862840Z test_nnc_correctness_erfinv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7863048Z test_nnc_correctness_erfinv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7863252Z test_nnc_correctness_erfinv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7863464Z test_nnc_correctness_exp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7863654Z test_nnc_correctness_exp2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7863865Z test_nnc_correctness_exp2_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7864069Z test_nnc_correctness_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7864277Z test_nnc_correctness_exp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7864484Z test_nnc_correctness_exp2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7864689Z test_nnc_correctness_exp2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7864893Z test_nnc_correctness_exp2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7865096Z test_nnc_correctness_exp2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7865294Z test_nnc_correctness_exp2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7865499Z test_nnc_correctness_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7865704Z test_nnc_correctness_exp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7865900Z test_nnc_correctness_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7866111Z test_nnc_correctness_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7866319Z test_nnc_correctness_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7866519Z test_nnc_correctness_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7866751Z test_nnc_correctness_exp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7866991Z test_nnc_correctness_exp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7867192Z test_nnc_correctness_exp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7867394Z test_nnc_correctness_exp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7867593Z test_nnc_correctness_exp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7867807Z test_nnc_correctness_expand_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7868018Z test_nnc_correctness_expand_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7868241Z test_nnc_correctness_expand_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7868446Z test_nnc_correctness_expand_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7868660Z test_nnc_correctness_expand_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7868870Z test_nnc_correctness_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7869082Z test_nnc_correctness_expand_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7869293Z test_nnc_correctness_expand_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7869506Z test_nnc_correctness_expand_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7869712Z test_nnc_correctness_expand_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7869924Z test_nnc_correctness_expand_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7870132Z test_nnc_correctness_expand_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7870341Z test_nnc_correctness_expand_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7870553Z test_nnc_correctness_expand_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7870754Z test_nnc_correctness_expand_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7870971Z test_nnc_correctness_expand_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7871182Z test_nnc_correctness_expand_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7871416Z test_nnc_correctness_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7871626Z test_nnc_correctness_expand_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7871862Z test_nnc_correctness_expand_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7872063Z test_nnc_correctness_expand_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7872261Z test_nnc_correctness_expand_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7872470Z test_nnc_correctness_expand_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7872679Z test_nnc_correctness_expand_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7872892Z test_nnc_correctness_expm1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7873084Z test_nnc_correctness_expm1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7873293Z test_nnc_correctness_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7873499Z test_nnc_correctness_expm1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7873704Z test_nnc_correctness_expm1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7873905Z test_nnc_correctness_expm1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7874113Z test_nnc_correctness_expm1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7874318Z test_nnc_correctness_expm1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7874524Z test_nnc_correctness_expm1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7874725Z test_nnc_correctness_eye_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7874936Z test_nnc_correctness_eye_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7875146Z test_nnc_correctness_eye_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7875338Z test_nnc_correctness_eye_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7875537Z test_nnc_correctness_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7875740Z test_nnc_correctness_eye_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7875945Z test_nnc_correctness_eye_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7876149Z test_nnc_correctness_eye_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7876385Z test_nnc_correctness_eye_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7876614Z test_nnc_correctness_eye_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7876816Z test_nnc_correctness_eye_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7877024Z test_nnc_correctness_fft_fft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7877235Z test_nnc_correctness_fft_fft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7877454Z test_nnc_correctness_fft_fft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7877654Z test_nnc_correctness_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7877869Z test_nnc_correctness_fft_fft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7878073Z test_nnc_correctness_fft_fft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7878272Z test_nnc_correctness_fft_fft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7878469Z test_nnc_correctness_fft_fft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7878674Z test_nnc_correctness_fft_fft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7878882Z test_nnc_correctness_fft_fft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7879087Z test_nnc_correctness_fft_fft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7879297Z test_nnc_correctness_fft_fft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7879511Z test_nnc_correctness_fft_fft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7879720Z test_nnc_correctness_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7879929Z test_nnc_correctness_fft_fft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7880128Z test_nnc_correctness_fft_fft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7880333Z test_nnc_correctness_fft_fft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7880533Z test_nnc_correctness_fft_fft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7880734Z test_nnc_correctness_fft_fft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7880932Z test_nnc_correctness_fft_fft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7881167Z test_nnc_correctness_fft_fftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7881416Z test_nnc_correctness_fft_fftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7881629Z test_nnc_correctness_fft_fftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7881839Z test_nnc_correctness_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7882049Z test_nnc_correctness_fft_fftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7882256Z test_nnc_correctness_fft_fftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7882452Z test_nnc_correctness_fft_fftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7882652Z test_nnc_correctness_fft_fftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7882860Z test_nnc_correctness_fft_fftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7883060Z test_nnc_correctness_fft_fftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7883277Z test_nnc_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7883488Z test_nnc_correctness_fft_fftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7883710Z test_nnc_correctness_fft_fftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7883929Z test_nnc_correctness_fft_fftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7884149Z test_nnc_correctness_fft_fftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7884364Z test_nnc_correctness_fft_fftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7884584Z test_nnc_correctness_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7884788Z test_nnc_correctness_fft_fftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7885001Z test_nnc_correctness_fft_fftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7885208Z test_nnc_correctness_fft_fftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7885420Z test_nnc_correctness_fft_fftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7885630Z test_nnc_correctness_fft_fftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7885873Z test_nnc_correctness_fft_fftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7886114Z test_nnc_correctness_fft_hfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7886326Z test_nnc_correctness_fft_hfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7886542Z test_nnc_correctness_fft_hfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7886755Z test_nnc_correctness_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7886965Z test_nnc_correctness_fft_hfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7887175Z test_nnc_correctness_fft_hfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7887371Z test_nnc_correctness_fft_hfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7887581Z test_nnc_correctness_fft_hfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7887789Z test_nnc_correctness_fft_hfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7887990Z test_nnc_correctness_fft_hfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7888198Z test_nnc_correctness_fft_hfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7888414Z test_nnc_correctness_fft_hfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7888626Z test_nnc_correctness_fft_hfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7888837Z test_nnc_correctness_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7889122Z test_nnc_correctness_fft_hfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7889330Z test_nnc_correctness_fft_hfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7889534Z test_nnc_correctness_fft_hfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7889725Z test_nnc_correctness_fft_hfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7889935Z test_nnc_correctness_fft_hfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7890143Z test_nnc_correctness_fft_hfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7890345Z test_nnc_correctness_fft_hfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7890559Z test_nnc_correctness_fft_hfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7890812Z test_nnc_correctness_fft_hfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7891067Z test_nnc_correctness_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7891280Z test_nnc_correctness_fft_hfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7891486Z test_nnc_correctness_fft_hfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7891695Z test_nnc_correctness_fft_hfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7891902Z test_nnc_correctness_fft_hfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7892110Z test_nnc_correctness_fft_hfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7892304Z test_nnc_correctness_fft_hfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7892515Z test_nnc_correctness_fft_ifft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7892731Z test_nnc_correctness_fft_ifft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7892944Z test_nnc_correctness_fft_ifft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7893157Z test_nnc_correctness_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7893373Z test_nnc_correctness_fft_ifft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7893581Z test_nnc_correctness_fft_ifft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7893787Z test_nnc_correctness_fft_ifft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7893995Z test_nnc_correctness_fft_ifft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7894203Z test_nnc_correctness_fft_ifft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7894412Z test_nnc_correctness_fft_ifft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7894612Z test_nnc_correctness_fft_ifft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7894827Z test_nnc_correctness_fft_ifft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7895041Z test_nnc_correctness_fft_ifft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7895253Z test_nnc_correctness_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7895493Z test_nnc_correctness_fft_ifft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7895727Z test_nnc_correctness_fft_ifft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7895934Z test_nnc_correctness_fft_ifft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7896134Z test_nnc_correctness_fft_ifft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7896344Z test_nnc_correctness_fft_ifft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7896548Z test_nnc_correctness_fft_ifft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7896752Z test_nnc_correctness_fft_ifftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7896958Z test_nnc_correctness_fft_ifftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7897170Z test_nnc_correctness_fft_ifftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7897382Z test_nnc_correctness_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7897591Z test_nnc_correctness_fft_ifftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7897798Z test_nnc_correctness_fft_ifftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7898006Z test_nnc_correctness_fft_ifftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7898215Z test_nnc_correctness_fft_ifftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7898502Z test_nnc_correctness_fft_ifftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7898761Z test_nnc_correctness_fft_ifftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7898979Z test_nnc_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7899195Z test_nnc_correctness_fft_ifftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7899417Z test_nnc_correctness_fft_ifftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7899622Z test_nnc_correctness_fft_ifftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7899841Z test_nnc_correctness_fft_ifftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7900140Z test_nnc_correctness_fft_ifftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7900356Z test_nnc_correctness_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7900632Z test_nnc_correctness_fft_ifftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7900891Z test_nnc_correctness_fft_ifftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7901104Z test_nnc_correctness_fft_ifftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7901317Z test_nnc_correctness_fft_ifftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7901533Z test_nnc_correctness_fft_ifftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7901747Z test_nnc_correctness_fft_ifftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7901958Z test_nnc_correctness_fft_ihfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7902175Z test_nnc_correctness_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7902371Z test_nnc_correctness_fft_ihfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7902580Z test_nnc_correctness_fft_ihfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7902789Z test_nnc_correctness_fft_ihfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7903000Z test_nnc_correctness_fft_ihfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7903207Z test_nnc_correctness_fft_ihfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7903417Z test_nnc_correctness_fft_ihfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7903625Z test_nnc_correctness_fft_ihfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7903839Z test_nnc_correctness_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7904048Z test_nnc_correctness_fft_ihfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7904256Z test_nnc_correctness_fft_ihfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7904460Z test_nnc_correctness_fft_ihfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7904658Z test_nnc_correctness_fft_ihfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7904868Z test_nnc_correctness_fft_ihfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7905074Z test_nnc_correctness_fft_ihfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7905310Z test_nnc_correctness_fft_ihfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7905547Z test_nnc_correctness_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7905752Z test_nnc_correctness_fft_ihfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7905959Z test_nnc_correctness_fft_ihfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7906168Z test_nnc_correctness_fft_ihfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7906372Z test_nnc_correctness_fft_ihfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7906578Z test_nnc_correctness_fft_ihfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7906788Z test_nnc_correctness_fft_ihfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7906982Z test_nnc_correctness_fft_irfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7907198Z test_nnc_correctness_fft_irfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7907415Z test_nnc_correctness_fft_irfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7907623Z test_nnc_correctness_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7907830Z test_nnc_correctness_fft_irfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7908040Z test_nnc_correctness_fft_irfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7908241Z test_nnc_correctness_fft_irfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7908446Z test_nnc_correctness_fft_irfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7908653Z test_nnc_correctness_fft_irfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7908860Z test_nnc_correctness_fft_irfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7909093Z test_nnc_correctness_fft_irfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7909424Z test_nnc_correctness_fft_irfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7909677Z test_nnc_correctness_fft_irfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7909891Z test_nnc_correctness_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7910099Z test_nnc_correctness_fft_irfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7910353Z test_nnc_correctness_fft_irfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7910589Z test_nnc_correctness_fft_irfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7910797Z test_nnc_correctness_fft_irfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7911003Z test_nnc_correctness_fft_irfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7911205Z test_nnc_correctness_fft_irfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7911415Z test_nnc_correctness_fft_irfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7911631Z test_nnc_correctness_fft_irfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7911853Z test_nnc_correctness_fft_irfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7912050Z test_nnc_correctness_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7912259Z test_nnc_correctness_fft_irfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7912467Z test_nnc_correctness_fft_irfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7912678Z test_nnc_correctness_fft_irfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7912880Z test_nnc_correctness_fft_irfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7913092Z test_nnc_correctness_fft_irfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7913301Z test_nnc_correctness_fft_irfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7913504Z test_nnc_correctness_fft_rfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7913711Z test_nnc_correctness_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7913924Z test_nnc_correctness_fft_rfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7914133Z test_nnc_correctness_fft_rfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7914341Z test_nnc_correctness_fft_rfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7914534Z test_nnc_correctness_fft_rfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7914739Z test_nnc_correctness_fft_rfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7914977Z test_nnc_correctness_fft_rfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7915186Z test_nnc_correctness_fft_rfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7915422Z test_nnc_correctness_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7915623Z test_nnc_correctness_fft_rfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7915831Z test_nnc_correctness_fft_rfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7916033Z test_nnc_correctness_fft_rfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7916234Z test_nnc_correctness_fft_rfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7916442Z test_nnc_correctness_fft_rfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7916650Z test_nnc_correctness_fft_rfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7916840Z test_nnc_correctness_fft_rfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7917046Z test_nnc_correctness_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7917249Z test_nnc_correctness_fft_rfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7917458Z test_nnc_correctness_fft_rfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7917668Z test_nnc_correctness_fft_rfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7917867Z test_nnc_correctness_fft_rfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7918078Z test_nnc_correctness_fft_rfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7918284Z test_nnc_correctness_fft_rfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7918452Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:13:01.7918615Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:13:01.7918771Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:13:01.7918939Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:13:01.7919096Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:13:01.7919261Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:13:01.7919420Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:13:01.7919573Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:13:01.7919731Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:13:01.7919920Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:13:01.7920106Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:13:01.7920251Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:13:01.7920406Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:13:01.7920621Z test_nnc_correctness_flatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7920831Z test_nnc_correctness_flatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7921043Z test_nnc_correctness_flatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7921259Z test_nnc_correctness_flatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7921470Z test_nnc_correctness_flatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7921681Z test_nnc_correctness_flatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7921894Z test_nnc_correctness_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7922097Z test_nnc_correctness_flatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7922309Z test_nnc_correctness_flatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7922502Z test_nnc_correctness_flatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7922700Z test_nnc_correctness_flatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7922907Z test_nnc_correctness_flatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7923115Z test_nnc_correctness_flatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7923320Z test_nnc_correctness_flip_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7923526Z test_nnc_correctness_flip_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7923739Z test_nnc_correctness_flip_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7923950Z test_nnc_correctness_flip_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7924159Z test_nnc_correctness_flip_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7924361Z test_nnc_correctness_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7924568Z test_nnc_correctness_flip_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7924835Z test_nnc_correctness_flip_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7925067Z test_nnc_correctness_flip_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7925270Z test_nnc_correctness_flip_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7925474Z test_nnc_correctness_flip_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7925674Z test_nnc_correctness_flip_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7925887Z test_nnc_correctness_fliplr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7926101Z test_nnc_correctness_fliplr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7926320Z test_nnc_correctness_fliplr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7926534Z test_nnc_correctness_fliplr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7926743Z test_nnc_correctness_fliplr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7926948Z test_nnc_correctness_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7927137Z test_nnc_correctness_fliplr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7927347Z test_nnc_correctness_fliplr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7927557Z test_nnc_correctness_fliplr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7927764Z test_nnc_correctness_fliplr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7927970Z test_nnc_correctness_fliplr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7928174Z test_nnc_correctness_fliplr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7928390Z test_nnc_correctness_flipud_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7928598Z test_nnc_correctness_flipud_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7928812Z test_nnc_correctness_flipud_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7929109Z test_nnc_correctness_flipud_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7929317Z test_nnc_correctness_flipud_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7929520Z test_nnc_correctness_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7929746Z test_nnc_correctness_flipud_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7929984Z test_nnc_correctness_flipud_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7930186Z test_nnc_correctness_flipud_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7930387Z test_nnc_correctness_flipud_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7930592Z test_nnc_correctness_flipud_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7930804Z test_nnc_correctness_flipud_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7931018Z test_nnc_correctness_float_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7931226Z test_nnc_correctness_float_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7931443Z test_nnc_correctness_float_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7931656Z test_nnc_correctness_float_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7931867Z test_nnc_correctness_float_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7932069Z test_nnc_correctness_float_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7932281Z test_nnc_correctness_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7932486Z test_nnc_correctness_float_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7932687Z test_nnc_correctness_float_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7932887Z test_nnc_correctness_float_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7933093Z test_nnc_correctness_float_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7933297Z test_nnc_correctness_float_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7933505Z test_nnc_correctness_float_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7933722Z test_nnc_correctness_float_power_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7933935Z test_nnc_correctness_float_power_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7934153Z test_nnc_correctness_float_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7934359Z test_nnc_correctness_float_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7934600Z test_nnc_correctness_float_power_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7934852Z test_nnc_correctness_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7935062Z test_nnc_correctness_float_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7935276Z test_nnc_correctness_float_power_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7935489Z test_nnc_correctness_float_power_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7935704Z test_nnc_correctness_float_power_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7935913Z test_nnc_correctness_float_power_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7936129Z test_nnc_correctness_float_power_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7936335Z test_nnc_correctness_floor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7936543Z test_nnc_correctness_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7936733Z test_nnc_correctness_floor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7936943Z test_nnc_correctness_floor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7937144Z test_nnc_correctness_floor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7937350Z test_nnc_correctness_floor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7937550Z test_nnc_correctness_floor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7937756Z test_nnc_correctness_floor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7937974Z test_nnc_correctness_floor_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7938190Z test_nnc_correctness_floor_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7938406Z test_nnc_correctness_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7938618Z test_nnc_correctness_floor_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7938832Z test_nnc_correctness_floor_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7939046Z test_nnc_correctness_floor_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7939279Z test_nnc_correctness_floor_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7939492Z test_nnc_correctness_floor_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7939731Z test_nnc_correctness_floor_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7940036Z test_nnc_correctness_fmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7940243Z test_nnc_correctness_fmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7940452Z test_nnc_correctness_fmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7940659Z test_nnc_correctness_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7940860Z test_nnc_correctness_fmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7941065Z test_nnc_correctness_fmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7941270Z test_nnc_correctness_fmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7941482Z test_nnc_correctness_fmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7941675Z test_nnc_correctness_fmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7941882Z test_nnc_correctness_fmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7942092Z test_nnc_correctness_fmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7942294Z test_nnc_correctness_fmin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7942499Z test_nnc_correctness_fmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7942704Z test_nnc_correctness_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7942905Z test_nnc_correctness_fmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7943113Z test_nnc_correctness_fmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7943317Z test_nnc_correctness_fmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7943524Z test_nnc_correctness_fmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7943726Z test_nnc_correctness_fmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7943913Z test_nnc_correctness_fmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7944123Z test_nnc_correctness_fmod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7944387Z test_nnc_correctness_fmod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7944624Z test_nnc_correctness_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7944824Z test_nnc_correctness_fmod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7945026Z test_nnc_correctness_fmod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7945227Z test_nnc_correctness_fmod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7945429Z test_nnc_correctness_fmod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7945633Z test_nnc_correctness_fmod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7945839Z test_nnc_correctness_fmod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7946050Z test_nnc_correctness_frac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7946243Z test_nnc_correctness_frac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7946443Z test_nnc_correctness_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7946655Z test_nnc_correctness_frac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7946866Z test_nnc_correctness_frexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7947075Z test_nnc_correctness_frexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7947277Z test_nnc_correctness_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7947486Z test_nnc_correctness_frexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7947698Z test_nnc_correctness_full_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7947908Z test_nnc_correctness_full_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7948124Z test_nnc_correctness_full_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7948346Z test_nnc_correctness_full_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7948544Z test_nnc_correctness_full_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7948754Z test_nnc_correctness_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7948957Z test_nnc_correctness_full_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7949199Z test_nnc_correctness_full_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7949437Z test_nnc_correctness_full_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7949640Z test_nnc_correctness_full_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7949847Z test_nnc_correctness_full_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7950054Z test_nnc_correctness_full_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7950265Z test_nnc_correctness_gather_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7950476Z test_nnc_correctness_gather_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7950688Z test_nnc_correctness_gather_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7950899Z test_nnc_correctness_gather_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7951099Z test_nnc_correctness_gather_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7951307Z test_nnc_correctness_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7951511Z test_nnc_correctness_gather_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7951719Z test_nnc_correctness_gather_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7951920Z test_nnc_correctness_gather_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7952117Z test_nnc_correctness_gather_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7952321Z test_nnc_correctness_gather_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7952529Z test_nnc_correctness_gather_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7952732Z test_nnc_correctness_gcd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7952937Z test_nnc_correctness_gcd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7953142Z test_nnc_correctness_gcd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7953334Z test_nnc_correctness_gcd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7953533Z test_nnc_correctness_gcd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7953741Z test_nnc_correctness_ge_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7953972Z test_nnc_correctness_ge_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7954210Z test_nnc_correctness_ge_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7954416Z test_nnc_correctness_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7954621Z test_nnc_correctness_ge_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7954824Z test_nnc_correctness_ge_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7955026Z test_nnc_correctness_ge_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7955229Z test_nnc_correctness_ge_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7955431Z test_nnc_correctness_ge_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7955623Z test_nnc_correctness_ge_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7955834Z test_nnc_correctness_geqrf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7956045Z test_nnc_correctness_geqrf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7956260Z test_nnc_correctness_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7956470Z test_nnc_correctness_geqrf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7956641Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7956814Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7956983Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7957150Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7957315Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7957464Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7957627Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7957794Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7957955Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7958116Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.7958322Z test_nnc_correctness_gt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7958525Z test_nnc_correctness_gt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7958730Z test_nnc_correctness_gt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7958965Z test_nnc_correctness_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7959183Z test_nnc_correctness_gt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7959388Z test_nnc_correctness_gt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7959589Z test_nnc_correctness_gt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7959791Z test_nnc_correctness_gt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7959989Z test_nnc_correctness_gt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7960192Z test_nnc_correctness_gt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7960405Z test_nnc_correctness_half_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7960608Z test_nnc_correctness_half_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7960820Z test_nnc_correctness_half_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7961030Z test_nnc_correctness_half_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7961241Z test_nnc_correctness_half_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7961432Z test_nnc_correctness_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7961636Z test_nnc_correctness_half_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7961837Z test_nnc_correctness_half_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7962039Z test_nnc_correctness_half_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7962242Z test_nnc_correctness_half_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7962447Z test_nnc_correctness_half_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7962652Z test_nnc_correctness_half_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7962868Z test_nnc_correctness_heaviside_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7963082Z test_nnc_correctness_heaviside_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7963296Z test_nnc_correctness_heaviside_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7963506Z test_nnc_correctness_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7963741Z test_nnc_correctness_heaviside_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7963982Z test_nnc_correctness_heaviside_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7964189Z test_nnc_correctness_heaviside_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7964403Z test_nnc_correctness_heaviside_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7964611Z test_nnc_correctness_heaviside_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7964819Z test_nnc_correctness_heaviside_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7965028Z test_nnc_correctness_histc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7965237Z test_nnc_correctness_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7968470Z test_nnc_correctness_histc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7968689Z test_nnc_correctness_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7968903Z test_nnc_correctness_histogram_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7969226Z test_nnc_correctness_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7969436Z test_nnc_correctness_histogramdd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7969647Z test_nnc_correctness_hsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7969854Z test_nnc_correctness_hsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7970068Z test_nnc_correctness_hsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7970283Z test_nnc_correctness_hsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7970498Z test_nnc_correctness_hsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7970710Z test_nnc_correctness_hsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7970914Z test_nnc_correctness_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7971113Z test_nnc_correctness_hsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7971324Z test_nnc_correctness_hsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7971529Z test_nnc_correctness_hsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7971812Z test_nnc_correctness_hsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7972053Z test_nnc_correctness_hsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7972260Z test_nnc_correctness_hsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7972470Z test_nnc_correctness_hstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7972677Z test_nnc_correctness_hstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7972895Z test_nnc_correctness_hstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7973110Z test_nnc_correctness_hstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7973325Z test_nnc_correctness_hstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7973534Z test_nnc_correctness_hstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7973744Z test_nnc_correctness_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7973951Z test_nnc_correctness_hstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7974162Z test_nnc_correctness_hstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7974353Z test_nnc_correctness_hstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7974562Z test_nnc_correctness_hstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7974769Z test_nnc_correctness_hstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7974972Z test_nnc_correctness_hstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7975182Z test_nnc_correctness_hypot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7975395Z test_nnc_correctness_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7975604Z test_nnc_correctness_hypot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7975816Z test_nnc_correctness_i0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7976018Z test_nnc_correctness_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7976225Z test_nnc_correctness_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7976428Z test_nnc_correctness_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7976648Z test_nnc_correctness_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7976884Z test_nnc_correctness_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7977087Z test_nnc_correctness_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7977286Z test_nnc_correctness_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7977485Z test_nnc_correctness_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7977699Z test_nnc_correctness_igamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7977909Z test_nnc_correctness_igamma_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7978115Z test_nnc_correctness_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7978318Z test_nnc_correctness_igamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7978533Z test_nnc_correctness_igammac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7978743Z test_nnc_correctness_igammac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7978943Z test_nnc_correctness_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7979155Z test_nnc_correctness_igammac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7979366Z test_nnc_correctness_imag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7979577Z test_nnc_correctness_imag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7979780Z test_nnc_correctness_imag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7980093Z test_nnc_correctness_index_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7980302Z test_nnc_correctness_index_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7980519Z test_nnc_correctness_index_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7980738Z test_nnc_correctness_index_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7980957Z test_nnc_correctness_index_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7981173Z test_nnc_correctness_index_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7981388Z test_nnc_correctness_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7981633Z test_nnc_correctness_index_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7981878Z test_nnc_correctness_index_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7982090Z test_nnc_correctness_index_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7982293Z test_nnc_correctness_index_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7982505Z test_nnc_correctness_index_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7982717Z test_nnc_correctness_index_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7982936Z test_nnc_correctness_index_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7983148Z test_nnc_correctness_index_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7983366Z test_nnc_correctness_index_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7983588Z test_nnc_correctness_index_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7983806Z test_nnc_correctness_index_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7984009Z test_nnc_correctness_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7984218Z test_nnc_correctness_index_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7984431Z test_nnc_correctness_index_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7984644Z test_nnc_correctness_index_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7984847Z test_nnc_correctness_index_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7985059Z test_nnc_correctness_index_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7985273Z test_nnc_correctness_index_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7985488Z test_nnc_correctness_index_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7985700Z test_nnc_correctness_index_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7985917Z test_nnc_correctness_index_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7986132Z test_nnc_correctness_index_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7986362Z test_nnc_correctness_index_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7986605Z test_nnc_correctness_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7986812Z test_nnc_correctness_index_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7987021Z test_nnc_correctness_index_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7987234Z test_nnc_correctness_index_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7987439Z test_nnc_correctness_index_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7987651Z test_nnc_correctness_index_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7987863Z test_nnc_correctness_index_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7988073Z test_nnc_correctness_index_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7988278Z test_nnc_correctness_index_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7988492Z test_nnc_correctness_index_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7988710Z test_nnc_correctness_index_put_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7988915Z test_nnc_correctness_index_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7989133Z test_nnc_correctness_index_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7989342Z test_nnc_correctness_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7989555Z test_nnc_correctness_index_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7989764Z test_nnc_correctness_index_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7989973Z test_nnc_correctness_index_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7990273Z test_nnc_correctness_index_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7990506Z test_nnc_correctness_index_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7990710Z test_nnc_correctness_index_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7990928Z test_nnc_correctness_index_reduce_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7991145Z test_nnc_correctness_index_reduce_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7991383Z test_nnc_correctness_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7991632Z test_nnc_correctness_index_reduce_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7991847Z test_nnc_correctness_index_reduce_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7992053Z test_nnc_correctness_index_reduce_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7992265Z test_nnc_correctness_index_reduce_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7992482Z test_nnc_correctness_index_reduce_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7992701Z test_nnc_correctness_index_reduce_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7992918Z test_nnc_correctness_index_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7993132Z test_nnc_correctness_index_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7993351Z test_nnc_correctness_index_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7993574Z test_nnc_correctness_index_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7993799Z test_nnc_correctness_index_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7994004Z test_nnc_correctness_index_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7994221Z test_nnc_correctness_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7994432Z test_nnc_correctness_index_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7994643Z test_nnc_correctness_index_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7994855Z test_nnc_correctness_index_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7995070Z test_nnc_correctness_index_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7995279Z test_nnc_correctness_index_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7995491Z test_nnc_correctness_index_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7995698Z test_nnc_correctness_inner_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7995912Z test_nnc_correctness_inner_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7996151Z test_nnc_correctness_inner_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7996377Z test_nnc_correctness_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7996587Z test_nnc_correctness_inner_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7996794Z test_nnc_correctness_inner_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7996995Z test_nnc_correctness_inner_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7997191Z test_nnc_correctness_inner_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7997401Z test_nnc_correctness_inner_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7997611Z test_nnc_correctness_inner_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7997819Z test_nnc_correctness_int_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7998022Z test_nnc_correctness_int_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7998237Z test_nnc_correctness_int_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7998446Z test_nnc_correctness_int_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7998652Z test_nnc_correctness_int_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7998841Z test_nnc_correctness_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7999048Z test_nnc_correctness_int_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7999253Z test_nnc_correctness_int_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7999455Z test_nnc_correctness_int_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7999660Z test_nnc_correctness_int_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.7999861Z test_nnc_correctness_int_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8000064Z test_nnc_correctness_int_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8000276Z test_nnc_correctness_isclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8000485Z test_nnc_correctness_isclose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8000698Z test_nnc_correctness_isclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8001047Z test_nnc_correctness_isclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8001438Z test_nnc_correctness_isclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8001763Z test_nnc_correctness_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8002080Z test_nnc_correctness_isclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8002436Z test_nnc_correctness_isclose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8002835Z test_nnc_correctness_isclose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8003158Z test_nnc_correctness_isclose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8003400Z test_nnc_correctness_isclose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8003606Z test_nnc_correctness_isclose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8003818Z test_nnc_correctness_isfinite_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8004022Z test_nnc_correctness_isfinite_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8004241Z test_nnc_correctness_isfinite_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8004446Z test_nnc_correctness_isfinite_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8004670Z test_nnc_correctness_isfinite_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8004884Z test_nnc_correctness_isfinite_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8005090Z test_nnc_correctness_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8005303Z test_nnc_correctness_isfinite_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8005514Z test_nnc_correctness_isfinite_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8005725Z test_nnc_correctness_isfinite_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8005927Z test_nnc_correctness_isfinite_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8006134Z test_nnc_correctness_isfinite_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8006336Z test_nnc_correctness_isfinite_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8006549Z test_nnc_correctness_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8006790Z test_nnc_correctness_isin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8007044Z test_nnc_correctness_isin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8007253Z test_nnc_correctness_isin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8007456Z test_nnc_correctness_isin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8007660Z test_nnc_correctness_isin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8007862Z test_nnc_correctness_isin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8008074Z test_nnc_correctness_isinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8008280Z test_nnc_correctness_isinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8008496Z test_nnc_correctness_isinf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8008709Z test_nnc_correctness_isinf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8008916Z test_nnc_correctness_isinf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8009190Z test_nnc_correctness_isinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8009397Z test_nnc_correctness_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8009602Z test_nnc_correctness_isinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8009809Z test_nnc_correctness_isinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8010009Z test_nnc_correctness_isinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8010206Z test_nnc_correctness_isinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8010410Z test_nnc_correctness_isinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8010622Z test_nnc_correctness_isinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8010835Z test_nnc_correctness_isnan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8011041Z test_nnc_correctness_isnan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8011254Z test_nnc_correctness_isnan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8011468Z test_nnc_correctness_isnan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8011697Z test_nnc_correctness_isnan_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8011997Z test_nnc_correctness_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8012264Z test_nnc_correctness_isnan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8012475Z test_nnc_correctness_isnan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8012678Z test_nnc_correctness_isnan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8012875Z test_nnc_correctness_isnan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8013081Z test_nnc_correctness_isnan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8013291Z test_nnc_correctness_isnan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8013508Z test_nnc_correctness_isneginf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8013717Z test_nnc_correctness_isneginf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8013930Z test_nnc_correctness_isneginf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8014125Z test_nnc_correctness_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8014341Z test_nnc_correctness_isneginf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8014552Z test_nnc_correctness_isneginf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8014755Z test_nnc_correctness_isneginf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8014954Z test_nnc_correctness_isneginf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8015163Z test_nnc_correctness_isneginf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8015377Z test_nnc_correctness_isneginf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8015594Z test_nnc_correctness_isposinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8015800Z test_nnc_correctness_isposinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8016012Z test_nnc_correctness_isposinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8016222Z test_nnc_correctness_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8016420Z test_nnc_correctness_isposinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8016658Z test_nnc_correctness_isposinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8016886Z test_nnc_correctness_isposinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8017084Z test_nnc_correctness_isposinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8017290Z test_nnc_correctness_isposinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8017497Z test_nnc_correctness_isposinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8017708Z test_nnc_correctness_isreal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8017919Z test_nnc_correctness_isreal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8018136Z test_nnc_correctness_isreal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8018345Z test_nnc_correctness_isreal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8018559Z test_nnc_correctness_isreal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8018756Z test_nnc_correctness_isreal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8018971Z test_nnc_correctness_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8019179Z test_nnc_correctness_isreal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8019388Z test_nnc_correctness_isreal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8019589Z test_nnc_correctness_isreal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8019795Z test_nnc_correctness_isreal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8020158Z test_nnc_correctness_isreal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8020393Z test_nnc_correctness_isreal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8020609Z test_nnc_correctness_istft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8020819Z test_nnc_correctness_istft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8021030Z test_nnc_correctness_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8021224Z test_nnc_correctness_istft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8021423Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8021676Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8021905Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8022100Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8022292Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8022482Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8022669Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8022856Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8023047Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8023224Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8023409Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8023596Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8023797Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8023991Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8024191Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8024395Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8024595Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8024791Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8024981Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8025176Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8025357Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8025550Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8025744Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8025933Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8026114Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8026291Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8026477Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8026692Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8026907Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8027089Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8027252Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8027430Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8027604Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8027781Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8027957Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8028136Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8028329Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8028520Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8028720Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8028903Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8029094Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8029294Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8029482Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8029669Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8029860Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8030047Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8030236Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8030424Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8030610Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8030775Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8030961Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8031144Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8031322Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8031502Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8031702Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8031905Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8032087Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8032261Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8032438Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8032604Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8032815Z test_nnc_correctness_kron_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8033026Z test_nnc_correctness_kron_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8033243Z test_nnc_correctness_kron_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8033456Z test_nnc_correctness_kron_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8033667Z test_nnc_correctness_kron_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8033872Z test_nnc_correctness_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8034073Z test_nnc_correctness_kron_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8034279Z test_nnc_correctness_kron_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8034489Z test_nnc_correctness_kron_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8034693Z test_nnc_correctness_kron_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8034885Z test_nnc_correctness_kron_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8035088Z test_nnc_correctness_kron_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8035301Z test_nnc_correctness_kthvalue_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8035514Z test_nnc_correctness_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8035731Z test_nnc_correctness_kthvalue_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8035942Z test_nnc_correctness_kthvalue_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8036151Z test_nnc_correctness_kthvalue_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8036354Z test_nnc_correctness_kthvalue_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8036595Z test_nnc_correctness_kthvalue_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8036825Z test_nnc_correctness_kthvalue_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8037028Z test_nnc_correctness_lcm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8037222Z test_nnc_correctness_lcm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8037427Z test_nnc_correctness_lcm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8037633Z test_nnc_correctness_lcm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8037834Z test_nnc_correctness_lcm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8038045Z test_nnc_correctness_ldexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8038251Z test_nnc_correctness_ldexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8038468Z test_nnc_correctness_ldexp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8038680Z test_nnc_correctness_ldexp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8038891Z test_nnc_correctness_ldexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8039096Z test_nnc_correctness_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8039298Z test_nnc_correctness_ldexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8039496Z test_nnc_correctness_ldexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8039699Z test_nnc_correctness_ldexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8039897Z test_nnc_correctness_ldexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8040098Z test_nnc_correctness_ldexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8040308Z test_nnc_correctness_ldexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8040515Z test_nnc_correctness_le_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8040718Z test_nnc_correctness_le_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8040923Z test_nnc_correctness_le_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8041131Z test_nnc_correctness_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8041334Z test_nnc_correctness_le_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8041570Z test_nnc_correctness_le_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8041797Z test_nnc_correctness_le_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8042006Z test_nnc_correctness_le_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8042211Z test_nnc_correctness_le_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8042413Z test_nnc_correctness_le_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8042622Z test_nnc_correctness_lerp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8042835Z test_nnc_correctness_lerp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8043050Z test_nnc_correctness_lerp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8043262Z test_nnc_correctness_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8043467Z test_nnc_correctness_lerp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8043675Z test_nnc_correctness_lgamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8043884Z test_nnc_correctness_lgamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8044080Z test_nnc_correctness_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8044287Z test_nnc_correctness_lgamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8044492Z test_nnc_correctness_lgamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8044690Z test_nnc_correctness_lgamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8044887Z test_nnc_correctness_lgamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8045098Z test_nnc_correctness_lgamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8045309Z test_nnc_correctness_lgamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8045536Z test_nnc_correctness_linalg_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8045762Z test_nnc_correctness_linalg_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8045984Z test_nnc_correctness_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8046246Z test_nnc_correctness_linalg_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8046462Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8046713Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8046935Z test_nnc_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8047153Z test_nnc_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8047370Z test_nnc_correctness_linalg_cond_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8047592Z test_nnc_correctness_linalg_cond_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8047809Z test_nnc_correctness_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8048025Z test_nnc_correctness_linalg_cond_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8048245Z test_nnc_correctness_linalg_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8048465Z test_nnc_correctness_linalg_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8048688Z test_nnc_correctness_linalg_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8048908Z test_nnc_correctness_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8049183Z test_nnc_correctness_linalg_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8049397Z test_nnc_correctness_linalg_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8049610Z test_nnc_correctness_linalg_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8049818Z test_nnc_correctness_linalg_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8050035Z test_nnc_correctness_linalg_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8050252Z test_nnc_correctness_linalg_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8050472Z test_nnc_correctness_linalg_det_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8050693Z test_nnc_correctness_linalg_det_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8050904Z test_nnc_correctness_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8051149Z test_nnc_correctness_linalg_det_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8051379Z test_nnc_correctness_linalg_det_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8051634Z test_nnc_correctness_linalg_det_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8051846Z test_nnc_correctness_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8052062Z test_nnc_correctness_linalg_det_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8052279Z test_nnc_correctness_linalg_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8052496Z test_nnc_correctness_linalg_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8052716Z test_nnc_correctness_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8052928Z test_nnc_correctness_linalg_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8053147Z test_nnc_correctness_linalg_eigh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8053363Z test_nnc_correctness_linalg_eigh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8053580Z test_nnc_correctness_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8053796Z test_nnc_correctness_linalg_eigh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8054019Z test_nnc_correctness_linalg_eigvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8054240Z test_nnc_correctness_linalg_eigvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8054449Z test_nnc_correctness_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8054664Z test_nnc_correctness_linalg_eigvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8054889Z test_nnc_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8055115Z test_nnc_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8055336Z test_nnc_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8055559Z test_nnc_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8055797Z test_nnc_correctness_linalg_householder_product_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8056063Z test_nnc_correctness_linalg_householder_product_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8056324Z test_nnc_correctness_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8056547Z test_nnc_correctness_linalg_householder_product_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8056763Z test_nnc_correctness_linalg_inv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8056983Z test_nnc_correctness_linalg_inv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8057182Z test_nnc_correctness_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8057395Z test_nnc_correctness_linalg_inv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8057618Z test_nnc_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8057838Z test_nnc_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8058054Z test_nnc_correctness_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8058270Z test_nnc_correctness_linalg_inv_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8058500Z test_nnc_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8058725Z test_nnc_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8058946Z test_nnc_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8059166Z test_nnc_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8059392Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8059622Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8059838Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8060199Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8060426Z test_nnc_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8060649Z test_nnc_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8060870Z test_nnc_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8061138Z test_nnc_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8061392Z test_nnc_correctness_linalg_lstsq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8061611Z test_nnc_correctness_linalg_lstsq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8061830Z test_nnc_correctness_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8062044Z test_nnc_correctness_linalg_lstsq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8062281Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8062519Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8062739Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8062971Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8063187Z test_nnc_correctness_linalg_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8063405Z test_nnc_correctness_linalg_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8063620Z test_nnc_correctness_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8063836Z test_nnc_correctness_linalg_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8064061Z test_nnc_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8064280Z test_nnc_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8064500Z test_nnc_correctness_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8064722Z test_nnc_correctness_linalg_lu_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8064952Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8065179Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8065391Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8065607Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8065854Z test_nnc_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8066104Z test_nnc_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8066323Z test_nnc_correctness_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8066542Z test_nnc_correctness_linalg_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8066764Z test_nnc_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8066990Z test_nnc_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8067215Z test_nnc_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8067439Z test_nnc_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8067656Z test_nnc_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8067877Z test_nnc_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8068091Z test_nnc_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8068322Z test_nnc_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8068548Z test_nnc_correctness_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8068768Z test_nnc_correctness_linalg_matrix_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8068994Z test_nnc_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8069214Z test_nnc_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8069437Z test_nnc_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8069659Z test_nnc_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8069895Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8070132Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8070363Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8070624Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8070861Z test_nnc_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8071082Z test_nnc_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8071304Z test_nnc_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8071522Z test_nnc_correctness_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8071744Z test_nnc_correctness_linalg_multi_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8071963Z test_nnc_correctness_linalg_multi_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8072181Z test_nnc_correctness_linalg_multi_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8072353Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8072568Z test_nnc_correctness_linalg_multi_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8072783Z test_nnc_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8073002Z test_nnc_correctness_linalg_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8073218Z test_nnc_correctness_linalg_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8073429Z test_nnc_correctness_linalg_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8073644Z test_nnc_correctness_linalg_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8073859Z test_nnc_correctness_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8074068Z test_nnc_correctness_linalg_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8074311Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8074558Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8074792Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8075031Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8075264Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8075530Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8075780Z test_nnc_correctness_linalg_pinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8075997Z test_nnc_correctness_linalg_pinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8076198Z test_nnc_correctness_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8076417Z test_nnc_correctness_linalg_pinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8076650Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8076882Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8077106Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8077326Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8077549Z test_nnc_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8077775Z test_nnc_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8078000Z test_nnc_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8078221Z test_nnc_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8078439Z test_nnc_correctness_linalg_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8078657Z test_nnc_correctness_linalg_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8078859Z test_nnc_correctness_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8079073Z test_nnc_correctness_linalg_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8079301Z test_nnc_correctness_linalg_slogdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8079525Z test_nnc_correctness_linalg_slogdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8079744Z test_nnc_correctness_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8079962Z test_nnc_correctness_linalg_slogdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8080248Z test_nnc_correctness_linalg_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8080466Z test_nnc_correctness_linalg_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8080712Z test_nnc_correctness_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8080929Z test_nnc_correctness_linalg_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8081151Z test_nnc_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8081374Z test_nnc_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8081583Z test_nnc_correctness_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8081803Z test_nnc_correctness_linalg_solve_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8082037Z test_nnc_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8082273Z test_nnc_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8082500Z test_nnc_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8082730Z test_nnc_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8082953Z test_nnc_correctness_linalg_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8083171Z test_nnc_correctness_linalg_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8083386Z test_nnc_correctness_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8083598Z test_nnc_correctness_linalg_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8083821Z test_nnc_correctness_linalg_svdvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8084047Z test_nnc_correctness_linalg_svdvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8084254Z test_nnc_correctness_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8084472Z test_nnc_correctness_linalg_svdvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8084697Z test_nnc_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8084917Z test_nnc_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8085161Z test_nnc_correctness_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8085413Z test_nnc_correctness_linalg_tensorinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8085639Z test_nnc_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8085865Z test_nnc_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8086088Z test_nnc_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8086315Z test_nnc_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8086535Z test_nnc_correctness_linalg_vander_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8086756Z test_nnc_correctness_linalg_vander_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8086962Z test_nnc_correctness_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8087181Z test_nnc_correctness_linalg_vander_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8087395Z test_nnc_correctness_linalg_vander_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8087609Z test_nnc_correctness_linalg_vander_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8087827Z test_nnc_correctness_linalg_vander_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8088041Z test_nnc_correctness_linalg_vander_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8088254Z test_nnc_correctness_linalg_vander_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8088475Z test_nnc_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8088696Z test_nnc_correctness_linalg_vecdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8088994Z test_nnc_correctness_linalg_vecdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8089221Z test_nnc_correctness_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8089439Z test_nnc_correctness_linalg_vecdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8089649Z test_nnc_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8089878Z test_nnc_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8090130Z test_nnc_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8090387Z test_nnc_correctness_linalg_vector_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8090608Z test_nnc_correctness_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8090828Z test_nnc_correctness_linalg_vector_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8091044Z test_nnc_correctness_linspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8091264Z test_nnc_correctness_linspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8091480Z test_nnc_correctness_linspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8091694Z test_nnc_correctness_linspace_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8091903Z test_nnc_correctness_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8092112Z test_nnc_correctness_linspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8092314Z test_nnc_correctness_linspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8092527Z test_nnc_correctness_linspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8092733Z test_nnc_correctness_linspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8092941Z test_nnc_correctness_linspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8093144Z test_nnc_correctness_linspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8093354Z test_nnc_correctness_log10_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8093559Z test_nnc_correctness_log10_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8093779Z test_nnc_correctness_log10_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8093994Z test_nnc_correctness_log10_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8094205Z test_nnc_correctness_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8094409Z test_nnc_correctness_log10_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8094602Z test_nnc_correctness_log10_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8094841Z test_nnc_correctness_log10_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8095044Z test_nnc_correctness_log10_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8095276Z test_nnc_correctness_log10_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8095480Z test_nnc_correctness_log10_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8095691Z test_nnc_correctness_log1p_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8095893Z test_nnc_correctness_log1p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8096104Z test_nnc_correctness_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8096309Z test_nnc_correctness_log1p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8096515Z test_nnc_correctness_log1p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8096713Z test_nnc_correctness_log1p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8096899Z test_nnc_correctness_log1p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8097106Z test_nnc_correctness_log1p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8097318Z test_nnc_correctness_log1p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8097527Z test_nnc_correctness_log2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8097731Z test_nnc_correctness_log2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8097943Z test_nnc_correctness_log2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8098154Z test_nnc_correctness_log2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8098361Z test_nnc_correctness_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8098564Z test_nnc_correctness_log2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8098770Z test_nnc_correctness_log2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8098974Z test_nnc_correctness_log2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8099163Z test_nnc_correctness_log2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8099366Z test_nnc_correctness_log2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8099570Z test_nnc_correctness_log2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8099803Z test_nnc_correctness_log_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8100196Z test_nnc_correctness_log_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8100416Z test_nnc_correctness_log_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8100628Z test_nnc_correctness_log_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8100836Z test_nnc_correctness_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8101041Z test_nnc_correctness_log_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8101247Z test_nnc_correctness_log_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8101455Z test_nnc_correctness_log_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8101645Z test_nnc_correctness_log_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8101851Z test_nnc_correctness_log_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8102053Z test_nnc_correctness_log_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8102274Z test_nnc_correctness_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8102496Z test_nnc_correctness_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8102712Z test_nnc_correctness_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8102936Z test_nnc_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8103156Z test_nnc_correctness_log_softmax_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8103380Z test_nnc_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8103603Z test_nnc_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8103832Z test_nnc_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8104042Z test_nnc_correctness_log_softmax_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8104274Z test_nnc_correctness_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8104489Z test_nnc_correctness_log_softmax_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8104758Z test_nnc_correctness_log_softmax_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8105008Z test_nnc_correctness_log_softmax_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8105220Z test_nnc_correctness_log_softmax_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8105437Z test_nnc_correctness_log_softmax_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8105655Z test_nnc_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8105871Z test_nnc_correctness_logaddexp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8106088Z test_nnc_correctness_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8106305Z test_nnc_correctness_logaddexp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8106504Z test_nnc_correctness_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8106720Z test_nnc_correctness_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8106928Z test_nnc_correctness_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8107152Z test_nnc_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8107377Z test_nnc_correctness_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8107592Z test_nnc_correctness_logcumsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8107807Z test_nnc_correctness_logdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8108023Z test_nnc_correctness_logdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8108231Z test_nnc_correctness_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8108444Z test_nnc_correctness_logdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8108662Z test_nnc_correctness_logical_and_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8108861Z test_nnc_correctness_logical_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8109079Z test_nnc_correctness_logical_and_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8109297Z test_nnc_correctness_logical_and_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8109545Z test_nnc_correctness_logical_and_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8109760Z test_nnc_correctness_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8110155Z test_nnc_correctness_logical_and_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8110906Z test_nnc_correctness_logical_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8111348Z test_nnc_correctness_logical_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8111774Z test_nnc_correctness_logical_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8112222Z test_nnc_correctness_logical_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8112664Z test_nnc_correctness_logical_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8113118Z test_nnc_correctness_logical_not_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8113548Z test_nnc_correctness_logical_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8113989Z test_nnc_correctness_logical_not_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8114443Z test_nnc_correctness_logical_not_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8114895Z test_nnc_correctness_logical_not_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8115341Z test_nnc_correctness_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8115760Z test_nnc_correctness_logical_not_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8116204Z test_nnc_correctness_logical_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8116640Z test_nnc_correctness_logical_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8117080Z test_nnc_correctness_logical_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8117504Z test_nnc_correctness_logical_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8117946Z test_nnc_correctness_logical_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8118380Z test_nnc_correctness_logical_or_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8118823Z test_nnc_correctness_logical_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8119250Z test_nnc_correctness_logical_or_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8119737Z test_nnc_correctness_logical_or_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8120208Z test_nnc_correctness_logical_or_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8134782Z test_nnc_correctness_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8135366Z test_nnc_correctness_logical_or_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8135811Z test_nnc_correctness_logical_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8136260Z test_nnc_correctness_logical_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8136703Z test_nnc_correctness_logical_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8137171Z test_nnc_correctness_logical_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8137625Z test_nnc_correctness_logical_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8138055Z test_nnc_correctness_logical_xor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8138501Z test_nnc_correctness_logical_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8138947Z test_nnc_correctness_logical_xor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8139405Z test_nnc_correctness_logical_xor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8139837Z test_nnc_correctness_logical_xor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8140486Z test_nnc_correctness_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8140936Z test_nnc_correctness_logical_xor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8141380Z test_nnc_correctness_logical_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8141811Z test_nnc_correctness_logical_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8142258Z test_nnc_correctness_logical_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8142705Z test_nnc_correctness_logical_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8143151Z test_nnc_correctness_logical_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8143592Z test_nnc_correctness_logit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8144131Z test_nnc_correctness_logit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8144625Z test_nnc_correctness_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8145076Z test_nnc_correctness_logit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8145516Z test_nnc_correctness_logit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8145945Z test_nnc_correctness_logit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8146354Z test_nnc_correctness_logit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8146781Z test_nnc_correctness_logit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8147212Z test_nnc_correctness_logit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8147650Z test_nnc_correctness_logspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8148087Z test_nnc_correctness_logspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8148533Z test_nnc_correctness_logspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8148981Z test_nnc_correctness_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8149424Z test_nnc_correctness_logspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8149852Z test_nnc_correctness_logspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8150282Z test_nnc_correctness_logspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8150712Z test_nnc_correctness_logspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8151144Z test_nnc_correctness_logspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8151575Z test_nnc_correctness_logspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8152017Z test_nnc_correctness_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8152456Z test_nnc_correctness_logsumexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8152895Z test_nnc_correctness_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8153331Z test_nnc_correctness_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8153755Z test_nnc_correctness_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8154228Z test_nnc_correctness_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8154691Z test_nnc_correctness_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8155127Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8155552Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8155989Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8156421Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8156857Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8157284Z test_nnc_correctness_long_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8157720Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8158180Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8158609Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8159021Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8159449Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8159876Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8160307Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8160741Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8161153Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8161580Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8162005Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8162427Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8162852Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8163263Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8163683Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8164134Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8164583Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8164989Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8165406Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8165831Z test_nnc_correctness_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8166256Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8166673Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8167097Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8167531Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8167976Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8168401Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8168829Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8169354Z test_nnc_correctness_lu_unpack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8169809Z test_nnc_correctness_lu_unpack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8170258Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8170692Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8171130Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8171560Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8171990Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8172434Z test_nnc_correctness_mH_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8172869Z test_nnc_correctness_mH_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8173297Z test_nnc_correctness_mH_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8173722Z test_nnc_correctness_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8174185Z test_nnc_correctness_mH_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8174625Z test_nnc_correctness_mH_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8175043Z test_nnc_correctness_mH_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8175460Z test_nnc_correctness_mH_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8175879Z test_nnc_correctness_mH_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8176286Z test_nnc_correctness_mH_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8176714Z test_nnc_correctness_mT_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8177145Z test_nnc_correctness_mT_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8177574Z test_nnc_correctness_mT_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8178007Z test_nnc_correctness_mT_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8178414Z test_nnc_correctness_mT_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8178841Z test_nnc_correctness_mT_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8179266Z test_nnc_correctness_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8179690Z test_nnc_correctness_mT_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8180240Z test_nnc_correctness_mT_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8180665Z test_nnc_correctness_mT_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8181087Z test_nnc_correctness_mT_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8181514Z test_nnc_correctness_mT_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8181924Z test_nnc_correctness_mT_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8182365Z test_nnc_correctness_masked_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8182818Z test_nnc_correctness_masked_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8183288Z test_nnc_correctness_masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8183733Z test_nnc_correctness_masked_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8184169Z test_nnc_correctness_masked_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8184678Z test_nnc_correctness_masked_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8185176Z test_nnc_correctness_masked_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8185623Z test_nnc_correctness_masked_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8186055Z test_nnc_correctness_masked_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8186499Z test_nnc_correctness_masked_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8186969Z test_nnc_correctness_masked_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8187419Z test_nnc_correctness_masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8187864Z test_nnc_correctness_masked_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8188288Z test_nnc_correctness_masked_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8188731Z test_nnc_correctness_masked_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8189173Z test_nnc_correctness_masked_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8189614Z test_nnc_correctness_masked_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8190109Z test_nnc_correctness_masked_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8190714Z test_nnc_correctness_masked_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8191535Z test_nnc_correctness_masked_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8192059Z test_nnc_correctness_masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8192506Z test_nnc_correctness_masked_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8192946Z test_nnc_correctness_masked_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8193389Z test_nnc_correctness_masked_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8193828Z test_nnc_correctness_masked_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8194267Z test_nnc_correctness_masked_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8194690Z test_nnc_correctness_masked_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8195183Z test_nnc_correctness_masked_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8195681Z test_nnc_correctness_masked_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8196125Z test_nnc_correctness_masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8196555Z test_nnc_correctness_masked_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8196993Z test_nnc_correctness_masked_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8197440Z test_nnc_correctness_masked_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8197881Z test_nnc_correctness_masked_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8198306Z test_nnc_correctness_masked_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8198743Z test_nnc_correctness_masked_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8199184Z test_nnc_correctness_masked_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8199641Z test_nnc_correctness_masked_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8200102Z test_nnc_correctness_masked_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8200545Z test_nnc_correctness_masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8200992Z test_nnc_correctness_masked_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8201587Z test_nnc_correctness_masked_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8202032Z test_nnc_correctness_masked_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8202462Z test_nnc_correctness_masked_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8203013Z test_nnc_correctness_masked_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8203698Z test_nnc_correctness_masked_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8204333Z test_nnc_correctness_masked_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8205106Z test_nnc_correctness_masked_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8205659Z test_nnc_correctness_masked_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8206180Z test_nnc_correctness_masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8206668Z test_nnc_correctness_masked_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8207107Z test_nnc_correctness_masked_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8207535Z test_nnc_correctness_masked_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8207974Z test_nnc_correctness_masked_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8208408Z test_nnc_correctness_masked_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8208844Z test_nnc_correctness_masked_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8209351Z test_nnc_correctness_masked_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8209791Z test_nnc_correctness_masked_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8210237Z test_nnc_correctness_masked_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8210688Z test_nnc_correctness_masked_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8211122Z test_nnc_correctness_masked_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8211566Z test_nnc_correctness_masked_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8212005Z test_nnc_correctness_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8212444Z test_nnc_correctness_masked_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8212877Z test_nnc_correctness_masked_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8213299Z test_nnc_correctness_masked_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8213735Z test_nnc_correctness_masked_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8214178Z test_nnc_correctness_masked_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8214615Z test_nnc_correctness_masked_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8215055Z test_nnc_correctness_masked_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8215511Z test_nnc_correctness_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8216001Z test_nnc_correctness_masked_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8216640Z test_nnc_correctness_masked_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8217386Z test_nnc_correctness_masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8218047Z test_nnc_correctness_masked_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8218498Z test_nnc_correctness_masked_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8218983Z test_nnc_correctness_masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8219443Z test_nnc_correctness_masked_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8219883Z test_nnc_correctness_masked_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8220499Z test_nnc_correctness_masked_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8220953Z test_nnc_correctness_masked_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8221399Z test_nnc_correctness_masked_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8221837Z test_nnc_correctness_masked_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8222288Z test_nnc_correctness_masked_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8222826Z test_nnc_correctness_masked_mean_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8223271Z test_nnc_correctness_masked_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8223707Z test_nnc_correctness_masked_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8224151Z test_nnc_correctness_masked_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8224599Z test_nnc_correctness_masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8225035Z test_nnc_correctness_masked_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8225471Z test_nnc_correctness_masked_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8225900Z test_nnc_correctness_masked_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8226338Z test_nnc_correctness_masked_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8226857Z test_nnc_correctness_masked_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8227338Z test_nnc_correctness_masked_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8227828Z test_nnc_correctness_masked_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8228279Z test_nnc_correctness_masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8228733Z test_nnc_correctness_masked_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8229176Z test_nnc_correctness_masked_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8229616Z test_nnc_correctness_masked_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8230060Z test_nnc_correctness_masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8230502Z test_nnc_correctness_masked_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8230952Z test_nnc_correctness_masked_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8231412Z test_nnc_correctness_masked_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8231863Z test_nnc_correctness_masked_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8232322Z test_nnc_correctness_masked_normalize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8232779Z test_nnc_correctness_masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8233238Z test_nnc_correctness_masked_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8233675Z test_nnc_correctness_masked_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8234120Z test_nnc_correctness_masked_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8234584Z test_nnc_correctness_masked_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8235033Z test_nnc_correctness_masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8235460Z test_nnc_correctness_masked_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8235895Z test_nnc_correctness_masked_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8236339Z test_nnc_correctness_masked_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8236808Z test_nnc_correctness_masked_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8237274Z test_nnc_correctness_masked_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8237698Z test_nnc_correctness_masked_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8238142Z test_nnc_correctness_masked_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8238688Z test_nnc_correctness_masked_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8239412Z test_nnc_correctness_masked_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8240073Z test_nnc_correctness_masked_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8240530Z test_nnc_correctness_masked_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8240985Z test_nnc_correctness_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8241438Z test_nnc_correctness_masked_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8241871Z test_nnc_correctness_masked_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8242322Z test_nnc_correctness_masked_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8242768Z test_nnc_correctness_masked_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8243207Z test_nnc_correctness_masked_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8243644Z test_nnc_correctness_masked_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8244072Z test_nnc_correctness_masked_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8244516Z test_nnc_correctness_masked_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8244964Z test_nnc_correctness_masked_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8245423Z test_nnc_correctness_masked_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8245864Z test_nnc_correctness_masked_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8246311Z test_nnc_correctness_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8246762Z test_nnc_correctness_masked_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8247251Z test_nnc_correctness_masked_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8247719Z test_nnc_correctness_masked_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8248154Z test_nnc_correctness_masked_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8248599Z test_nnc_correctness_masked_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8249127Z test_nnc_correctness_masked_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8249570Z test_nnc_correctness_masked_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8250012Z test_nnc_correctness_masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8250461Z test_nnc_correctness_masked_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8250911Z test_nnc_correctness_masked_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8251354Z test_nnc_correctness_masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8251788Z test_nnc_correctness_masked_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8252235Z test_nnc_correctness_masked_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8252685Z test_nnc_correctness_masked_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8253134Z test_nnc_correctness_masked_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8253568Z test_nnc_correctness_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8254007Z test_nnc_correctness_masked_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8254442Z test_nnc_correctness_masked_std_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8254877Z test_nnc_correctness_masked_std_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8255321Z test_nnc_correctness_masked_std_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8255746Z test_nnc_correctness_masked_std_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8256178Z test_nnc_correctness_masked_std_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8256617Z test_nnc_correctness_masked_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8257054Z test_nnc_correctness_masked_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8257523Z test_nnc_correctness_masked_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8258011Z test_nnc_correctness_masked_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8258455Z test_nnc_correctness_masked_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8258892Z test_nnc_correctness_masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8259318Z test_nnc_correctness_masked_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8259758Z test_nnc_correctness_masked_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8260325Z test_nnc_correctness_masked_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8260764Z test_nnc_correctness_masked_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8261197Z test_nnc_correctness_masked_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8261622Z test_nnc_correctness_masked_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8262063Z test_nnc_correctness_masked_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8262513Z test_nnc_correctness_masked_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8262963Z test_nnc_correctness_masked_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8263389Z test_nnc_correctness_masked_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8263826Z test_nnc_correctness_masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8264256Z test_nnc_correctness_masked_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8264698Z test_nnc_correctness_masked_var_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8265121Z test_nnc_correctness_masked_var_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8265550Z test_nnc_correctness_masked_var_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8265986Z test_nnc_correctness_masked_var_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8266423Z test_nnc_correctness_masked_var_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8266855Z test_nnc_correctness_matmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8267344Z test_nnc_correctness_matmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8267833Z test_nnc_correctness_matmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8268267Z test_nnc_correctness_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8268693Z test_nnc_correctness_matmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8269101Z test_nnc_correctness_matmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8269526Z test_nnc_correctness_matmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8269913Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8270306Z test_nnc_correctness_matmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8270727Z test_nnc_correctness_matmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8271182Z test_nnc_correctness_matrix_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8271944Z test_nnc_correctness_matrix_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8272540Z test_nnc_correctness_matrix_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8272971Z test_nnc_correctness_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8273407Z test_nnc_correctness_matrix_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8273838Z test_nnc_correctness_max_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8274275Z test_nnc_correctness_max_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8274699Z test_nnc_correctness_max_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8275133Z test_nnc_correctness_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8275567Z test_nnc_correctness_max_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8276000Z test_nnc_correctness_max_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8276435Z test_nnc_correctness_max_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8276859Z test_nnc_correctness_max_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8277287Z test_nnc_correctness_max_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8277759Z test_nnc_correctness_max_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8278236Z test_nnc_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8278684Z test_nnc_correctness_max_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8279138Z test_nnc_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8279593Z test_nnc_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8280049Z test_nnc_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8280493Z test_nnc_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8280941Z test_nnc_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8281395Z test_nnc_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8281851Z test_nnc_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8282300Z test_nnc_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8282744Z test_nnc_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8283204Z test_nnc_correctness_max_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8283704Z test_nnc_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8284160Z test_nnc_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8284598Z test_nnc_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8285045Z test_nnc_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8285505Z test_nnc_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8285959Z test_nnc_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8286410Z test_nnc_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8286855Z test_nnc_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8287329Z test_nnc_correctness_maximum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8287789Z test_nnc_correctness_maximum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8288220Z test_nnc_correctness_maximum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8288642Z test_nnc_correctness_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8289151Z test_nnc_correctness_maximum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8289588Z test_nnc_correctness_maximum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8290021Z test_nnc_correctness_maximum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8290435Z test_nnc_correctness_maximum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8290864Z test_nnc_correctness_maximum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8291290Z test_nnc_correctness_maximum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8291720Z test_nnc_correctness_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8292150Z test_nnc_correctness_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8292618Z test_nnc_correctness_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8293052Z test_nnc_correctness_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8293469Z test_nnc_correctness_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8293887Z test_nnc_correctness_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8294304Z test_nnc_correctness_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8294746Z test_nnc_correctness_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8295170Z test_nnc_correctness_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8295591Z test_nnc_correctness_median_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8296003Z test_nnc_correctness_median_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8296424Z test_nnc_correctness_median_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8296854Z test_nnc_correctness_median_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8297319Z test_nnc_correctness_median_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8297789Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8298257Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8298723Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8299194Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8299666Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8300255Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8300724Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8301191Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8301646Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8302088Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8302540Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8303003Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8303474Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8303940Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8304399Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8305038Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8305910Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8306382Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8306842Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8307307Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8307845Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8308351Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8308810Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8309265Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8309726Z test_nnc_correctness_min_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8310169Z test_nnc_correctness_min_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8310608Z test_nnc_correctness_min_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8311035Z test_nnc_correctness_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8311463Z test_nnc_correctness_min_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8311895Z test_nnc_correctness_min_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8312326Z test_nnc_correctness_min_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8312772Z test_nnc_correctness_min_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8313189Z test_nnc_correctness_min_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8313628Z test_nnc_correctness_min_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8314072Z test_nnc_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8314532Z test_nnc_correctness_min_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8314975Z test_nnc_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8315441Z test_nnc_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8315900Z test_nnc_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8316356Z test_nnc_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8316799Z test_nnc_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8317252Z test_nnc_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8317734Z test_nnc_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8318224Z test_nnc_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8318687Z test_nnc_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8319138Z test_nnc_correctness_min_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8319597Z test_nnc_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8320053Z test_nnc_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8320506Z test_nnc_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8320940Z test_nnc_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8321393Z test_nnc_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8321849Z test_nnc_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8322312Z test_nnc_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8322765Z test_nnc_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8323204Z test_nnc_correctness_minimum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8323630Z test_nnc_correctness_minimum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8324066Z test_nnc_correctness_minimum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8324497Z test_nnc_correctness_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8324923Z test_nnc_correctness_minimum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8325356Z test_nnc_correctness_minimum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8325787Z test_nnc_correctness_minimum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8326209Z test_nnc_correctness_minimum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8326619Z test_nnc_correctness_minimum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8327039Z test_nnc_correctness_minimum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8327502Z test_nnc_correctness_mm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8328006Z test_nnc_correctness_mm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8328436Z test_nnc_correctness_mm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8328854Z test_nnc_correctness_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8329361Z test_nnc_correctness_mm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8329790Z test_nnc_correctness_mm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8330216Z test_nnc_correctness_mm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8330625Z test_nnc_correctness_mm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8331048Z test_nnc_correctness_mm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8331475Z test_nnc_correctness_mm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8331897Z test_nnc_correctness_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8332313Z test_nnc_correctness_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8332742Z test_nnc_correctness_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8333174Z test_nnc_correctness_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8333592Z test_nnc_correctness_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8334008Z test_nnc_correctness_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8334437Z test_nnc_correctness_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8334858Z test_nnc_correctness_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8335281Z test_nnc_correctness_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8335705Z test_nnc_correctness_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8336120Z test_nnc_correctness_movedim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8336561Z test_nnc_correctness_movedim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8336997Z test_nnc_correctness_movedim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8337483Z test_nnc_correctness_movedim_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8337956Z test_nnc_correctness_movedim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8338400Z test_nnc_correctness_movedim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8338834Z test_nnc_correctness_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8339274Z test_nnc_correctness_movedim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8339694Z test_nnc_correctness_movedim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8340280Z test_nnc_correctness_movedim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8340710Z test_nnc_correctness_movedim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8341146Z test_nnc_correctness_movedim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8341578Z test_nnc_correctness_movedim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8342001Z test_nnc_correctness_msort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8342437Z test_nnc_correctness_msort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8342870Z test_nnc_correctness_msort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8343304Z test_nnc_correctness_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8343721Z test_nnc_correctness_msort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8344151Z test_nnc_correctness_msort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8344572Z test_nnc_correctness_msort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8345009Z test_nnc_correctness_msort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8345426Z test_nnc_correctness_msort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8345852Z test_nnc_correctness_msort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8346283Z test_nnc_correctness_mul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8346713Z test_nnc_correctness_mul_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8347128Z test_nnc_correctness_mul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8347622Z test_nnc_correctness_mul_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8348089Z test_nnc_correctness_mul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8348523Z test_nnc_correctness_mul_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8348952Z test_nnc_correctness_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8349360Z test_nnc_correctness_mul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8349791Z test_nnc_correctness_mul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8350220Z test_nnc_correctness_mul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8350649Z test_nnc_correctness_mul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8351061Z test_nnc_correctness_mul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8351487Z test_nnc_correctness_mul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8351923Z test_nnc_correctness_multinomial_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8352143Z test_nnc_correctness_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8352361Z test_nnc_correctness_multinomial_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8352576Z test_nnc_correctness_mv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8352818Z test_nnc_correctness_mv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8353223Z test_nnc_correctness_mv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8353587Z test_nnc_correctness_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8353797Z test_nnc_correctness_mv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8354003Z test_nnc_correctness_mv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8354210Z test_nnc_correctness_mv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8354413Z test_nnc_correctness_mv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8354616Z test_nnc_correctness_mv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8354821Z test_nnc_correctness_mv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8355084Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8355339Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8355560Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8355768Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8355995Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8356209Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8356430Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8356659Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8356881Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8357107Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8357329Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8357554Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8357773Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8357992Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8358210Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8358441Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8358650Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8358876Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8359092Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8359311Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8359533Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8359747Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8360000Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8360249Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8360463Z test_nnc_correctness_nan_to_num_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8360674Z test_nnc_correctness_nan_to_num_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8360892Z test_nnc_correctness_nan_to_num_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8361106Z test_nnc_correctness_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8361302Z test_nnc_correctness_nan_to_num_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8361513Z test_nnc_correctness_nan_to_num_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8361728Z test_nnc_correctness_nan_to_num_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8361935Z test_nnc_correctness_nan_to_num_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8362146Z test_nnc_correctness_nan_to_num_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8362360Z test_nnc_correctness_nan_to_num_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8362574Z test_nnc_correctness_nanmean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8362788Z test_nnc_correctness_nanmean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8362998Z test_nnc_correctness_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8363204Z test_nnc_correctness_nanmean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8363424Z test_nnc_correctness_nanmedian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8363641Z test_nnc_correctness_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8363837Z test_nnc_correctness_nanmedian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8364046Z test_nnc_correctness_nanmedian_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8364260Z test_nnc_correctness_nanmedian_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8364469Z test_nnc_correctness_nanmedian_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8364747Z test_nnc_correctness_nanmedian_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8364990Z test_nnc_correctness_nanmedian_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8365206Z test_nnc_correctness_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8365424Z test_nnc_correctness_nanquantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8365638Z test_nnc_correctness_nansum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8365848Z test_nnc_correctness_nansum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8366061Z test_nnc_correctness_nansum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8366254Z test_nnc_correctness_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8366457Z test_nnc_correctness_nansum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8366666Z test_nnc_correctness_nansum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8366869Z test_nnc_correctness_nansum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8367069Z test_nnc_correctness_nansum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8367279Z test_nnc_correctness_nansum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8367498Z test_nnc_correctness_nansum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8367716Z test_nnc_correctness_narrow_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8367929Z test_nnc_correctness_narrow_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8368153Z test_nnc_correctness_narrow_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8368379Z test_nnc_correctness_narrow_copy_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8368600Z test_nnc_correctness_narrow_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8368802Z test_nnc_correctness_narrow_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8369089Z test_nnc_correctness_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8369307Z test_nnc_correctness_narrow_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8369521Z test_nnc_correctness_narrow_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8369768Z test_nnc_correctness_narrow_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8370011Z test_nnc_correctness_narrow_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8370224Z test_nnc_correctness_narrow_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8370437Z test_nnc_correctness_narrow_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8370650Z test_nnc_correctness_narrow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8370864Z test_nnc_correctness_narrow_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8371079Z test_nnc_correctness_narrow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8371282Z test_nnc_correctness_narrow_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8371489Z test_nnc_correctness_narrow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8371699Z test_nnc_correctness_narrow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8371903Z test_nnc_correctness_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8372116Z test_nnc_correctness_narrow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8372325Z test_nnc_correctness_narrow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8372531Z test_nnc_correctness_narrow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8372731Z test_nnc_correctness_narrow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8372940Z test_nnc_correctness_narrow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8373148Z test_nnc_correctness_narrow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8373377Z test_nnc_correctness_native_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8373588Z test_nnc_correctness_native_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8373811Z test_nnc_correctness_native_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8374028Z test_nnc_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8374249Z test_nnc_correctness_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8374493Z test_nnc_correctness_native_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8374729Z test_nnc_correctness_ne_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8374939Z test_nnc_correctness_ne_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8375150Z test_nnc_correctness_ne_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8375362Z test_nnc_correctness_ne_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8375567Z test_nnc_correctness_ne_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8375774Z test_nnc_correctness_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8375986Z test_nnc_correctness_ne_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8376177Z test_nnc_correctness_ne_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8376384Z test_nnc_correctness_ne_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8376586Z test_nnc_correctness_ne_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8376791Z test_nnc_correctness_ne_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8376996Z test_nnc_correctness_ne_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8377206Z test_nnc_correctness_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8377424Z test_nnc_correctness_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8377634Z test_nnc_correctness_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8377844Z test_nnc_correctness_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8378051Z test_nnc_correctness_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8378261Z test_nnc_correctness_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8378453Z test_nnc_correctness_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8378661Z test_nnc_correctness_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8378866Z test_nnc_correctness_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8379070Z test_nnc_correctness_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8379276Z test_nnc_correctness_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8379509Z test_nnc_correctness_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8379724Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8379890Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8380198Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8380372Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8380528Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8380698Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8380866Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8381031Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8381196Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8381353Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8381508Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8381670Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8381838Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8382043Z test_nnc_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:13:01.8382257Z test_nnc_correctness_new_empty_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:13:01.8382475Z test_nnc_correctness_new_empty_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:13:01.8382691Z test_nnc_correctness_new_empty_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:13:01.8382900Z test_nnc_correctness_new_empty_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:13:01.8383111Z test_nnc_correctness_new_empty_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:13:01.8383323Z test_nnc_correctness_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:13:01.8383538Z test_nnc_correctness_new_empty_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:13:01.8383747Z test_nnc_correctness_new_empty_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:13:01.8383958Z test_nnc_correctness_new_empty_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:13:01.8384170Z test_nnc_correctness_new_empty_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:13:01.8384364Z test_nnc_correctness_new_empty_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:13:01.8384635Z test_nnc_correctness_new_empty_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-12-01T10:13:01.8384856Z test_nnc_correctness_new_full_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8385108Z test_nnc_correctness_new_full_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8385327Z test_nnc_correctness_new_full_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8385544Z test_nnc_correctness_new_full_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8385755Z test_nnc_correctness_new_full_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8385977Z test_nnc_correctness_new_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8386192Z test_nnc_correctness_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8386398Z test_nnc_correctness_new_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8386610Z test_nnc_correctness_new_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8386817Z test_nnc_correctness_new_full_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8387006Z test_nnc_correctness_new_full_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8387216Z test_nnc_correctness_new_full_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8387425Z test_nnc_correctness_new_full_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8387637Z test_nnc_correctness_new_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8387845Z test_nnc_correctness_new_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8388062Z test_nnc_correctness_new_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8388282Z test_nnc_correctness_new_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8388500Z test_nnc_correctness_new_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8388717Z test_nnc_correctness_new_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8388926Z test_nnc_correctness_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8389133Z test_nnc_correctness_new_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8389329Z test_nnc_correctness_new_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8389564Z test_nnc_correctness_new_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8389792Z test_nnc_correctness_new_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8390000Z test_nnc_correctness_new_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8390213Z test_nnc_correctness_new_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8390423Z test_nnc_correctness_new_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8390630Z test_nnc_correctness_new_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8390849Z test_nnc_correctness_new_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8391070Z test_nnc_correctness_new_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8391285Z test_nnc_correctness_new_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8391499Z test_nnc_correctness_new_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8391711Z test_nnc_correctness_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8391914Z test_nnc_correctness_new_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8392130Z test_nnc_correctness_new_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8392332Z test_nnc_correctness_new_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8392542Z test_nnc_correctness_new_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8392751Z test_nnc_correctness_new_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8392960Z test_nnc_correctness_new_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8393180Z test_nnc_correctness_nextafter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8393400Z test_nnc_correctness_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8393608Z test_nnc_correctness_nextafter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8393861Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8394113Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8394395Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8394649Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8394889Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8395128Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8395362Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8395602Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8395840Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8396076Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8396307Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8396545Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8396780Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8397012Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8397245Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8397474Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8397692Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8397925Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8398161Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8398393Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8398621Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8398851Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8399117Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8399370Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8399595Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8399824Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8400045Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8400278Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8400512Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8400721Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8400947Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8401134Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8401360Z test_nnc_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8401586Z test_nnc_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8401772Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8401999Z test_nnc_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8402219Z test_nnc_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8402443Z test_nnc_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8402661Z test_nnc_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8402877Z test_nnc_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8403105Z test_nnc_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8403316Z test_nnc_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8403510Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8403703Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8403990Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8404273Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8404522Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8404751Z test_nnc_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8404973Z test_nnc_correctness_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8405197Z test_nnc_correctness_nn_functional_celu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8405425Z test_nnc_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8405658Z test_nnc_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8405882Z test_nnc_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8406105Z test_nnc_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8406313Z test_nnc_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8406541Z test_nnc_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8406767Z test_nnc_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8406996Z test_nnc_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8407222Z test_nnc_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8407443Z test_nnc_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8407664Z test_nnc_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8407895Z test_nnc_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8408135Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8408376Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8408614Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8408885Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8409222Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8409460Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8409695Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8409929Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8410166Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8410401Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8410633Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8410875Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8411113Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8411357Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8411603Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8411841Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8412081Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8412308Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8412546Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8412785Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8413022Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8413255Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8413492Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8413762Z test_nnc_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8414039Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8414268Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8414495Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8414718Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8414950Z test_nnc_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8415181Z test_nnc_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8415397Z test_nnc_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8415627Z test_nnc_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8415860Z test_nnc_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8416092Z test_nnc_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8416320Z test_nnc_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8416546Z test_nnc_correctness_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8416768Z test_nnc_correctness_nn_functional_dropout_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8416992Z test_nnc_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8417219Z test_nnc_correctness_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8417444Z test_nnc_correctness_nn_functional_elu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8417680Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8417906Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8418143Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8418359Z test_nnc_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8418622Z test_nnc_correctness_nn_functional_embedding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8418882Z test_nnc_correctness_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8419111Z test_nnc_correctness_nn_functional_embedding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8419365Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8419620Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8419879Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8420304Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8420558Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8420820Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8421085Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8421341Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8421595Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8421851Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8422110Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8422348Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8422603Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8422853Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8423109Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8423408Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8423649Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8423920Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8424162Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8424399Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8424639Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8424874Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8425100Z test_nnc_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8425327Z test_nnc_correctness_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8425552Z test_nnc_correctness_nn_functional_gelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8425764Z test_nnc_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8425991Z test_nnc_correctness_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8426215Z test_nnc_correctness_nn_functional_glu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8426447Z test_nnc_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8426676Z test_nnc_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8426900Z test_nnc_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8427134Z test_nnc_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8427366Z test_nnc_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8427597Z test_nnc_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8427828Z test_nnc_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8428057Z test_nnc_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8428329Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8428580Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8428810Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8429036Z test_nnc_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8429269Z test_nnc_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8429496Z test_nnc_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8429724Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8429953Z test_nnc_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8430180Z test_nnc_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8430405Z test_nnc_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8430623Z test_nnc_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8430842Z test_nnc_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8431071Z test_nnc_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8431315Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8431541Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8431786Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8432016Z test_nnc_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8432250Z test_nnc_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8432477Z test_nnc_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8432706Z test_nnc_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8432952Z test_nnc_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8433222Z test_nnc_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8433483Z test_nnc_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8433721Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8433963Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8434204Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8434450Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8434681Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8434924Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8435165Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8435407Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8435647Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8435891Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8436131Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8436374Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8436613Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8436857Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8437100Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8437344Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8437588Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8437809Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8438072Z test_nnc_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8438356Z test_nnc_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8438578Z test_nnc_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8438806Z test_nnc_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8439034Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8439264Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8439494Z test_nnc_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8439719Z test_nnc_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8439941Z test_nnc_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8440169Z test_nnc_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8440400Z test_nnc_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8440630Z test_nnc_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8440848Z test_nnc_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8441080Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8441310Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8441534Z test_nnc_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8441776Z test_nnc_correctness_nn_functional_linear_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8442005Z test_nnc_correctness_nn_functional_linear_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8442228Z test_nnc_correctness_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8442455Z test_nnc_correctness_nn_functional_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8442677Z test_nnc_correctness_nn_functional_linear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8442937Z test_nnc_correctness_nn_functional_linear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8443191Z test_nnc_correctness_nn_functional_linear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8443414Z test_nnc_correctness_nn_functional_linear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8443621Z test_nnc_correctness_nn_functional_linear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8443862Z test_nnc_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8444104Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8444348Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8444584Z test_nnc_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8444814Z test_nnc_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8445049Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8445281Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8445526Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8445768Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8446007Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8446244Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8446481Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8446706Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8446940Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8447177Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8447380Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-12-01T10:13:01.8447642Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8447874Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8448142Z test_nnc_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8448369Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8448599Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8448820Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8449129Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8449366Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8449596Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8449821Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8450060Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8450294Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8450528Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8450764Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8450998Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8451226Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8451459Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8451695Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8451939Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8452161Z test_nnc_correctness_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8452382Z test_nnc_correctness_nn_functional_mish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8452644Z test_nnc_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8452876Z test_nnc_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8453101Z test_nnc_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8453334Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8453568Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8453813Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8454052Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8454302Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8454545Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8454790Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8455021Z test_nnc_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8455249Z test_nnc_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8455470Z test_nnc_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8455699Z test_nnc_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8455917Z test_nnc_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8456153Z test_nnc_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8456384Z test_nnc_correctness_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8456607Z test_nnc_correctness_nn_functional_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8456828Z test_nnc_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8457063Z test_nnc_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8457325Z test_nnc_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8457594Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8457831Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8458059Z test_nnc_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8458287Z test_nnc_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8458516Z test_nnc_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8458746Z test_nnc_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8458962Z test_nnc_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8459189Z test_nnc_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8459417Z test_nnc_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8459642Z test_nnc_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8459878Z test_nnc_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8460244Z test_nnc_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8460485Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8460720Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8460952Z test_nnc_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8461189Z test_nnc_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8461420Z test_nnc_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8461646Z test_nnc_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8461880Z test_nnc_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8462093Z test_nnc_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8462382Z test_nnc_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8462650Z test_nnc_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8462885Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8463124Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8463363Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8463597Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8463839Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8464080Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8464313Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8464549Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8464793Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8465038Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8465268Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8465511Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8465746Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8465981Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8466223Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8466464Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8466700Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8466935Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8467199Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8467453Z test_nnc_correctness_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8467672Z test_nnc_correctness_nn_functional_pdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8467906Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8468122Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8468362Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8468594Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8468828Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8469061Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8469285Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8469519Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8469752Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8469980Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8470209Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8470442Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8470677Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8470913Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8471139Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8471380Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8471615Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8471855Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8472134Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8472395Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8472624Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8472849Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8473083Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8473319Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8473552Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8473790Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8474021Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8474238Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8474468Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8474702Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8474935Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8475166Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8475391Z test_nnc_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8475617Z test_nnc_correctness_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8475850Z test_nnc_correctness_nn_functional_prelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8476082Z test_nnc_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8476304Z test_nnc_correctness_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8476529Z test_nnc_correctness_nn_functional_relu6_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8476751Z test_nnc_correctness_nn_functional_relu6_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8477014Z test_nnc_correctness_nn_functional_relu6_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8477252Z test_nnc_correctness_nn_functional_relu6_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8477473Z test_nnc_correctness_nn_functional_relu6_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8477689Z test_nnc_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8477910Z test_nnc_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8478138Z test_nnc_correctness_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8478365Z test_nnc_correctness_nn_functional_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8478589Z test_nnc_correctness_nn_functional_relu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8478808Z test_nnc_correctness_nn_functional_relu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8479027Z test_nnc_correctness_nn_functional_relu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8479248Z test_nnc_correctness_nn_functional_relu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8479466Z test_nnc_correctness_nn_functional_relu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8479693Z test_nnc_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8479903Z test_nnc_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8480122Z test_nnc_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8480338Z test_nnc_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8480559Z test_nnc_correctness_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8480786Z test_nnc_correctness_nn_functional_selu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8481021Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8481257Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8481476Z test_nnc_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8481733Z test_nnc_correctness_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8481996Z test_nnc_correctness_nn_functional_silu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8482229Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8482462Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8482680Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8482912Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8483153Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8483387Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8483616Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8483842Z test_nnc_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8484076Z test_nnc_correctness_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8484302Z test_nnc_correctness_nn_functional_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8484545Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8484786Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8485025Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8485273Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8485517Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8485739Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8485971Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8486204Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8486481Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8486743Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8486974Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8487202Z test_nnc_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8487431Z test_nnc_correctness_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8487658Z test_nnc_correctness_nn_functional_softplus_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8487893Z test_nnc_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8488125Z test_nnc_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8488350Z test_nnc_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8488579Z test_nnc_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8488799Z test_nnc_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8489121Z test_nnc_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8489356Z test_nnc_correctness_nn_functional_softsign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8489575Z test_nnc_correctness_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8489805Z test_nnc_correctness_nn_functional_softsign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8490031Z test_nnc_correctness_nn_functional_softsign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8490253Z test_nnc_correctness_nn_functional_softsign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8490486Z test_nnc_correctness_nn_functional_softsign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8490709Z test_nnc_correctness_nn_functional_softsign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8490933Z test_nnc_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8491165Z test_nnc_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8491469Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8491730Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8491946Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8492176Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8492401Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8492628Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8492847Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8493080Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8493308Z test_nnc_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8493539Z test_nnc_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8493770Z test_nnc_correctness_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8494001Z test_nnc_correctness_nn_functional_threshold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8494230Z test_nnc_correctness_nn_functional_threshold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8494453Z test_nnc_correctness_nn_functional_threshold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8494677Z test_nnc_correctness_nn_functional_threshold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8494888Z test_nnc_correctness_nn_functional_threshold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8495114Z test_nnc_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8495357Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8495602Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8495847Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8496088Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8496369Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8496630Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8496862Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8497096Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8497333Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8497565Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8497823Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8498083Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8498326Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8498578Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8498832Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8499084Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8499339Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8499583Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8499837Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8500248Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8500480Z test_nnc_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8500712Z test_nnc_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8500946Z test_nnc_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8501242Z test_nnc_correctness_nn_functional_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8501506Z test_nnc_correctness_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8501727Z test_nnc_correctness_nn_functional_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8501954Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8502195Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8502439Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8502686Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8502926Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8503163Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8503404Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8503618Z test_nnc_correctness_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8503831Z test_nnc_correctness_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8504049Z test_nnc_correctness_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8504270Z test_nnc_correctness_nonzero_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8504489Z test_nnc_correctness_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8504694Z test_nnc_correctness_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8504904Z test_nnc_correctness_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8505120Z test_nnc_correctness_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8505337Z test_nnc_correctness_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8505547Z test_nnc_correctness_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8505750Z test_nnc_correctness_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8505958Z test_nnc_correctness_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8506201Z test_nnc_correctness_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8506442Z test_nnc_correctness_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8506652Z test_nnc_correctness_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8506865Z test_nnc_correctness_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8507071Z test_nnc_correctness_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8507267Z test_nnc_correctness_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8507470Z test_nnc_correctness_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8507685Z test_nnc_correctness_norm_fro_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8507900Z test_nnc_correctness_norm_fro_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8508115Z test_nnc_correctness_norm_fro_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8508329Z test_nnc_correctness_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8508547Z test_nnc_correctness_norm_fro_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8508757Z test_nnc_correctness_norm_inf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8508971Z test_nnc_correctness_norm_inf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8509190Z test_nnc_correctness_norm_inf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8509397Z test_nnc_correctness_norm_inf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8509594Z test_nnc_correctness_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8509808Z test_nnc_correctness_norm_inf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8510024Z test_nnc_correctness_norm_nuc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8510243Z test_nnc_correctness_norm_nuc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8510449Z test_nnc_correctness_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8510651Z test_nnc_correctness_norm_nuc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8510866Z test_nnc_correctness_normal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8511108Z test_nnc_correctness_normal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8511348Z test_nnc_correctness_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8511548Z test_nnc_correctness_normal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8511774Z test_nnc_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8511997Z test_nnc_correctness_normal_number_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8512207Z test_nnc_correctness_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8512430Z test_nnc_correctness_normal_number_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8512641Z test_nnc_correctness_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8512844Z test_nnc_correctness_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8513056Z test_nnc_correctness_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8513270Z test_nnc_correctness_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8513480Z test_nnc_correctness_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8513689Z test_nnc_correctness_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8513890Z test_nnc_correctness_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8514100Z test_nnc_correctness_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8514307Z test_nnc_correctness_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8514512Z test_nnc_correctness_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8514708Z test_nnc_correctness_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8514913Z test_nnc_correctness_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8515116Z test_nnc_correctness_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8515331Z test_nnc_correctness_ones_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8515549Z test_nnc_correctness_ones_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8515831Z test_nnc_correctness_ones_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8516046Z test_nnc_correctness_ones_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8516306Z test_nnc_correctness_ones_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8516520Z test_nnc_correctness_ones_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8516734Z test_nnc_correctness_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8516949Z test_nnc_correctness_ones_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8517147Z test_nnc_correctness_ones_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8517362Z test_nnc_correctness_ones_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8517572Z test_nnc_correctness_ones_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8517786Z test_nnc_correctness_ones_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8517995Z test_nnc_correctness_ones_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8518209Z test_nnc_correctness_ormqr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8518422Z test_nnc_correctness_ormqr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8518633Z test_nnc_correctness_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8518832Z test_nnc_correctness_ormqr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8519040Z test_nnc_correctness_outer_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8519242Z test_nnc_correctness_outer_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8519445Z test_nnc_correctness_outer_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8519657Z test_nnc_correctness_outer_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8519865Z test_nnc_correctness_outer_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8520072Z test_nnc_correctness_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8520271Z test_nnc_correctness_outer_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8520476Z test_nnc_correctness_outer_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8520704Z test_nnc_correctness_outer_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8520936Z test_nnc_correctness_outer_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8521140Z test_nnc_correctness_outer_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8521344Z test_nnc_correctness_outer_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8521560Z test_nnc_correctness_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8521776Z test_nnc_correctness_pca_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8521977Z test_nnc_correctness_permute_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8522192Z test_nnc_correctness_permute_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8522403Z test_nnc_correctness_permute_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8522618Z test_nnc_correctness_permute_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8522829Z test_nnc_correctness_permute_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8523041Z test_nnc_correctness_permute_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8523255Z test_nnc_correctness_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8523460Z test_nnc_correctness_permute_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8523670Z test_nnc_correctness_permute_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8523872Z test_nnc_correctness_permute_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8524071Z test_nnc_correctness_permute_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8524269Z test_nnc_correctness_permute_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8524481Z test_nnc_correctness_permute_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8524699Z test_nnc_correctness_pinverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8524912Z test_nnc_correctness_pinverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8525129Z test_nnc_correctness_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8525341Z test_nnc_correctness_pinverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8525580Z test_nnc_correctness_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8525809Z test_nnc_correctness_polar_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8526039Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8526263Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8526489Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8526706Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8526934Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8527153Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8527369Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8527587Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8527811Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8528037Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8528258Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8528484Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8528707Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8529002Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8529227Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8529443Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8529649Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8529872Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8530097Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8530358Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8530614Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8530838Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8531059Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8531278Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8531496Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8531716Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8531940Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8532163Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8532369Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8532598Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8532824Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8533045Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8533262Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8533475Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8533693Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8533920Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8534149Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8534368Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8534591Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8534811Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8535047Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8535296Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8535510Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8535726Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8535947Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8536163Z test_nnc_correctness_positive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8536386Z test_nnc_correctness_positive_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8536603Z test_nnc_correctness_positive_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8536818Z test_nnc_correctness_positive_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8537029Z test_nnc_correctness_positive_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8537239Z test_nnc_correctness_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8537453Z test_nnc_correctness_positive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8537652Z test_nnc_correctness_positive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8537857Z test_nnc_correctness_positive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8538058Z test_nnc_correctness_positive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8538268Z test_nnc_correctness_positive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8538475Z test_nnc_correctness_positive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8538685Z test_nnc_correctness_pow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8538895Z test_nnc_correctness_pow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8539106Z test_nnc_correctness_pow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8539312Z test_nnc_correctness_pow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8539514Z test_nnc_correctness_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8539713Z test_nnc_correctness_pow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8540028Z test_nnc_correctness_pow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8540292Z test_nnc_correctness_pow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8540500Z test_nnc_correctness_pow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8540706Z test_nnc_correctness_pow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8540909Z test_nnc_correctness_pow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8541114Z test_nnc_correctness_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8541329Z test_nnc_correctness_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8541547Z test_nnc_correctness_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8541759Z test_nnc_correctness_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8541963Z test_nnc_correctness_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8542169Z test_nnc_correctness_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8542365Z test_nnc_correctness_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8542573Z test_nnc_correctness_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8542779Z test_nnc_correctness_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8542981Z test_nnc_correctness_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8543191Z test_nnc_correctness_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8543399Z test_nnc_correctness_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8543611Z test_nnc_correctness_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8543823Z test_nnc_correctness_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8544031Z test_nnc_correctness_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8544241Z test_nnc_correctness_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8544444Z test_nnc_correctness_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8544635Z test_nnc_correctness_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8544873Z test_nnc_correctness_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8545103Z test_nnc_correctness_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8545305Z test_nnc_correctness_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8545507Z test_nnc_correctness_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8545716Z test_nnc_correctness_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8545924Z test_nnc_correctness_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8546130Z test_nnc_correctness_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8546336Z test_nnc_correctness_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8546549Z test_nnc_correctness_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8546763Z test_nnc_correctness_quantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8546965Z test_nnc_correctness_rad2deg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8547174Z test_nnc_correctness_rad2deg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8547398Z test_nnc_correctness_rad2deg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8547746Z test_nnc_correctness_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8548145Z test_nnc_correctness_rad2deg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8548473Z test_nnc_correctness_rad2deg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8548678Z test_nnc_correctness_rad2deg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8548888Z test_nnc_correctness_rad2deg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8549137Z test_nnc_correctness_rad2deg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8549349Z test_nnc_correctness_rad2deg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8549598Z test_nnc_correctness_rand_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8549817Z test_nnc_correctness_rand_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8550023Z test_nnc_correctness_rand_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8550280Z test_nnc_correctness_rand_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8550537Z test_nnc_correctness_rand_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8550744Z test_nnc_correctness_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8550955Z test_nnc_correctness_rand_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8551172Z test_nnc_correctness_randint_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8551389Z test_nnc_correctness_randint_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8551605Z test_nnc_correctness_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8551817Z test_nnc_correctness_randint_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8552030Z test_nnc_correctness_randint_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8552245Z test_nnc_correctness_randint_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8552444Z test_nnc_correctness_randint_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8552661Z test_nnc_correctness_randint_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8552879Z test_nnc_correctness_randint_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8553090Z test_nnc_correctness_randn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8553302Z test_nnc_correctness_randn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8553518Z test_nnc_correctness_randn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8553732Z test_nnc_correctness_randn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8553946Z test_nnc_correctness_randn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8554150Z test_nnc_correctness_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8554350Z test_nnc_correctness_randn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8554565Z test_nnc_correctness_randn_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8554783Z test_nnc_correctness_randn_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8555012Z test_nnc_correctness_randn_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8555233Z test_nnc_correctness_randn_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8555477Z test_nnc_correctness_randn_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8555692Z test_nnc_correctness_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8555896Z test_nnc_correctness_randn_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8556105Z test_nnc_correctness_ravel_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8556313Z test_nnc_correctness_ravel_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8556526Z test_nnc_correctness_ravel_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8556733Z test_nnc_correctness_ravel_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8556949Z test_nnc_correctness_ravel_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8557155Z test_nnc_correctness_ravel_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8557356Z test_nnc_correctness_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8557560Z test_nnc_correctness_ravel_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8557769Z test_nnc_correctness_ravel_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8558004Z test_nnc_correctness_ravel_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8558250Z test_nnc_correctness_ravel_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8558452Z test_nnc_correctness_ravel_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8558719Z test_nnc_correctness_ravel_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8558948Z test_nnc_correctness_real_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8559155Z test_nnc_correctness_real_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8559378Z test_nnc_correctness_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8559604Z test_nnc_correctness_real_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8559796Z test_nnc_correctness_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8560046Z test_nnc_correctness_real_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8560277Z test_nnc_correctness_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8560477Z test_nnc_correctness_real_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8560680Z test_nnc_correctness_real_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8560884Z test_nnc_correctness_real_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8561085Z test_nnc_correctness_real_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8561293Z test_nnc_correctness_real_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8561498Z test_nnc_correctness_real_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8561715Z test_nnc_correctness_reciprocal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8561932Z test_nnc_correctness_reciprocal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8562141Z test_nnc_correctness_reciprocal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8562359Z test_nnc_correctness_reciprocal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8562573Z test_nnc_correctness_reciprocal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8562788Z test_nnc_correctness_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8562998Z test_nnc_correctness_reciprocal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8563211Z test_nnc_correctness_reciprocal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8563424Z test_nnc_correctness_reciprocal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8563636Z test_nnc_correctness_reciprocal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8563849Z test_nnc_correctness_reciprocal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8564065Z test_nnc_correctness_reciprocal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8564241Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8564445Z test_nnc_correctness_remainder_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8564659Z test_nnc_correctness_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8564900Z test_nnc_correctness_remainder_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8565138Z test_nnc_correctness_remainder_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8565348Z test_nnc_correctness_remainder_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8565557Z test_nnc_correctness_remainder_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8565764Z test_nnc_correctness_remainder_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8565972Z test_nnc_correctness_remainder_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8566184Z test_nnc_correctness_renorm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8566398Z test_nnc_correctness_renorm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8566608Z test_nnc_correctness_renorm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8566817Z test_nnc_correctness_renorm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8567015Z test_nnc_correctness_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8567218Z test_nnc_correctness_renorm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8567430Z test_nnc_correctness_repeat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8567636Z test_nnc_correctness_repeat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8567883Z test_nnc_correctness_repeat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8568145Z test_nnc_correctness_repeat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8568355Z test_nnc_correctness_repeat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8568560Z test_nnc_correctness_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8568762Z test_nnc_correctness_repeat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8569046Z test_nnc_correctness_repeat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8569255Z test_nnc_correctness_repeat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8569447Z test_nnc_correctness_repeat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8569653Z test_nnc_correctness_repeat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8569892Z test_nnc_correctness_repeat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8570154Z test_nnc_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8570376Z test_nnc_correctness_repeat_interleave_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8570607Z test_nnc_correctness_repeat_interleave_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8570839Z test_nnc_correctness_repeat_interleave_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8571058Z test_nnc_correctness_repeat_interleave_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8571284Z test_nnc_correctness_repeat_interleave_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8571512Z test_nnc_correctness_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8571739Z test_nnc_correctness_repeat_interleave_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8571958Z test_nnc_correctness_repeat_interleave_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8572166Z test_nnc_correctness_repeat_interleave_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8572389Z test_nnc_correctness_repeat_interleave_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8572613Z test_nnc_correctness_repeat_interleave_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8572829Z test_nnc_correctness_repeat_interleave_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8573046Z test_nnc_correctness_reshape_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8573259Z test_nnc_correctness_reshape_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8573480Z test_nnc_correctness_reshape_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8573699Z test_nnc_correctness_reshape_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8573919Z test_nnc_correctness_reshape_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8574133Z test_nnc_correctness_reshape_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8574347Z test_nnc_correctness_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8574558Z test_nnc_correctness_reshape_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8574786Z test_nnc_correctness_reshape_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8575025Z test_nnc_correctness_reshape_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8575239Z test_nnc_correctness_reshape_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8575451Z test_nnc_correctness_reshape_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8575659Z test_nnc_correctness_reshape_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8575872Z test_nnc_correctness_reshape_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8576083Z test_nnc_correctness_reshape_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8576300Z test_nnc_correctness_reshape_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8576517Z test_nnc_correctness_reshape_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8576726Z test_nnc_correctness_reshape_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8576935Z test_nnc_correctness_reshape_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8577135Z test_nnc_correctness_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8577341Z test_nnc_correctness_reshape_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8577551Z test_nnc_correctness_reshape_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8577758Z test_nnc_correctness_reshape_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8577957Z test_nnc_correctness_reshape_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8578163Z test_nnc_correctness_reshape_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8578371Z test_nnc_correctness_reshape_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8578582Z test_nnc_correctness_resize__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8578790Z test_nnc_correctness_resize__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8579005Z test_nnc_correctness_resize__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8579217Z test_nnc_correctness_resize__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8579415Z test_nnc_correctness_resize__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8579657Z test_nnc_correctness_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8579890Z test_nnc_correctness_resize__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8580262Z test_nnc_correctness_resize__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8580472Z test_nnc_correctness_resize__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8580672Z test_nnc_correctness_resize__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8580878Z test_nnc_correctness_resize__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8581079Z test_nnc_correctness_resize__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8581298Z test_nnc_correctness_resize_as__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8581509Z test_nnc_correctness_resize_as__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8581728Z test_nnc_correctness_resize_as__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8581933Z test_nnc_correctness_resize_as__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8582150Z test_nnc_correctness_resize_as__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8582369Z test_nnc_correctness_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8582573Z test_nnc_correctness_resize_as__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8582786Z test_nnc_correctness_resize_as__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8582995Z test_nnc_correctness_resize_as__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8583201Z test_nnc_correctness_resize_as__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8583415Z test_nnc_correctness_resize_as__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8583630Z test_nnc_correctness_resize_as__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8583846Z test_nnc_correctness_resolve_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8584060Z test_nnc_correctness_resolve_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8584280Z test_nnc_correctness_resolve_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8584551Z test_nnc_correctness_resolve_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8584775Z test_nnc_correctness_resolve_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8585042Z test_nnc_correctness_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8585255Z test_nnc_correctness_resolve_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8585465Z test_nnc_correctness_resolve_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8585680Z test_nnc_correctness_resolve_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8585887Z test_nnc_correctness_resolve_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8586099Z test_nnc_correctness_resolve_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8586316Z test_nnc_correctness_resolve_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8586533Z test_nnc_correctness_resolve_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8586746Z test_nnc_correctness_resolve_neg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8586963Z test_nnc_correctness_resolve_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8587172Z test_nnc_correctness_resolve_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8587392Z test_nnc_correctness_resolve_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8587605Z test_nnc_correctness_resolve_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8587820Z test_nnc_correctness_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8588033Z test_nnc_correctness_resolve_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8588247Z test_nnc_correctness_resolve_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8588458Z test_nnc_correctness_resolve_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8588669Z test_nnc_correctness_resolve_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8588879Z test_nnc_correctness_resolve_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8589090Z test_nnc_correctness_resolve_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8589301Z test_nnc_correctness_roll_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8589530Z test_nnc_correctness_roll_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8589800Z test_nnc_correctness_roll_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8590008Z test_nnc_correctness_roll_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8590209Z test_nnc_correctness_roll_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8590414Z test_nnc_correctness_roll_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8590618Z test_nnc_correctness_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8590831Z test_nnc_correctness_roll_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8591039Z test_nnc_correctness_roll_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8591246Z test_nnc_correctness_roll_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8591453Z test_nnc_correctness_roll_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8591657Z test_nnc_correctness_roll_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8591850Z test_nnc_correctness_roll_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8592062Z test_nnc_correctness_rot90_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8592269Z test_nnc_correctness_rot90_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8592485Z test_nnc_correctness_rot90_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8592696Z test_nnc_correctness_rot90_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8592903Z test_nnc_correctness_rot90_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8593110Z test_nnc_correctness_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8593311Z test_nnc_correctness_rot90_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8593516Z test_nnc_correctness_rot90_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8593713Z test_nnc_correctness_rot90_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8593918Z test_nnc_correctness_rot90_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8594217Z test_nnc_correctness_rot90_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8594663Z test_nnc_correctness_rot90_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8594924Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8595137Z test_nnc_correctness_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8595336Z test_nnc_correctness_round_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8595542Z test_nnc_correctness_round_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8595741Z test_nnc_correctness_round_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8595946Z test_nnc_correctness_round_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8596148Z test_nnc_correctness_round_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8596356Z test_nnc_correctness_round_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8596579Z test_nnc_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8596789Z test_nnc_correctness_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8597011Z test_nnc_correctness_round_decimals_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8597229Z test_nnc_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8597449Z test_nnc_correctness_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8597660Z test_nnc_correctness_round_decimals_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8597889Z test_nnc_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8598113Z test_nnc_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8598337Z test_nnc_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8598550Z test_nnc_correctness_rsqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8598757Z test_nnc_correctness_rsqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8598968Z test_nnc_correctness_rsqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8599182Z test_nnc_correctness_rsqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8599379Z test_nnc_correctness_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8599622Z test_nnc_correctness_rsqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8599857Z test_nnc_correctness_rsqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8600055Z test_nnc_correctness_rsqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8600250Z test_nnc_correctness_rsqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8600452Z test_nnc_correctness_rsqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8600662Z test_nnc_correctness_rsqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8600874Z test_nnc_correctness_rsub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8601084Z test_nnc_correctness_rsub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8601291Z test_nnc_correctness_rsub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8601496Z test_nnc_correctness_rsub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8601684Z test_nnc_correctness_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8601886Z test_nnc_correctness_rsub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8602096Z test_nnc_correctness_rsub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8602298Z test_nnc_correctness_rsub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8602496Z test_nnc_correctness_rsub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8602699Z test_nnc_correctness_rsub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8602900Z test_nnc_correctness_rsub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8603122Z test_nnc_correctness_scatter_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8603335Z test_nnc_correctness_scatter_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8603553Z test_nnc_correctness_scatter_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8603771Z test_nnc_correctness_scatter_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8603973Z test_nnc_correctness_scatter_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8604193Z test_nnc_correctness_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8604438Z test_nnc_correctness_scatter_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8604680Z test_nnc_correctness_scatter_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8604889Z test_nnc_correctness_scatter_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8605093Z test_nnc_correctness_scatter_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8605302Z test_nnc_correctness_scatter_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8605515Z test_nnc_correctness_scatter_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8605731Z test_nnc_correctness_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8605942Z test_nnc_correctness_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8606155Z test_nnc_correctness_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8606373Z test_nnc_correctness_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8606573Z test_nnc_correctness_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8606784Z test_nnc_correctness_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8607000Z test_nnc_correctness_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8607209Z test_nnc_correctness_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8607415Z test_nnc_correctness_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8607619Z test_nnc_correctness_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8607827Z test_nnc_correctness_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8608031Z test_nnc_correctness_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8608258Z test_nnc_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8608476Z test_nnc_correctness_scatter_reduce_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8608705Z test_nnc_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8608916Z test_nnc_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8609249Z test_nnc_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8609504Z test_nnc_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8609741Z test_nnc_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8609962Z test_nnc_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8610169Z test_nnc_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8610389Z test_nnc_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8610611Z test_nnc_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8610828Z test_nnc_correctness_scatter_reduce_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8611051Z test_nnc_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8611268Z test_nnc_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8611479Z test_nnc_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8611699Z test_nnc_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8611919Z test_nnc_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8612142Z test_nnc_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8612360Z test_nnc_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8612577Z test_nnc_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8612794Z test_nnc_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8613017Z test_nnc_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8613231Z test_nnc_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8613442Z test_nnc_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8613662Z test_nnc_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8613880Z test_nnc_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8614130Z test_nnc_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8614386Z test_nnc_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8614601Z test_nnc_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8614826Z test_nnc_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8615044Z test_nnc_correctness_scatter_reduce_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8615270Z test_nnc_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8615479Z test_nnc_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8615701Z test_nnc_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8615918Z test_nnc_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8616137Z test_nnc_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8616356Z test_nnc_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8616573Z test_nnc_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8616789Z test_nnc_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8617011Z test_nnc_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8617228Z test_nnc_correctness_scatter_reduce_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8617449Z test_nnc_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8617672Z test_nnc_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8617896Z test_nnc_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8618105Z test_nnc_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8618325Z test_nnc_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8618543Z test_nnc_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8618790Z test_nnc_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8619042Z test_nnc_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8619261Z test_nnc_correctness_searchsorted_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8619481Z test_nnc_correctness_searchsorted_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8619699Z test_nnc_correctness_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8619918Z test_nnc_correctness_searchsorted_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8620308Z test_nnc_correctness_searchsorted_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8620522Z test_nnc_correctness_searchsorted_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8620728Z test_nnc_correctness_searchsorted_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8620944Z test_nnc_correctness_searchsorted_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8621157Z test_nnc_correctness_searchsorted_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8621391Z test_nnc_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8621622Z test_nnc_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8621849Z test_nnc_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8622071Z test_nnc_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8622297Z test_nnc_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8622521Z test_nnc_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8622737Z test_nnc_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8622951Z test_nnc_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8623164Z test_nnc_correctness_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8623361Z test_nnc_correctness_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8623580Z test_nnc_correctness_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8623850Z test_nnc_correctness_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8624097Z test_nnc_correctness_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8624313Z test_nnc_correctness_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8624524Z test_nnc_correctness_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8624730Z test_nnc_correctness_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8624936Z test_nnc_correctness_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8625137Z test_nnc_correctness_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8625349Z test_nnc_correctness_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8625556Z test_nnc_correctness_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8625760Z test_nnc_correctness_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8625968Z test_nnc_correctness_select_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8626188Z test_nnc_correctness_select_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8626408Z test_nnc_correctness_select_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8626624Z test_nnc_correctness_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8626842Z test_nnc_correctness_select_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8627055Z test_nnc_correctness_select_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8627271Z test_nnc_correctness_select_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8627492Z test_nnc_correctness_select_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8627707Z test_nnc_correctness_select_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8627923Z test_nnc_correctness_select_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8628130Z test_nnc_correctness_sgn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8628320Z test_nnc_correctness_sgn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8628564Z test_nnc_correctness_sgn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8628775Z test_nnc_correctness_sgn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8629017Z test_nnc_correctness_sgn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8629226Z test_nnc_correctness_sgn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8629425Z test_nnc_correctness_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8629622Z test_nnc_correctness_sgn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8629832Z test_nnc_correctness_sgn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8630039Z test_nnc_correctness_sgn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8630242Z test_nnc_correctness_sgn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8630444Z test_nnc_correctness_sgn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8630632Z test_nnc_correctness_sgn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8630841Z test_nnc_correctness_short_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8631049Z test_nnc_correctness_short_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8631264Z test_nnc_correctness_short_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8631475Z test_nnc_correctness_short_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8631684Z test_nnc_correctness_short_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8631888Z test_nnc_correctness_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8632090Z test_nnc_correctness_short_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8632296Z test_nnc_correctness_short_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8632498Z test_nnc_correctness_short_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8632694Z test_nnc_correctness_short_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8632886Z test_nnc_correctness_short_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8633090Z test_nnc_correctness_short_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8633302Z test_nnc_correctness_sigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8633548Z test_nnc_correctness_sigmoid_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8633789Z test_nnc_correctness_sigmoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8634006Z test_nnc_correctness_sigmoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8634214Z test_nnc_correctness_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8634423Z test_nnc_correctness_sigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8634632Z test_nnc_correctness_sigmoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8634835Z test_nnc_correctness_sigmoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8635031Z test_nnc_correctness_sigmoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8635236Z test_nnc_correctness_sigmoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8635432Z test_nnc_correctness_sigmoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8635638Z test_nnc_correctness_sign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8635843Z test_nnc_correctness_sign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8636053Z test_nnc_correctness_sign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8636264Z test_nnc_correctness_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8636466Z test_nnc_correctness_sign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8636669Z test_nnc_correctness_sign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8636871Z test_nnc_correctness_sign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8637080Z test_nnc_correctness_sign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8637287Z test_nnc_correctness_sign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8637485Z test_nnc_correctness_sign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8647320Z test_nnc_correctness_signbit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8647671Z test_nnc_correctness_signbit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8647883Z test_nnc_correctness_signbit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8648221Z test_nnc_correctness_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8648475Z test_nnc_correctness_signbit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8648695Z test_nnc_correctness_signbit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8648904Z test_nnc_correctness_signbit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8649210Z test_nnc_correctness_signbit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8649425Z test_nnc_correctness_signbit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8649637Z test_nnc_correctness_signbit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8649847Z test_nnc_correctness_sin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8650052Z test_nnc_correctness_sin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8650266Z test_nnc_correctness_sin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8650464Z test_nnc_correctness_sin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8650677Z test_nnc_correctness_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8650883Z test_nnc_correctness_sin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8651094Z test_nnc_correctness_sin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8651301Z test_nnc_correctness_sin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8651508Z test_nnc_correctness_sin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8651715Z test_nnc_correctness_sin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8651919Z test_nnc_correctness_sin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8652134Z test_nnc_correctness_sinc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8652341Z test_nnc_correctness_sinc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8652554Z test_nnc_correctness_sinc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8652755Z test_nnc_correctness_sinc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8652963Z test_nnc_correctness_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8653196Z test_nnc_correctness_sinc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8653429Z test_nnc_correctness_sinc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8653638Z test_nnc_correctness_sinc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8653843Z test_nnc_correctness_sinc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8654048Z test_nnc_correctness_sinc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8654252Z test_nnc_correctness_sinc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8654465Z test_nnc_correctness_sinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8654671Z test_nnc_correctness_sinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8654881Z test_nnc_correctness_sinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8655076Z test_nnc_correctness_sinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8655276Z test_nnc_correctness_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8655475Z test_nnc_correctness_sinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8655677Z test_nnc_correctness_sinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8655878Z test_nnc_correctness_sinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8656080Z test_nnc_correctness_sinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8656285Z test_nnc_correctness_sinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8656490Z test_nnc_correctness_sinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8656704Z test_nnc_correctness_slice_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8656916Z test_nnc_correctness_slice_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8657133Z test_nnc_correctness_slice_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8657333Z test_nnc_correctness_slice_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8657542Z test_nnc_correctness_slice_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8657753Z test_nnc_correctness_slice_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8657983Z test_nnc_correctness_slice_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8658212Z test_nnc_correctness_slice_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8658422Z test_nnc_correctness_slice_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8658624Z test_nnc_correctness_slice_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8658822Z test_nnc_correctness_slice_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8659025Z test_nnc_correctness_slice_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8659234Z test_nnc_correctness_slice_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8659454Z test_nnc_correctness_slice_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8659659Z test_nnc_correctness_slice_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8659880Z test_nnc_correctness_slice_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8660296Z test_nnc_correctness_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8660518Z test_nnc_correctness_slice_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8660739Z test_nnc_correctness_slice_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8660959Z test_nnc_correctness_slice_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8661168Z test_nnc_correctness_slice_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8661385Z test_nnc_correctness_slice_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8661600Z test_nnc_correctness_slice_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8661819Z test_nnc_correctness_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8662032Z test_nnc_correctness_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8662247Z test_nnc_correctness_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8662460Z test_nnc_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8662681Z test_nnc_correctness_softmax_with_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8662973Z test_nnc_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8663202Z test_nnc_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8663491Z test_nnc_correctness_softmax_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8663714Z test_nnc_correctness_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8663938Z test_nnc_correctness_softmax_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8664163Z test_nnc_correctness_softmax_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8664386Z test_nnc_correctness_softmax_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8664609Z test_nnc_correctness_softmax_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8664829Z test_nnc_correctness_softmax_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8665051Z test_nnc_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8665252Z test_nnc_correctness_sort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8665464Z test_nnc_correctness_sort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8665672Z test_nnc_correctness_sort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8665877Z test_nnc_correctness_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8666077Z test_nnc_correctness_sort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8666284Z test_nnc_correctness_sort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8666492Z test_nnc_correctness_sort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8666699Z test_nnc_correctness_sort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8666915Z test_nnc_correctness_sort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8667184Z test_nnc_correctness_sort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8667517Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8667862Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8668302Z test_nnc_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8668736Z test_nnc_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8668992Z test_nnc_correctness_special_airy_ai_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8669217Z test_nnc_correctness_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8669439Z test_nnc_correctness_special_airy_ai_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8669657Z test_nnc_correctness_special_airy_ai_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8669900Z test_nnc_correctness_special_airy_ai_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8670125Z test_nnc_correctness_special_airy_ai_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8670339Z test_nnc_correctness_special_airy_ai_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8670563Z test_nnc_correctness_special_airy_ai_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8670786Z test_nnc_correctness_special_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8670994Z test_nnc_correctness_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8671217Z test_nnc_correctness_special_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8671440Z test_nnc_correctness_special_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8671658Z test_nnc_correctness_special_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8671875Z test_nnc_correctness_special_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8672092Z test_nnc_correctness_special_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8672317Z test_nnc_correctness_special_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8672533Z test_nnc_correctness_special_bessel_j1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8672754Z test_nnc_correctness_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8672974Z test_nnc_correctness_special_bessel_j1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8673190Z test_nnc_correctness_special_bessel_j1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8673404Z test_nnc_correctness_special_bessel_j1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8673636Z test_nnc_correctness_special_bessel_j1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8673886Z test_nnc_correctness_special_bessel_j1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8674101Z test_nnc_correctness_special_bessel_j1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8674317Z test_nnc_correctness_special_bessel_y0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8674539Z test_nnc_correctness_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8674759Z test_nnc_correctness_special_bessel_y0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8674979Z test_nnc_correctness_special_bessel_y0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8675195Z test_nnc_correctness_special_bessel_y0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8675408Z test_nnc_correctness_special_bessel_y0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8675623Z test_nnc_correctness_special_bessel_y0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8675837Z test_nnc_correctness_special_bessel_y0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8676048Z test_nnc_correctness_special_bessel_y1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8676258Z test_nnc_correctness_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8676479Z test_nnc_correctness_special_bessel_y1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8676698Z test_nnc_correctness_special_bessel_y1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8676915Z test_nnc_correctness_special_bessel_y1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8677134Z test_nnc_correctness_special_bessel_y1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8677352Z test_nnc_correctness_special_bessel_y1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8677567Z test_nnc_correctness_special_bessel_y1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8677760Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8677954Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8678145Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8678401Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8678597Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8678785Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8678974Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8679162Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8679347Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8679538Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8679732Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8679925Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8680106Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8680292Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8680466Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8680653Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8680838Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8681032Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8681224Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8681410Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8681591Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8681772Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8681962Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8682133Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8682320Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8682511Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8682698Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8682883Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8683064Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8683251Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8683464Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8683650Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8683897Z test_nnc_correctness_special_entr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8684100Z test_nnc_correctness_special_entr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8684321Z test_nnc_correctness_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8684535Z test_nnc_correctness_special_entr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8684751Z test_nnc_correctness_special_entr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8684967Z test_nnc_correctness_special_entr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8685174Z test_nnc_correctness_special_entr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8685389Z test_nnc_correctness_special_entr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8685604Z test_nnc_correctness_special_entr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8685816Z test_nnc_correctness_special_erfcx_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8686036Z test_nnc_correctness_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8686255Z test_nnc_correctness_special_erfcx_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8686471Z test_nnc_correctness_special_erfcx_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8686676Z test_nnc_correctness_special_erfcx_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8686887Z test_nnc_correctness_special_erfcx_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8687103Z test_nnc_correctness_special_erfcx_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8687320Z test_nnc_correctness_special_erfcx_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8687512Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8687701Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8687885Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8688071Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8688250Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8688462Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8688666Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8688852Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8689106Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8689297Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8689481Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8689671Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8689865Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8690053Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8690237Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8690420Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8690634Z test_nnc_correctness_special_i0e_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8690857Z test_nnc_correctness_special_i0e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8691075Z test_nnc_correctness_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8691294Z test_nnc_correctness_special_i0e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8691512Z test_nnc_correctness_special_i0e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8691718Z test_nnc_correctness_special_i0e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8691931Z test_nnc_correctness_special_i0e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8692145Z test_nnc_correctness_special_i0e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8692362Z test_nnc_correctness_special_i0e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8692579Z test_nnc_correctness_special_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8692793Z test_nnc_correctness_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8692989Z test_nnc_correctness_special_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8693200Z test_nnc_correctness_special_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8693443Z test_nnc_correctness_special_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8693648Z test_nnc_correctness_special_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8693886Z test_nnc_correctness_special_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8694098Z test_nnc_correctness_special_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8694310Z test_nnc_correctness_special_i1e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8694528Z test_nnc_correctness_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8694744Z test_nnc_correctness_special_i1e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8694958Z test_nnc_correctness_special_i1e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8695170Z test_nnc_correctness_special_i1e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8695381Z test_nnc_correctness_special_i1e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8695580Z test_nnc_correctness_special_i1e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8695795Z test_nnc_correctness_special_i1e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8695988Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8696181Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8696368Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8696555Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8696740Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8696926Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8697109Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8697294Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8697471Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8697658Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8697842Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8698032Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8698219Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8698404Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8698615Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8698833Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8699052Z test_nnc_correctness_special_log_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8699264Z test_nnc_correctness_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8699482Z test_nnc_correctness_special_log_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8699703Z test_nnc_correctness_special_log_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8699921Z test_nnc_correctness_special_log_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8700326Z test_nnc_correctness_special_log_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8700543Z test_nnc_correctness_special_log_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8700763Z test_nnc_correctness_special_log_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8700996Z test_nnc_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8701233Z test_nnc_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8701469Z test_nnc_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8701699Z test_nnc_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8701927Z test_nnc_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8702163Z test_nnc_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8702381Z test_nnc_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8702614Z test_nnc_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8702843Z test_nnc_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8703070Z test_nnc_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8703299Z test_nnc_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8703582Z test_nnc_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8703850Z test_nnc_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8704078Z test_nnc_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8704307Z test_nnc_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8704535Z test_nnc_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8704765Z test_nnc_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8704996Z test_nnc_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8705211Z test_nnc_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8705438Z test_nnc_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8705662Z test_nnc_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8705882Z test_nnc_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8706112Z test_nnc_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8706345Z test_nnc_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8706576Z test_nnc_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8706805Z test_nnc_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8707033Z test_nnc_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8707257Z test_nnc_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8707486Z test_nnc_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8707710Z test_nnc_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8707936Z test_nnc_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8708150Z test_nnc_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8708395Z test_nnc_correctness_special_ndtr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8708641Z test_nnc_correctness_special_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8708861Z test_nnc_correctness_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8709078Z test_nnc_correctness_special_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8709293Z test_nnc_correctness_special_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8709507Z test_nnc_correctness_special_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8709724Z test_nnc_correctness_special_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8709940Z test_nnc_correctness_special_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8710152Z test_nnc_correctness_special_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8710364Z test_nnc_correctness_special_ndtri_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8710567Z test_nnc_correctness_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8710784Z test_nnc_correctness_special_ndtri_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8711000Z test_nnc_correctness_special_ndtri_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8711215Z test_nnc_correctness_special_ndtri_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8711429Z test_nnc_correctness_special_ndtri_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8711642Z test_nnc_correctness_special_ndtri_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8711852Z test_nnc_correctness_special_ndtri_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8712105Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8712355Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8712604Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8712846Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8713091Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8713359Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8713605Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8713844Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8714085Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8714327Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8714570Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8714809Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8715047Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8715281Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8715519Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8715756Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8715997Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8716228Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8716462Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8716686Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8716922Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8717153Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8717384Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8717617Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8717847Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8718074Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8718304Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8718504Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8718701Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8718900Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8719082Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8719282Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8719474Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8719671Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8719868Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8720062Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8720257Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8720450Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8720647Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8720843Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8721023Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8721218Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8721414Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8721613Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8721811Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8722008Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8722201Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8722394Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8722584Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8722776Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8722961Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8723186Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8723411Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8723605Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8723796Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8723987Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8724181Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8724423Z test_nnc_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8724664Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8724900Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8725132Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8725345Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8725584Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8725816Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8726046Z test_nnc_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8726268Z test_nnc_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8726490Z test_nnc_correctness_special_xlog1py_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8726717Z test_nnc_correctness_special_xlog1py_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8726938Z test_nnc_correctness_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8727160Z test_nnc_correctness_special_xlog1py_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8727376Z test_nnc_correctness_special_xlog1py_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8727595Z test_nnc_correctness_special_xlog1py_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8727813Z test_nnc_correctness_special_xlog1py_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8728047Z test_nnc_correctness_special_xlog1py_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8728291Z test_nnc_correctness_special_xlog1py_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8728508Z test_nnc_correctness_special_zeta_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8728721Z test_nnc_correctness_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8729025Z test_nnc_correctness_special_zeta_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8729248Z test_nnc_correctness_special_zeta_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8729462Z test_nnc_correctness_special_zeta_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8729684Z test_nnc_correctness_special_zeta_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8729904Z test_nnc_correctness_special_zeta_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8730120Z test_nnc_correctness_special_zeta_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8730334Z test_nnc_correctness_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8730545Z test_nnc_correctness_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8730750Z test_nnc_correctness_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8730965Z test_nnc_correctness_split_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8731179Z test_nnc_correctness_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8731388Z test_nnc_correctness_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8731598Z test_nnc_correctness_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8731805Z test_nnc_correctness_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8732017Z test_nnc_correctness_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8732225Z test_nnc_correctness_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8732428Z test_nnc_correctness_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8732638Z test_nnc_correctness_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8732848Z test_nnc_correctness_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8733089Z test_nnc_correctness_split_list_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8733343Z test_nnc_correctness_split_list_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8733565Z test_nnc_correctness_split_list_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8733789Z test_nnc_correctness_split_list_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8734007Z test_nnc_correctness_split_list_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8734228Z test_nnc_correctness_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8734450Z test_nnc_correctness_split_list_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8734668Z test_nnc_correctness_split_list_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8734885Z test_nnc_correctness_split_list_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8735100Z test_nnc_correctness_split_list_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8735313Z test_nnc_correctness_split_list_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8735528Z test_nnc_correctness_split_list_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8735740Z test_nnc_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8735953Z test_nnc_correctness_split_with_sizes_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8736179Z test_nnc_correctness_split_with_sizes_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8736404Z test_nnc_correctness_split_with_sizes_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8736630Z test_nnc_correctness_split_with_sizes_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8736852Z test_nnc_correctness_split_with_sizes_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8737073Z test_nnc_correctness_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8737291Z test_nnc_correctness_split_with_sizes_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8737509Z test_nnc_correctness_split_with_sizes_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8737752Z test_nnc_correctness_split_with_sizes_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8737970Z test_nnc_correctness_split_with_sizes_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8738215Z test_nnc_correctness_split_with_sizes_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8738419Z test_nnc_correctness_split_with_sizes_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8738630Z test_nnc_correctness_sqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8738835Z test_nnc_correctness_sqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8739049Z test_nnc_correctness_sqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8739261Z test_nnc_correctness_sqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8739469Z test_nnc_correctness_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8739672Z test_nnc_correctness_sqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8739879Z test_nnc_correctness_sqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8740188Z test_nnc_correctness_sqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8740398Z test_nnc_correctness_sqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8740609Z test_nnc_correctness_sqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8740802Z test_nnc_correctness_sqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8741020Z test_nnc_correctness_square_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8741233Z test_nnc_correctness_square_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8741450Z test_nnc_correctness_square_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8741670Z test_nnc_correctness_square_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8741887Z test_nnc_correctness_square_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8742094Z test_nnc_correctness_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8742296Z test_nnc_correctness_square_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8742506Z test_nnc_correctness_square_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8742757Z test_nnc_correctness_square_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8742956Z test_nnc_correctness_square_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8743188Z test_nnc_correctness_square_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8743402Z test_nnc_correctness_square_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8743616Z test_nnc_correctness_squeeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8743824Z test_nnc_correctness_squeeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8744042Z test_nnc_correctness_squeeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8744260Z test_nnc_correctness_squeeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8744471Z test_nnc_correctness_squeeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8744688Z test_nnc_correctness_squeeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8744899Z test_nnc_correctness_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8745113Z test_nnc_correctness_squeeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8745326Z test_nnc_correctness_squeeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8745526Z test_nnc_correctness_squeeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8745731Z test_nnc_correctness_squeeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8745937Z test_nnc_correctness_squeeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8746141Z test_nnc_correctness_squeeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8746355Z test_nnc_correctness_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8746565Z test_nnc_correctness_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8746785Z test_nnc_correctness_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8746998Z test_nnc_correctness_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8747205Z test_nnc_correctness_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8747412Z test_nnc_correctness_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8747644Z test_nnc_correctness_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8747874Z test_nnc_correctness_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8748070Z test_nnc_correctness_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8748273Z test_nnc_correctness_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8748481Z test_nnc_correctness_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8748689Z test_nnc_correctness_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8748899Z test_nnc_correctness_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8749109Z test_nnc_correctness_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8749320Z test_nnc_correctness_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8749535Z test_nnc_correctness_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8749738Z test_nnc_correctness_std_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8749940Z test_nnc_correctness_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8750144Z test_nnc_correctness_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8750349Z test_nnc_correctness_std_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8750567Z test_nnc_correctness_std_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8750784Z test_nnc_correctness_std_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8750999Z test_nnc_correctness_std_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8751209Z test_nnc_correctness_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8751423Z test_nnc_correctness_std_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8751638Z test_nnc_correctness_stft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8751850Z test_nnc_correctness_stft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8752059Z test_nnc_correctness_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8752263Z test_nnc_correctness_stft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8752508Z test_nnc_correctness_sub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8752764Z test_nnc_correctness_sub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8752975Z test_nnc_correctness_sub_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8753181Z test_nnc_correctness_sub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8753389Z test_nnc_correctness_sub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8753592Z test_nnc_correctness_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8753797Z test_nnc_correctness_sub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8754004Z test_nnc_correctness_sub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8754209Z test_nnc_correctness_sub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8754417Z test_nnc_correctness_sub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8754621Z test_nnc_correctness_sub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8754826Z test_nnc_correctness_sub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8755025Z test_nnc_correctness_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8755233Z test_nnc_correctness_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8755442Z test_nnc_correctness_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8755649Z test_nnc_correctness_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8755858Z test_nnc_correctness_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8756059Z test_nnc_correctness_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8756259Z test_nnc_correctness_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8756462Z test_nnc_correctness_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8756665Z test_nnc_correctness_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8756866Z test_nnc_correctness_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8757067Z test_nnc_correctness_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8757257Z test_nnc_correctness_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8757506Z test_nnc_correctness_sum_to_size_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8757745Z test_nnc_correctness_sum_to_size_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8757962Z test_nnc_correctness_sum_to_size_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8758176Z test_nnc_correctness_sum_to_size_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8758390Z test_nnc_correctness_sum_to_size_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8758604Z test_nnc_correctness_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8758818Z test_nnc_correctness_sum_to_size_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8759026Z test_nnc_correctness_sum_to_size_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8759233Z test_nnc_correctness_sum_to_size_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8759438Z test_nnc_correctness_sum_to_size_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8759637Z test_nnc_correctness_sum_to_size_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8759851Z test_nnc_correctness_sum_to_size_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8760062Z test_nnc_correctness_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8760270Z test_nnc_correctness_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8760475Z test_nnc_correctness_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8760679Z test_nnc_correctness_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8760895Z test_nnc_correctness_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8761108Z test_nnc_correctness_svd_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8761325Z test_nnc_correctness_symeig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8761539Z test_nnc_correctness_symeig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8761752Z test_nnc_correctness_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8761954Z test_nnc_correctness_symeig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8762171Z test_nnc_correctness_t_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8762398Z test_nnc_correctness_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8762605Z test_nnc_correctness_t_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8762812Z test_nnc_correctness_t_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8763014Z test_nnc_correctness_t_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8763217Z test_nnc_correctness_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8763422Z test_nnc_correctness_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8763628Z test_nnc_correctness_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8763830Z test_nnc_correctness_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8764032Z test_nnc_correctness_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8764232Z test_nnc_correctness_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8764422Z test_nnc_correctness_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8764645Z test_nnc_correctness_take_along_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8764863Z test_nnc_correctness_take_along_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8765082Z test_nnc_correctness_take_along_dim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8765304Z test_nnc_correctness_take_along_dim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8765522Z test_nnc_correctness_take_along_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8765737Z test_nnc_correctness_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8765950Z test_nnc_correctness_take_along_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8766170Z test_nnc_correctness_take_along_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8766383Z test_nnc_correctness_take_along_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8766590Z test_nnc_correctness_take_along_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8766793Z test_nnc_correctness_take_along_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8767037Z test_nnc_correctness_take_along_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8767286Z test_nnc_correctness_take_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8767490Z test_nnc_correctness_take_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8767702Z test_nnc_correctness_take_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8767912Z test_nnc_correctness_take_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8768119Z test_nnc_correctness_take_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8768327Z test_nnc_correctness_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8768531Z test_nnc_correctness_take_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8768740Z test_nnc_correctness_take_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8769028Z test_nnc_correctness_take_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8769236Z test_nnc_correctness_take_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8769428Z test_nnc_correctness_take_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8769635Z test_nnc_correctness_take_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8769847Z test_nnc_correctness_tan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8770052Z test_nnc_correctness_tan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8770263Z test_nnc_correctness_tan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8770472Z test_nnc_correctness_tan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8770682Z test_nnc_correctness_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8770893Z test_nnc_correctness_tan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8771097Z test_nnc_correctness_tan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8771304Z test_nnc_correctness_tan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8771510Z test_nnc_correctness_tan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8771701Z test_nnc_correctness_tan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8771942Z test_nnc_correctness_tan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8772177Z test_nnc_correctness_tanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8772379Z test_nnc_correctness_tanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8772591Z test_nnc_correctness_tanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8772802Z test_nnc_correctness_tanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8773009Z test_nnc_correctness_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8773212Z test_nnc_correctness_tanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8773418Z test_nnc_correctness_tanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8773624Z test_nnc_correctness_tanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8773826Z test_nnc_correctness_tanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8774018Z test_nnc_correctness_tanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8774220Z test_nnc_correctness_tanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8774441Z test_nnc_correctness_tensor_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8774662Z test_nnc_correctness_tensor_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8774882Z test_nnc_correctness_tensor_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8775104Z test_nnc_correctness_tensor_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8775321Z test_nnc_correctness_tensor_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8775543Z test_nnc_correctness_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8775763Z test_nnc_correctness_tensor_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8775983Z test_nnc_correctness_tensor_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8776191Z test_nnc_correctness_tensor_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8776392Z test_nnc_correctness_tensor_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8776607Z test_nnc_correctness_tensor_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8776851Z test_nnc_correctness_tensor_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8777099Z test_nnc_correctness_tensordot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8777318Z test_nnc_correctness_tensordot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8777536Z test_nnc_correctness_tensordot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8777750Z test_nnc_correctness_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8777966Z test_nnc_correctness_tensordot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8778177Z test_nnc_correctness_tensordot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8778390Z test_nnc_correctness_tensordot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8778602Z test_nnc_correctness_tensordot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8778812Z test_nnc_correctness_tensordot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8779010Z test_nnc_correctness_tensordot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8779222Z test_nnc_correctness_tile_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8779428Z test_nnc_correctness_tile_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8779639Z test_nnc_correctness_tile_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8779846Z test_nnc_correctness_tile_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8780228Z test_nnc_correctness_tile_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8780449Z test_nnc_correctness_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8780661Z test_nnc_correctness_tile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8780866Z test_nnc_correctness_tile_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8781075Z test_nnc_correctness_tile_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8781284Z test_nnc_correctness_tile_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8781476Z test_nnc_correctness_tile_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8781677Z test_nnc_correctness_tile_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8781941Z test_nnc_correctness_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8782188Z test_nnc_correctness_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8782399Z test_nnc_correctness_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8782607Z test_nnc_correctness_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8782811Z test_nnc_correctness_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8783015Z test_nnc_correctness_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8783225Z test_nnc_correctness_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8783433Z test_nnc_correctness_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8783640Z test_nnc_correctness_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8783829Z test_nnc_correctness_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8784033Z test_nnc_correctness_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8784233Z test_nnc_correctness_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8784450Z test_nnc_correctness_to_sparse_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8784666Z test_nnc_correctness_to_sparse_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8784882Z test_nnc_correctness_to_sparse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8785097Z test_nnc_correctness_to_sparse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8785311Z test_nnc_correctness_to_sparse_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8785521Z test_nnc_correctness_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8785739Z test_nnc_correctness_to_sparse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8785949Z test_nnc_correctness_to_sparse_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8786146Z test_nnc_correctness_to_sparse_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8786351Z test_nnc_correctness_to_sparse_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8786562Z test_nnc_correctness_to_sparse_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8786793Z test_nnc_correctness_to_sparse_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8787036Z test_nnc_correctness_topk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8787245Z test_nnc_correctness_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8787448Z test_nnc_correctness_topk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8787652Z test_nnc_correctness_topk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8787857Z test_nnc_correctness_topk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8788064Z test_nnc_correctness_topk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8788272Z test_nnc_correctness_topk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8788462Z test_nnc_correctness_topk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8788676Z test_nnc_correctness_trace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8788890Z test_nnc_correctness_trace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8789105Z test_nnc_correctness_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8789316Z test_nnc_correctness_trace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8789528Z test_nnc_correctness_trace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8789732Z test_nnc_correctness_trace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8789931Z test_nnc_correctness_trace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8790138Z test_nnc_correctness_trace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8790348Z test_nnc_correctness_trace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8790567Z test_nnc_correctness_transpose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8790770Z test_nnc_correctness_transpose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8790991Z test_nnc_correctness_transpose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8791208Z test_nnc_correctness_transpose_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8791424Z test_nnc_correctness_transpose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8791668Z test_nnc_correctness_transpose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8791911Z test_nnc_correctness_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8792125Z test_nnc_correctness_transpose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8792335Z test_nnc_correctness_transpose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8792549Z test_nnc_correctness_transpose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8792759Z test_nnc_correctness_transpose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8792970Z test_nnc_correctness_transpose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8793183Z test_nnc_correctness_transpose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8793387Z test_nnc_correctness_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8793609Z test_nnc_correctness_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8793826Z test_nnc_correctness_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8794041Z test_nnc_correctness_trapezoid_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8794251Z test_nnc_correctness_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8794462Z test_nnc_correctness_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8794673Z test_nnc_correctness_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8794879Z test_nnc_correctness_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8795090Z test_nnc_correctness_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8795304Z test_nnc_correctness_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8795515Z test_nnc_correctness_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8795709Z test_nnc_correctness_trapz_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8795926Z test_nnc_correctness_trapz_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8796137Z test_nnc_correctness_trapz_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8796347Z test_nnc_correctness_trapz_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8796579Z test_nnc_correctness_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8796806Z test_nnc_correctness_trapz_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8797014Z test_nnc_correctness_trapz_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8797218Z test_nnc_correctness_trapz_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8797415Z test_nnc_correctness_trapz_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8797620Z test_nnc_correctness_trapz_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8797831Z test_nnc_correctness_trapz_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8798044Z test_nnc_correctness_triangular_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8798268Z test_nnc_correctness_triangular_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8798490Z test_nnc_correctness_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8798710Z test_nnc_correctness_triangular_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8798923Z test_nnc_correctness_tril_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8799132Z test_nnc_correctness_tril_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8799344Z test_nnc_correctness_tril_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8799558Z test_nnc_correctness_tril_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8799771Z test_nnc_correctness_tril_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8799979Z test_nnc_correctness_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8800183Z test_nnc_correctness_tril_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8800389Z test_nnc_correctness_tril_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8800582Z test_nnc_correctness_tril_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8800787Z test_nnc_correctness_tril_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8800989Z test_nnc_correctness_tril_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8801218Z test_nnc_correctness_tril_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8801435Z test_nnc_correctness_tril_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8801683Z test_nnc_correctness_tril_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8801895Z test_nnc_correctness_triu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8802101Z test_nnc_correctness_triu_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8802310Z test_nnc_correctness_triu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8802524Z test_nnc_correctness_triu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8802733Z test_nnc_correctness_triu_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8802921Z test_nnc_correctness_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8803121Z test_nnc_correctness_triu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8803323Z test_nnc_correctness_triu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8803526Z test_nnc_correctness_triu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8803732Z test_nnc_correctness_triu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8803939Z test_nnc_correctness_triu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8804139Z test_nnc_correctness_triu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8804351Z test_nnc_correctness_triu_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8804565Z test_nnc_correctness_triu_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8804781Z test_nnc_correctness_true_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8804999Z test_nnc_correctness_true_divide_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8805207Z test_nnc_correctness_true_divide_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8805426Z test_nnc_correctness_true_divide_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8805643Z test_nnc_correctness_true_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8805858Z test_nnc_correctness_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8806100Z test_nnc_correctness_true_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8806342Z test_nnc_correctness_true_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8806555Z test_nnc_correctness_true_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8806767Z test_nnc_correctness_true_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8806979Z test_nnc_correctness_true_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8807185Z test_nnc_correctness_true_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8807397Z test_nnc_correctness_trunc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8807608Z test_nnc_correctness_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8807799Z test_nnc_correctness_trunc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8808004Z test_nnc_correctness_trunc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8808204Z test_nnc_correctness_trunc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8808411Z test_nnc_correctness_trunc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8808616Z test_nnc_correctness_trunc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8808825Z test_nnc_correctness_trunc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8809116Z test_nnc_correctness_unbind_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8809324Z test_nnc_correctness_unbind_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8809544Z test_nnc_correctness_unbind_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8809761Z test_nnc_correctness_unbind_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8809973Z test_nnc_correctness_unbind_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8810169Z test_nnc_correctness_unbind_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8810372Z test_nnc_correctness_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8810571Z test_nnc_correctness_unbind_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8810780Z test_nnc_correctness_unbind_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8811014Z test_nnc_correctness_unbind_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8811243Z test_nnc_correctness_unbind_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8811448Z test_nnc_correctness_unbind_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8811656Z test_nnc_correctness_unbind_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8811877Z test_nnc_correctness_unflatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8812090Z test_nnc_correctness_unflatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8812310Z test_nnc_correctness_unflatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8812516Z test_nnc_correctness_unflatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8812733Z test_nnc_correctness_unflatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8812945Z test_nnc_correctness_unflatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8813151Z test_nnc_correctness_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8813370Z test_nnc_correctness_unflatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8813583Z test_nnc_correctness_unflatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8813787Z test_nnc_correctness_unflatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8813998Z test_nnc_correctness_unflatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8814205Z test_nnc_correctness_unflatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8814413Z test_nnc_correctness_unflatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8814630Z test_nnc_correctness_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8814839Z test_nnc_correctness_unfold_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8815037Z test_nnc_correctness_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8815251Z test_nnc_correctness_unfold_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8815463Z test_nnc_correctness_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8815673Z test_nnc_correctness_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8815911Z test_nnc_correctness_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8816141Z test_nnc_correctness_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8816348Z test_nnc_correctness_unfold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8816556Z test_nnc_correctness_unfold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8816761Z test_nnc_correctness_unfold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8816966Z test_nnc_correctness_unfold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8817171Z test_nnc_correctness_unfold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8817370Z test_nnc_correctness_uniform_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8817585Z test_nnc_correctness_uniform_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8817799Z test_nnc_correctness_uniform_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8818007Z test_nnc_correctness_uniform_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8818220Z test_nnc_correctness_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8818433Z test_nnc_correctness_uniform_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8818659Z test_nnc_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8818880Z test_nnc_correctness_unique_consecutive_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8819105Z test_nnc_correctness_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8819331Z test_nnc_correctness_unique_consecutive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8819555Z test_nnc_correctness_unique_consecutive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8819764Z test_nnc_correctness_unique_consecutive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8820117Z test_nnc_correctness_unique_consecutive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8820338Z test_nnc_correctness_unique_consecutive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8820556Z test_nnc_correctness_unique_consecutive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8820814Z test_nnc_correctness_unique_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8821056Z test_nnc_correctness_unique_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8821269Z test_nnc_correctness_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8821472Z test_nnc_correctness_unique_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8821680Z test_nnc_correctness_unique_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8821883Z test_nnc_correctness_unique_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8822085Z test_nnc_correctness_unique_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8822295Z test_nnc_correctness_unique_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8822490Z test_nnc_correctness_unique_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8822708Z test_nnc_correctness_unsqueeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8822923Z test_nnc_correctness_unsqueeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8823144Z test_nnc_correctness_unsqueeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8823367Z test_nnc_correctness_unsqueeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8823588Z test_nnc_correctness_unsqueeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8823802Z test_nnc_correctness_unsqueeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8824013Z test_nnc_correctness_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8824230Z test_nnc_correctness_unsqueeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8824444Z test_nnc_correctness_unsqueeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8824653Z test_nnc_correctness_unsqueeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8824852Z test_nnc_correctness_unsqueeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8825063Z test_nnc_correctness_unsqueeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8825270Z test_nnc_correctness_unsqueeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8825478Z test_nnc_correctness_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8825711Z test_nnc_correctness_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8825950Z test_nnc_correctness_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8826157Z test_nnc_correctness_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8826357Z test_nnc_correctness_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8826555Z test_nnc_correctness_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8826767Z test_nnc_correctness_var_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8826983Z test_nnc_correctness_var_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8827188Z test_nnc_correctness_var_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8827403Z test_nnc_correctness_var_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8827608Z test_nnc_correctness_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8827817Z test_nnc_correctness_var_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8828026Z test_nnc_correctness_vdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8828239Z test_nnc_correctness_vdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8828447Z test_nnc_correctness_vdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8828654Z test_nnc_correctness_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8828854Z test_nnc_correctness_vdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8829063Z test_nnc_correctness_vdot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8829271Z test_nnc_correctness_vdot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8829477Z test_nnc_correctness_vdot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8829670Z test_nnc_correctness_vdot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8829871Z test_nnc_correctness_vdot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8830047Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8830269Z test_nnc_correctness_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8830550Z test_nnc_correctness_view_as_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8830789Z test_nnc_correctness_view_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8830998Z test_nnc_correctness_view_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8831211Z test_nnc_correctness_view_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8831423Z test_nnc_correctness_view_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8831635Z test_nnc_correctness_view_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8831847Z test_nnc_correctness_view_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8832040Z test_nnc_correctness_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8832251Z test_nnc_correctness_view_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8832465Z test_nnc_correctness_view_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8832675Z test_nnc_correctness_view_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8832879Z test_nnc_correctness_view_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8833085Z test_nnc_correctness_view_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8833288Z test_nnc_correctness_view_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8833506Z test_nnc_correctness_view_as_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8833725Z test_nnc_correctness_view_as_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8833927Z test_nnc_correctness_view_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8834135Z test_nnc_correctness_view_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8834336Z test_nnc_correctness_view_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8834549Z test_nnc_correctness_view_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8834755Z test_nnc_correctness_view_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8834964Z test_nnc_correctness_view_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8835167Z test_nnc_correctness_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8835391Z test_nnc_correctness_view_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8835636Z test_nnc_correctness_view_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8835839Z test_nnc_correctness_view_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8836041Z test_nnc_correctness_view_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8836246Z test_nnc_correctness_view_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8836453Z test_nnc_correctness_view_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8836653Z test_nnc_correctness_vsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8836863Z test_nnc_correctness_vsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8837076Z test_nnc_correctness_vsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8837286Z test_nnc_correctness_vsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8837500Z test_nnc_correctness_vsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8837716Z test_nnc_correctness_vsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8837928Z test_nnc_correctness_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8838132Z test_nnc_correctness_vsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8838339Z test_nnc_correctness_vsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8838539Z test_nnc_correctness_vsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8838744Z test_nnc_correctness_vsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8838940Z test_nnc_correctness_vsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8839148Z test_nnc_correctness_vsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8839358Z test_nnc_correctness_vstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8839561Z test_nnc_correctness_vstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8839774Z test_nnc_correctness_vstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8839986Z test_nnc_correctness_vstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8840232Z test_nnc_correctness_vstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8840466Z test_nnc_correctness_vstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8840678Z test_nnc_correctness_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8840879Z test_nnc_correctness_vstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8841089Z test_nnc_correctness_vstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8841291Z test_nnc_correctness_vstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8841487Z test_nnc_correctness_vstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8841695Z test_nnc_correctness_vstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8841897Z test_nnc_correctness_vstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8842109Z test_nnc_correctness_where_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8842316Z test_nnc_correctness_where_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8842531Z test_nnc_correctness_where_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8842747Z test_nnc_correctness_where_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8842961Z test_nnc_correctness_where_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8843171Z test_nnc_correctness_where_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8843372Z test_nnc_correctness_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8843572Z test_nnc_correctness_where_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8843766Z test_nnc_correctness_where_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8843975Z test_nnc_correctness_where_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8844178Z test_nnc_correctness_where_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8844381Z test_nnc_correctness_where_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8844587Z test_nnc_correctness_where_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8844797Z test_nnc_correctness_xlogy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8845032Z test_nnc_correctness_xlogy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8845266Z test_nnc_correctness_xlogy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8845468Z test_nnc_correctness_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8845679Z test_nnc_correctness_xlogy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8845884Z test_nnc_correctness_xlogy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8846073Z test_nnc_correctness_xlogy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8846274Z test_nnc_correctness_xlogy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8846481Z test_nnc_correctness_xlogy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8846687Z test_nnc_correctness_xlogy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8846895Z test_nnc_correctness_zero__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8847098Z test_nnc_correctness_zero__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8847315Z test_nnc_correctness_zero__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8847527Z test_nnc_correctness_zero__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8847737Z test_nnc_correctness_zero__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8847944Z test_nnc_correctness_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8848145Z test_nnc_correctness_zero__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8848336Z test_nnc_correctness_zero__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8848536Z test_nnc_correctness_zero__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8848743Z test_nnc_correctness_zero__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8849055Z test_nnc_correctness_zero__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8849268Z test_nnc_correctness_zero__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8849478Z test_nnc_correctness_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8849684Z test_nnc_correctness_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8849935Z test_nnc_correctness_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8850175Z test_nnc_correctness_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8850387Z test_nnc_correctness_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8850596Z test_nnc_correctness_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8850784Z test_nnc_correctness_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8850984Z test_nnc_correctness_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8851191Z test_nnc_correctness_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8851403Z test_nnc_correctness_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8851605Z test_nnc_correctness_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8851809Z test_nnc_correctness_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8852016Z test_nnc_correctness_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8852231Z test_nnc_correctness_zeros_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8852449Z test_nnc_correctness_zeros_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8852670Z test_nnc_correctness_zeros_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8852890Z test_nnc_correctness_zeros_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8853109Z test_nnc_correctness_zeros_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8853309Z test_nnc_correctness_zeros_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8853521Z test_nnc_correctness_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8853738Z test_nnc_correctness_zeros_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8853951Z test_nnc_correctness_zeros_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8854160Z test_nnc_correctness_zeros_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8854370Z test_nnc_correctness_zeros_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8854580Z test_nnc_correctness_zeros_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8854819Z test_nnc_correctness_zeros_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8854990Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8855131Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8855267Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8855415Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8855560Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8855706Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8855852Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8856000Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8856151Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8856298Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8856432Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8856576Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8856726Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8856868Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8857012Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8857160Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8857306Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8857452Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8857586Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8857733Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8857878Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8858024Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8858173Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8858324Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8858484Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8858627Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8858773Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8858910Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8859059Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8859205Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8859352Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8859502Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8859649Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8859796Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8860136Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8860379Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8860584Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8860739Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8860889Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8861045Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8861186Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8861331Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8861476Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8861612Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8861775Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8861932Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8862076Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8862229Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8862376Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8862522Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8862677Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8862831Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8862968Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8863114Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8863272Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8863430Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8863584Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8863727Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8863882Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8864021Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8864151Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8864295Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8864441Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8864592Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8864736Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8864903Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8865050Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8865193Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8865329Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8865477Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8865620Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8865808Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8865980Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8866125Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8866265Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8866406Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8866538Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8866681Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8866824Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8866965Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8867114Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8867258Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8867400Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8867543Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8867684Z test_unsupported_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8867817Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8867963Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8868105Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8868254Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8868403Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8868551Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8868698Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8868840Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8868971Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8869113Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8869265Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8869411Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8869552Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8869700Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8869844Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8869985Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8870115Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8870257Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8870404Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8870550Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8870710Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-12-01T10:13:01.8870857Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8871026Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8871208Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8871341Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8871493Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8871642Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8871782Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8871923Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8872065Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8872209Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8872355Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8872500Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8872635Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8872783Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8872925Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8873070Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8873222Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8873367Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8873509Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8873658Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8873784Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8873932Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8874079Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8874226Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8874375Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8874519Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8874671Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8874821Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8874959Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8875101Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8875248Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8875394Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8875535Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8875679Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8875827Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8875973Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8876103Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8876246Z test_unsupported_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8876464Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8876687Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8876867Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8877057Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8877235Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:01.8877377Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8877524Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8877656Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8877816Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8877975Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8878125Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8878276Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8878424Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8878583Z test_unsupported_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8878729Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8878884Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8879028Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8879185Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8879354Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8879503Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8879655Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8879810Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8879968Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8880123Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8880262Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8880435Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8880581Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8880737Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8880897Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8881051Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8881208Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8881366Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8881522Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8881709Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8881889Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8882040Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8882214Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8882366Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8882530Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8882754Z test_unsupported_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8882905Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8883061Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8883200Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8883352Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8883518Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8883667Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8883819Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8883974Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8884133Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8884287Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8884427Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8884583Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8884731Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8884881Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8885037Z test_unsupported_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8885187Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8885337Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8885489Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8885635Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8885774Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8885923Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8886071Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8886217Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8886360Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8886511Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8886660Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8886798Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8886961Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8887139Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8887278Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8887417Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8887566Z test_unsupported_masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8887714Z test_unsupported_masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8887866Z test_unsupported_masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8888019Z test_unsupported_masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8888159Z test_unsupported_masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8888313Z test_unsupported_masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8888472Z test_unsupported_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8888629Z test_unsupported_masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8888786Z test_unsupported_masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8889020Z test_unsupported_masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8889178Z test_unsupported_masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8889330Z test_unsupported_masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8889489Z test_unsupported_masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8889630Z test_unsupported_masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8889786Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8889939Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8890095Z test_unsupported_masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8890249Z test_unsupported_masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8890402Z test_unsupported_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8890552Z test_unsupported_masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8890699Z test_unsupported_masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8890829Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8890994Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8891163Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8891311Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8891459Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8891629Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8891799Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8891959Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8892121Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8892289Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8892436Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8892611Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8892755Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8892908Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8893049Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8893214Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8893377Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8893526Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8893675Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8893822Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8893973Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8894123Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8894272Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8894421Z test_unsupported_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8894565Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8894709Z test_unsupported_native_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8894865Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8895014Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8895172Z test_unsupported_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8895319Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8895462Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8895608Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8895753Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8895943Z test_unsupported_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8896106Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8896287Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8896462Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8896635Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8896803Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8896981Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8897148Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8897313Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8897472Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8897646Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8897841Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8898020Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8898209Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8898368Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8898527Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8898689Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8898863Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8899036Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8899198Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8899375Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8899550Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8899717Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8899881Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8900153Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8900321Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8900487Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8900646Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8900804Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8900971Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8901162Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8901357Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8901539Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8901720Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8901897Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8902056Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8902214Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8902367Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8902531Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8902707Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8902878Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8903098Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8903305Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8903483Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8903661Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8903838Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8904000Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8904179Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8904342Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8904505Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8904671Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8904833Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8905009Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8905176Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8905353Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8905505Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8905669Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8905830Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8905998Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8906171Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8906334Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8906508Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8906675Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8906834Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8906995Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8907160Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8907329Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8907508Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8907691Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8907851Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8908014Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8908182Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8908364Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8908603Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8908773Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8908945Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8909105Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8909274Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8909448Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8909624Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8909785Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8909932Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8910091Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8910249Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8910418Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8910589Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8910751Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8910928Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8911097Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8911275Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8911454Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8911616Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8911792Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8911965Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8912115Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8912261Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8912412Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8912555Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8912695Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8912828Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8912983Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8913126Z test_unsupported_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8913274Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8913416Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8913594Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8913772Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8913921Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8914053Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8914221Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8914382Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8914539Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8914701Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8914865Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8915016Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8915162Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8915305Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8915433Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8915580Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8915726Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8915872Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8916021Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8916164Z test_unsupported_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8916312Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8916457Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8916588Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8916734Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8916877Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8917034Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8917178Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8917324Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8917474Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8917626Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8917756Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8917896Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8918052Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8918206Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8918364Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8918514Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8918661Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8918820Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8919010Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8919183Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8919342Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8919498Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8919650Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8919812Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8919975Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8920121Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8920278Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8920409Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8920554Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8920696Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8920840Z test_unsupported_slice_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8920990Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8921135Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8921292Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8921435Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8921588Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8921747Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8921905Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8922060Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8922214Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8922368Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8922559Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8922742Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8922924Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8923101Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8923255Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8923408Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8923593Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8923777Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8923927Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8924073Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8924252Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8924468Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8924642Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8924801Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8924969Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8925131Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8925290Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8925447Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8925601Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8925755Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8925939Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8926104Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8926278Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8926472Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8926668Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8926861Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8927053Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:13:01.8927230Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8927387Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8927541Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8927674Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8927827Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8927981Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8928126Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8928274Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8928416Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8928556Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8928703Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8928832Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8929064Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8929208Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8929356Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8929536Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8929721Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8929865Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8930016Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8930167Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8930294Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8930433Z test_unsupported_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8930581Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8930725Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8930875Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8931026Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8931175Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8931332Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8931462Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8931604Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8931750Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8931901Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8932044Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8932191Z test_unsupported_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8932352Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8932498Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8932628Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8932773Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8932913Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8933067Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8933209Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8933350Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8933493Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8933637Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8933768Z test_unsupported_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8933918Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.001s) 2022-12-01T10:13:01.8934054Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.405s) 2022-12-01T10:13:01.8934190Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.406s) 2022-12-01T10:13:01.8934326Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.456s) 2022-12-01T10:13:01.8934460Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.401s) 2022-12-01T10:13:01.8934595Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.050s) 2022-12-01T10:13:01.8934733Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.069s) 2022-12-01T10:13:01.8934884Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.468s) 2022-12-01T10:13:01.8935047Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.440s) 2022-12-01T10:13:01.8935200Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.092s) 2022-12-01T10:13:01.8935335Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-12-01T10:13:01.8935474Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.405s) 2022-12-01T10:13:01.8935610Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-12-01T10:13:01.8935745Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.335s) 2022-12-01T10:13:01.8935879Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.332s) 2022-12-01T10:13:01.8935999Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.044s) 2022-12-01T10:13:01.8936131Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.334s) 2022-12-01T10:13:01.8936272Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.425s) 2022-12-01T10:13:01.8936418Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.104s) 2022-12-01T10:13:01.8936552Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.072s) 2022-12-01T10:13:01.8936684Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.071s) 2022-12-01T10:13:01.8936857Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:13:01.8937010Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.402s) 2022-12-01T10:13:01.8937181Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:13:01.8937306Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.330s) 2022-12-01T10:13:01.8937440Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.453s) 2022-12-01T10:13:01.8937577Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-12-01T10:13:01.8937714Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.072s) 2022-12-01T10:13:01.8937846Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.071s) 2022-12-01T10:13:01.8937991Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.098s) 2022-12-01T10:13:01.8938132Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.314s) 2022-12-01T10:13:01.8938270Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-12-01T10:13:01.8938396Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.332s) 2022-12-01T10:13:01.8938529Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.044s) 2022-12-01T10:13:01.8938663Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.405s) 2022-12-01T10:13:01.8938800Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.413s) 2022-12-01T10:13:01.8938935Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.413s) 2022-12-01T10:13:01.8939072Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.336s) 2022-12-01T10:13:01.8939206Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.330s) 2022-12-01T10:13:01.8939342Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.037s) 2022-12-01T10:13:01.8939462Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.415s) 2022-12-01T10:13:01.8939613Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.500s) 2022-12-01T10:13:01.8939750Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.070s) 2022-12-01T10:13:01.8939886Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.071s) 2022-12-01T10:13:01.8940200Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-12-01T10:13:01.8940411Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.177s) 2022-12-01T10:13:01.8940586Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.071s) 2022-12-01T10:13:01.8940722Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.331s) 2022-12-01T10:13:01.8940840Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.428s) 2022-12-01T10:13:01.8940985Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.378s) 2022-12-01T10:13:01.8941131Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.479s) 2022-12-01T10:13:01.8941267Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.542s) 2022-12-01T10:13:01.8941408Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.479s) 2022-12-01T10:13:01.8941540Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.120s) 2022-12-01T10:13:01.8941679Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.406s) 2022-12-01T10:13:01.8941813Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.418s) 2022-12-01T10:13:01.8941936Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.052s) 2022-12-01T10:13:01.8942098Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.178s) 2022-12-01T10:13:01.8942264Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.086s) 2022-12-01T10:13:01.8942427Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.159s) 2022-12-01T10:13:01.8942586Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.182s) 2022-12-01T10:13:01.8942744Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.420s) 2022-12-01T10:13:01.8942898Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.075s) 2022-12-01T10:13:01.8943051Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.140s) 2022-12-01T10:13:01.8943198Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.080s) 2022-12-01T10:13:01.8943355Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.078s) 2022-12-01T10:13:01.8943514Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.075s) 2022-12-01T10:13:01.8943672Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.154s) 2022-12-01T10:13:01.8943811Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.120s) 2022-12-01T10:13:01.8943946Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.404s) 2022-12-01T10:13:01.8944091Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.071s) 2022-12-01T10:13:01.8944233Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.460s) 2022-12-01T10:13:01.8944379Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.145s) 2022-12-01T10:13:01.8944508Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.270s) 2022-12-01T10:13:01.8944644Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-12-01T10:13:01.8944780Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.071s) 2022-12-01T10:13:01.8944914Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.487s) 2022-12-01T10:13:01.8945049Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.332s) 2022-12-01T10:13:01.8945190Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.073s) 2022-12-01T10:13:01.8945325Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.036s) 2022-12-01T10:13:01.8945459Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-12-01T10:13:01.8945580Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-12-01T10:13:01.8945740Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.044s) 2022-12-01T10:13:01.8945921Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.505s) 2022-12-01T10:13:01.8946052Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.532s) 2022-12-01T10:13:01.8946183Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.071s) 2022-12-01T10:13:01.8946315Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.034s) 2022-12-01T10:13:01.8946448Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.033s) 2022-12-01T10:13:01.8946592Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.242s) 2022-12-01T10:13:01.8946723Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.421s) 2022-12-01T10:13:01.8946859Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.044s) 2022-12-01T10:13:01.8947003Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.274s) 2022-12-01T10:13:01.8947141Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.145s) 2022-12-01T10:13:01.8947277Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.271s) 2022-12-01T10:13:01.8947413Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... ok (0.387s) 2022-12-01T10:13:01.8947533Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.355s) 2022-12-01T10:13:01.8947674Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.142s) 2022-12-01T10:13:01.8947785Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.392s) 2022-12-01T10:13:01.8947909Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.109s) 2022-12-01T10:13:01.8948088Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T10:13:01.8948471Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T10:13:01.8948741Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T10:13:01.8949437Z test_batch_norm (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:13:01.8949539Z warnings.warn(msg, FutureWarning) 2022-12-01T10:13:01.8949609Z ok (1.221s) 2022-12-01T10:13:01.8949746Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (2.810s) 2022-12-01T10:13:01.8949860Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (8.759s) 2022-12-01T10:13:01.8949984Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.803s) 2022-12-01T10:13:01.8950120Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (1.051s) 2022-12-01T10:13:01.8950332Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:13:01.8950463Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (2.038s) 2022-12-01T10:13:01.8950589Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.279s) 2022-12-01T10:13:01.8950713Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.687s) 2022-12-01T10:13:01.8950843Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (1.258s) 2022-12-01T10:13:01.8951003Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-12-01T10:13:01.8951138Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.627s) 2022-12-01T10:13:01.8951292Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:13:01.8951460Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T10:13:01.8951658Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T10:13:01.8951873Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:13:01.8952035Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-12-01T10:13:01.8952198Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T10:13:01.8952307Z test_clamp (__main__.TestTEFuserDynamic) ... ok (3.853s) 2022-12-01T10:13:01.8952432Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.138s) 2022-12-01T10:13:01.8952557Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.132s) 2022-12-01T10:13:01.8952692Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.302s) 2022-12-01T10:13:01.8952822Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.340s) 2022-12-01T10:13:01.8952957Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.317s) 2022-12-01T10:13:01.8953078Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.692s) 2022-12-01T10:13:01.8953211Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.808s) 2022-12-01T10:13:01.8953372Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.002s) 2022-12-01T10:13:01.8953616Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-12-01T10:13:01.8953871Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-12-01T10:13:01.8954023Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:13:01.8954141Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.127s) 2022-12-01T10:13:01.8954265Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.006s) 2022-12-01T10:13:01.8954385Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.134s) 2022-12-01T10:13:01.8954513Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.009s) 2022-12-01T10:13:01.8954633Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (2.476s) 2022-12-01T10:13:01.8954769Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.456s) 2022-12-01T10:13:01.8954888Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.002s) 2022-12-01T10:13:01.8955030Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.041s) 2022-12-01T10:13:01.8955145Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.139s) 2022-12-01T10:13:01.8955311Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:13:01.8955428Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.003s) 2022-12-01T10:13:01.8955563Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.394s) 2022-12-01T10:13:01.8955681Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.431s) 2022-12-01T10:13:01.8955824Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.602s) 2022-12-01T10:13:01.8955944Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.831s) 2022-12-01T10:13:01.8956111Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:13:01.8956230Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.478s) 2022-12-01T10:13:01.8956551Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-12-01T10:13:01.8956668Z test_lstm (__main__.TestTEFuserDynamic) ... ok (1.038s) 2022-12-01T10:13:01.8956793Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.230s) 2022-12-01T10:13:01.8956923Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (15.847s) 2022-12-01T10:13:01.8957048Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.553s) 2022-12-01T10:13:01.8957205Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.002s) 2022-12-01T10:13:01.8957468Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.003s) 2022-12-01T10:13:01.8957730Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-12-01T10:13:01.8957851Z test_minmax (__main__.TestTEFuserDynamic) ... ok (1.669s) 2022-12-01T10:13:01.8957981Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (1.008s) 2022-12-01T10:13:01.8958103Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.168s) 2022-12-01T10:13:01.8958212Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.155s) 2022-12-01T10:13:01.8958453Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:13:01.8958571Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-12-01T10:13:01.8958895Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-12-01 10:12:05 1454:1454 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:13:01.8959148Z STAGE:2022-12-01 10:12:05 1454:1454 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:13:01.8959218Z ok (0.110s) 2022-12-01T10:13:01.8959380Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.002s) 2022-12-01T10:13:01.8959531Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:13:01.8959672Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:13:01.8959793Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.198s) 2022-12-01T10:13:01.8959919Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.215s) 2022-12-01T10:13:01.8960066Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.041s) 2022-12-01T10:13:01.8960185Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.069s) 2022-12-01T10:13:01.8960310Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.749s) 2022-12-01T10:13:01.8960447Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.067s) 2022-12-01T10:13:01.8960583Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.234s) 2022-12-01T10:13:01.8960700Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.335s) 2022-12-01T10:13:01.8960820Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.180s) 2022-12-01T10:13:01.8960941Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.269s) 2022-12-01T10:13:01.8961071Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.156s) 2022-12-01T10:13:01.8961192Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.131s) 2022-12-01T10:13:01.8961318Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (1.561s) 2022-12-01T10:13:01.8961452Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.707s) 2022-12-01T10:13:01.8961584Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (0.514s) 2022-12-01T10:13:01.8961698Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.711s) 2022-12-01T10:13:01.8961824Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.209s) 2022-12-01T10:13:01.8961950Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.147s) 2022-12-01T10:13:01.8962074Z test_to_dtype (__main__.TestTEFuserDynamic) ... ok (0.381s) 2022-12-01T10:13:01.8962195Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (3.907s) 2022-12-01T10:13:01.8962319Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (2.059s) 2022-12-01T10:13:01.8962441Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.051s) 2022-12-01T10:13:01.8962623Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:13:01.8962752Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.012s) 2022-12-01T10:13:01.8962895Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.346s) 2022-12-01T10:13:01.8963026Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.355s) 2022-12-01T10:13:01.8963568Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... test_jit_fuser_te.py:1187: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:13:01.8963674Z return v.to(dtype) 2022-12-01T10:13:01.8963742Z ok (0.037s) 2022-12-01T10:13:01.8963874Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.368s) 2022-12-01T10:13:01.8963999Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (2.681s) 2022-12-01T10:13:01.8964337Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-12-01T10:13:01.8964446Z warnings.warn("Only works in script mode") 2022-12-01T10:13:01.8964512Z ok (0.172s) 2022-12-01T10:13:01.8964648Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.092s) 2022-12-01T10:13:01.8964764Z test_abs (__main__.TestTEFuserStatic) ... ok (0.050s) 2022-12-01T10:13:01.8964900Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.087s) 2022-12-01T10:13:01.8965019Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.132s) 2022-12-01T10:13:01.8965127Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.053s) 2022-12-01T10:13:01.8965272Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.041s) 2022-12-01T10:13:01.8965537Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.001s) 2022-12-01T10:13:01.8965797Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-12-01T10:13:01.8966469Z test_batch_norm (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:13:01.8966572Z warnings.warn(msg, FutureWarning) 2022-12-01T10:13:01.8966643Z ok (0.405s) 2022-12-01T10:13:01.8966774Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (1.137s) 2022-12-01T10:13:01.8966898Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (3.305s) 2022-12-01T10:13:01.8967009Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.307s) 2022-12-01T10:13:01.8967141Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (1.051s) 2022-12-01T10:13:01.8967280Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (10.552s) 2022-12-01T10:13:01.8967403Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.685s) 2022-12-01T10:13:01.8967525Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.055s) 2022-12-01T10:13:01.8967646Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.492s) 2022-12-01T10:13:01.8967771Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.076s) 2022-12-01T10:13:01.8967944Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:13:01.8968064Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.066s) 2022-12-01T10:13:01.8968179Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.097s) 2022-12-01T10:13:01.8968309Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (1.116s) 2022-12-01T10:13:01.8968439Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.089s) 2022-12-01T10:13:01.8968589Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.136s) 2022-12-01T10:13:01.8968715Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (0.139s) 2022-12-01T10:13:01.8968843Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.175s) 2022-12-01T10:13:01.8969042Z test_clamp (__main__.TestTEFuserStatic) ... ok (0.892s) 2022-12-01T10:13:01.8969157Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.055s) 2022-12-01T10:13:01.8969315Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.052s) 2022-12-01T10:13:01.8969477Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.089s) 2022-12-01T10:13:01.8969606Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.114s) 2022-12-01T10:13:01.8969731Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.097s) 2022-12-01T10:13:01.8969850Z test_concat (__main__.TestTEFuserStatic) ... ok (0.048s) 2022-12-01T10:13:01.8969981Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.074s) 2022-12-01T10:13:01.8970426Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... test_jit_fuser_te.py:2442: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-12-01T10:13:01.8970507Z r = torch.tensor(4) 2022-12-01T10:13:01.8970563Z ok (0.106s) 2022-12-01T10:13:01.8970679Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.022s) 2022-12-01T10:13:01.8970812Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... ok (0.854s) 2022-12-01T10:13:01.8970959Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:13:01.8971075Z test_dims (__main__.TestTEFuserStatic) ... ok (0.066s) 2022-12-01T10:13:01.8971198Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.005s) 2022-12-01T10:13:01.8971319Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.034s) 2022-12-01T10:13:01.8971430Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.008s) 2022-12-01T10:13:01.8971557Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (2.121s) 2022-12-01T10:13:01.8971690Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.106s) 2022-12-01T10:13:01.8971803Z test_erf (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-12-01T10:13:01.8971949Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.029s) 2022-12-01T10:13:01.8972065Z test_exp (__main__.TestTEFuserStatic) ... ok (0.043s) 2022-12-01T10:13:01.8972228Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:13:01.8972343Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.002s) 2022-12-01T10:13:01.8972466Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.101s) 2022-12-01T10:13:01.8972595Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.165s) 2022-12-01T10:13:01.8972733Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.123s) 2022-12-01T10:13:01.8972848Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.493s) 2022-12-01T10:13:01.8973013Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-12-01T10:13:01.8973129Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.093s) 2022-12-01T10:13:01.8973457Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.002s) 2022-12-01T10:13:01.8973572Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.222s) 2022-12-01T10:13:01.8973682Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.226s) 2022-12-01T10:13:01.8973820Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (2.341s) 2022-12-01T10:13:01.8973941Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.142s) 2022-12-01T10:13:01.8974095Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.002s) 2022-12-01T10:13:01.8974212Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.989s) 2022-12-01T10:13:01.8974328Z test_milstm (__main__.TestTEFuserStatic) ... ok (1.172s) 2022-12-01T10:13:01.8974441Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.281s) 2022-12-01T10:13:01.8974569Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.301s) 2022-12-01T10:13:01.8974708Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.051s) 2022-12-01T10:13:01.8974830Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.197s) 2022-12-01T10:13:01.8975099Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.001s) 2022-12-01T10:13:01.8975212Z test_nop (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-12-01T10:13:01.8975538Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-12-01 10:12:54 1454:1454 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:13:01.8975789Z STAGE:2022-12-01 10:12:54 1454:1454 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:13:01.8975857Z ok (0.037s) 2022-12-01T10:13:01.8976018Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.002s) 2022-12-01T10:13:01.8976154Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:13:01.8976302Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-12-01T10:13:01.8976423Z test_relu (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-12-01T10:13:01.8976550Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.062s) 2022-12-01T10:13:01.8976697Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.028s) 2022-12-01T10:13:01.8976816Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-12-01T10:13:01.8976937Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.106s) 2022-12-01T10:13:01.8977058Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.064s) 2022-12-01T10:13:01.8977187Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.039s) 2022-12-01T10:13:01.8977313Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.098s) 2022-12-01T10:13:01.8977433Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-12-01T10:13:01.8977551Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.130s) 2022-12-01T10:13:01.8977683Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.061s) 2022-12-01T10:13:01.8977808Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.056s) 2022-12-01T10:13:01.8977932Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.596s) 2022-12-01T10:13:01.8978052Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.133s) 2022-12-01T10:13:01.8978180Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (0.208s) 2022-12-01T10:13:01.8978304Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.247s) 2022-12-01T10:13:01.8978427Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.059s) 2022-12-01T10:13:01.8978545Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.066s) 2022-12-01T10:13:01.8978664Z test_to_dtype (__main__.TestTEFuserStatic) ... ok (0.176s) 2022-12-01T10:13:01.8978784Z test_torch_to (__main__.TestTEFuserStatic) ... ok (1.071s) 2022-12-01T10:13:01.8978910Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (1.664s) 2022-12-01T10:13:01.8979020Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.068s) 2022-12-01T10:13:01.8979212Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:13:01.8979342Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.040s) 2022-12-01T10:13:01.8979485Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.096s) 2022-12-01T10:13:01.8979617Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.224s) 2022-12-01T10:13:01.8979753Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-12-01T10:13:01.8979885Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.125s) 2022-12-01T10:13:01.8980116Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.614s) 2022-12-01T10:13:01.8980455Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-12-01T10:13:01.8980565Z warnings.warn("Only works in script mode") 2022-12-01T10:13:01.8980687Z ok (0.067s) 2022-12-01T10:13:01.8980858Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.043s) 2022-12-01T10:13:01.8980871Z 2022-12-01T10:13:01.8981072Z ---------------------------------------------------------------------- 2022-12-01T10:13:01.8981154Z Ran 5909 tests in 138.348s 2022-12-01T10:13:01.8981160Z 2022-12-01T10:13:01.8981258Z OK (skipped=5157, expected failures=2) 2022-12-01T10:13:01.8981264Z 2022-12-01T10:13:01.8981350Z Generating XML reports... 2022-12-01T10:13:01.8981668Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20221201101042.xml 2022-12-01T10:13:01.8982002Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20221201101042.xml 2022-12-01T10:13:01.8982293Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20221201101042.xml 2022-12-01T10:13:01.8982595Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20221201101042.xml 2022-12-01T10:13:01.8982889Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20221201101042.xml 2022-12-01T10:13:01.8982894Z 2022-12-01T10:13:01.8983459Z ##[endgroup] 2022-12-01T10:13:01.8983747Z FINISHED PRINTING LOG FILE of test_jit_fuser_te (/var/lib/jenkins/workspace/test/test-reports/test_jit_fuser_te_umryoww8) 2022-12-01T10:13:01.8983752Z 2022-12-01T10:13:03.2372607Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:13:03.2979880Z Ignoring disabled issues: [] 2022-12-01T10:13:03.3121401Z Running test_mkldnn_fusion ... [2022-12-01 10:13:03.311769] 2022-12-01T10:13:03.3122645Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:13:03.312055] 2022-12-01T10:13:24.6761622Z 2022-12-01T10:13:24.6762179Z Expand the folded group to see the log file of test_mkldnn_fusion 2022-12-01T10:13:24.6763271Z ##[group]PRINTING LOG FILE of test_mkldnn_fusion (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_fusion_hg1mvfzn) 2022-12-01T10:13:24.6775714Z Test results will be stored in test-reports/python-unittest/test_mkldnn_fusion 2022-12-01T10:13:24.6776336Z 2022-12-01T10:13:24.6777813Z Running tests... 2022-12-01T10:13:24.6778406Z ---------------------------------------------------------------------- 2022-12-01T10:13:24.6778897Z test_conv_eltwise (__main__.TestMkldnnFusion) ... ok (0.879s) 2022-12-01T10:13:24.6779355Z test_single_conv (__main__.TestMkldnnFusion) ... ok (1.754s) 2022-12-01T10:13:24.6779818Z test_unsupported_conv (__main__.TestMkldnnFusion) ... ok (17.317s) 2022-12-01T10:13:24.6780268Z 2022-12-01T10:13:24.6781720Z ---------------------------------------------------------------------- 2022-12-01T10:13:24.6782136Z Ran 3 tests in 19.951s 2022-12-01T10:13:24.6782338Z 2022-12-01T10:13:24.6782441Z OK 2022-12-01T10:13:24.6782596Z 2022-12-01T10:13:24.6782749Z Generating XML reports... 2022-12-01T10:13:24.6783453Z Generated XML report: test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20221201101304.xml 2022-12-01T10:13:24.6783859Z 2022-12-01T10:13:24.6784318Z ##[endgroup] 2022-12-01T10:13:24.6784984Z FINISHED PRINTING LOG FILE of test_mkldnn_fusion (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_fusion_hg1mvfzn) 2022-12-01T10:13:24.6785354Z 2022-12-01T10:13:26.3619026Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:13:26.4389785Z Ignoring disabled issues: [] 2022-12-01T10:13:26.4594569Z Running test_mkldnn ... [2022-12-01 10:13:26.459121] 2022-12-01T10:13:26.4596612Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:13:26.459422] 2022-12-01T10:14:26.9928102Z 2022-12-01T10:14:26.9928570Z Expand the folded group to see the log file of test_mkldnn 2022-12-01T10:14:26.9929660Z ##[group]PRINTING LOG FILE of test_mkldnn (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn__0hmuix_) 2022-12-01T10:14:26.9941153Z Test results will be stored in test-reports/python-unittest/test_mkldnn 2022-12-01T10:14:26.9941428Z 2022-12-01T10:14:26.9941563Z Running tests... 2022-12-01T10:14:26.9942067Z ---------------------------------------------------------------------- 2022-12-01T10:14:26.9942519Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (0.301s) 2022-12-01T10:14:26.9942967Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.129s) 2022-12-01T10:14:26.9943482Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.075s) 2022-12-01T10:14:26.9943827Z test_add (__main__.TestMkldnn) ... ok (0.071s) 2022-12-01T10:14:26.9944095Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.006s) 2022-12-01T10:14:26.9944364Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.013s) 2022-12-01T10:14:26.9944671Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.022s) 2022-12-01T10:14:26.9945046Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.009s) 2022-12-01T10:14:26.9945471Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.008s) 2022-12-01T10:14:26.9945901Z test_avg_pool3d (__main__.TestMkldnn) ... ok (1.691s) 2022-12-01T10:14:26.9946255Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... ok (0.377s) 2022-12-01T10:14:26.9947492Z test_batch_norm_2d (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-12-01T10:14:26.9948695Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-12-01T10:14:26.9949252Z ok (0.088s) 2022-12-01T10:14:26.9949747Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... ok (0.020s) 2022-12-01T10:14:26.9950280Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (1.071s) 2022-12-01T10:14:26.9950827Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... ok (0.436s) 2022-12-01T10:14:26.9951361Z test_clone (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:14:26.9951861Z test_conv1d (__main__.TestMkldnn) ... ok (0.139s) 2022-12-01T10:14:26.9952382Z test_conv1d_bf16 (__main__.TestMkldnn) ... ok (0.061s) 2022-12-01T10:14:26.9952929Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:14:26.9953448Z test_conv2d (__main__.TestMkldnn) ... ok (0.791s) 2022-12-01T10:14:26.9953966Z test_conv2d_bf16 (__main__.TestMkldnn) ... ok (0.262s) 2022-12-01T10:14:26.9954492Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-12-01T10:14:26.9955132Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.013s) 2022-12-01T10:14:26.9957967Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (0.927s) 2022-12-01T10:14:26.9958575Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... ok (1.328s) 2022-12-01T10:14:26.9959100Z test_conv3d (__main__.TestMkldnn) ... ok (2.386s) 2022-12-01T10:14:26.9959617Z test_conv3d_bf16 (__main__.TestMkldnn) ... ok (0.353s) 2022-12-01T10:14:26.9960059Z test_conversion (__main__.TestMkldnn) ... ok (0.027s) 2022-12-01T10:14:26.9960482Z test_copy (__main__.TestMkldnn) ... ok (0.014s) 2022-12-01T10:14:26.9960721Z test_detach (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:14:26.9960945Z test_empty (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:14:26.9961179Z test_gelu (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:14:26.9961416Z test_gelu_bf16 (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:14:26.9961655Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:14:26.9961891Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.006s) 2022-12-01T10:14:26.9962151Z test_legacy_new_failure (__main__.TestMkldnn) ... ok (0.009s) 2022-12-01T10:14:26.9962402Z test_linear (__main__.TestMkldnn) ... ok (0.022s) 2022-12-01T10:14:26.9962636Z test_linear_backward (__main__.TestMkldnn) ... ok (0.006s) 2022-12-01T10:14:26.9962887Z test_linear_bf16 (__main__.TestMkldnn) ... ok (0.017s) 2022-12-01T10:14:26.9963274Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.005s) 2022-12-01T10:14:26.9963594Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.105s) 2022-12-01T10:14:26.9963848Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.037s) 2022-12-01T10:14:26.9966428Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.009s) 2022-12-01T10:14:26.9967581Z test_max_pool3d (__main__.TestMkldnn) ... ok (23.316s) 2022-12-01T10:14:26.9968070Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... ok (14.508s) 2022-12-01T10:14:26.9968555Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.011s) 2022-12-01T10:14:26.9969132Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.023s) 2022-12-01T10:14:26.9969538Z test_mul (__main__.TestMkldnn) ... ok (0.054s) 2022-12-01T10:14:26.9969777Z test_prelu (__main__.TestMkldnn) ... ok (5.959s) 2022-12-01T10:14:26.9970004Z test_prelu_bf16 (__main__.TestMkldnn) ... ok (3.048s) 2022-12-01T10:14:26.9970249Z test_relu (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:14:26.9970486Z test_relu_ (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:14:26.9970724Z test_relu_bf16 (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:14:26.9970959Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:14:26.9971202Z test_repr (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:14:26.9971441Z test_reshape (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:14:26.9971681Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:14:26.9971954Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.005s) 2022-12-01T10:14:26.9972659Z test_resnet18 (__main__.TestMkldnn) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. 2022-12-01T10:14:26.9973296Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and may be removed in the future, " 2022-12-01T10:14:26.9974009Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=None`. 2022-12-01T10:14:26.9974428Z warnings.warn(msg) 2022-12-01T10:14:26.9974610Z ok (0.342s) 2022-12-01T10:14:26.9974830Z test_resnext50_32x4d (__main__.TestMkldnn) ... ok (0.942s) 2022-12-01T10:14:27.0061642Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:14:27.0062156Z test_sigmoid (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:14:27.0062575Z test_softmax (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:14:27.0062977Z test_tanh (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:14:27.0063372Z test_transpose (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:14:27.0063814Z test_unsupported (__main__.TestMkldnn) ... ok (0.067s) 2022-12-01T10:14:27.0064227Z test_view (__main__.TestMkldnn) ... ok (0.007s) 2022-12-01T10:14:27.0064612Z test_zero_ (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:14:27.0064842Z 2022-12-01T10:14:27.0065239Z ---------------------------------------------------------------------- 2022-12-01T10:14:27.0065659Z Ran 67 tests in 59.166s 2022-12-01T10:14:27.0065855Z 2022-12-01T10:14:27.0065940Z OK 2022-12-01T10:14:27.0066095Z 2022-12-01T10:14:27.0066239Z Generating XML reports... 2022-12-01T10:14:27.0066919Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20221201101327.xml 2022-12-01T10:14:27.0067300Z 2022-12-01T10:14:27.0067744Z ##[endgroup] 2022-12-01T10:14:27.0068395Z FINISHED PRINTING LOG FILE of test_mkldnn (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn__0hmuix_) 2022-12-01T10:14:27.0068754Z 2022-12-01T10:14:28.4106657Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:14:28.4739656Z Ignoring disabled issues: [] 2022-12-01T10:14:28.4884161Z Running test_fx_experimental ... [2022-12-01 10:14:28.488000] 2022-12-01T10:14:28.4886203Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:14:28.488328] 2022-12-01T10:15:28.5821466Z 2022-12-01T10:15:28.5826807Z Expand the folded group to see the log file of test_fx_experimental 2022-12-01T10:15:28.5828269Z ##[group]PRINTING LOG FILE of test_fx_experimental (/var/lib/jenkins/workspace/test/test-reports/test_fx_experimental_uy5dxer6) 2022-12-01T10:15:28.5829188Z Test results will be stored in test-reports/python-unittest/test_fx_experimental 2022-12-01T10:15:28.5829510Z 2022-12-01T10:15:28.5829641Z Running tests... 2022-12-01T10:15:28.5830177Z ---------------------------------------------------------------------- 2022-12-01T10:15:28.5831693Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-12-01T10:15:28.5833176Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:15:28.5846172Z ok (1.844s) 2022-12-01T10:15:28.5846643Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.006s) 2022-12-01T10:15:28.5847061Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:15:28.5847379Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:15:28.5847739Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:15:28.5848067Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:15:28.5848502Z test_conv_bn_fusion (__main__.TestFXExperimental) ... ok (1.082s) 2022-12-01T10:15:28.5848822Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.012s) 2022-12-01T10:15:28.5849177Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.017s) 2022-12-01T10:15:28.5849464Z test_fetch (__main__.TestFXExperimental) ... ok (0.005s) 2022-12-01T10:15:28.5849782Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.005s) 2022-12-01T10:15:28.5850077Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:15:28.5850365Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.005s) 2022-12-01T10:15:28.5850685Z test_merge_matmuls (__main__.TestFXExperimental) 2022-12-01T10:15:28.5850978Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.039s) 2022-12-01T10:15:28.5851330Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.022s) 2022-12-01T10:15:28.5851621Z test_normalize_args (__main__.TestFXExperimental) ... ok (0.655s) 2022-12-01T10:15:28.5852367Z test_normalize_args_perserve_type (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/fx/operator_schemas.py:205: UserWarning: Does not support nested parametric types, got typing.List[~t]. Please file a bug. 2022-12-01T10:15:28.5852908Z f"Does not support nested parametric types, got {signature_type}. Please file a bug.") 2022-12-01T10:15:28.5853160Z ok (0.005s) 2022-12-01T10:15:28.5853408Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.005s) 2022-12-01T10:15:28.5853764Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.061s) 2022-12-01T10:15:28.5854075Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-12-01T10:15:28.5855159Z Exhaustively test `Node.normalized_arguments` on all standard ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/conv.py:310: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T10:15:28.5855790Z self.padding, self.dilation, self.groups) 2022-12-01T10:15:28.5856027Z ok (1.818s) 2022-12-01T10:15:28.5856272Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.256s) 2022-12-01T10:15:28.5856641Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... ok (9.834s) 2022-12-01T10:15:28.5856980Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.011s) 2022-12-01T10:15:28.5857275Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.010s) 2022-12-01T10:15:28.5857641Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.006s) 2022-12-01T10:15:28.5857959Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:15:28.5858286Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-12-01T10:15:28.5858501Z [1, 2] 2022-12-01T10:15:28.5858659Z ok (0.009s) 2022-12-01T10:15:28.5858927Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.008s) 2022-12-01T10:15:28.5859234Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.167s) 2022-12-01T10:15:28.5860327Z test_split_module_default_arg (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:15:28.5860955Z warnings.warn(msg, FutureWarning) 2022-12-01T10:15:28.5861139Z ok (0.009s) 2022-12-01T10:15:28.5861389Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.006s) 2022-12-01T10:15:28.5861705Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.008s) 2022-12-01T10:15:28.5862061Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.009s) 2022-12-01T10:15:28.5862355Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... ok (0.222s) 2022-12-01T10:15:28.5862664Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.008s) 2022-12-01T10:15:28.5863299Z test_to_folder (__main__.TestFXExperimental) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph_module.py:474: UserWarning: Was not able to save the following children modules as reprs -saved as pickled files instead: ['seq'] 2022-12-01T10:15:28.5863797Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-12-01T10:15:28.5864027Z ok (0.012s) 2022-12-01T10:15:28.5864339Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.003s) 2022-12-01T10:15:28.5864653Z test_type_matches (__main__.TestFXExperimental) ... ok (0.004s) 2022-12-01T10:15:28.5864959Z test_normalize_args_op_overload_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:28.5865347Z test_normalize_operator_exhaustive_H_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.5865755Z test_normalize_operator_exhaustive_T_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.5866167Z test_normalize_operator_exhaustive___getitem___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5866571Z test_normalize_operator_exhaustive___radd___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5866985Z test_normalize_operator_exhaustive___rdiv___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:28.5867400Z test_normalize_operator_exhaustive___rmatmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:28.5867815Z test_normalize_operator_exhaustive___rmod___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.5868330Z test_normalize_operator_exhaustive___rmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5869246Z test_normalize_operator_exhaustive___rpow___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:15:28.5869824Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:28.5870070Z expected failure (0.007s) 2022-12-01T10:15:28.5870371Z test_normalize_operator_exhaustive___rsub___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.5870763Z test_normalize_operator_exhaustive_abs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:28.5871150Z test_normalize_operator_exhaustive_acos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:28.5871542Z test_normalize_operator_exhaustive_acosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:28.5871912Z test_normalize_operator_exhaustive_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.060s) 2022-12-01T10:15:28.5872294Z test_normalize_operator_exhaustive_addbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:15:28.5872684Z test_normalize_operator_exhaustive_addcdiv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:28.5873060Z test_normalize_operator_exhaustive_addcmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:28.5873445Z test_normalize_operator_exhaustive_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:28.5873843Z test_normalize_operator_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:28.5874242Z test_normalize_operator_exhaustive_addmv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:28.5874616Z test_normalize_operator_exhaustive_addr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:15:28.5875050Z test_normalize_operator_exhaustive_all_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:28.5875433Z test_normalize_operator_exhaustive_allclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.062s) 2022-12-01T10:15:28.5875816Z test_normalize_operator_exhaustive_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-12-01T10:15:28.5876178Z test_normalize_operator_exhaustive_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-12-01T10:15:28.5877012Z test_normalize_operator_exhaustive_aminmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:15:28.5877740Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:15:28.5878397Z test_fx_experimental.py:1532: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:15:28.5879086Z test_out = op.op(*norm_args_and_kwargs.args, **norm_args_and_kwargs.kwargs) 2022-12-01T10:15:28.5879783Z :5: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:15:28.5880787Z :5: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:15:28.5881341Z ok (0.025s) 2022-12-01T10:15:28.5881615Z test_normalize_operator_exhaustive_angle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.5881999Z test_normalize_operator_exhaustive_any_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-12-01T10:15:28.5882400Z test_normalize_operator_exhaustive_arange_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.029s) 2022-12-01T10:15:28.5882790Z test_normalize_operator_exhaustive_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:15:28.5883176Z test_normalize_operator_exhaustive_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:15:28.5883557Z test_normalize_operator_exhaustive_argsort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.080s) 2022-12-01T10:15:28.5883945Z test_normalize_operator_exhaustive_argwhere_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:28.5884324Z test_normalize_operator_exhaustive_as_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:28.5884723Z test_normalize_operator_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:15:28.5885119Z test_normalize_operator_exhaustive_asin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.5885497Z test_normalize_operator_exhaustive_asinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:28.5885862Z test_normalize_operator_exhaustive_atan2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:28.5886247Z test_normalize_operator_exhaustive_atan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.5886625Z test_normalize_operator_exhaustive_atanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:28.5887030Z test_normalize_operator_exhaustive_atleast_1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5887446Z test_normalize_operator_exhaustive_atleast_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5887862Z test_normalize_operator_exhaustive_atleast_3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:28.5888309Z test_normalize_operator_exhaustive_baddbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:28.5888792Z test_normalize_operator_exhaustive_bernoulli_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:28.5889199Z test_normalize_operator_exhaustive_bfloat16_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5889617Z test_normalize_operator_exhaustive_block_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5890057Z test_normalize_operator_exhaustive_bmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.5890467Z test_normalize_operator_exhaustive_bool_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5890891Z test_normalize_operator_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5891328Z test_normalize_operator_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5891744Z test_normalize_operator_exhaustive_broadcast_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:15:28.5892125Z test_normalize_operator_exhaustive_bucketize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.099s) 2022-12-01T10:15:28.5892526Z test_normalize_operator_exhaustive_byte_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5892950Z test_normalize_operator_exhaustive_cartesian_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5893354Z test_normalize_operator_exhaustive_cat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:28.5893725Z test_normalize_operator_exhaustive_cdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.711s) 2022-12-01T10:15:28.5894098Z test_normalize_operator_exhaustive_ceil_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.5895019Z test_normalize_operator_exhaustive_chalf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:15:28.5895594Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:15:28.5895809Z expected failure (0.004s) 2022-12-01T10:15:28.5896123Z test_normalize_operator_exhaustive_char_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:28.5896682Z test_normalize_operator_exhaustive_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:15:28.5897108Z L = torch.cholesky(A) 2022-12-01T10:15:28.5897288Z should be replaced with 2022-12-01T10:15:28.5897493Z L = torch.linalg.cholesky(A) 2022-12-01T10:15:28.5897675Z and 2022-12-01T10:15:28.5897841Z U = torch.cholesky(A, upper=True) 2022-12-01T10:15:28.5898043Z should be replaced with 2022-12-01T10:15:28.5898251Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:15:28.5898669Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-12-01T10:15:28.5899055Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:15:28.5899251Z ok (0.058s) 2022-12-01T10:15:28.5899548Z test_normalize_operator_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:15:28.5900160Z test_normalize_operator_exhaustive_cholesky_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-12-01T10:15:28.5900558Z test_normalize_operator_exhaustive_chunk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:28.5900949Z test_normalize_operator_exhaustive_clamp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:28.5901335Z test_normalize_operator_exhaustive_clamp_max_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:15:28.5901799Z test_normalize_operator_exhaustive_clamp_min_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:28.5902229Z test_normalize_operator_exhaustive_clone_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:28.5902635Z test_normalize_operator_exhaustive_column_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:28.5903047Z test_normalize_operator_exhaustive_combinations_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-12-01T10:15:28.5903425Z test_normalize_operator_exhaustive_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:15:28.5903805Z test_normalize_operator_exhaustive_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:28.5904195Z test_normalize_operator_exhaustive_conj_physical_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.5904582Z test_normalize_operator_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.141s) 2022-12-01T10:15:28.5905003Z test_normalize_operator_exhaustive_contiguous_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:28.5905412Z test_normalize_operator_exhaustive_copysign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:15:28.5905800Z test_normalize_operator_exhaustive_corrcoef_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:28.5906172Z test_normalize_operator_exhaustive_cos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:28.5906548Z test_normalize_operator_exhaustive_cosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.5906932Z test_normalize_operator_exhaustive_count_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:15:28.5907314Z test_normalize_operator_exhaustive_cov_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.124s) 2022-12-01T10:15:28.5907681Z test_normalize_operator_exhaustive_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:28.5908062Z test_normalize_operator_exhaustive_cummax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:28.5908444Z test_normalize_operator_exhaustive_cummin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:28.5908823Z test_normalize_operator_exhaustive_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:15:28.5909189Z test_normalize_operator_exhaustive_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:28.5909589Z test_normalize_operator_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:28.5909988Z test_normalize_operator_exhaustive_deg2rad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:28.5910371Z test_normalize_operator_exhaustive_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:28.5910745Z test_normalize_operator_exhaustive_diag_embed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:15:28.5911137Z test_normalize_operator_exhaustive_diagflat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:28.5911525Z test_normalize_operator_exhaustive_diagonal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:28.5911909Z test_normalize_operator_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:15:28.5912298Z test_normalize_operator_exhaustive_diff_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.186s) 2022-12-01T10:15:28.5912678Z test_normalize_operator_exhaustive_digamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.5913088Z test_normalize_operator_exhaustive_dist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.137s) 2022-12-01T10:15:28.5913494Z test_normalize_operator_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:28.5913901Z test_normalize_operator_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:28.5914310Z test_normalize_operator_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:28.5914759Z test_normalize_operator_exhaustive_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.5915142Z test_normalize_operator_exhaustive_double_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:28.5915538Z test_normalize_operator_exhaustive_dsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.5915923Z test_normalize_operator_exhaustive_dstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:28.5916318Z test_normalize_operator_exhaustive_einsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5916712Z test_normalize_operator_exhaustive_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:28.5917125Z test_normalize_operator_exhaustive_empty_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:15:28.5917517Z test_normalize_operator_exhaustive_eq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:28.5917895Z test_normalize_operator_exhaustive_equal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:15:28.5918260Z test_normalize_operator_exhaustive_erf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.5918635Z test_normalize_operator_exhaustive_erfc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:28.5919019Z test_normalize_operator_exhaustive_erfinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.5919396Z test_normalize_operator_exhaustive_exp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:28.5919761Z test_normalize_operator_exhaustive_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:28.5920158Z test_normalize_operator_exhaustive_expand_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5920575Z test_normalize_operator_exhaustive_expand_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5920964Z test_normalize_operator_exhaustive_expm1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.5921356Z test_normalize_operator_exhaustive_eye_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:28.5921750Z test_normalize_operator_exhaustive_fft_fft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:15:28.5922134Z test_normalize_operator_exhaustive_fft_fft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:28.5922505Z test_normalize_operator_exhaustive_fft_fftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:15:28.5922894Z test_normalize_operator_exhaustive_fft_fftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:28.5923282Z test_normalize_operator_exhaustive_fft_hfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:15:28.5923667Z test_normalize_operator_exhaustive_fft_hfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:15:28.5924041Z test_normalize_operator_exhaustive_fft_hfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:28.5924464Z test_normalize_operator_exhaustive_fft_ifft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:15:28.5924879Z test_normalize_operator_exhaustive_fft_ifft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:15:28.5925259Z test_normalize_operator_exhaustive_fft_ifftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:15:28.5925634Z test_normalize_operator_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:28.5926024Z test_normalize_operator_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:15:28.5926409Z test_normalize_operator_exhaustive_fft_ihfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:15:28.5926796Z test_normalize_operator_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:15:28.5927169Z test_normalize_operator_exhaustive_fft_irfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:15:28.5927554Z test_normalize_operator_exhaustive_fft_irfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:15:28.5927944Z test_normalize_operator_exhaustive_fft_irfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:28.5928316Z test_normalize_operator_exhaustive_fft_rfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:15:28.5928768Z test_normalize_operator_exhaustive_fft_rfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:28.5929150Z test_normalize_operator_exhaustive_fft_rfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:28.5929532Z test_normalize_operator_exhaustive_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:28.5929901Z test_normalize_operator_exhaustive_flatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:28.5930279Z test_normalize_operator_exhaustive_flip_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:15:28.5930661Z test_normalize_operator_exhaustive_fliplr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.5931045Z test_normalize_operator_exhaustive_flipud_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.5931425Z test_normalize_operator_exhaustive_float_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5931832Z test_normalize_operator_exhaustive_float_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:28.5932217Z test_normalize_operator_exhaustive_floor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.5932603Z test_normalize_operator_exhaustive_floor_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:15:28.5932976Z test_normalize_operator_exhaustive_fmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:28.5933354Z test_normalize_operator_exhaustive_fmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:28.5933722Z test_normalize_operator_exhaustive_fmod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:15:28.5934079Z test_normalize_operator_exhaustive_frac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:28.5934448Z test_normalize_operator_exhaustive_frexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.5934831Z test_normalize_operator_exhaustive_full_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:28.5935216Z test_normalize_operator_exhaustive_gather_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:28.5935612Z test_normalize_operator_exhaustive_ge_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:15:28.5936023Z test_normalize_operator_exhaustive_geqrf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.123s) 2022-12-01T10:15:28.5936423Z test_normalize_operator_exhaustive_gradient_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.043s) 2022-12-01T10:15:28.5936818Z test_normalize_operator_exhaustive_gt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:28.5937199Z test_normalize_operator_exhaustive_half_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5937598Z test_normalize_operator_exhaustive_heaviside_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:15:28.5937985Z test_normalize_operator_exhaustive_histc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.274s) 2022-12-01T10:15:28.5938369Z test_normalize_operator_exhaustive_histogram_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.705s) 2022-12-01T10:15:28.5938765Z test_normalize_operator_exhaustive_histogramdd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.025s) 2022-12-01T10:15:28.5939172Z test_normalize_operator_exhaustive_hsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:28.5939555Z test_normalize_operator_exhaustive_hstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.5940056Z test_normalize_operator_exhaustive_hypot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:15:28.5940503Z test_normalize_operator_exhaustive_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:28.5940883Z test_normalize_operator_exhaustive_igamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:28.5941270Z test_normalize_operator_exhaustive_igammac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:15:28.5941646Z test_normalize_operator_exhaustive_index_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:28.5942037Z test_normalize_operator_exhaustive_index_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:28.5942427Z test_normalize_operator_exhaustive_index_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:28.5943252Z test_normalize_operator_exhaustive_index_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/fx/operator_schemas.py:205: UserWarning: Does not support nested parametric types, got typing.List[typing.Union[torch.Tensor, NoneType]]. Please file a bug. 2022-12-01T10:15:28.5943810Z f"Does not support nested parametric types, got {signature_type}. Please file a bug.") 2022-12-01T10:15:28.5944063Z expected failure (0.006s) 2022-12-01T10:15:28.5944589Z test_normalize_operator_exhaustive_index_reduce_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1008.) 2022-12-01T10:15:28.5945105Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:15:28.5945302Z ok (0.104s) 2022-12-01T10:15:28.5945578Z test_normalize_operator_exhaustive_index_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:28.5945965Z test_normalize_operator_exhaustive_inner_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.5946360Z test_normalize_operator_exhaustive_int_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:28.5946744Z test_normalize_operator_exhaustive_isclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-12-01T10:15:28.5947198Z test_normalize_operator_exhaustive_isfinite_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.5947624Z test_normalize_operator_exhaustive_isin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:28.5948003Z test_normalize_operator_exhaustive_isinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.5948370Z test_normalize_operator_exhaustive_isnan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.5948755Z test_normalize_operator_exhaustive_isneginf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.5949143Z test_normalize_operator_exhaustive_isposinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.5949532Z test_normalize_operator_exhaustive_isreal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:28.5950414Z test_normalize_operator_exhaustive_istft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-12-01T10:15:28.5950975Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:15:28.5951172Z ok (0.050s) 2022-12-01T10:15:28.5951494Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:15:28.5951948Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:15:28.5952400Z test_normalize_operator_exhaustive_jiterator_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:15:28.5952854Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.005s) 2022-12-01T10:15:28.5953301Z test_normalize_operator_exhaustive_jiterator_unary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T10:15:28.5953699Z test_normalize_operator_exhaustive_kron_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.5954082Z test_normalize_operator_exhaustive_kthvalue_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-12-01T10:15:28.5954466Z test_normalize_operator_exhaustive_ldexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:15:28.5954845Z test_normalize_operator_exhaustive_le_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:15:28.5955216Z test_normalize_operator_exhaustive_lerp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-12-01T10:15:28.5955599Z test_normalize_operator_exhaustive_lgamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:28.5955996Z test_normalize_operator_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-12-01T10:15:28.5956406Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-12-01T10:15:28.5956790Z test_normalize_operator_exhaustive_linalg_cond_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:28.5957188Z test_normalize_operator_exhaustive_linalg_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:28.5957577Z test_normalize_operator_exhaustive_linalg_det_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:28.5957961Z test_normalize_operator_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.118s) 2022-12-01T10:15:28.5958360Z test_normalize_operator_exhaustive_linalg_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:28.5958787Z test_normalize_operator_exhaustive_linalg_eigh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:15:28.5959210Z test_normalize_operator_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:28.5959602Z test_normalize_operator_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:28.5960018Z test_normalize_operator_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:28.5960427Z test_normalize_operator_exhaustive_linalg_inv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:15:28.5960816Z test_normalize_operator_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:28.5961206Z test_normalize_operator_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:15:28.5961611Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:28.5962016Z test_normalize_operator_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.069s) 2022-12-01T10:15:28.5962412Z test_normalize_operator_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.210s) 2022-12-01T10:15:28.5962811Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.181s) 2022-12-01T10:15:28.5963213Z test_normalize_operator_exhaustive_linalg_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.076s) 2022-12-01T10:15:28.5963612Z test_normalize_operator_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.070s) 2022-12-01T10:15:28.5964016Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.071s) 2022-12-01T10:15:28.5964406Z test_normalize_operator_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.441s) 2022-12-01T10:15:28.5964804Z test_normalize_operator_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.241s) 2022-12-01T10:15:28.5965213Z test_normalize_operator_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-12-01T10:15:28.5965615Z test_normalize_operator_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.381s) 2022-12-01T10:15:28.5966014Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:15:28.5966508Z test_normalize_operator_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.5966903Z test_normalize_operator_exhaustive_linalg_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.390s) 2022-12-01T10:15:28.5967373Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.256s) 2022-12-01T10:15:28.5967770Z test_normalize_operator_exhaustive_linalg_pinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.117s) 2022-12-01T10:15:28.5968173Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:15:28.5968721Z test_normalize_operator_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-12-01T10:15:28.5969179Z test_normalize_operator_exhaustive_linalg_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.154s) 2022-12-01T10:15:28.5969561Z test_normalize_operator_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:28.5969996Z test_normalize_operator_exhaustive_linalg_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.078s) 2022-12-01T10:15:28.5970418Z test_normalize_operator_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.083s) 2022-12-01T10:15:28.5970819Z test_normalize_operator_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.596s) 2022-12-01T10:15:28.5971209Z test_normalize_operator_exhaustive_linalg_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.795s) 2022-12-01T10:15:28.5971603Z test_normalize_operator_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.140s) 2022-12-01T10:15:28.5972002Z test_normalize_operator_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:28.5972408Z test_normalize_operator_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:28.5972800Z test_normalize_operator_exhaustive_linalg_vander_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:15:28.5973200Z test_normalize_operator_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.128s) 2022-12-01T10:15:28.5973600Z test_normalize_operator_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.535s) 2022-12-01T10:15:28.5973988Z test_normalize_operator_exhaustive_linspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.117s) 2022-12-01T10:15:28.5974372Z test_normalize_operator_exhaustive_log10_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:28.5974751Z test_normalize_operator_exhaustive_log1p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.5975126Z test_normalize_operator_exhaustive_log2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.5975491Z test_normalize_operator_exhaustive_log_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:28.5975878Z test_normalize_operator_exhaustive_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:15:28.5976274Z test_normalize_operator_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:28.5976674Z test_normalize_operator_exhaustive_logaddexp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.5977051Z test_normalize_operator_exhaustive_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.5977442Z test_normalize_operator_exhaustive_logcumsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:15:28.5977836Z test_normalize_operator_exhaustive_logdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:15:28.5978229Z test_normalize_operator_exhaustive_logical_and_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:28.5978610Z test_normalize_operator_exhaustive_logical_not_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:28.5979001Z test_normalize_operator_exhaustive_logical_or_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:28.5979388Z test_normalize_operator_exhaustive_logical_xor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:28.5979768Z test_normalize_operator_exhaustive_logit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:15:28.5980263Z test_normalize_operator_exhaustive_logspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.119s) 2022-12-01T10:15:28.5980656Z test_normalize_operator_exhaustive_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-12-01T10:15:28.5981130Z test_normalize_operator_exhaustive_long_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:28.5981553Z test_normalize_operator_exhaustive_lt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:15:28.5982364Z test_normalize_operator_exhaustive_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:15:28.5982865Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:15:28.5983077Z should be replaced with 2022-12-01T10:15:28.5983299Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:15:28.5983506Z and 2022-12-01T10:15:28.5983719Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:15:28.5983934Z should be replaced with 2022-12-01T10:15:28.5984296Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T10:15:28.5984702Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:15:28.5984931Z ok (0.116s) 2022-12-01T10:15:28.5985351Z test_normalize_operator_exhaustive_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:15:28.5985815Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:15:28.5986057Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:15:28.5986257Z should be replaced with 2022-12-01T10:15:28.5986585Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T10:15:28.5986931Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:15:28.5987125Z ok (0.109s) 2022-12-01T10:15:28.5987403Z test_normalize_operator_exhaustive_lu_unpack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.074s) 2022-12-01T10:15:28.5987807Z test_normalize_operator_exhaustive_mH_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.5988217Z test_normalize_operator_exhaustive_mT_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.5988631Z test_normalize_operator_exhaustive_masked_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.5989043Z test_normalize_operator_exhaustive_masked_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.5989465Z test_normalize_operator_exhaustive_masked_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.5989893Z test_normalize_operator_exhaustive_masked_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:28.5990324Z test_normalize_operator_exhaustive_masked_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:28.5990739Z test_normalize_operator_exhaustive_masked_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:28.5991146Z test_normalize_operator_exhaustive_masked_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:28.5991562Z test_normalize_operator_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:28.5991998Z test_normalize_operator_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-12-01T10:15:28.5992417Z test_normalize_operator_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:15:28.5992877Z test_normalize_operator_exhaustive_masked_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.5993338Z test_normalize_operator_exhaustive_masked_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:28.5993761Z test_normalize_operator_exhaustive_masked_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.5994178Z test_normalize_operator_exhaustive_masked_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-12-01T10:15:28.5994600Z test_normalize_operator_exhaustive_masked_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.5995014Z test_normalize_operator_exhaustive_masked_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:28.5995421Z test_normalize_operator_exhaustive_masked_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:28.5995823Z test_normalize_operator_exhaustive_masked_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:28.5996460Z test_normalize_operator_exhaustive_masked_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5996883Z test_normalize_operator_exhaustive_masked_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5997299Z test_normalize_operator_exhaustive_masked_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5997703Z test_normalize_operator_exhaustive_masked_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.5998103Z test_normalize_operator_exhaustive_matmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:15:28.5998497Z test_normalize_operator_exhaustive_matrix_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:28.5998894Z test_normalize_operator_exhaustive_max_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:15:28.5999279Z test_normalize_operator_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:28.5999692Z test_normalize_operator_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:15:28.6000090Z test_normalize_operator_exhaustive_maximum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:28.6000461Z test_normalize_operator_exhaustive_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.090s) 2022-12-01T10:15:28.6000846Z test_normalize_operator_exhaustive_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-12-01T10:15:28.6001267Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:28.6001718Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:15:28.6002127Z test_normalize_operator_exhaustive_min_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:15:28.6002530Z test_normalize_operator_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.6002940Z test_normalize_operator_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:15:28.6003335Z test_normalize_operator_exhaustive_minimum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:28.6003703Z test_normalize_operator_exhaustive_mm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:28.6004110Z test_normalize_operator_exhaustive_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:15:28.6004520Z test_normalize_operator_exhaustive_movedim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:28.6004903Z test_normalize_operator_exhaustive_msort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:28.6005266Z test_normalize_operator_exhaustive_mul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:15:28.6005671Z test_normalize_operator_exhaustive_multinomial_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:28.6006067Z test_normalize_operator_exhaustive_mv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:28.6006462Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:28.6006868Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:15:28.6007277Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:15:28.6007671Z test_normalize_operator_exhaustive_nan_to_num_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6008056Z test_normalize_operator_exhaustive_nanmean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.100s) 2022-12-01T10:15:28.6008519Z test_normalize_operator_exhaustive_nanmedian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:15:28.6008914Z test_normalize_operator_exhaustive_nanquantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.213s) 2022-12-01T10:15:28.6009305Z test_normalize_operator_exhaustive_nansum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.097s) 2022-12-01T10:15:28.6009681Z test_normalize_operator_exhaustive_narrow_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:28.6010071Z test_normalize_operator_exhaustive_narrow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:28.6010468Z test_normalize_operator_exhaustive_native_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-12-01T10:15:28.6010871Z test_normalize_operator_exhaustive_native_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.080s) 2022-12-01T10:15:28.6011246Z test_normalize_operator_exhaustive_ne_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:15:28.6011621Z test_normalize_operator_exhaustive_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.6012017Z test_normalize_operator_exhaustive_new_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:28.6012447Z test_normalize_operator_exhaustive_new_empty_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:28.6012863Z test_normalize_operator_exhaustive_new_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:28.6013281Z test_normalize_operator_exhaustive_new_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:28.6013696Z test_normalize_operator_exhaustive_new_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.6014100Z test_normalize_operator_exhaustive_nextafter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-12-01T10:15:28.6014522Z test_normalize_operator_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:15:28.6014986Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:28.6015464Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:28.6015956Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:15:28.6016380Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:15:28.6016818Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.089s) 2022-12-01T10:15:28.6017252Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.065s) 2022-12-01T10:15:28.6017676Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:15:28.6018083Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:15:28.6018502Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:15:28.6018913Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:28.6019329Z test_normalize_operator_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-12-01T10:15:28.6019743Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:28.6020324Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.110s) 2022-12-01T10:15:28.6020754Z test_normalize_operator_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:28.6021161Z test_normalize_operator_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.056s) 2022-12-01T10:15:28.6021564Z test_normalize_operator_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.147s) 2022-12-01T10:15:28.6021987Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:28.6022421Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:15:28.6022850Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-12-01T10:15:28.6023267Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:28.6023707Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:15:28.6024132Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.058s) 2022-12-01T10:15:28.6024548Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:15:28.6025800Z test_normalize_operator_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:15:28.6026738Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:15:28.6027053Z expected failure (0.005s) 2022-12-01T10:15:28.6027389Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.6027834Z test_normalize_operator_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.6028246Z test_normalize_operator_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:28.6028675Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.6029126Z test_normalize_operator_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.6029597Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.6030080Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.6030559Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.6031034Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.008s) 2022-12-01T10:15:28.6031486Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.255s) 2022-12-01T10:15:28.6031906Z test_normalize_operator_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:15:28.6032297Z test_normalize_operator_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.120s) 2022-12-01T10:15:28.6032711Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.115s) 2022-12-01T10:15:28.6033131Z test_normalize_operator_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:28.6033547Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:28.6033954Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:28.6034375Z test_normalize_operator_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:28.6034795Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:28.6035210Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:28.6035637Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:28.6036049Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:28.6036475Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:15:28.6036896Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-12-01T10:15:28.6037365Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:28.6037803Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:15:28.6038269Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:28.6038706Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:15:28.6039710Z test_normalize_operator_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:15:28.6040441Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:15:28.6040689Z ok (0.054s) 2022-12-01T10:15:28.6040985Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:28.6041391Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:28.6041805Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:15:28.6042214Z test_normalize_operator_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-12-01T10:15:28.6042632Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-12-01T10:15:28.6043050Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:28.6043475Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.096s) 2022-12-01T10:15:28.6043898Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (2.895s) 2022-12-01T10:15:28.6044312Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (4.987s) 2022-12-01T10:15:28.6044706Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (2.095s) 2022-12-01T10:15:28.6045121Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.652s) 2022-12-01T10:15:28.6045544Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.080s) 2022-12-01T10:15:28.6045976Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.996s) 2022-12-01T10:15:28.6046390Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.148s) 2022-12-01T10:15:28.6046811Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.354s) 2022-12-01T10:15:28.6047236Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.099s) 2022-12-01T10:15:28.6047657Z test_normalize_operator_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:28.6048050Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:28.6048579Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:28.6049045Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6049495Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:28.6049913Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.158s) 2022-12-01T10:15:28.6050322Z test_normalize_operator_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:15:28.6050744Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-12-01T10:15:28.6051165Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.168s) 2022-12-01T10:15:28.6051573Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:15:28.6051997Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:15:28.6052426Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:15:28.6052847Z test_normalize_operator_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:15:28.6053250Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:28.6053674Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:28.6054102Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.219s) 2022-12-01T10:15:28.6054517Z test_normalize_operator_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.072s) 2022-12-01T10:15:28.6054905Z test_normalize_operator_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:28.6055308Z test_normalize_operator_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:28.6055731Z test_normalize_operator_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.6056146Z test_normalize_operator_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:28.6056535Z test_normalize_operator_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:28.6056951Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-12-01T10:15:28.6057376Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:28.6057795Z test_normalize_operator_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:28.6058199Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:28.6058621Z test_normalize_operator_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:28.6059035Z test_normalize_operator_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:28.6059489Z test_normalize_operator_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:28.6059918Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:28.6060632Z test_normalize_operator_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:28.6061260Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:15:28.6061957Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:28.6062609Z test_normalize_operator_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.732s) 2022-12-01T10:15:28.6063701Z test_normalize_operator_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:28.6064303Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:28.6064586Z ok (0.014s) 2022-12-01T10:15:28.6065239Z test_normalize_operator_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:28.6065819Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:28.6066097Z ok (0.035s) 2022-12-01T10:15:28.6066397Z test_normalize_operator_exhaustive_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:28.6066785Z test_normalize_operator_exhaustive_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.121s) 2022-12-01T10:15:28.6067170Z test_normalize_operator_exhaustive_norm_fro_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:28.6067556Z test_normalize_operator_exhaustive_norm_inf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:28.6067939Z test_normalize_operator_exhaustive_norm_nuc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:28.6068326Z test_normalize_operator_exhaustive_normal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:28.6068749Z test_normalize_operator_exhaustive_normal_number_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.6069153Z test_normalize_operator_exhaustive_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6069537Z test_normalize_operator_exhaustive_ones_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:15:28.6069911Z test_normalize_operator_exhaustive_ormqr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.500s) 2022-12-01T10:15:28.6070291Z test_normalize_operator_exhaustive_outer_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.6070689Z test_normalize_operator_exhaustive_pca_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:28.6071081Z test_normalize_operator_exhaustive_permute_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:28.6071469Z test_normalize_operator_exhaustive_pinverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:28.6071858Z test_normalize_operator_exhaustive_polar_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-12-01T10:15:28.6072355Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.6072834Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:15:28.6073277Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:15:28.6073710Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:15:28.6074148Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:15:28.6074552Z test_normalize_operator_exhaustive_positive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:28.6074938Z test_normalize_operator_exhaustive_pow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:28.6075317Z test_normalize_operator_exhaustive_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.124s) 2022-12-01T10:15:28.6075700Z test_normalize_operator_exhaustive_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-12-01T10:15:28.6076197Z test_normalize_operator_exhaustive_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:15:28.6076736Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:15:28.6076988Z Q, R = torch.qr(A, some) 2022-12-01T10:15:28.6077179Z should be replaced with 2022-12-01T10:15:28.6077637Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T10:15:28.6078001Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:15:28.6078202Z ok (0.137s) 2022-12-01T10:15:28.6078476Z test_normalize_operator_exhaustive_quantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.265s) 2022-12-01T10:15:28.6078869Z test_normalize_operator_exhaustive_rad2deg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6079277Z test_normalize_operator_exhaustive_rand_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:28.6079703Z test_normalize_operator_exhaustive_randint_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:28.6080109Z test_normalize_operator_exhaustive_randn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:28.6080524Z test_normalize_operator_exhaustive_randn_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:28.6080928Z test_normalize_operator_exhaustive_ravel_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6081313Z test_normalize_operator_exhaustive_real_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:28.6081686Z test_normalize_operator_exhaustive_reciprocal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:28.6082082Z test_normalize_operator_exhaustive_remainder_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:28.6082466Z test_normalize_operator_exhaustive_renorm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:28.6082871Z test_normalize_operator_exhaustive_repeat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:28.6083271Z test_normalize_operator_exhaustive_repeat_interleave_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:28.6083725Z test_normalize_operator_exhaustive_reshape_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.6084152Z test_normalize_operator_exhaustive_reshape_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:15:28.6084552Z test_normalize_operator_exhaustive_resize__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.6084940Z test_normalize_operator_exhaustive_resize_as__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6085336Z test_normalize_operator_exhaustive_resolve_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:28.6085734Z test_normalize_operator_exhaustive_resolve_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:28.6086109Z test_normalize_operator_exhaustive_roll_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-12-01T10:15:28.6086488Z test_normalize_operator_exhaustive_rot90_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.110s) 2022-12-01T10:15:28.6086871Z test_normalize_operator_exhaustive_round_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.6087263Z test_normalize_operator_exhaustive_round_decimals_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:28.6087651Z test_normalize_operator_exhaustive_round_decimals_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:28.6088053Z test_normalize_operator_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:28.6088554Z test_normalize_operator_exhaustive_rsqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:28.6088938Z test_normalize_operator_exhaustive_rsub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:15:28.6089311Z test_normalize_operator_exhaustive_scatter_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-12-01T10:15:28.6089700Z test_normalize_operator_exhaustive_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.123s) 2022-12-01T10:15:28.6090324Z test_normalize_operator_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:15:28.6090851Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:15:28.6091038Z ok (0.067s) 2022-12-01T10:15:28.6091335Z test_normalize_operator_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-12-01T10:15:28.6091750Z test_normalize_operator_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.069s) 2022-12-01T10:15:28.6092157Z test_normalize_operator_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-12-01T10:15:28.6092553Z test_normalize_operator_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.088s) 2022-12-01T10:15:28.6093705Z test_normalize_operator_exhaustive_searchsorted_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-12-01T10:15:28.6094411Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:15:28.6095316Z test_fx_experimental.py:1520: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-12-01T10:15:28.6095943Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:15:28.6096127Z ok (0.690s) 2022-12-01T10:15:28.6096428Z test_normalize_operator_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.374s) 2022-12-01T10:15:28.6096852Z test_normalize_operator_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.298s) 2022-12-01T10:15:28.6097251Z test_normalize_operator_exhaustive_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:28.6097633Z test_normalize_operator_exhaustive_select_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:28.6098028Z test_normalize_operator_exhaustive_sgn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.6098431Z test_normalize_operator_exhaustive_short_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:28.6098833Z test_normalize_operator_exhaustive_sigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6099204Z test_normalize_operator_exhaustive_sign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.6099596Z test_normalize_operator_exhaustive_signbit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.6100099Z test_normalize_operator_exhaustive_sin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.6100466Z test_normalize_operator_exhaustive_sinc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6100846Z test_normalize_operator_exhaustive_sinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.6101404Z test_normalize_operator_exhaustive_slice_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: normalize operator doesn't work on torch.ops (0.003s) 2022-12-01T10:15:28.6101852Z test_normalize_operator_exhaustive_slice_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:28.6102233Z test_normalize_operator_exhaustive_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-12-01T10:15:28.6102628Z test_normalize_operator_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-12-01T10:15:28.6103018Z test_normalize_operator_exhaustive_sort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.248s) 2022-12-01T10:15:28.6104122Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:968: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:15:28.6104815Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:15:28.6104999Z ok (0.030s) 2022-12-01T10:15:28.6105289Z test_normalize_operator_exhaustive_special_airy_ai_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6105699Z test_normalize_operator_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6106099Z test_normalize_operator_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6106487Z test_normalize_operator_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6106951Z test_normalize_operator_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:28.6107410Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:15:28.6107847Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:15:28.6108467Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:15:28.6109142Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:15:28.6109615Z test_normalize_operator_exhaustive_special_entr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:28.6110018Z test_normalize_operator_exhaustive_special_erfcx_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6110424Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:15:28.6110856Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:15:28.6111265Z test_normalize_operator_exhaustive_special_i0e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:28.6111656Z test_normalize_operator_exhaustive_special_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:28.6112032Z test_normalize_operator_exhaustive_special_i1e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:28.6112446Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:15:28.6113078Z test_normalize_operator_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:15:28.6113554Z test_normalize_operator_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6113955Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6114378Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6114793Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6115205Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6115604Z test_normalize_operator_exhaustive_special_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6116000Z test_normalize_operator_exhaustive_special_ndtri_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6116440Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-12-01T10:15:28.6116898Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6117318Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6117958Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:15:28.6118693Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:15:28.6119420Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:15:28.6120109Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-12-01T10:15:28.6120578Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6120994Z test_normalize_operator_exhaustive_special_xlog1py_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-12-01T10:15:28.6121399Z test_normalize_operator_exhaustive_special_zeta_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:15:28.6121791Z test_normalize_operator_exhaustive_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.6122171Z test_normalize_operator_exhaustive_split_list_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:28.6122578Z test_normalize_operator_exhaustive_split_with_sizes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:28.6122969Z test_normalize_operator_exhaustive_sqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:28.6123339Z test_normalize_operator_exhaustive_square_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:28.6123723Z test_normalize_operator_exhaustive_squeeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:28.6124105Z test_normalize_operator_exhaustive_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:28.6124484Z test_normalize_operator_exhaustive_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:28.6124852Z test_normalize_operator_exhaustive_std_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-12-01T10:15:28.6125824Z test_normalize_operator_exhaustive_stft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T10:15:28.6126416Z normalized, onesided, return_complex) 2022-12-01T10:15:28.6126611Z ok (0.039s) 2022-12-01T10:15:28.6126878Z test_normalize_operator_exhaustive_sub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.062s) 2022-12-01T10:15:28.6127253Z test_normalize_operator_exhaustive_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.102s) 2022-12-01T10:15:28.6127653Z test_normalize_operator_exhaustive_sum_to_size_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.6128049Z test_normalize_operator_exhaustive_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.737s) 2022-12-01T10:15:28.6128515Z test_normalize_operator_exhaustive_svd_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:28.6129068Z test_normalize_operator_exhaustive_symeig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:15:28.6129667Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:15:28.6129989Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:15:28.6130210Z should be replaced with 2022-12-01T10:15:28.6130503Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:15:28.6130714Z and 2022-12-01T10:15:28.6130892Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:15:28.6131104Z should be replaced with 2022-12-01T10:15:28.6131566Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:15:28.6131931Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:15:28.6132116Z ok (0.039s) 2022-12-01T10:15:28.6132392Z test_normalize_operator_exhaustive_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:28.6132778Z test_normalize_operator_exhaustive_take_along_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-12-01T10:15:28.6133159Z test_normalize_operator_exhaustive_take_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-12-01T10:15:28.6133540Z test_normalize_operator_exhaustive_tan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.6133916Z test_normalize_operator_exhaustive_tanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.6134300Z test_normalize_operator_exhaustive_tensor_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-12-01T10:15:28.6134680Z test_normalize_operator_exhaustive_tensordot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:28.6135063Z test_normalize_operator_exhaustive_tile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.187s) 2022-12-01T10:15:28.6135456Z test_normalize_operator_exhaustive_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:15:28.6135869Z test_normalize_operator_exhaustive_to_sparse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-12-01T10:15:28.6136256Z test_normalize_operator_exhaustive_topk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-12-01T10:15:28.6136633Z test_normalize_operator_exhaustive_trace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.6137019Z test_normalize_operator_exhaustive_transpose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:28.6137403Z test_normalize_operator_exhaustive_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:15:28.6137777Z test_normalize_operator_exhaustive_trapz_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-12-01T10:15:28.6138347Z test_normalize_operator_exhaustive_triangular_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... test_fx_experimental.py:1520: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:15:28.6138893Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:15:28.6139194Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:15:28.6139392Z should be replaced with 2022-12-01T10:15:28.6139733Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:15:28.6140223Z ref_out = op.op(*arg_values, **kwarg_values) 2022-12-01T10:15:28.6140408Z ok (0.044s) 2022-12-01T10:15:28.6140687Z test_normalize_operator_exhaustive_tril_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:28.6141070Z test_normalize_operator_exhaustive_triu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:28.6141454Z test_normalize_operator_exhaustive_true_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-12-01T10:15:28.6141909Z test_normalize_operator_exhaustive_trunc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.6142330Z test_normalize_operator_exhaustive_unbind_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:28.6142718Z test_normalize_operator_exhaustive_unflatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-12-01T10:15:28.6143109Z test_normalize_operator_exhaustive_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-12-01T10:15:28.6143527Z test_normalize_operator_exhaustive_uniform_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-12-01T10:15:28.6143959Z test_normalize_operator_exhaustive_unique_consecutive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.020s) 2022-12-01T10:15:28.6144386Z test_normalize_operator_exhaustive_unique_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.019s) 2022-12-01T10:15:28.6144780Z test_normalize_operator_exhaustive_unsqueeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-12-01T10:15:28.6145169Z test_normalize_operator_exhaustive_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-12-01T10:15:28.6145557Z test_normalize_operator_exhaustive_var_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-12-01T10:15:28.6145940Z test_normalize_operator_exhaustive_vdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:28.6146317Z test_normalize_operator_exhaustive_view_as_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:28.6146724Z test_normalize_operator_exhaustive_view_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.6147136Z test_normalize_operator_exhaustive_view_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-12-01T10:15:28.6147533Z test_normalize_operator_exhaustive_vsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:28.6147908Z test_normalize_operator_exhaustive_vstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:28.6148316Z test_normalize_operator_exhaustive_where_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... Traceback (most recent call last): 2022-12-01T10:15:28.6148788Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/graph_module.py", line 267, in __call__ 2022-12-01T10:15:28.6149107Z return super(self.cls, obj).__call__(*args, **kwargs) # type: ignore[misc] 2022-12-01T10:15:28.6149501Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1190, in _call_impl 2022-12-01T10:15:28.6149786Z return forward_call(*input, **kwargs) 2022-12-01T10:15:28.6150012Z File ".23657", line 5, in forward 2022-12-01T10:15:28.6150253Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-12-01T10:15:28.6150573Z RuntimeError: where expected condition to be a boolean tensor, but got a tensor with dtype Float 2022-12-01T10:15:28.6150766Z 2022-12-01T10:15:28.6150996Z Call using an FX-traced Module, line 5 of the traced Module's generated forward function: 2022-12-01T10:15:28.6151267Z def forward(self, arg_0, arg_1, arg_2): 2022-12-01T10:15:28.6151500Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-12-01T10:15:28.6151655Z 2022-12-01T10:15:28.6151828Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:15:28.6152025Z return where 2022-12-01T10:15:28.6152130Z 2022-12-01T10:15:28.6152180Z 2022-12-01T10:15:28.6152273Z 2022-12-01T10:15:28.6152355Z expected failure (0.011s) 2022-12-01T10:15:28.6152661Z test_normalize_operator_exhaustive_xlogy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-12-01T10:15:28.6153082Z test_normalize_operator_exhaustive_zero__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:28.6153447Z test_normalize_operator_exhaustive_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:28.6153865Z test_normalize_operator_exhaustive_zeros_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:28.6154230Z test_normalize_quantized_eb_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:28.6154416Z 2022-12-01T10:15:28.6154618Z ---------------------------------------------------------------------- 2022-12-01T10:15:28.6154848Z Ran 642 tests in 57.206s 2022-12-01T10:15:28.6154961Z 2022-12-01T10:15:28.6155057Z OK (skipped=23, expected failures=101) 2022-12-01T10:15:28.6155189Z 2022-12-01T10:15:28.6155272Z Generating XML reports... 2022-12-01T10:15:28.6155688Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20221201101430.xml 2022-12-01T10:15:28.6156253Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20221201101430.xml 2022-12-01T10:15:28.6156513Z 2022-12-01T10:15:28.6156859Z ##[endgroup] 2022-12-01T10:15:28.6157252Z FINISHED PRINTING LOG FILE of test_fx_experimental (/var/lib/jenkins/workspace/test/test-reports/test_fx_experimental_uy5dxer6) 2022-12-01T10:15:28.6157481Z 2022-12-01T10:15:30.2083274Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:15:30.2888842Z Ignoring disabled issues: [] 2022-12-01T10:15:30.3094937Z Running test_sparse ... [2022-12-01 10:15:30.309021] 2022-12-01T10:15:30.3095758Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:15:30.309322] 2022-12-01T10:15:57.1891830Z 2022-12-01T10:15:57.1972369Z Expand the folded group to see the log file of test_sparse 2022-12-01T10:15:57.1973481Z ##[group]PRINTING LOG FILE of test_sparse (/var/lib/jenkins/workspace/test/test-reports/test_sparse_b6_xwgj4) 2022-12-01T10:15:57.1974408Z Test results will be stored in test-reports/python-unittest/test_sparse 2022-12-01T10:15:57.1974754Z 2022-12-01T10:15:57.1974894Z Running tests... 2022-12-01T10:15:57.2021216Z ---------------------------------------------------------------------- 2022-12-01T10:15:57.2039111Z test_Sparse_to_Sparse_copy__cpu_bfloat16 (__main__.TestSparseCPU) ... test_sparse.py:747: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:15:57.2041682Z self.assertEqual(None, x1.grad) 2022-12-01T10:15:57.2042052Z ok (0.029s) 2022-12-01T10:15:57.2042858Z test_Sparse_to_Sparse_copy__cpu_complex128 (__main__.TestSparseCPU) ... test_sparse.py:719: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:15:57.2043661Z x1 = x1.to(torch.float32) 2022-12-01T10:15:57.2044013Z ok (0.027s) 2022-12-01T10:15:57.2044479Z test_Sparse_to_Sparse_copy__cpu_float64 (__main__.TestSparseCPU) ... ok (0.026s) 2022-12-01T10:15:57.2045316Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.002s) 2022-12-01T10:15:57.2046348Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.002s) 2022-12-01T10:15:57.2047026Z test_add_dense_sparse_mismatch_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:15:57.2047651Z test_add_dense_sparse_mismatch_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:15:57.2048566Z test_add_noncontiguous_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2049244Z test_add_noncontiguous_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2049809Z test_add_sub_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2050336Z test_add_sub_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2050885Z test_add_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:15:57.2051428Z test_add_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:15:57.2051929Z test_any_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2052432Z test_asin_arcsin_cpu_float32 (__main__.TestSparseCPU) ... ok (0.025s) 2022-12-01T10:15:57.2052983Z test_asin_arcsin_cpu_float64 (__main__.TestSparseCPU) ... ok (0.025s) 2022-12-01T10:15:57.2053515Z test_asin_arcsin_cpu_int16 (__main__.TestSparseCPU) ... ok (0.118s) 2022-12-01T10:15:57.2054043Z test_asin_arcsin_cpu_int32 (__main__.TestSparseCPU) ... ok (0.118s) 2022-12-01T10:15:57.2054571Z test_asin_arcsin_cpu_int64 (__main__.TestSparseCPU) ... ok (0.130s) 2022-12-01T10:15:57.2055111Z test_asin_arcsin_cpu_int8 (__main__.TestSparseCPU) ... ok (0.118s) 2022-12-01T10:15:57.2055627Z test_asin_arcsin_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.118s) 2022-12-01T10:15:57.2056157Z test_assign_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2056698Z test_basic_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.053s) 2022-12-01T10:15:57.2057223Z test_basic_cpu_float64 (__main__.TestSparseCPU) ... ok (0.052s) 2022-12-01T10:15:57.2057742Z test_basic_ops_cpu_float64 (__main__.TestSparseCPU) ... ok (0.268s) 2022-12-01T10:15:57.2058262Z test_bmm_cpu_float64 (__main__.TestSparseCPU) ... ok (3.789s) 2022-12-01T10:15:57.2058849Z test_bmm_cuda_version_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:57.2059764Z test_bmm_deterministic_cpu_float64 (__main__.TestSparseCPU) ... skip: bmm sparse-dense requires CUDA 10.1 or greater (0.002s) 2022-12-01T10:15:57.2061091Z test_bmm_windows_error_cpu_float64 (__main__.TestSparseCPU) ... skip: this test ensures bmm sparse-dense CUDA gives an error when run on Windows with CUDA < 11.0 (0.001s) 2022-12-01T10:15:57.2061813Z test_cat_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.041s) 2022-12-01T10:15:57.2062334Z test_cat_cpu_float64 (__main__.TestSparseCPU) ... ok (0.039s) 2022-12-01T10:15:57.2062883Z test_change_tensor_metadata_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:15:57.2063496Z test_change_tensor_metadata_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:15:57.2064059Z test_clone_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:15:57.2064570Z test_clone_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:15:57.2065099Z test_coalesce_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:15:57.2065649Z test_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:15:57.2066195Z test_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:15:57.2067524Z test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) ... Test test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/89395 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:15:57.2069673Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/89395 for allplatform(s) . 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.001s) 2022-12-01T10:15:57.2070836Z test_coalesce_transpose_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:15:57.2071496Z test_constructor_device_legacy_cpu (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:15:57.2072062Z test_contig_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:15:57.2072579Z test_contig_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:15:57.2073128Z test_contig_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:15:57.2073697Z test_contig_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:15:57.2074246Z test_ctor_large_sizes_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:15:57.2074825Z test_ctor_size_checks_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:15:57.2075391Z test_ctor_size_checks_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:15:57.2075982Z test_cuda_empty_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:57.2076547Z test_div_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:15:57.2077106Z test_div_rounding_mode_cpu_float32 (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:15:57.2077678Z test_div_rounding_mode_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:15:57.2078198Z test_dsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.041s) 2022-12-01T10:15:57.2078703Z test_dtypes_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2079209Z test_empty_full_cpu (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:15:57.2079744Z test_empty_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.081s) 2022-12-01T10:15:57.2080273Z test_empty_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.080s) 2022-12-01T10:15:57.2080806Z test_factory_copy_cpu (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:15:57.2081353Z test_factory_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:15:57.2081884Z test_factory_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:15:57.2082427Z test_factory_cpu_float16 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:15:57.2082953Z test_factory_cpu_float32 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:15:57.2083464Z test_factory_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:15:57.2083999Z test_factory_default_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-12-01T10:15:57.2084561Z test_factory_dense_dim_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.017s) 2022-12-01T10:15:57.2085147Z test_factory_dense_dim_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-12-01T10:15:57.2085772Z test_factory_device_type_inference_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:15:57.2086383Z test_factory_empty_indices_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2086939Z test_factory_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:15:57.2087475Z test_factory_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:15:57.2088053Z test_factory_nnz_zero_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:15:57.2088711Z test_factory_nnz_zero_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:15:57.2089295Z test_factory_size_check_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.025s) 2022-12-01T10:15:57.2089867Z test_factory_size_check_cpu_float64 (__main__.TestSparseCPU) ... ok (0.025s) 2022-12-01T10:15:57.2090457Z test_factory_type_inference_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2091073Z test_factory_type_inference_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2091672Z test_factory_type_inference_cpu_float16 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2092270Z test_factory_type_inference_cpu_float32 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2092981Z test_factory_type_inference_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2093617Z test_factory_type_inference_cpu_int64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2094180Z test_floor_divide_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:15:57.2094761Z test_full_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.037s) 2022-12-01T10:15:57.2095345Z test_full_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.035s) 2022-12-01T10:15:57.2095870Z test_hsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.029s) 2022-12-01T10:15:57.2096410Z test_index_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.279s) 2022-12-01T10:15:57.2096971Z test_index_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.193s) 2022-12-01T10:15:57.2097593Z test_index_select_empty_and_non_contiguous_index_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.019s) 2022-12-01T10:15:57.2098434Z test_index_select_empty_and_non_contiguous_index_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-12-01T10:15:57.2099115Z test_index_select_exhaustive_index_large_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.307s) 2022-12-01T10:15:57.2099775Z test_index_select_exhaustive_index_large_cpu_float64 (__main__.TestSparseCPU) ... ok (0.256s) 2022-12-01T10:15:57.2100938Z test_index_select_exhaustive_index_small_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.279s) 2022-12-01T10:15:57.2101602Z test_index_select_exhaustive_index_small_cpu_float64 (__main__.TestSparseCPU) ... ok (0.208s) 2022-12-01T10:15:57.2102227Z test_index_select_parallelization_cpu_complex128 (__main__.TestSparseCPU) 2022-12-01T10:15:57.2102839Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.116s) 2022-12-01T10:15:57.2103414Z test_index_select_parallelization_cpu_float64 (__main__.TestSparseCPU) 2022-12-01T10:15:57.2104009Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.126s) 2022-12-01T10:15:57.2104568Z test_is_nonzero_cpu (__main__.TestSparseCPU) ... ok (0.007s) 2022-12-01T10:15:57.2104964Z test_is_sparse_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2105290Z test_isnan_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:15:57.2105642Z test_legacy_constructor_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2106054Z test_legacy_new_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2106403Z test_log1p_cpu_float32 (__main__.TestSparseCPU) ... ok (0.036s) 2022-12-01T10:15:57.2106777Z test_log1p_cpu_float64 (__main__.TestSparseCPU) ... ok (0.035s) 2022-12-01T10:15:57.2107167Z test_log1p_cpu_int16 (__main__.TestSparseCPU) ... ok (0.034s) 2022-12-01T10:15:57.2107541Z test_log1p_cpu_int32 (__main__.TestSparseCPU) ... ok (0.034s) 2022-12-01T10:15:57.2107924Z test_log1p_cpu_int64 (__main__.TestSparseCPU) ... ok (0.032s) 2022-12-01T10:15:57.2108315Z test_log1p_cpu_int8 (__main__.TestSparseCPU) ... ok (0.027s) 2022-12-01T10:15:57.2108707Z test_log1p_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.026s) 2022-12-01T10:15:57.2109077Z test_mm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.788s) 2022-12-01T10:15:57.2109456Z test_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.381s) 2022-12-01T10:15:57.2109827Z test_mv_cpu_float64 (__main__.TestSparseCPU) ... ok (0.038s) 2022-12-01T10:15:57.2110208Z test_narrow_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.075s) 2022-12-01T10:15:57.2110597Z test_narrow_cpu_float64 (__main__.TestSparseCPU) ... ok (0.072s) 2022-12-01T10:15:57.2111008Z test_neg_negative_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:15:57.2111413Z test_neg_negative_cpu_float64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:15:57.2111820Z test_new_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:15:57.2112206Z test_new_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:15:57.2112782Z test_new_device_multi_gpu_cpu (__main__.TestSparseCPU) ... skip: only one GPU detected (0.001s) 2022-12-01T10:15:57.2113265Z test_new_device_single_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:57.2113772Z test_norm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.036s) 2022-12-01T10:15:57.2114164Z test_norm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.035s) 2022-12-01T10:15:57.2114533Z test_permute_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.358s) 2022-12-01T10:15:57.2114932Z test_permute_cpu_float64 (__main__.TestSparseCPU) ... ok (0.299s) 2022-12-01T10:15:57.2115318Z test_pickle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.014s) 2022-12-01T10:15:57.2115730Z test_print_coalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:15:57.2116147Z test_print_uncoalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-12-01T10:15:57.2116546Z test_resize_as_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2116939Z test_resize_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.035s) 2022-12-01T10:15:57.2117326Z test_resize_cpu_float64 (__main__.TestSparseCPU) ... ok (0.034s) 2022-12-01T10:15:57.2117722Z test_saddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.164s) 2022-12-01T10:15:57.2118112Z test_saddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.074s) 2022-12-01T10:15:57.2118512Z test_same_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:15:57.2118933Z test_scalar_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:15:57.2119324Z test_scalar_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:15:57.2119712Z test_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.349s) 2022-12-01T10:15:57.2120074Z test_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.191s) 2022-12-01T10:15:57.2120481Z test_select_no_type_promotion_cpu_int16 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:15:57.2120925Z test_select_no_type_promotion_cpu_int32 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:15:57.2121357Z test_select_no_type_promotion_cpu_int64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:15:57.2121804Z test_select_no_type_promotion_cpu_int8 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:15:57.2122237Z test_select_no_type_promotion_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:15:57.2122667Z test_shared_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:15:57.2123051Z test_shared_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:15:57.2123439Z test_small_nnz_coalesced_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2123847Z test_softmax_cpu_float64 (__main__.TestSparseCPU) ... ok (0.561s) 2022-12-01T10:15:57.2124243Z test_softmax_zero_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2124653Z test_spadd_cpu_float64 (__main__.TestSparseCPU) ... ok (0.155s) 2022-12-01T10:15:57.2125080Z test_sparse_add_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:15:57.2125533Z test_sparse_add_coalesce_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:15:57.2125944Z test_sparse_add_coalesce_cpu_float32 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:15:57.2126383Z test_sparse_add_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:15:57.2126865Z test_sparse_add_out_bfloat16_cpu_complex128 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:15:57.2127334Z test_sparse_add_out_bfloat16_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:15:57.2127855Z test_sparse_addmm_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.003s) 2022-12-01T10:15:57.2128507Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.003s) 2022-12-01T10:15:57.2129207Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.003s) 2022-12-01T10:15:57.2129769Z test_sparse_bool_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2130211Z test_sparse_bool_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:15:57.2130661Z test_sparse_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:15:57.2131106Z test_sparse_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:15:57.2131658Z test_sparse_dense_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.088s) 2022-12-01T10:15:57.2132197Z test_sparse_dense_mul_cpu_bool (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:15:57.2132616Z test_sparse_dense_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.208s) 2022-12-01T10:15:57.2133029Z test_sparse_dense_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.181s) 2022-12-01T10:15:57.2133573Z test_sparse_dense_mul_cpu_float16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.float16, device=cpu runs only with coalesced inputs (0.061s) 2022-12-01T10:15:57.2134114Z test_sparse_dense_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.188s) 2022-12-01T10:15:57.2134530Z test_sparse_dense_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.188s) 2022-12-01T10:15:57.2134918Z test_sparse_dense_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.142s) 2022-12-01T10:15:57.2135324Z test_sparse_dense_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.142s) 2022-12-01T10:15:57.2135735Z test_sparse_dense_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.139s) 2022-12-01T10:15:57.2136129Z test_sparse_dense_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.142s) 2022-12-01T10:15:57.2136550Z test_sparse_dense_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.132s) 2022-12-01T10:15:57.2136965Z test_sparse_mask_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.026s) 2022-12-01T10:15:57.2137382Z test_sparse_mask_cpu_float64 (__main__.TestSparseCPU) ... ok (0.026s) 2022-12-01T10:15:57.2137810Z test_sparse_mask_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.041s) 2022-12-01T10:15:57.2138243Z test_sparse_mask_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.046s) 2022-12-01T10:15:57.2138665Z test_sparse_matmul_cpu_complex128 (__main__.TestSparseCPU) 2022-12-01T10:15:57.2139112Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (2.676s) 2022-12-01T10:15:57.2139566Z test_sparse_matmul_cpu_complex64 (__main__.TestSparseCPU) 2022-12-01T10:15:57.2140151Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.350s) 2022-12-01T10:15:57.2140602Z test_sparse_matmul_cpu_float32 (__main__.TestSparseCPU) 2022-12-01T10:15:57.2141027Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.320s) 2022-12-01T10:15:57.2141453Z test_sparse_matmul_cpu_float64 (__main__.TestSparseCPU) 2022-12-01T10:15:57.2141879Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (1.459s) 2022-12-01T10:15:57.2142315Z test_sparse_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.014s) 2022-12-01T10:15:57.2142708Z test_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:15:57.2143286Z test_sparse_sparse_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.018s) 2022-12-01T10:15:57.2143857Z test_sparse_sparse_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.050s) 2022-12-01T10:15:57.2144314Z test_sparse_sparse_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.050s) 2022-12-01T10:15:57.2144774Z test_sparse_sparse_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.045s) 2022-12-01T10:15:57.2145222Z test_sparse_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.046s) 2022-12-01T10:15:57.2145761Z test_sparse_sparse_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.036s) 2022-12-01T10:15:57.2146240Z test_sparse_sparse_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.036s) 2022-12-01T10:15:57.2146689Z test_sparse_sparse_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.035s) 2022-12-01T10:15:57.2147120Z test_sparse_sparse_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.035s) 2022-12-01T10:15:57.2147526Z test_sparse_sparse_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.034s) 2022-12-01T10:15:57.2148399Z test_sparse_spdiags_cpu_bool (__main__.TestSparseCPU) ... test_sparse.py:3750: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:15:57.2149240Z out = torch.sparse.spdiags(diags, offsets, shape, layout=layout) 2022-12-01T10:15:57.2149562Z ok (0.055s) 2022-12-01T10:15:57.2149887Z test_sparse_spdiags_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.069s) 2022-12-01T10:15:57.2150325Z test_sparse_spdiags_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.070s) 2022-12-01T10:15:57.2150744Z test_sparse_spdiags_cpu_float32 (__main__.TestSparseCPU) ... ok (0.063s) 2022-12-01T10:15:57.2151143Z test_sparse_spdiags_cpu_float64 (__main__.TestSparseCPU) ... ok (0.061s) 2022-12-01T10:15:57.2151561Z test_sparse_spdiags_cpu_int16 (__main__.TestSparseCPU) ... ok (0.054s) 2022-12-01T10:15:57.2151966Z test_sparse_spdiags_cpu_int32 (__main__.TestSparseCPU) ... ok (0.055s) 2022-12-01T10:15:57.2152358Z test_sparse_spdiags_cpu_int64 (__main__.TestSparseCPU) ... ok (0.047s) 2022-12-01T10:15:57.2152748Z test_sparse_spdiags_cpu_int8 (__main__.TestSparseCPU) ... ok (0.050s) 2022-12-01T10:15:57.2153159Z test_sparse_spdiags_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.051s) 2022-12-01T10:15:57.2153563Z test_sparse_sum_cpu_float64 (__main__.TestSparseCPU) ... ok (0.124s) 2022-12-01T10:15:57.2153946Z test_sparse_to_numpy_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:15:57.2154347Z test_sspaddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.129s) 2022-12-01T10:15:57.2154751Z test_sspaddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.071s) 2022-12-01T10:15:57.2155166Z test_storage_not_null_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:57.2155603Z test_t_empty_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:15:57.2156004Z test_t_empty_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:15:57.2156506Z test_to_dense_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:15:57.2157001Z test_to_dense_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:15:57.2157510Z test_to_dense_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:15:57.2157961Z test_to_dense_cpu_float16 (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:15:57.2158332Z test_to_dense_cpu_float32 (__main__.TestSparseCPU) ... ok (0.010s) 2022-12-01T10:15:57.2158707Z test_to_dense_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:15:57.2159134Z test_to_dense_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:15:57.2159577Z test_to_dense_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:15:57.2160002Z test_to_sparse_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.125s) 2022-12-01T10:15:57.2160455Z test_to_sparse_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.124s) 2022-12-01T10:15:57.2160909Z test_to_sparse_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.123s) 2022-12-01T10:15:57.2161340Z test_to_sparse_cpu_float16 (__main__.TestSparseCPU) ... ok (0.124s) 2022-12-01T10:15:57.2161726Z test_to_sparse_cpu_float64 (__main__.TestSparseCPU) ... ok (0.117s) 2022-12-01T10:15:57.2162111Z test_to_sparse_cpu_int32 (__main__.TestSparseCPU) ... ok (0.096s) 2022-12-01T10:15:57.2162634Z test_transpose_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.026s) 2022-12-01T10:15:57.2163109Z test_transpose_cpu_float64 (__main__.TestSparseCPU) ... ok (0.023s) 2022-12-01T10:15:57.2163514Z test_unsqueeze_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.054s) 2022-12-01T10:15:57.2163928Z test_unsqueeze_cpu_float64 (__main__.TestSparseCPU) ... ok (0.047s) 2022-12-01T10:15:57.2164314Z test_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.243s) 2022-12-01T10:15:57.2164718Z test_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.230s) 2022-12-01T10:15:57.2165118Z test_zeros_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.286s) 2022-12-01T10:15:57.2165516Z test_zeros_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.251s) 2022-12-01T10:15:57.2165990Z test_future_empty_dim_masked_amax_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2166467Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-12-01T10:15:57.2166955Z test_future_empty_dim_masked_amax_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2167423Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:15:57.2167899Z test_future_empty_dim_masked_amax_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2168455Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.092s) 2022-12-01T10:15:57.2168944Z test_future_empty_dim_masked_amax_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2169416Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-12-01T10:15:57.2169871Z test_future_empty_dim_masked_amax_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2170294Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:15:57.2170749Z test_future_empty_dim_masked_amax_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2171223Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:15:57.2171703Z test_future_empty_dim_masked_amax_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2172157Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:15:57.2172624Z test_future_empty_dim_masked_amax_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2173097Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:15:57.2173574Z test_future_empty_dim_masked_amax_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2174007Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:15:57.2174496Z test_future_empty_dim_masked_amin_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2174965Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-12-01T10:15:57.2175417Z test_future_empty_dim_masked_amin_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2175884Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-12-01T10:15:57.2176354Z test_future_empty_dim_masked_amin_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2176817Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-12-01T10:15:57.2177270Z test_future_empty_dim_masked_amin_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2177738Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.018s) 2022-12-01T10:15:57.2178202Z test_future_empty_dim_masked_amin_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2178688Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:15:57.2179135Z test_future_empty_dim_masked_amin_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2179695Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:15:57.2180349Z test_future_empty_dim_masked_amin_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2180790Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:15:57.2181266Z test_future_empty_dim_masked_amin_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2181730Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:15:57.2182215Z test_future_empty_dim_masked_amin_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2182677Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:15:57.2183125Z test_future_empty_dim_masked_prod_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2183594Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-12-01T10:15:57.2184057Z test_future_empty_dim_masked_prod_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2184531Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-12-01T10:15:57.2185006Z test_future_empty_dim_masked_prod_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2185477Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-12-01T10:15:57.2185924Z test_future_empty_dim_masked_prod_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2186386Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:15:57.2186846Z test_future_empty_dim_masked_prod_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2187309Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-12-01T10:15:57.2187789Z test_future_empty_dim_masked_prod_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2188258Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-12-01T10:15:57.2188727Z test_future_empty_dim_masked_prod_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2189179Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-12-01T10:15:57.2189643Z test_future_empty_dim_masked_prod_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2190091Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-12-01T10:15:57.2190528Z test_future_empty_dim_masked_prod_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2190987Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-12-01T10:15:57.2191450Z test_future_empty_dim_masked_prod_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2191910Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-12-01T10:15:57.2192364Z test_future_empty_dim_masked_sum_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2192830Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-12-01T10:15:57.2193297Z test_future_empty_dim_masked_sum_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2193746Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-12-01T10:15:57.2194236Z test_future_empty_dim_masked_sum_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2194724Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-12-01T10:15:57.2195215Z test_future_empty_dim_masked_sum_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2195680Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-12-01T10:15:57.2196153Z test_future_empty_dim_masked_sum_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2196633Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-12-01T10:15:57.2197225Z test_future_empty_dim_masked_sum_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2197757Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.021s) 2022-12-01T10:15:57.2198217Z test_future_empty_dim_masked_sum_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2198685Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-12-01T10:15:57.2199137Z test_future_empty_dim_masked_sum_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2199604Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-12-01T10:15:57.2200058Z test_future_empty_dim_masked_sum_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2200504Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-12-01T10:15:57.2200972Z test_future_empty_dim_masked_sum_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2201450Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-12-01T10:15:57.2201919Z test_future_empty_dim_masked_sum_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2202374Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-12-01T10:15:57.2202832Z test_future_empty_dim_masked_sum_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:15:57.2203284Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-12-01T10:15:57.2203660Z test_basic (__main__.TestSparseMeta) ... ok (0.004s) 2022-12-01T10:15:57.2204066Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-12-01T10:15:57.2204570Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.002s) 2022-12-01T10:15:57.2205058Z test_inplace_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:15:57.2205529Z test_inplace_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2206002Z test_inplace_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2206470Z test_inplace_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2206932Z test_inplace_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2207389Z test_inplace_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2207829Z test_inplace_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2208403Z test_inplace_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2208888Z test_inplace_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:15:57.2209373Z test_inplace_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:15:57.2209879Z test_inplace_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:15:57.2210352Z test_inplace_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2210794Z test_inplace_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2211262Z test_inplace_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2211723Z test_inplace_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2212168Z test_inplace_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:15:57.2212638Z test_inplace_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2213106Z test_inplace_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2213585Z test_inplace_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2214115Z test_inplace_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2214636Z test_inplace_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2215106Z test_inplace_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2215564Z test_inplace_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2216041Z test_inplace_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2216492Z test_inplace_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2216957Z test_inplace_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2217398Z test_inplace_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2217878Z test_inplace_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2218378Z test_inplace_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2218849Z test_inplace_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2219343Z test_inplace_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2219813Z test_inplace_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2220428Z test_inplace_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2220887Z test_inplace_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2221363Z test_inplace_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2221835Z test_inplace_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2222300Z test_inplace_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2222790Z test_inplace_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2223270Z test_inplace_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2223736Z test_inplace_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2224150Z test_inplace_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2224605Z test_inplace_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2225041Z test_inplace_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2225520Z test_inplace_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2226090Z test_inplace_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2226668Z test_inplace_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2227245Z test_inplace_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2227809Z test_inplace_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2228375Z test_inplace_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2228931Z test_inplace_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2229487Z test_inplace_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2230029Z test_inplace_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2230764Z test_inplace_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:15:57.2231461Z test_inplace_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:15:57.2232223Z test_inplace_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:15:57.2232880Z test_inplace_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:15:57.2233559Z test_inplace_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:15:57.2234225Z test_inplace_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:15:57.2234868Z test_inplace_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:15:57.2235506Z test_inplace_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:15:57.2236148Z test_inplace_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:15:57.2236709Z test_inplace_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2237188Z test_inplace_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2237642Z test_inplace_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2238109Z test_inplace_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:15:57.2238571Z test_inplace_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:15:57.2239040Z test_inplace_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:15:57.2239491Z test_inplace_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2239967Z test_inplace_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:15:57.2240439Z test_inplace_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2240889Z test_inplace_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2241340Z test_inplace_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2241807Z test_inplace_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2242252Z test_inplace_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2242694Z test_inplace_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2243159Z test_inplace_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2243630Z test_inplace_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2244030Z test_inplace_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2244480Z test_inplace_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2244937Z test_inplace_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2245399Z test_inplace_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2263209Z test_inplace_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2263864Z test_inplace_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2264450Z test_inplace_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2265175Z test_inplace_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2265792Z test_inplace_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2266371Z test_inplace_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2266915Z test_inplace_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2267487Z test_inplace_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2268035Z test_inplace_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2268590Z test_inplace_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2269129Z test_inplace_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2269709Z test_inplace_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2270278Z test_inplace_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2270838Z test_inplace_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2271364Z test_inplace_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2271915Z test_inplace_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2272472Z test_inplace_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2273028Z test_inplace_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2273583Z test_inplace_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2274156Z test_inplace_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2274725Z test_inplace_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2275295Z test_inplace_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2275858Z test_inplace_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2276447Z test_inplace_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2277004Z test_inplace_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2277573Z test_inplace_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2278149Z test_inplace_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2278708Z test_inplace_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2279233Z test_inplace_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2279806Z test_inplace_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2280406Z test_inplace_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2281088Z test_inplace_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2281725Z test_inplace_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2282251Z test_inplace_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:15:57.2282733Z test_inplace_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2283213Z test_inplace_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2283667Z test_inplace_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2284121Z test_inplace_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2284576Z test_inplace_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2285048Z test_inplace_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2285502Z test_inplace_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2285988Z test_inplace_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2286462Z test_inplace_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2286941Z test_inplace_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2287411Z test_inplace_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2287895Z test_inplace_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2288461Z test_inplace_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2288936Z test_inplace_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2289417Z test_inplace_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2289913Z test_inplace_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2290391Z test_inplace_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2290836Z test_inplace_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2291306Z test_inplace_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2291770Z test_inplace_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2292217Z test_inplace_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2292682Z test_inplace_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2293150Z test_inplace_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2293626Z test_inplace_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2294135Z test_inplace_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2294641Z test_inplace_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2295143Z test_inplace_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2295625Z test_inplace_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2296133Z test_inplace_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2296608Z test_inplace_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2297082Z test_inplace_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2297584Z test_inplace_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2298072Z test_inplace_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2298633Z test_inplace_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2299129Z test_inplace_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2299578Z test_inplace_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2300172Z test_inplace_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2300625Z test_inplace_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2301080Z test_inplace_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2301540Z test_inplace_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2301998Z test_inplace_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2302439Z test_inplace_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2302920Z test_inplace_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2303382Z test_inplace_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2303838Z test_inplace_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2304346Z test_inplace_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2304926Z test_inplace_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2305512Z test_inplace_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2306074Z test_inplace_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2306617Z test_inplace_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2307193Z test_inplace_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2307867Z test_inplace_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2308526Z test_inplace_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2309136Z test_inplace_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2309634Z test_inplace_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2310069Z test_inplace_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2310535Z test_inplace_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2311013Z test_inplace_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2311508Z test_inplace_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2312018Z test_inplace_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2312551Z test_inplace_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2313084Z test_inplace_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2313554Z test_inplace_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2314018Z test_inplace_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2314502Z test_inplace_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2314989Z test_inplace_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2315462Z test_inplace_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2315925Z test_inplace_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2316499Z test_inplace_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2317026Z test_inplace_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2317489Z test_inplace_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2317972Z test_inplace_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2318446Z test_inplace_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2318933Z test_inplace_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2319388Z test_inplace_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2319852Z test_inplace_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2320311Z test_inplace_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2320780Z test_inplace_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2321241Z test_inplace_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2321714Z test_inplace_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2322147Z test_inplace_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2322580Z test_inplace_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2323054Z test_inplace_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2323522Z test_inplace_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2323977Z test_inplace_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2324417Z test_inplace_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2324890Z test_inplace_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2325368Z test_inplace_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2325833Z test_inplace_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:15:57.2326300Z test_inplace_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2326774Z test_inplace_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2327218Z test_inplace_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2327681Z test_inplace_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2328141Z test_inplace_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:15:57.2328701Z test_inplace_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:15:57.2329154Z test_inplace_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:15:57.2329627Z test_inplace_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:15:57.2330088Z test_inplace_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2330554Z test_inplace_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2331037Z test_inplace_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2331516Z test_inplace_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2331980Z test_inplace_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2332413Z test_inplace_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2332872Z test_inplace_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2333415Z test_out_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2333885Z test_out_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2334404Z test_out_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2334856Z test_out_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2335283Z test_out_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2335709Z test_out_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2336155Z test_out_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2336601Z test_out_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2337035Z test_out_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2337490Z test_out_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2337951Z test_out_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2338413Z test_out_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2338858Z test_out_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2339310Z test_out_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2339771Z test_out_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2342517Z test_out_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2343084Z test_out_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2343526Z test_out_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2343974Z test_out_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2344428Z test_out_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2344895Z test_out_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2345341Z test_out_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2345769Z test_out_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2346220Z test_out_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2346668Z test_out_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2347127Z test_out_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2347573Z test_out_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2348055Z test_out_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2348525Z test_out_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2348985Z test_out_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2349459Z test_out_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2349931Z test_out_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2350395Z test_out_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2350829Z test_out_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2351266Z test_out_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2351715Z test_out_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2352153Z test_out_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2352617Z test_out_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2353202Z test_out_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2353715Z test_out_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2354154Z test_out_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2354617Z test_out_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2355066Z test_out_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2355564Z test_out_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2356134Z test_out_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2356669Z test_out_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2357224Z test_out_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2357780Z test_out_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2358344Z test_out_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2358882Z test_out_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2359402Z test_out_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2359936Z test_out_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2360466Z test_out_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2360960Z test_out_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2361466Z test_out_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2361985Z test_out_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2362490Z test_out_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2362985Z test_out_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2363464Z test_out_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2363927Z test_out_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2364415Z test_out_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2364891Z test_out_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2365359Z test_out_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2365824Z test_out_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2366286Z test_out_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2366736Z test_out_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2367213Z test_out_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2367645Z test_out_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2368082Z test_out_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2368627Z test_out_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2369095Z test_out_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2369553Z test_out_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2369996Z test_out_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2370528Z test_out_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2371040Z test_out_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2371493Z test_out_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2371967Z test_out_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2372444Z test_out_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2372909Z test_out_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2373363Z test_out_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2373838Z test_out_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2374302Z test_out_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2374828Z test_out_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2375430Z test_out_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2376012Z test_out_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2376576Z test_out_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2377130Z test_out_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2377701Z test_out_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2378255Z test_out_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2378795Z test_out_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2379306Z test_out_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2379836Z test_out_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2380525Z test_out_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2381064Z test_out_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2381639Z test_out_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2382212Z test_out_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:15:57.2382785Z test_out_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2383344Z test_out_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2383908Z test_out_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2384477Z test_out_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:15:57.2385000Z test_out_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2385470Z test_out_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2385953Z test_out_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2386435Z test_out_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2386894Z test_out_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2387482Z test_out_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2388046Z test_out_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2388535Z test_out_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2389000Z test_out_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2389481Z test_out_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2389958Z test_out_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2390410Z test_out_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2390873Z test_out_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2391344Z test_out_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2391819Z test_out_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2392276Z test_out_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2392756Z test_out_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2393221Z test_out_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2393675Z test_out_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2394158Z test_out_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2394619Z test_out_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2395099Z test_out_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2395569Z test_out_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2396048Z test_out_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2396503Z test_out_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2396958Z test_out_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2397421Z test_out_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2397868Z test_out_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2398333Z test_out_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2398784Z test_out_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2399213Z test_out_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2399612Z test_out_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2400051Z test_out_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2400498Z test_out_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2400952Z test_out_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2401409Z test_out_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2401845Z test_out_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2402316Z test_out_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2402769Z test_out_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2403218Z test_out_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2403671Z test_out_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2404115Z test_out_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2404576Z test_out_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2405130Z test_out_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2405677Z test_out_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2406154Z test_out_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2406614Z test_out_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2407069Z test_out_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2407521Z test_out_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2407970Z test_out_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2408480Z test_out_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2408922Z test_out_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2409392Z test_out_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2409841Z test_out_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2410302Z test_out_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2410772Z test_out_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2411222Z test_out_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2411639Z test_out_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2412095Z test_out_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2412612Z test_out_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2413148Z test_out_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2413710Z test_out_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2414282Z test_out_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2414834Z test_out_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2415372Z test_out_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2415926Z test_out_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2416480Z test_out_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2417019Z test_out_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2417577Z test_out_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2418133Z test_out_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2418678Z test_out_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2419203Z test_out_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2419742Z test_out_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2420411Z test_out_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2420952Z test_out_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2421483Z test_out_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2422038Z test_out_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2422563Z test_out_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2423103Z test_out_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2423658Z test_out_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2424321Z test_out_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2424845Z test_out_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2425461Z test_out_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2425999Z test_out_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2426551Z test_out_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2427099Z test_out_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2427659Z test_out_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2428213Z test_out_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2428741Z test_out_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2429270Z test_out_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2429793Z test_out_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2430338Z test_out_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2430864Z test_out_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2431400Z test_out_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2431938Z test_out_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2432462Z test_out_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2432982Z test_out_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2433503Z test_out_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2434046Z test_out_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2434575Z test_out_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2435093Z test_out_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2435627Z test_out_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2436142Z test_out_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2436699Z test_out_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2437245Z test_out_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2437788Z test_out_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2438339Z test_out_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2438875Z test_out_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2439402Z test_out_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2439937Z test_out_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2440477Z test_out_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2441028Z test_out_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2441566Z test_out_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2442075Z test_out_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2442543Z test_out_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2443028Z test_out_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2443519Z test_out_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2444050Z test_out_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2444654Z test_out_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2445248Z test_sparse_consistency_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2445938Z test_sparse_consistency_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2446569Z test_sparse_consistency_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2447175Z test_sparse_consistency_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2447770Z test_sparse_consistency_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2448454Z test_sparse_consistency_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2449047Z test_sparse_consistency_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2449637Z test_sparse_consistency_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2450212Z test_sparse_consistency_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2450826Z test_sparse_consistency_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2451444Z test_sparse_consistency_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2452067Z test_sparse_consistency_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2452681Z test_sparse_consistency_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2453287Z test_sparse_consistency_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2453870Z test_sparse_consistency_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2454419Z test_sparse_consistency_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2455024Z test_sparse_consistency_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2455567Z test_sparse_consistency_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2456145Z test_sparse_consistency_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2456718Z test_sparse_consistency_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2457293Z test_sparse_consistency_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2457869Z test_sparse_consistency_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2458412Z test_sparse_consistency_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2458965Z test_sparse_consistency_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2459555Z test_sparse_consistency_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2460248Z test_sparse_consistency_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2460794Z test_sparse_consistency_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2461300Z test_sparse_consistency_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2461816Z test_sparse_consistency_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2462316Z test_sparse_consistency_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2462837Z test_sparse_consistency_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2463342Z test_sparse_consistency_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2463967Z test_sparse_consistency_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2464469Z test_sparse_consistency_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2465053Z test_sparse_consistency_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2465552Z test_sparse_consistency_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2466057Z test_sparse_consistency_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2466548Z test_sparse_consistency_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2467040Z test_sparse_consistency_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2467527Z test_sparse_consistency_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2467993Z test_sparse_consistency_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2468501Z test_sparse_consistency_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2469001Z test_sparse_consistency_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2469508Z test_sparse_consistency_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2470000Z test_sparse_consistency_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2470516Z test_sparse_consistency_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2471119Z test_sparse_consistency_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2471713Z test_sparse_consistency_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2472322Z test_sparse_consistency_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2472938Z test_sparse_consistency_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2473555Z test_sparse_consistency_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2474144Z test_sparse_consistency_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2474772Z test_sparse_consistency_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2475431Z test_sparse_consistency_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2476059Z test_sparse_consistency_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2476695Z test_sparse_consistency_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2477425Z test_sparse_consistency_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2478148Z test_sparse_consistency_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2478850Z test_sparse_consistency_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2479567Z test_sparse_consistency_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2480288Z test_sparse_consistency_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2480992Z test_sparse_consistency_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2481658Z test_sparse_consistency_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2482342Z test_sparse_consistency_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2483017Z test_sparse_consistency_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2483769Z test_sparse_consistency_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2484483Z test_sparse_consistency_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2485158Z test_sparse_consistency_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2485844Z test_sparse_consistency_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2486522Z test_sparse_consistency_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2487214Z test_sparse_consistency_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2487895Z test_sparse_consistency_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2488666Z test_sparse_consistency_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2489341Z test_sparse_consistency_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2490027Z test_sparse_consistency_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2490721Z test_sparse_consistency_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2491414Z test_sparse_consistency_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2492087Z test_sparse_consistency_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2492768Z test_sparse_consistency_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2493450Z test_sparse_consistency_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2494119Z test_sparse_consistency_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2494800Z test_sparse_consistency_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2495505Z test_sparse_consistency_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2496219Z test_sparse_consistency_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2496906Z test_sparse_consistency_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2497602Z test_sparse_consistency_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2498291Z test_sparse_consistency_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2498949Z test_sparse_consistency_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2499625Z test_sparse_consistency_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2500492Z test_sparse_consistency_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2501180Z test_sparse_consistency_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2501868Z test_sparse_consistency_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2502581Z test_sparse_consistency_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2503282Z test_sparse_consistency_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2503974Z test_sparse_consistency_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2504643Z test_sparse_consistency_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2505329Z test_sparse_consistency_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2506013Z test_sparse_consistency_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2506785Z test_sparse_consistency_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2507532Z test_sparse_consistency_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2508233Z test_sparse_consistency_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2508949Z test_sparse_consistency_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2509642Z test_sparse_consistency_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2510344Z test_sparse_consistency_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2511053Z test_sparse_consistency_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2511755Z test_sparse_consistency_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2512450Z test_sparse_consistency_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2513162Z test_sparse_consistency_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2513878Z test_sparse_consistency_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2514573Z test_sparse_consistency_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2515277Z test_sparse_consistency_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2515972Z test_sparse_consistency_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2516672Z test_sparse_consistency_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2517359Z test_sparse_consistency_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2518062Z test_sparse_consistency_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2518754Z test_sparse_consistency_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2519449Z test_sparse_consistency_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2520117Z test_sparse_consistency_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2520800Z test_sparse_consistency_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2521478Z test_sparse_consistency_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2522148Z test_sparse_consistency_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2522846Z test_sparse_consistency_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2523557Z test_sparse_consistency_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2524268Z test_sparse_consistency_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2524965Z test_sparse_consistency_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2525662Z test_sparse_consistency_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2526362Z test_sparse_consistency_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2527045Z test_sparse_consistency_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2527748Z test_sparse_consistency_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2528520Z test_sparse_consistency_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2529212Z test_sparse_consistency_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2529957Z test_sparse_consistency_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2530691Z test_sparse_consistency_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2531371Z test_sparse_consistency_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2532040Z test_sparse_consistency_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2532691Z test_sparse_consistency_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2533369Z test_sparse_consistency_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2534050Z test_sparse_consistency_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2534730Z test_sparse_consistency_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2535427Z test_sparse_consistency_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2536119Z test_sparse_consistency_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2536802Z test_sparse_consistency_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2537469Z test_sparse_consistency_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2538152Z test_sparse_consistency_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2538848Z test_sparse_consistency_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2539475Z test_sparse_consistency_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2540121Z test_sparse_consistency_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2540716Z test_sparse_consistency_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2541272Z test_sparse_consistency_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2541841Z test_sparse_consistency_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2542414Z test_sparse_consistency_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2542978Z test_sparse_consistency_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2543557Z test_sparse_consistency_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2544120Z test_sparse_consistency_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2544697Z test_sparse_consistency_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2545266Z test_sparse_consistency_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2545822Z test_sparse_consistency_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2546405Z test_sparse_consistency_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2546984Z test_sparse_consistency_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2547497Z test_sparse_consistency_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2548024Z test_sparse_consistency_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2548603Z test_sparse_consistency_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2549166Z test_sparse_consistency_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2549662Z test_sparse_consistency_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2550302Z test_sparse_consistency_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2550888Z test_sparse_consistency_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2551469Z test_sparse_consistency_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2552073Z test_sparse_consistency_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2552617Z test_sparse_consistency_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2553168Z test_sparse_consistency_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2553751Z test_sparse_consistency_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2554301Z test_sparse_consistency_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2554887Z test_sparse_consistency_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2555489Z test_sparse_consistency_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2556084Z test_sparse_consistency_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2556665Z test_sparse_consistency_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2557275Z test_sparse_consistency_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:15:57.2557891Z test_sparse_consistency_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2558499Z test_sparse_consistency_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2559119Z test_sparse_consistency_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2559764Z test_sparse_consistency_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2560421Z test_sparse_consistency_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2561044Z test_sparse_consistency_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2561683Z test_sparse_consistency_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2562319Z test_sparse_consistency_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2562947Z test_sparse_consistency_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2563621Z test_sparse_consistency_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2564282Z test_sparse_consistency_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2564928Z test_sparse_consistency_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2565563Z test_sparse_consistency_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2566205Z test_sparse_consistency_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2566844Z test_sparse_consistency_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2567487Z test_sparse_consistency_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2568115Z test_sparse_consistency_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2568884Z test_sparse_consistency_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2569539Z test_sparse_consistency_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2570164Z test_sparse_consistency_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2570887Z test_sparse_consistency_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2571594Z test_sparse_consistency_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2572241Z test_sparse_consistency_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2572849Z test_sparse_consistency_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2573493Z test_sparse_consistency_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2574122Z test_sparse_consistency_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2574750Z test_sparse_consistency_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2575407Z test_sparse_consistency_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2576055Z test_sparse_consistency_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2576698Z test_sparse_consistency_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2577327Z test_sparse_consistency_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2577955Z test_sparse_consistency_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2578588Z test_sparse_consistency_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2579230Z test_sparse_consistency_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2579857Z test_sparse_consistency_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2580659Z test_sparse_consistency_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2581318Z test_sparse_consistency_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2581953Z test_sparse_consistency_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2582583Z test_sparse_consistency_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2583221Z test_sparse_consistency_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2583877Z test_sparse_consistency_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2584514Z test_sparse_consistency_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2585257Z test_sparse_fn_grad_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2586072Z test_sparse_fn_grad_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2586906Z test_sparse_fn_grad_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2587701Z test_sparse_fn_grad_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2588511Z test_sparse_fn_grad_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2589318Z test_sparse_fn_grad_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2590126Z test_sparse_fn_grad_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2590917Z test_sparse_fn_grad_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2591622Z test_sparse_fn_grad_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:15:57.2592350Z test_sparse_fn_grad_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:15:57.2593035Z test_sparse_fn_grad_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:15:57.2593668Z test_sparse_fn_grad_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:15:57.2594345Z test_sparse_fn_grad_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:15:57.2595073Z test_sparse_fn_grad_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2595842Z test_sparse_fn_grad_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2596548Z test_sparse_fn_grad_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:15:57.2597584Z test_sparse_fn_grad_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:15:57.2598546Z test_sparse_fn_grad_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:15:57.2599494Z test_sparse_fn_grad_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:15:57.2600471Z test_sparse_fn_grad_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:15:57.2601426Z test_sparse_fn_grad_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:15:57.2602404Z test_sparse_fn_grad_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:15:57.2603157Z test_sparse_fn_grad_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2603749Z test_sparse_fn_grad_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2604337Z test_sparse_fn_grad_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:15:57.2604840Z test_sparse_fn_grad_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:15:57.2605332Z test_sparse_fn_grad_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:15:57.2605919Z test_sparse_fn_grad_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2606536Z test_sparse_fn_grad_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2607096Z test_sparse_fn_grad_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:15:57.2607823Z test_sparse_fn_grad_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:15:57.2608536Z test_sparse_fn_grad_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2609165Z test_sparse_fn_grad_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2609773Z test_sparse_fn_grad_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2610380Z test_sparse_fn_grad_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2611000Z test_sparse_fn_grad_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2611708Z test_sparse_fn_grad_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2612375Z test_sparse_fn_grad_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2612672Z test_sparse_fn_grad_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2612963Z test_sparse_fn_grad_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2613246Z test_sparse_fn_grad_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:15:57.2613476Z test_sparse_fn_grad_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:15:57.2613718Z test_sparse_zero_dims_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2613954Z test_sparse_zero_dims_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2614180Z test_sparse_zero_dims_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2614414Z test_sparse_zero_dims_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2614638Z test_sparse_zero_dims_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2614865Z test_sparse_zero_dims_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2615069Z test_sparse_zero_dims_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2615285Z test_sparse_zero_dims_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2615505Z test_sparse_zero_dims_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2615737Z test_sparse_zero_dims_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2615983Z test_sparse_zero_dims_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2616226Z test_sparse_zero_dims_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2616446Z test_sparse_zero_dims_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2616689Z test_sparse_zero_dims_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2616908Z test_sparse_zero_dims_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2617137Z test_sparse_zero_dims_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2617378Z test_sparse_zero_dims_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2617609Z test_sparse_zero_dims_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2617844Z test_sparse_zero_dims_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2618076Z test_sparse_zero_dims_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2618308Z test_sparse_zero_dims_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2618534Z test_sparse_zero_dims_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2618763Z test_sparse_zero_dims_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2618974Z test_sparse_zero_dims_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2619209Z test_sparse_zero_dims_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2619427Z test_sparse_zero_dims_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2619729Z test_sparse_zero_dims_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2620103Z test_sparse_zero_dims_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2620399Z test_sparse_zero_dims_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2620639Z test_sparse_zero_dims_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2620870Z test_sparse_zero_dims_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2621084Z test_sparse_zero_dims_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2621324Z test_sparse_zero_dims_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2621546Z test_sparse_zero_dims_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2621766Z test_sparse_zero_dims_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2621992Z test_sparse_zero_dims_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2622204Z test_sparse_zero_dims_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2622415Z test_sparse_zero_dims_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2622623Z test_sparse_zero_dims_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2622852Z test_sparse_zero_dims_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2623079Z test_sparse_zero_dims_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2623313Z test_sparse_zero_dims_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2623561Z test_sparse_zero_dims_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2623812Z test_sparse_zero_dims_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2624075Z test_sparse_zero_dims_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2624318Z test_sparse_zero_dims_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2624555Z test_sparse_zero_dims_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2624784Z test_sparse_zero_dims_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2625013Z test_sparse_zero_dims_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2625251Z test_sparse_zero_dims_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2625479Z test_sparse_zero_dims_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2625706Z test_sparse_zero_dims_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2625970Z test_sparse_zero_dims_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2626224Z test_sparse_zero_dims_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2626471Z test_sparse_zero_dims_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2626708Z test_sparse_zero_dims_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2626961Z test_sparse_zero_dims_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2627174Z test_sparse_zero_dims_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2627411Z test_sparse_zero_dims_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2627664Z test_sparse_zero_dims_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2627995Z test_sparse_zero_dims_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2628311Z test_sparse_zero_dims_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2628537Z test_sparse_zero_dims_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2628761Z test_sparse_zero_dims_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2628990Z test_sparse_zero_dims_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2629214Z test_sparse_zero_dims_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2629424Z test_sparse_zero_dims_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2629646Z test_sparse_zero_dims_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2629888Z test_sparse_zero_dims_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2630136Z test_sparse_zero_dims_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2630367Z test_sparse_zero_dims_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2630593Z test_sparse_zero_dims_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2630825Z test_sparse_zero_dims_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2631056Z test_sparse_zero_dims_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2631273Z test_sparse_zero_dims_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2631513Z test_sparse_zero_dims_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2631761Z test_sparse_zero_dims_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2631992Z test_sparse_zero_dims_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2632213Z test_sparse_zero_dims_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2632427Z test_sparse_zero_dims_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2632658Z test_sparse_zero_dims_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2632895Z test_sparse_zero_dims_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2633129Z test_sparse_zero_dims_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2633352Z test_sparse_zero_dims_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2633586Z test_sparse_zero_dims_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2633824Z test_sparse_zero_dims_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2634053Z test_sparse_zero_dims_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2634266Z test_sparse_zero_dims_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2634500Z test_sparse_zero_dims_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2634724Z test_sparse_zero_dims_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2634974Z test_sparse_zero_dims_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2635233Z test_sparse_zero_dims_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2635477Z test_sparse_zero_dims_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2635809Z test_sparse_zero_dims_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2636110Z test_sparse_zero_dims_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2636339Z test_sparse_zero_dims_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2636581Z test_sparse_zero_dims_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2636821Z test_sparse_zero_dims_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2637058Z test_sparse_zero_dims_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2637288Z test_sparse_zero_dims_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2637519Z test_sparse_zero_dims_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2637746Z test_sparse_zero_dims_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2638013Z test_sparse_zero_dims_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2638273Z test_sparse_zero_dims_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2638507Z test_sparse_zero_dims_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2638746Z test_sparse_zero_dims_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2638985Z test_sparse_zero_dims_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2639222Z test_sparse_zero_dims_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2639457Z test_sparse_zero_dims_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2639675Z test_sparse_zero_dims_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2639910Z test_sparse_zero_dims_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2640146Z test_sparse_zero_dims_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2640380Z test_sparse_zero_dims_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2640612Z test_sparse_zero_dims_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2640842Z test_sparse_zero_dims_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2641068Z test_sparse_zero_dims_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2641289Z test_sparse_zero_dims_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2641491Z test_sparse_zero_dims_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2641721Z test_sparse_zero_dims_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2641954Z test_sparse_zero_dims_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2642178Z test_sparse_zero_dims_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2642422Z test_sparse_zero_dims_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2642663Z test_sparse_zero_dims_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2642894Z test_sparse_zero_dims_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2643113Z test_sparse_zero_dims_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2643352Z test_sparse_zero_dims_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2643659Z test_sparse_zero_dims_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2643898Z test_sparse_zero_dims_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2644181Z test_sparse_zero_dims_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2644416Z test_sparse_zero_dims_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2644638Z test_sparse_zero_dims_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2644861Z test_sparse_zero_dims_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2645071Z test_sparse_zero_dims_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2645299Z test_sparse_zero_dims_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2645519Z test_sparse_zero_dims_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2645727Z test_sparse_zero_dims_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2645947Z test_sparse_zero_dims_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2646183Z test_sparse_zero_dims_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2646404Z test_sparse_zero_dims_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2646679Z test_sparse_zero_dims_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2646965Z test_sparse_zero_dims_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2647244Z test_sparse_zero_dims_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2647534Z test_sparse_zero_dims_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2647810Z test_sparse_zero_dims_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2648115Z test_sparse_zero_dims_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2648466Z test_sparse_zero_dims_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2648691Z test_sparse_zero_dims_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2648890Z test_sparse_zero_dims_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2649097Z test_sparse_zero_dims_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2649316Z test_sparse_zero_dims_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2649551Z test_sparse_zero_dims_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2649785Z test_sparse_zero_dims_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2650014Z test_sparse_zero_dims_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2650262Z test_sparse_zero_dims_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2650523Z test_sparse_zero_dims_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2650774Z test_sparse_zero_dims_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2651022Z test_sparse_zero_dims_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2651273Z test_sparse_zero_dims_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2651522Z test_sparse_zero_dims_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2651740Z test_sparse_zero_dims_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2652035Z test_sparse_zero_dims_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2652348Z test_sparse_zero_dims_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2652583Z test_sparse_zero_dims_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2652826Z test_sparse_zero_dims_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2653067Z test_sparse_zero_dims_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2653305Z test_sparse_zero_dims_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2653548Z test_sparse_zero_dims_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2653780Z test_sparse_zero_dims_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2654008Z test_sparse_zero_dims_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2654237Z test_sparse_zero_dims_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2654476Z test_sparse_zero_dims_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2654708Z test_sparse_zero_dims_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2654932Z test_sparse_zero_dims_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2655164Z test_sparse_zero_dims_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2655395Z test_sparse_zero_dims_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2655624Z test_sparse_zero_dims_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2655862Z test_sparse_zero_dims_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2656094Z test_sparse_zero_dims_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2656343Z test_sparse_zero_dims_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2656583Z test_sparse_zero_dims_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2656810Z test_sparse_zero_dims_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2657041Z test_sparse_zero_dims_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2657265Z test_sparse_zero_dims_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2657488Z test_sparse_zero_dims_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2657718Z test_sparse_zero_dims_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2657970Z test_sparse_zero_dims_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2658197Z test_sparse_zero_dims_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2658430Z test_sparse_zero_dims_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2658668Z test_sparse_zero_dims_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2658881Z test_sparse_zero_dims_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2659084Z test_sparse_zero_dims_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2659286Z test_sparse_zero_dims_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2659503Z test_sparse_zero_dims_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2659724Z test_sparse_zero_dims_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2660200Z test_sparse_zero_dims_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2660510Z test_sparse_zero_dims_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2660751Z test_sparse_zero_dims_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2660985Z test_sparse_zero_dims_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2661201Z test_sparse_zero_dims_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2661422Z test_sparse_zero_dims_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2661653Z test_sparse_zero_dims_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2661883Z test_sparse_zero_dims_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2662115Z test_sparse_zero_dims_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2662347Z test_sparse_zero_dims_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2662591Z test_sparse_zero_dims_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2662803Z test_sparse_zero_dims_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2663039Z test_sparse_zero_dims_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2663267Z test_sparse_zero_dims_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2663489Z test_sparse_zero_dims_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2663714Z test_sparse_zero_dims_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2663941Z test_sparse_zero_dims_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2664151Z test_sparse_zero_dims_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2664392Z test_sparse_zero_dims_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2664619Z test_sparse_zero_dims_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2664853Z test_sparse_zero_dims_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2665080Z test_sparse_zero_dims_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2665304Z test_sparse_zero_dims_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2665529Z test_sparse_zero_dims_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2665754Z test_sparse_zero_dims_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2665987Z test_sparse_zeros_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2666199Z test_sparse_zeros_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2666432Z test_sparse_zeros_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2666660Z test_sparse_zeros_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2666890Z test_sparse_zeros_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2667108Z test_sparse_zeros_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2667331Z test_sparse_zeros_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2667553Z test_sparse_zeros_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2667769Z test_sparse_zeros_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2668059Z test_sparse_zeros_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2668325Z test_sparse_zeros_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2668556Z test_sparse_zeros_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2668786Z test_sparse_zeros_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2669012Z test_sparse_zeros_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2669242Z test_sparse_zeros_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2669471Z test_sparse_zeros_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2669685Z test_sparse_zeros_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2669916Z test_sparse_zeros_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2670137Z test_sparse_zeros_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2670364Z test_sparse_zeros_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2670595Z test_sparse_zeros_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2670816Z test_sparse_zeros_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2671032Z test_sparse_zeros_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2671257Z test_sparse_zeros_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2671483Z test_sparse_zeros_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2671698Z test_sparse_zeros_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2671901Z test_sparse_zeros_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2672140Z test_sparse_zeros_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2672362Z test_sparse_zeros_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2672587Z test_sparse_zeros_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2672810Z test_sparse_zeros_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2673035Z test_sparse_zeros_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2673252Z test_sparse_zeros_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2673470Z test_sparse_zeros_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2673691Z test_sparse_zeros_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2673908Z test_sparse_zeros_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2674147Z test_sparse_zeros_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2674390Z test_sparse_zeros_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2674614Z test_sparse_zeros_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2674842Z test_sparse_zeros_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2675041Z test_sparse_zeros_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2675269Z test_sparse_zeros_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2675490Z test_sparse_zeros_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2675709Z test_sparse_zeros_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2676012Z test_sparse_zeros_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2676280Z test_sparse_zeros_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2676500Z test_sparse_zeros_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2676707Z test_sparse_zeros_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2676924Z test_sparse_zeros_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2677135Z test_sparse_zeros_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2677347Z test_sparse_zeros_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2677544Z test_sparse_zeros_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2677794Z test_sparse_zeros_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2678042Z test_sparse_zeros_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2678290Z test_sparse_zeros_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2678521Z test_sparse_zeros_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2678758Z test_sparse_zeros_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2678989Z test_sparse_zeros_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2679224Z test_sparse_zeros_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2679457Z test_sparse_zeros_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2679677Z test_sparse_zeros_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2679909Z test_sparse_zeros_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2680137Z test_sparse_zeros_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2680366Z test_sparse_zeros_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2680595Z test_sparse_zeros_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2680817Z test_sparse_zeros_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2681036Z test_sparse_zeros_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2681257Z test_sparse_zeros_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2681469Z test_sparse_zeros_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2681701Z test_sparse_zeros_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2681936Z test_sparse_zeros_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2682169Z test_sparse_zeros_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2682396Z test_sparse_zeros_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2682627Z test_sparse_zeros_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2682855Z test_sparse_zeros_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2683081Z test_sparse_zeros_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2683307Z test_sparse_zeros_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2683517Z test_sparse_zeros_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2683806Z test_sparse_zeros_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2684084Z test_sparse_zeros_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2684307Z test_sparse_zeros_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2684526Z test_sparse_zeros_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2684762Z test_sparse_zeros_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2684990Z test_sparse_zeros_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2685216Z test_sparse_zeros_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2685430Z test_sparse_zeros_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2685649Z test_sparse_zeros_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2685879Z test_sparse_zeros_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2686111Z test_sparse_zeros_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2686339Z test_sparse_zeros_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2686563Z test_sparse_zeros_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2686796Z test_sparse_zeros_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2687036Z test_sparse_zeros_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2687271Z test_sparse_zeros_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2687473Z test_sparse_zeros_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2687695Z test_sparse_zeros_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2687928Z test_sparse_zeros_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2688157Z test_sparse_zeros_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2688466Z test_sparse_zeros_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2688704Z test_sparse_zeros_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2688944Z test_sparse_zeros_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2689184Z test_sparse_zeros_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2689398Z test_sparse_zeros_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2689622Z test_sparse_zeros_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2689857Z test_sparse_zeros_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2690093Z test_sparse_zeros_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2690317Z test_sparse_zeros_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2690543Z test_sparse_zeros_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2690805Z test_sparse_zeros_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2691030Z test_sparse_zeros_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2691254Z test_sparse_zeros_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2691476Z test_sparse_zeros_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2691710Z test_sparse_zeros_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2692032Z test_sparse_zeros_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2692321Z test_sparse_zeros_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2692550Z test_sparse_zeros_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2692783Z test_sparse_zeros_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2693017Z test_sparse_zeros_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2693245Z test_sparse_zeros_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2693447Z test_sparse_zeros_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2693649Z test_sparse_zeros_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2693899Z test_sparse_zeros_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2694140Z test_sparse_zeros_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2694375Z test_sparse_zeros_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2694606Z test_sparse_zeros_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2694833Z test_sparse_zeros_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2695071Z test_sparse_zeros_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2695299Z test_sparse_zeros_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2695522Z test_sparse_zeros_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2695760Z test_sparse_zeros_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2695998Z test_sparse_zeros_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2696240Z test_sparse_zeros_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2696459Z test_sparse_zeros_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2696672Z test_sparse_zeros_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2696880Z test_sparse_zeros_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2697099Z test_sparse_zeros_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2697315Z test_sparse_zeros_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2697539Z test_sparse_zeros_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2697776Z test_sparse_zeros_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2697999Z test_sparse_zeros_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2698236Z test_sparse_zeros_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2698457Z test_sparse_zeros_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2698678Z test_sparse_zeros_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2698896Z test_sparse_zeros_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2699119Z test_sparse_zeros_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2699355Z test_sparse_zeros_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2699582Z test_sparse_zeros_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2699910Z test_sparse_zeros_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2700328Z test_sparse_zeros_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2700552Z test_sparse_zeros_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2700779Z test_sparse_zeros_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2701008Z test_sparse_zeros_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2701237Z test_sparse_zeros_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2701453Z test_sparse_zeros_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2701685Z test_sparse_zeros_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2701916Z test_sparse_zeros_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2702151Z test_sparse_zeros_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2702377Z test_sparse_zeros_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2702596Z test_sparse_zeros_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2702827Z test_sparse_zeros_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2703073Z test_sparse_zeros_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2703291Z test_sparse_zeros_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2703535Z test_sparse_zeros_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2703762Z test_sparse_zeros_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2703998Z test_sparse_zeros_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2704240Z test_sparse_zeros_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2704474Z test_sparse_zeros_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2704715Z test_sparse_zeros_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2704935Z test_sparse_zeros_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2705173Z test_sparse_zeros_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2705377Z test_sparse_zeros_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2705586Z test_sparse_zeros_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2705802Z test_sparse_zeros_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2706016Z test_sparse_zeros_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2706241Z test_sparse_zeros_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2706439Z test_sparse_zeros_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2706660Z test_sparse_zeros_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2706883Z test_sparse_zeros_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2707090Z test_sparse_zeros_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2707322Z test_sparse_zeros_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2707538Z test_sparse_zeros_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2707755Z test_sparse_zeros_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2708080Z test_sparse_zeros_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2708364Z test_sparse_zeros_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2708590Z test_sparse_zeros_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2708826Z test_sparse_zeros_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2709042Z test_sparse_zeros_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2709279Z test_sparse_zeros_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2709508Z test_sparse_zeros_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2709737Z test_sparse_zeros_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2709965Z test_sparse_zeros_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2710190Z test_sparse_zeros_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2710417Z test_sparse_zeros_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2710644Z test_sparse_zeros_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2710879Z test_sparse_zeros_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2711097Z test_sparse_zeros_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2711321Z test_sparse_zeros_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2711550Z test_sparse_zeros_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2711769Z test_sparse_zeros_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2711987Z test_sparse_zeros_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2712210Z test_sparse_zeros_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2712441Z test_sparse_zeros_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2712656Z test_sparse_zeros_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2712878Z test_sparse_zeros_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2713112Z test_sparse_zeros_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2713338Z test_sparse_zeros_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2713570Z test_sparse_zeros_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2713793Z test_sparse_zeros_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2714022Z test_sparse_zeros_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2714260Z test_sparse_zeros_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2714489Z test_sparse_zeros_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2714712Z test_sparse_zeros_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2714928Z test_sparse_zeros_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2715158Z test_sparse_zeros_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2715387Z test_sparse_zeros_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:15:57.2715608Z test_sparse_zeros_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2715828Z test_sparse_zeros_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2716114Z test_sparse_zeros_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2716395Z test_sparse_zeros_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:15:57.2716408Z 2022-12-01T10:15:57.2716752Z ---------------------------------------------------------------------- 2022-12-01T10:15:57.2716853Z Ran 1409 tests in 24.332s 2022-12-01T10:15:57.2716874Z 2022-12-01T10:15:57.2716965Z OK (skipped=137) 2022-12-01T10:15:57.2716972Z 2022-12-01T10:15:57.2717094Z Generating XML reports... 2022-12-01T10:15:57.2717536Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20221201101532.xml 2022-12-01T10:15:57.2718040Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20221201101532.xml 2022-12-01T10:15:57.2718460Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20221201101532.xml 2022-12-01T10:15:57.2718933Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20221201101532.xml 2022-12-01T10:15:57.2719371Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20221201101532.xml 2022-12-01T10:15:57.2719386Z 2022-12-01T10:15:57.2719908Z ##[endgroup] 2022-12-01T10:15:57.2720323Z FINISHED PRINTING LOG FILE of test_sparse (/var/lib/jenkins/workspace/test/test-reports/test_sparse_b6_xwgj4) 2022-12-01T10:15:57.2720330Z 2022-12-01T10:15:58.7715233Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:15:58.8345334Z Ignoring disabled issues: [] 2022-12-01T10:15:58.8488150Z Running test_testing ... [2022-12-01 10:15:58.848446] 2022-12-01T10:15:58.8490816Z Executing ['/opt/conda/bin/python', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:15:58.848757] 2022-12-01T10:16:12.7411578Z 2022-12-01T10:16:12.7412323Z Expand the folded group to see the log file of test_testing 2022-12-01T10:16:12.7413774Z ##[group]PRINTING LOG FILE of test_testing (/var/lib/jenkins/workspace/test/test-reports/test_testing_9aae816h) 2022-12-01T10:16:12.7415266Z Test results will be stored in test-reports/python-unittest/test_testing 2022-12-01T10:16:12.7415627Z 2022-12-01T10:16:12.7415760Z Running tests... 2022-12-01T10:16:12.7416317Z ---------------------------------------------------------------------- 2022-12-01T10:16:12.7416790Z test_bool (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7417310Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7497292Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.021s) 2022-12-01T10:16:12.7497824Z test_matching (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:16:12.7498283Z test_matching_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7498792Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7499292Z test_matching_nan (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:16:12.7499804Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7500486Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7621220Z test_meta (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:16:12.7621779Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:16:12.7622288Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7623335Z test_mismatching_layout (__main__.TestAssertClose) ... test_testing.py:619: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:16:12.7624297Z sparse_csr = strided.to_sparse_csr() 2022-12-01T10:16:12.7624599Z ok (0.004s) 2022-12-01T10:16:12.7625210Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.006s) 2022-12-01T10:16:12.7625772Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7627205Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7627711Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7628225Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7628583Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7628883Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7629186Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7629480Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:16:12.7629777Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:16:12.7630044Z test_none (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:16:12.7630311Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:16:12.7630572Z test_numpy (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7630816Z test_only_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7631070Z test_only_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7631322Z test_scalar (__main__.TestAssertClose) ... ok (0.005s) 2022-12-01T10:16:12.7631589Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7631894Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:16:12.7632182Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7632452Z test_unknown_type (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:16:12.7632745Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-12-01T10:16:12.7633092Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-12-01T10:16:12.7633439Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-12-01T10:16:12.7633767Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-12-01T10:16:12.7634096Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-12-01T10:16:12.7634414Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-12-01T10:16:12.7634732Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-12-01T10:16:12.7635031Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-12-01T10:16:12.7635367Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-12-01T10:16:12.7635704Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-12-01T10:16:12.7636020Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-12-01T10:16:12.7636329Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-12-01T10:16:12.7636633Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.009s) 2022-12-01T10:16:12.7676642Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-12-01T10:16:12.7677216Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-12-01T10:16:12.7677765Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-12-01T10:16:12.7678294Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-12-01T10:16:12.7678792Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.004s) 2022-12-01T10:16:12.7679338Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.003s) 2022-12-01T10:16:12.7679886Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-12-01T10:16:12.7680620Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-12-01T10:16:12.7681226Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-12-01T10:16:12.7681749Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.003s) 2022-12-01T10:16:12.7682294Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.004s) 2022-12-01T10:16:12.7682855Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.004s) 2022-12-01T10:16:12.7683421Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.005s) 2022-12-01T10:16:12.7683936Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.003s) 2022-12-01T10:16:12.7684471Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.004s) 2022-12-01T10:16:12.7693830Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.004s) 2022-12-01T10:16:12.7694488Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-12-01T10:16:12.7695066Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-12-01T10:16:12.7695625Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-12-01T10:16:12.7696165Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-12-01T10:16:12.7696701Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-12-01T10:16:12.7697241Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-12-01T10:16:12.7697794Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-12-01T10:16:12.7698300Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.002s) 2022-12-01T10:16:12.7698835Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.004s) 2022-12-01T10:16:12.7699409Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.004s) 2022-12-01T10:16:12.7700081Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.004s) 2022-12-01T10:16:12.7700612Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.002s) 2022-12-01T10:16:12.7701146Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.004s) 2022-12-01T10:16:12.7701724Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.004s) 2022-12-01T10:16:12.7702267Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.004s) 2022-12-01T10:16:12.7702779Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (6.109s) 2022-12-01T10:16:12.7741472Z test_circular_dependencies (__main__.TestImports) 2022-12-01T10:16:12.7748387Z Checks that all modules inside torch can be imported ... 2022-12-01 10:16:08,834 - torch.distributed.nn.jit.instantiator - INFO - Created a temporary directory at /tmp/tmprqvx_amz 2022-12-01T10:16:12.7749572Z 2022-12-01 10:16:08,835 - torch.distributed.nn.jit.instantiator - INFO - Writing /tmp/tmprqvx_amz/_remote_module_non_scriptable.py 2022-12-01T10:16:12.7750326Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:12.7750697Z ok (3.154s) 2022-12-01T10:16:12.7751215Z test_no_warning_on_import (__main__.TestImports) ... test_testing.py:1816: DeprecationWarning: Please use assertEqual instead. 2022-12-01T10:16:12.7751767Z self.assertEquals(out, "") 2022-12-01T10:16:12.7752096Z ok (0.943s) 2022-12-01T10:16:12.7752455Z test_sample_input (__main__.TestOpInfos) ... ok (0.003s) 2022-12-01T10:16:12.7752933Z test_sample_input_metadata (__main__.TestOpInfos) ... ok (0.002s) 2022-12-01T10:16:12.7753459Z test_default_names (__main__.TestTestParametrization) ... ok (0.002s) 2022-12-01T10:16:12.7754028Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:16:12.7754634Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:16:12.7755414Z test_name_fn (__main__.TestTestParametrization) ... ok (0.002s) 2022-12-01T10:16:12.7756040Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:16:12.7756588Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:16:12.7757205Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:16:12.7757807Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:16:12.7758357Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:16:12.7758976Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:16:12.7759636Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:16:12.7760305Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:16:12.7760978Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:16:12.7761613Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:16:12.7762277Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:16:12.7762945Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:16:12.7763542Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:16:12.7764178Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:16:12.7764838Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:16:12.7765448Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:16:12.7766141Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:16:12.7766881Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:16:12.7767597Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:16:12.7768377Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.533s) 2022-12-01T10:16:12.7769087Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:16:12.7769861Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:16:12.7770639Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:16:12.7771331Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:16:12.7772108Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:16:12.7772958Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:16:12.7773790Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:16:12.7774587Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:16:12.7775351Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:16:12.7776167Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:16:12.7777083Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:16:12.7777899Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:16:12.7778682Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:16:12.7779582Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:16:12.7780358Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:16:12.7780782Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:16:12.7781217Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:16:12.7781650Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:16:12.7782173Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:16:12.7782672Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:16:12.7783131Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:16:12.7783631Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:16:12.7784119Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:16:12.7784587Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:16:12.7785084Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:16:12.7785567Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:16:12.7786165Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:12.7786894Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:12.7787602Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:12.7788195Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.057s) 2022-12-01T10:16:12.7788745Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:16:12.7789313Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:16:12.7789872Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:16:12.7790406Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:16:12.7790941Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:16:12.7791493Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:16:12.7792049Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:16:12.7792616Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:16:12.7793187Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:16:12.7793696Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:16:12.7794194Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.007s) 2022-12-01T10:16:12.7794737Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.007s) 2022-12-01T10:16:12.7795273Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:16:12.7795790Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:16:12.7796425Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:16:12.7797009Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:16:12.7797514Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:16:12.7798004Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:16:12.7798509Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:16:12.7799018Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:16:12.7799506Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:16:12.7800059Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:16:12.7800648Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:16:12.7801240Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:16:12.7801804Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:16:12.7802385Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:16:12.7803840Z test_make_tensor_complex32_cpu (__main__.TestTestingCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:16:12.7804737Z result = torch.complex(real, imag) 2022-12-01T10:16:12.7805021Z ok (0.001s) 2022-12-01T10:16:12.7805355Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.005s) 2022-12-01T10:16:12.7805837Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.006s) 2022-12-01T10:16:12.7806338Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.006s) 2022-12-01T10:16:12.7806782Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.005s) 2022-12-01T10:16:12.7807070Z 2022-12-01T10:16:12.7807448Z ---------------------------------------------------------------------- 2022-12-01T10:16:12.7807876Z Ran 167 tests in 11.256s 2022-12-01T10:16:12.7808076Z 2022-12-01T10:16:12.7808322Z OK (skipped=3, expected failures=12) 2022-12-01T10:16:12.7808560Z 2022-12-01T10:16:12.7808707Z Generating XML reports... 2022-12-01T10:16:12.7809402Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20221201101600.xml 2022-12-01T10:16:12.7810340Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20221201101600.xml 2022-12-01T10:16:12.7811300Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20221201101600.xml 2022-12-01T10:16:12.7812285Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20221201101600.xml 2022-12-01T10:16:12.7813235Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20221201101600.xml 2022-12-01T10:16:12.7814188Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20221201101600.xml 2022-12-01T10:16:12.7815116Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20221201101600.xml 2022-12-01T10:16:12.7816052Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20221201101600.xml 2022-12-01T10:16:12.7817002Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20221201101600.xml 2022-12-01T10:16:12.7817944Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20221201101600.xml 2022-12-01T10:16:12.7818788Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestImports-20221201101600.xml 2022-12-01T10:16:12.7819701Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestOpInfos-20221201101600.xml 2022-12-01T10:16:12.7820769Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20221201101600.xml 2022-12-01T10:16:12.7821788Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20221201101600.xml 2022-12-01T10:16:12.7822731Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20221201101600.xml 2022-12-01T10:16:12.7823118Z 2022-12-01T10:16:12.7823639Z ##[endgroup] 2022-12-01T10:16:12.7824302Z FINISHED PRINTING LOG FILE of test_testing (/var/lib/jenkins/workspace/test/test-reports/test_testing_9aae816h) 2022-12-01T10:16:12.7824664Z 2022-12-01T10:16:14.4907824Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:14.5525003Z Ignoring disabled issues: [] 2022-12-01T10:16:14.5666342Z Running test_view_ops ... [2022-12-01 10:16:14.566346] 2022-12-01T10:16:14.5668405Z Executing ['/opt/conda/bin/python', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:14.566624] 2022-12-01T10:16:31.2803313Z 2022-12-01T10:16:31.2803914Z Expand the folded group to see the log file of test_view_ops 2022-12-01T10:16:31.2804991Z ##[group]PRINTING LOG FILE of test_view_ops (/var/lib/jenkins/workspace/test/test-reports/test_view_ops_bwcd1d8y) 2022-12-01T10:16:31.2805768Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-12-01T10:16:31.2805952Z 2022-12-01T10:16:31.2806028Z Running tests... 2022-12-01T10:16:31.2806326Z ---------------------------------------------------------------------- 2022-12-01T10:16:31.2807316Z test_T_cpu (__main__.TestOldViewOpsCPU) ... test_view_ops.py:1298: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3281.) 2022-12-01T10:16:31.2807889Z t1 = a.T 2022-12-01T10:16:31.2808049Z ok (0.004s) 2022-12-01T10:16:31.2808341Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.284s) 2022-12-01T10:16:31.2808647Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.285s) 2022-12-01T10:16:31.2808945Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.253s) 2022-12-01T10:16:31.2809232Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.220s) 2022-12-01T10:16:31.2809524Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.229s) 2022-12-01T10:16:31.2809813Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.098s) 2022-12-01T10:16:31.2810103Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.129s) 2022-12-01T10:16:31.2810372Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.118s) 2022-12-01T10:16:31.2810665Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.112s) 2022-12-01T10:16:31.2810951Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.090s) 2022-12-01T10:16:31.2811228Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.068s) 2022-12-01T10:16:31.2811518Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2811808Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-12-01T10:16:31.2812100Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2813708Z test_broadcast_to_cpu_bool (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-12-01T10:16:31.2814495Z return torch.as_tensor(tensor_like) 2022-12-01T10:16:31.2814690Z ok (0.035s) 2022-12-01T10:16:31.2814935Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.044s) 2022-12-01T10:16:31.2815236Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.044s) 2022-12-01T10:16:31.2815542Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.043s) 2022-12-01T10:16:31.2815846Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.043s) 2022-12-01T10:16:31.2816132Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.035s) 2022-12-01T10:16:31.2816428Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2816729Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2817026Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2817307Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2817602Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-12-01T10:16:31.2817883Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:16:31.2818162Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2818461Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2819088Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... test_view_ops.py:1830: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:16:31.2819689Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-12-01T10:16:31.2819906Z ok (0.001s) 2022-12-01T10:16:31.2820417Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:16:31.2820888Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-12-01T10:16:31.2821308Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-12-01T10:16:31.2821754Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2822268Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2822706Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2847784Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-12-01T10:16:31.2848100Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2848499Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:16:31.2848783Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:16:31.2849075Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2849404Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2849732Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2850053Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2850381Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2850700Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2851018Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2851451Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2851824Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2852125Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2852439Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2852757Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2853063Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2853385Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2853705Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2854008Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:16:31.2854275Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2854544Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2854823Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.050s) 2022-12-01T10:16:31.2855116Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.243s) 2022-12-01T10:16:31.2855434Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.245s) 2022-12-01T10:16:31.2855756Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.220s) 2022-12-01T10:16:31.2856078Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.195s) 2022-12-01T10:16:31.2856377Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.195s) 2022-12-01T10:16:31.2856690Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.187s) 2022-12-01T10:16:31.2857004Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.208s) 2022-12-01T10:16:31.2857307Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.170s) 2022-12-01T10:16:31.2857619Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.155s) 2022-12-01T10:16:31.2857926Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.162s) 2022-12-01T10:16:31.2858232Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.162s) 2022-12-01T10:16:31.2858529Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.599s) 2022-12-01T10:16:31.2858845Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.684s) 2022-12-01T10:16:31.2859166Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.733s) 2022-12-01T10:16:31.2859472Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.665s) 2022-12-01T10:16:31.2859789Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.665s) 2022-12-01T10:16:31.2860336Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.640s) 2022-12-01T10:16:31.2860653Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.556s) 2022-12-01T10:16:31.2860953Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.558s) 2022-12-01T10:16:31.2861264Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.538s) 2022-12-01T10:16:31.2861578Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.556s) 2022-12-01T10:16:31.2861879Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.556s) 2022-12-01T10:16:31.2862333Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.031s) 2022-12-01T10:16:31.2862655Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.030s) 2022-12-01T10:16:31.2862964Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.029s) 2022-12-01T10:16:31.2863511Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.027s) 2022-12-01T10:16:31.2863871Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.023s) 2022-12-01T10:16:31.2864184Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-12-01T10:16:31.2864476Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:16:31.2864773Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2865074Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:16:31.2865377Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:16:31.2865663Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2865959Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2866252Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2866532Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2866826Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2867116Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2867405Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2867683Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2867986Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2868295Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2868596Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2868915Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2869231Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2869542Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2869836Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2870142Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2870447Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2870735Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2871034Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2871339Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:16:31.2871627Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2871911Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2872205Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.033s) 2022-12-01T10:16:31.2872479Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2872736Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2873026Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2873332Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2873629Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... ok (0.082s) 2022-12-01T10:16:31.2873910Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2874196Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2874489Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2874784Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2875118Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2875515Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:16:31.2875956Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2876297Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2876628Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2877071Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2877417Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2877715Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2878064Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2878433Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2878731Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2879064Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2879402Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2879751Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2880081Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2880445Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2880791Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2881085Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2881416Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2881767Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2893096Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2893468Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2893782Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2894075Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2894378Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2894678Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2894977Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2895254Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2895546Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2895842Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2896113Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:16:31.2896389Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2896658Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2896932Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2897232Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2897516Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2897795Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2898063Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2898331Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2898626Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2899021Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2899377Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2899702Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2900181Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2900486Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2900796Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2901111Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2901408Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2901716Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2902031Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2902346Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2902645Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2902954Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2903273Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2903577Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2903896Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2904200Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2904503Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2904794Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2905099Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2905402Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2905691Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2905995Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2906354Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:16:31.2906698Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2906968Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2907244Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2907516Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2907786Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2908078Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2908349Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-12-01T10:16:31.2908615Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2908871Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2909154Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2909444Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2909713Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.024s) 2022-12-01T10:16:31.2910001Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2910822Z test_view_as_real_cpu_complex32 (__main__.TestViewOpsCPU) ... test_view_ops.py:308: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:16:31.2911334Z t = torch.randn(3, 4, dtype=dtype, device=device) 2022-12-01T10:16:31.2911529Z ok (0.002s) 2022-12-01T10:16:31.2911764Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2912055Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2912317Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2912593Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2912874Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.154s) 2022-12-01T10:16:31.2913168Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.172s) 2022-12-01T10:16:31.2913457Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.143s) 2022-12-01T10:16:31.2913753Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.157s) 2022-12-01T10:16:31.2914045Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.158s) 2022-12-01T10:16:31.2914322Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.142s) 2022-12-01T10:16:31.2914609Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.155s) 2022-12-01T10:16:31.2914892Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.156s) 2022-12-01T10:16:31.2915179Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.140s) 2022-12-01T10:16:31.2915452Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.153s) 2022-12-01T10:16:31.2915737Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.153s) 2022-12-01T10:16:31.2916037Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.076s) 2022-12-01T10:16:31.2916341Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.112s) 2022-12-01T10:16:31.2916658Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2916979Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2917299Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.075s) 2022-12-01T10:16:31.2917597Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.051s) 2022-12-01T10:16:31.2917904Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2918211Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.075s) 2022-12-01T10:16:31.2918505Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.050s) 2022-12-01T10:16:31.2918806Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.014s) 2022-12-01T10:16:31.2919113Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.111s) 2022-12-01T10:16:31.2919421Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.111s) 2022-12-01T10:16:31.2919711Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:16:31.2920017Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2920318Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2920612Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2920916Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2921218Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2921520Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2921835Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2922132Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2922453Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2922733Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2923024Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2923325Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2923627Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2923921Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2924236Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2924543Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2924831Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2925128Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2925423Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2925717Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2925993Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2926283Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2926577Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2926864Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2927156Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2927457Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2927755Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2928061Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2928457Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2928763Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2929046Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2929341Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2929634Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2929913Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2930207Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2930513Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2930818Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2931106Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2931416Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2931720Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2932006Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2932306Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2932599Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2932893Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2933207Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2933527Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2933819Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2934088Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:16:31.2934358Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.076s) 2022-12-01T10:16:31.2934660Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-12-01T10:16:31.2934984Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:16:31.2935278Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... ok (0.036s) 2022-12-01T10:16:31.2935584Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:16:31.2935878Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:16:31.2936170Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:16:31.2936485Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:16:31.2936792Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:16:31.2937157Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:16:31.2937679Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2938190Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2938536Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:16:31.2938810Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:16:31.2939103Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:16:31.2939396Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:16:31.2939683Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:16:31.2940092Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:16:31.2940387Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:16:31.2940670Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:16:31.2940937Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:16:31.2941397Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2941910Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2942260Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:16:31.2942535Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-12-01T10:16:31.2942824Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:16:31.2943246Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2943732Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2944194Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:16:31.2944685Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2945186Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2945737Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2946283Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2946785Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2947281Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2947754Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2948244Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2948738Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2949081Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.097s) 2022-12-01T10:16:31.2949356Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:16:31.2949638Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.030s) 2022-12-01T10:16:31.2950088Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:16:31.2950590Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2950919Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:16:31.2951348Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2951686Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.030s) 2022-12-01T10:16:31.2951953Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:16:31.2952412Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2952929Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2953453Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2953966Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2954486Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2954997Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2955499Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2955992Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2956496Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2957000Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2957506Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2958001Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2958541Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2959075Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2959593Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2960100Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2960615Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2961122Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2961627Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2962123Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2962627Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2963133Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2963639Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2964129Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2964541Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:16:31.2964889Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:16:31.2965179Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:16:31.2965449Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:16:31.2965722Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:16:31.2966006Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.036s) 2022-12-01T10:16:31.2966286Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.034s) 2022-12-01T10:16:31.2966559Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:16:31.2966978Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2967309Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-12-01T10:16:31.2967585Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:16:31.2967878Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:16:31.2968433Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:16:31.2968924Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2969429Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2969932Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:16:31.2970270Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:16:31.2970534Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:16:31.2970814Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:16:31.2971307Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:16:31.2971853Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:16:31.2972346Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:16:31.2972846Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:16:31.2973340Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:16:31.2973829Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:16:31.2974299Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:16:31.2974790Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:16:31.2975281Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:16:31.2975770Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:16:31.2976238Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:16:31.2976745Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2977262Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2977791Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2978310Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2978838Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2979350Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2979861Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2980511Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2981023Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2981535Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2982053Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2982554Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2983068Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2983574Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2984087Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2984639Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2985190Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2985696Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2986206Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2986690Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2987185Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2987681Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2988178Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2988663Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2989172Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2989677Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2990183Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2990683Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2991190Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2991690Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2992191Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2992670Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2993162Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2993648Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2994139Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2994619Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2995121Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2995617Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2996116Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2996611Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2997109Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2997724Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2998208Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2998741Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2999238Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.2999723Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3000193Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3000684Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3001187Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3001683Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3002172Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3002677Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3003182Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3003682Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3004169Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3004665Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3005156Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3005645Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3006191Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3006683Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:16:31.3007015Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-12-01T10:16:31.3007171Z 2022-12-01T10:16:31.3007372Z ---------------------------------------------------------------------- 2022-12-01T10:16:31.3007608Z Ran 439 tests in 15.104s 2022-12-01T10:16:31.3007725Z 2022-12-01T10:16:31.3007802Z OK (skipped=123) 2022-12-01T10:16:31.3007915Z 2022-12-01T10:16:31.3008001Z Generating XML reports... 2022-12-01T10:16:31.3008467Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20221201101615.xml 2022-12-01T10:16:31.3008984Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20221201101615.xml 2022-12-01T10:16:31.3009485Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20221201101615.xml 2022-12-01T10:16:31.3009710Z 2022-12-01T10:16:31.3011522Z ##[endgroup] 2022-12-01T10:16:31.3011906Z FINISHED PRINTING LOG FILE of test_view_ops (/var/lib/jenkins/workspace/test/test-reports/test_view_ops_bwcd1d8y) 2022-12-01T10:16:31.3012118Z 2022-12-01T10:16:33.2439860Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:33.3778636Z Ignoring disabled issues: [] 2022-12-01T10:16:33.3976362Z Running test_type_promotion ... [2022-12-01 10:16:33.397100] 2022-12-01T10:16:33.3984393Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:33.398019] 2022-12-01T10:16:47.0359361Z 2022-12-01T10:16:47.0360696Z Expand the folded group to see the log file of test_type_promotion 2022-12-01T10:16:47.0362172Z ##[group]PRINTING LOG FILE of test_type_promotion (/var/lib/jenkins/workspace/test/test-reports/test_type_promotion_66v8vorb) 2022-12-01T10:16:47.0363253Z Test results will be stored in test-reports/python-unittest/test_type_promotion 2022-12-01T10:16:47.0363648Z 2022-12-01T10:16:47.0363807Z Running tests... 2022-12-01T10:16:47.0364443Z ---------------------------------------------------------------------- 2022-12-01T10:16:47.0365097Z test_add_wrapped_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0365751Z test_alpha_mismatch_cpu (__main__.TestTypePromotionCPU) ... ok (0.026s) 2022-12-01T10:16:47.0366414Z test_alternate_result_cpu (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:16:47.0367062Z test_bfloat16_cpu (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:16:47.0367844Z test_booleans_cpu (__main__.TestTypePromotionCPU) ... test_type_promotion.py:438: UserWarning: This overload of add is deprecated: 2022-12-01T10:16:47.0368701Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-12-01T10:16:47.0369255Z Consider using one of the following signatures instead: 2022-12-01T10:16:47.0370074Z add(Tensor input, Tensor other, *, Number alpha, Tensor out) (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.cpp:1420.) 2022-12-01T10:16:47.0370816Z torch.tensor(True, device=device), True), 2022-12-01T10:16:47.0371214Z ok (0.015s) 2022-12-01T10:16:47.0371695Z test_can_cast_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0372350Z test_cat_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (0.049s) 2022-12-01T10:16:47.0373053Z test_cat_out_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (1.873s) 2022-12-01T10:16:47.0373761Z test_clamp_type_promotion_cpu_bool_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0374502Z test_clamp_type_promotion_cpu_bool_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0375260Z test_clamp_type_promotion_cpu_bool_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0375983Z test_clamp_type_promotion_cpu_bool_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0376719Z test_clamp_type_promotion_cpu_bool_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0377476Z test_clamp_type_promotion_cpu_bool_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0378240Z test_clamp_type_promotion_cpu_bool_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0378976Z test_clamp_type_promotion_cpu_bool_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0379732Z test_clamp_type_promotion_cpu_bool_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0380691Z test_clamp_type_promotion_cpu_bool_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0381453Z test_clamp_type_promotion_cpu_bool_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0382188Z test_clamp_type_promotion_cpu_bool_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0382925Z test_clamp_type_promotion_cpu_bool_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0383671Z test_clamp_type_promotion_cpu_bool_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0384400Z test_clamp_type_promotion_cpu_bool_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0385524Z test_clamp_type_promotion_cpu_bool_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0386374Z test_clamp_type_promotion_cpu_float32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:16:47.0387126Z test_clamp_type_promotion_cpu_float32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0387874Z test_clamp_type_promotion_cpu_float32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0388625Z test_clamp_type_promotion_cpu_float32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0389382Z test_clamp_type_promotion_cpu_float32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0390141Z test_clamp_type_promotion_cpu_float32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0390886Z test_clamp_type_promotion_cpu_float32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0391652Z test_clamp_type_promotion_cpu_float32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0392416Z test_clamp_type_promotion_cpu_float32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0393187Z test_clamp_type_promotion_cpu_float32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0393931Z test_clamp_type_promotion_cpu_float32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0394701Z test_clamp_type_promotion_cpu_float32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0395446Z test_clamp_type_promotion_cpu_float32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0396198Z test_clamp_type_promotion_cpu_float32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0396932Z test_clamp_type_promotion_cpu_float32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0397684Z test_clamp_type_promotion_cpu_float32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0398440Z test_clamp_type_promotion_cpu_float64_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0399171Z test_clamp_type_promotion_cpu_float64_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0399932Z test_clamp_type_promotion_cpu_float64_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0400677Z test_clamp_type_promotion_cpu_float64_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0401435Z test_clamp_type_promotion_cpu_float64_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0402174Z test_clamp_type_promotion_cpu_float64_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0402948Z test_clamp_type_promotion_cpu_float64_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0403719Z test_clamp_type_promotion_cpu_float64_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0404477Z test_clamp_type_promotion_cpu_float64_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0405216Z test_clamp_type_promotion_cpu_float64_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0405983Z test_clamp_type_promotion_cpu_float64_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0406740Z test_clamp_type_promotion_cpu_float64_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0407474Z test_clamp_type_promotion_cpu_float64_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0408287Z test_clamp_type_promotion_cpu_float64_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0409123Z test_clamp_type_promotion_cpu_float64_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0409925Z test_clamp_type_promotion_cpu_float64_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0410650Z test_clamp_type_promotion_cpu_int32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0411391Z test_clamp_type_promotion_cpu_int32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0412133Z test_clamp_type_promotion_cpu_int32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0412880Z test_clamp_type_promotion_cpu_int32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0413604Z test_clamp_type_promotion_cpu_int32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0414353Z test_clamp_type_promotion_cpu_int32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0415103Z test_clamp_type_promotion_cpu_int32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0415832Z test_clamp_type_promotion_cpu_int32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0416578Z test_clamp_type_promotion_cpu_int32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0417320Z test_clamp_type_promotion_cpu_int32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0418070Z test_clamp_type_promotion_cpu_int32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0418793Z test_clamp_type_promotion_cpu_int32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0419531Z test_clamp_type_promotion_cpu_int32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0422894Z test_clamp_type_promotion_cpu_int32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0423764Z test_clamp_type_promotion_cpu_int32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0424509Z test_clamp_type_promotion_cpu_int32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-12-01T10:16:47.0425224Z test_comparison_ops_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.204s) 2022-12-01T10:16:47.0426897Z test_complex_assertraises_cpu (__main__.TestTypePromotionCPU) ... test_type_promotion.py:650: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:16:47.0427913Z v = torch.tensor([2], dtype=dt2, device=device) 2022-12-01T10:16:47.0428341Z ok (0.864s) 2022-12-01T10:16:47.0428820Z test_complex_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:16:47.0429475Z test_complex_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:16:47.0430044Z test_complex_scalar_mult_tensor_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0430660Z test_computation_ignores_out_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0431411Z test_create_bool_tensors_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0431967Z test_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0432550Z test_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0433184Z test_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0433814Z test_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0434534Z test_div_promotion_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0435155Z test_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0435850Z test_div_promotion_inplace_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:16:47.0436881Z test_div_promotion_inplace_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0437823Z test_div_promotion_inplace_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0438515Z test_div_promotion_inplace_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.021s) 2022-12-01T10:16:47.0439141Z test_div_promotion_inplace_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.028s) 2022-12-01T10:16:47.0439811Z test_div_promotion_inplace_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.028s) 2022-12-01T10:16:47.0440392Z test_div_promotion_inplace_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.019s) 2022-12-01T10:16:47.0440962Z test_div_promotion_inplace_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:16:47.0441532Z test_div_promotion_out_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:16:47.0442102Z test_div_promotion_out_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0442655Z test_div_promotion_out_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0443213Z test_div_promotion_out_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.019s) 2022-12-01T10:16:47.0443768Z test_div_promotion_out_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.019s) 2022-12-01T10:16:47.0444325Z test_div_promotion_out_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:16:47.0444936Z test_div_promotion_out_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:16:47.0445632Z test_div_promotion_out_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:16:47.0446355Z test_float_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0447019Z test_from_issue_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0447644Z test_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0452108Z test_indexing_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0452914Z test_indexing_fail_cpu (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-12-01T10:16:47.0453679Z test_inplace_cpu (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:16:47.0454320Z test_int_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-12-01T10:16:47.0455147Z test_int_to_float_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-12-01T10:16:47.0455821Z test_integer_addcdiv_deprecated_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:16:47.0456565Z test_integer_addcdiv_deprecated_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:16:47.0457292Z test_integer_addcdiv_deprecated_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:16:47.0458024Z test_integer_addcdiv_deprecated_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:16:47.0458738Z test_integer_addcdiv_deprecated_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:16:47.0459450Z test_lt_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0460215Z test_many_promotions_cpu (__main__.TestTypePromotionCPU) ... ok (0.616s) 2022-12-01T10:16:47.0460990Z test_mixed_type_backward_cpu (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-12-01T10:16:47.0461669Z test_non_promoting_ops_cpu (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-12-01T10:16:47.0462393Z test_numpy_array_binary_ufunc_promotion_cpu_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0463179Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0463976Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0464771Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0465741Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0466587Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0467359Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0468138Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0468915Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0469666Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0470433Z test_numpy_array_binary_ufunc_promotion_cpu_bool_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0471224Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0472049Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0472859Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0473677Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0474454Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0475229Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0476055Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0476852Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0477961Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0478831Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0479726Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0480616Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0481527Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0482421Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0483338Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0484246Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0485152Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0486024Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0486905Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0487790Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0488752Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0489618Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0490572Z test_numpy_array_binary_ufunc_promotion_cpu_float16_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0491517Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0492428Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0493291Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0494173Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0495059Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0495920Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0496830Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0497827Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0498847Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0499869Z test_numpy_array_binary_ufunc_promotion_cpu_float16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0501029Z test_numpy_array_binary_ufunc_promotion_cpu_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0502113Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0503061Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0503852Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0504667Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0505459Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0506242Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0507005Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0507781Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0508555Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0509332Z test_numpy_array_binary_ufunc_promotion_cpu_float32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0510100Z test_numpy_array_binary_ufunc_promotion_cpu_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0510904Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0511705Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0512490Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0513275Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0514057Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0514840Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0515591Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0516496Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0517351Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0518136Z test_numpy_array_binary_ufunc_promotion_cpu_float64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0518886Z test_numpy_array_binary_ufunc_promotion_cpu_int16_bool (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0520031Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0520821Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0521605Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0522360Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0523147Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0523920Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int16 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0524693Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0525445Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0526202Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0526976Z test_numpy_array_binary_ufunc_promotion_cpu_int16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0527725Z test_numpy_array_binary_ufunc_promotion_cpu_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0528580Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0529383Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0530171Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0530928Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0531707Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0532472Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0533244Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0533998Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0534775Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0535549Z test_numpy_array_binary_ufunc_promotion_cpu_int32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0536515Z test_numpy_array_binary_ufunc_promotion_cpu_int64_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0537398Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0538320Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0539215Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0540182Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0541203Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0542218Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0543166Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0543917Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0544684Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0545460Z test_numpy_array_binary_ufunc_promotion_cpu_int64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0546233Z test_numpy_array_binary_ufunc_promotion_cpu_int8_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0547007Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0547806Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0548606Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0549394Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0550164Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0550946Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0551722Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0552484Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0553253Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0554031Z test_numpy_array_binary_ufunc_promotion_cpu_int8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0554814Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0555583Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0556385Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0557194Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0557989Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0558766Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0559547Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0560326Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0561084Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0561864Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0562638Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0563343Z test_promote_self_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0563976Z test_promote_types_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0564632Z test_result_type_cpu_bfloat16_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0565325Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:16:47.0566018Z test_result_type_cpu_bfloat16_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0566641Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0567294Z test_result_type_cpu_bfloat16_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0567943Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0568635Z test_result_type_cpu_bfloat16_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0569287Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0569921Z test_result_type_cpu_bfloat16_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0570542Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0571186Z test_result_type_cpu_bfloat16_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0571829Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0572469Z test_result_type_cpu_bfloat16_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0573086Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0573722Z test_result_type_cpu_bfloat16_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0574353Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0574963Z test_result_type_cpu_bfloat16_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0575586Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0576209Z test_result_type_cpu_bfloat16_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0576837Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0577448Z test_result_type_cpu_bfloat16_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0578080Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0578702Z test_result_type_cpu_bfloat16_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0579306Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0580038Z test_result_type_cpu_bool_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0580677Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0581300Z test_result_type_cpu_bool_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0581900Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0582537Z test_result_type_cpu_bool_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0583173Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0583776Z test_result_type_cpu_bool_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0584407Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0585031Z test_result_type_cpu_bool_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0585640Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0586261Z test_result_type_cpu_bool_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0586886Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0587503Z test_result_type_cpu_bool_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0588100Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0588718Z test_result_type_cpu_bool_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0589333Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0589919Z test_result_type_cpu_bool_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0590632Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0591320Z test_result_type_cpu_bool_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0591933Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0592528Z test_result_type_cpu_bool_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0593138Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0593754Z test_result_type_cpu_bool_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0594355Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0594993Z test_result_type_cpu_complex128_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0595635Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0596241Z test_result_type_cpu_complex128_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0596884Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0597538Z test_result_type_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0598184Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0598798Z test_result_type_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0599445Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0600080Z test_result_type_cpu_complex128_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0600692Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0601323Z test_result_type_cpu_complex128_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0601953Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0602587Z test_result_type_cpu_complex128_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0603211Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0603845Z test_result_type_cpu_complex128_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0604487Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0605105Z test_result_type_cpu_complex128_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0605740Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0606368Z test_result_type_cpu_complex128_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0606994Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0607600Z test_result_type_cpu_complex128_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0608289Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0608933Z test_result_type_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0609545Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0610196Z test_result_type_cpu_complex64_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0610840Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:16:47.0611475Z test_result_type_cpu_complex64_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0612082Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0612727Z test_result_type_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0613359Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:16:47.0613976Z test_result_type_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0614611Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:16:47.0615256Z test_result_type_cpu_complex64_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0615927Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0616608Z test_result_type_cpu_complex64_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0617241Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0617878Z test_result_type_cpu_complex64_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0618501Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:16:47.0619134Z test_result_type_cpu_complex64_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0619768Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:16:47.0620475Z test_result_type_cpu_complex64_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0621107Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0621741Z test_result_type_cpu_complex64_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0622375Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0622982Z test_result_type_cpu_complex64_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0623610Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0624239Z test_result_type_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0624848Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0625485Z test_result_type_cpu_float16_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0626124Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0626743Z test_result_type_cpu_float16_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0627346Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0627978Z test_result_type_cpu_float16_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0628620Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0629244Z test_result_type_cpu_float16_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0629880Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0630503Z test_result_type_cpu_float16_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0631111Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0631731Z test_result_type_cpu_float16_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0632351Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0632971Z test_result_type_cpu_float16_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0633579Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0634197Z test_result_type_cpu_float16_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0634827Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0635427Z test_result_type_cpu_float16_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0636040Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0636658Z test_result_type_cpu_float16_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0637283Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0637897Z test_result_type_cpu_float16_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0638511Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0639134Z test_result_type_cpu_float16_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0639735Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0640371Z test_result_type_cpu_float32_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0641094Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0641785Z test_result_type_cpu_float32_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0642389Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0643025Z test_result_type_cpu_float32_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0643664Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0644289Z test_result_type_cpu_float32_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0644940Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0645570Z test_result_type_cpu_float32_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0646186Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0646826Z test_result_type_cpu_float32_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0647466Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0648167Z test_result_type_cpu_float32_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0648790Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0649423Z test_result_type_cpu_float32_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0650051Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0650664Z test_result_type_cpu_float32_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0651292Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0651911Z test_result_type_cpu_float32_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0652535Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0653075Z test_result_type_cpu_float32_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0653617Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0654281Z test_result_type_cpu_float32_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0654764Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0655296Z test_result_type_cpu_float64_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0655898Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0656448Z test_result_type_cpu_float64_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0657103Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0657750Z test_result_type_cpu_float64_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0658380Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0659012Z test_result_type_cpu_float64_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0659755Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:16:47.0660667Z test_result_type_cpu_float64_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0661240Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-12-01T10:16:47.0661844Z test_result_type_cpu_float64_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0662367Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:16:47.0662887Z test_result_type_cpu_float64_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0663388Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:16:47.0663899Z test_result_type_cpu_float64_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0664409Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0664916Z test_result_type_cpu_float64_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0665590Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0666215Z test_result_type_cpu_float64_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0666731Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0667421Z test_result_type_cpu_float64_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0667997Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0668688Z test_result_type_cpu_float64_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0669357Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0669997Z test_result_type_cpu_int16_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0670627Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0671219Z test_result_type_cpu_int16_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0671844Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:16:47.0672588Z test_result_type_cpu_int16_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0673317Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:16:47.0674024Z test_result_type_cpu_int16_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0674755Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0675468Z test_result_type_cpu_int16_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0676203Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0676836Z test_result_type_cpu_int16_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0677465Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0678098Z test_result_type_cpu_int16_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0678708Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0679335Z test_result_type_cpu_int16_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0679949Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0680554Z test_result_type_cpu_int16_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0681173Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0681783Z test_result_type_cpu_int16_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0682399Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0682988Z test_result_type_cpu_int16_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0683600Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0684208Z test_result_type_cpu_int16_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0684818Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0685372Z test_result_type_cpu_int32_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0685872Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0686427Z test_result_type_cpu_int32_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0687282Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0687976Z test_result_type_cpu_int32_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0688780Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0689459Z test_result_type_cpu_int32_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0690155Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0690848Z test_result_type_cpu_int32_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0691614Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0692360Z test_result_type_cpu_int32_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0693043Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0693726Z test_result_type_cpu_int32_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0694395Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0695061Z test_result_type_cpu_int32_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0695751Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0696411Z test_result_type_cpu_int32_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0697085Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0697753Z test_result_type_cpu_int32_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0698430Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0699101Z test_result_type_cpu_int32_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0699783Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0700610Z test_result_type_cpu_int32_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0701276Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0701972Z test_result_type_cpu_int64_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0702662Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0703335Z test_result_type_cpu_int64_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0704009Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0704701Z test_result_type_cpu_int64_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0705403Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0706083Z test_result_type_cpu_int64_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0706783Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0707488Z test_result_type_cpu_int64_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0708267Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-12-01T10:16:47.0709069Z test_result_type_cpu_int64_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0709890Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0710693Z test_result_type_cpu_int64_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0711478Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0712276Z test_result_type_cpu_int64_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0713161Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-12-01T10:16:47.0713761Z test_result_type_cpu_int64_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0714392Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-12-01T10:16:47.0715013Z test_result_type_cpu_int64_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0715612Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0716225Z test_result_type_cpu_int64_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0716839Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0717454Z test_result_type_cpu_int64_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0718046Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0718673Z test_result_type_cpu_int8_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0719296Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0720038Z test_result_type_cpu_int8_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0720772Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0721404Z test_result_type_cpu_int8_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0722042Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0722655Z test_result_type_cpu_int8_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0723279Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0723899Z test_result_type_cpu_int8_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0724494Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-12-01T10:16:47.0725109Z test_result_type_cpu_int8_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0725734Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0726333Z test_result_type_cpu_int8_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0726961Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0727562Z test_result_type_cpu_int8_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0728250Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0728850Z test_result_type_cpu_int8_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0729467Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0730089Z test_result_type_cpu_int8_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0730696Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0731313Z test_result_type_cpu_int8_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0731935Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-12-01T10:16:47.0732558Z test_result_type_cpu_int8_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0733153Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0733776Z test_result_type_cpu_uint8_bfloat16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0734404Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0734998Z test_result_type_cpu_uint8_bool (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0735610Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0736246Z test_result_type_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0736871Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0737488Z test_result_type_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0738122Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0738750Z test_result_type_cpu_uint8_float16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0739352Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0740316Z test_result_type_cpu_uint8_float32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0740955Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0741556Z test_result_type_cpu_uint8_float64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0742172Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0742791Z test_result_type_cpu_uint8_int16 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0743377Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0744196Z test_result_type_cpu_uint8_int32 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0744898Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0745739Z test_result_type_cpu_uint8_int64 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0746528Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-12-01T10:16:47.0747245Z test_result_type_cpu_uint8_int8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0747959Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0748681Z test_result_type_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) 2022-12-01T10:16:47.0749382Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.004s) 2022-12-01T10:16:47.0750152Z test_result_type_tensor_vs_scalar_cpu (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0750987Z test_sparse_add_cpu (__main__.TestTypePromotionCPU) ... ok (2.122s) 2022-12-01T10:16:47.0751606Z test_sparse_div_cpu (__main__.TestTypePromotionCPU) ... ok (0.246s) 2022-12-01T10:16:47.0752289Z test_sparse_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0753014Z test_sparse_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0753729Z test_sparse_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0754410Z test_sparse_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0755114Z test_sparse_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0755774Z test_sparse_mul_cpu (__main__.TestTypePromotionCPU) ... ok (0.615s) 2022-12-01T10:16:47.0756382Z test_sparse_sub_cpu (__main__.TestTypePromotionCPU) ... ok (2.484s) 2022-12-01T10:16:47.0757024Z test_transpose_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-12-01T10:16:47.0757735Z test_unary_op_out_casting_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:16:47.0758511Z test_unary_op_out_casting_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.029s) 2022-12-01T10:16:47.0759264Z test_unary_op_out_casting_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:16:47.0760018Z test_unary_op_out_casting_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:16:47.0760763Z test_unary_op_out_casting_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:16:47.0761499Z test_unary_op_out_casting_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.027s) 2022-12-01T10:16:47.0762273Z test_unary_op_out_casting_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-12-01T10:16:47.0763033Z test_unary_op_out_casting_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-12-01T10:16:47.0763776Z test_unary_op_out_casting_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.029s) 2022-12-01T10:16:47.0764504Z test_unary_op_out_casting_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:16:47.0765260Z test_unary_op_out_casting_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:16:47.0766012Z test_unary_op_out_casting_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:16:47.0766760Z test_unary_op_out_casting_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0767474Z test_unary_op_out_casting_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:16:47.0768269Z test_unary_op_out_casting_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:16:47.0769005Z test_unary_op_out_casting_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:16:47.0769734Z test_unary_op_out_casting_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.026s) 2022-12-01T10:16:47.0770461Z test_unary_op_out_casting_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:16:47.0771239Z test_unary_op_out_casting_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-12-01T10:16:47.0772009Z test_unary_op_out_casting_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-12-01T10:16:47.0772712Z test_unary_op_out_casting_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-12-01T10:16:47.0773446Z test_unary_op_out_casting_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-12-01T10:16:47.0774169Z test_unary_op_out_casting_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:16:47.0774873Z test_unary_op_out_casting_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-12-01T10:16:47.0775584Z test_unary_op_out_casting_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-12-01T10:16:47.0776247Z test_unsigned_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-12-01T10:16:47.0776602Z 2022-12-01T10:16:47.0777179Z ---------------------------------------------------------------------- 2022-12-01T10:16:47.0777676Z Ran 422 tests in 11.500s 2022-12-01T10:16:47.0777924Z 2022-12-01T10:16:47.0778053Z OK 2022-12-01T10:16:47.0778246Z 2022-12-01T10:16:47.0778424Z Generating XML reports... 2022-12-01T10:16:47.0779370Z Generated XML report: test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20221201101635.xml 2022-12-01T10:16:47.0779916Z 2022-12-01T10:16:47.0780709Z ##[endgroup] 2022-12-01T10:16:47.0781574Z FINISHED PRINTING LOG FILE of test_type_promotion (/var/lib/jenkins/workspace/test/test-reports/test_type_promotion_66v8vorb) 2022-12-01T10:16:47.0782060Z 2022-12-01T10:16:48.5924336Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:48.6533058Z Ignoring disabled issues: [] 2022-12-01T10:16:48.6677178Z Running nn/test_embedding ... [2022-12-01 10:16:48.667377] 2022-12-01T10:16:48.6680007Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:48.667674] 2022-12-01T10:17:01.2254208Z 2022-12-01T10:17:01.2261483Z Expand the folded group to see the log file of nn/test_embedding 2022-12-01T10:17:01.2269522Z ##[group]PRINTING LOG FILE of nn/test_embedding (/var/lib/jenkins/workspace/test/test-reports/nn-test_embedding_m2u44wyc) 2022-12-01T10:17:01.2280546Z Test results will be stored in test-reports/python-unittest/nn.test_embedding 2022-12-01T10:17:01.2281113Z 2022-12-01T10:17:01.2281251Z Running tests... 2022-12-01T10:17:01.2282092Z ---------------------------------------------------------------------- 2022-12-01T10:17:01.2282928Z test_embedding_bag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.022s) 2022-12-01T10:17:01.2283798Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:17:01.2284633Z test_embedding_bag_functional (__main__.TestEmbeddingNN) ... ok (0.011s) 2022-12-01T10:17:01.2285374Z test_embedding_bag_padding_idx_error (__main__.TestEmbeddingNN) ... ok (0.015s) 2022-12-01T10:17:01.2286082Z test_embedding_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:17:01.2286797Z test_embedding_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:17:01.2287568Z test_embedding_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.001s) 2022-12-01T10:17:01.2288338Z test_embedding_functional (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:17:01.2289091Z test_embedding_max_norm (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:17:01.2289961Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestEmbeddingNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:17:01.2290709Z test_embedding_sparse_basic (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:17:01.2291512Z test_embedding_sparse_empty_tensor (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:17:01.2292148Z test_embeddingbag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:17:01.2293291Z test_embeddingbag_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:17:01.2294117Z test_move_sparse_half_embedding (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:17:01.2294947Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:17:01.2295905Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2296870Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2297976Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T10:17:01.2304473Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2305467Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2306441Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2307396Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2309964Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2313562Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2314772Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2315974Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2317434Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:17:01.2318421Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:17:01.2319358Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:17:01.2321151Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:17:01.2322095Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:17:01.2323046Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:17:01.2325259Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:17:01.2326596Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T10:17:01.2329454Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:17:01.2330616Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:17:01.2331708Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:17:01.2333040Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:17:01.2334112Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.055s) 2022-12-01T10:17:01.2335097Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:17:01.2335895Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:17:01.2336663Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:17:01.2337348Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:17:01.2338118Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2338922Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2339730Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2340592Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:17:01.2341233Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2341992Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2342796Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:17:01.2343805Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2344596Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:17:01.2345392Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:17:01.2346195Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2346975Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:17:01.2347724Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:17:01.2348482Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:17:01.2349191Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:17:01.2349875Z test_embedding_backward_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:17:01.2350544Z test_embedding_bag_1D_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (1.009s) 2022-12-01T10:17:01.2351249Z test_embedding_bag_1D_padding_idx_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.970s) 2022-12-01T10:17:01.2351951Z test_embedding_bag_2D_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.113s) 2022-12-01T10:17:01.2352638Z test_embedding_bag_2D_padding_idx_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.167s) 2022-12-01T10:17:01.2353371Z test_embedding_bag_bfloat16_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:17:01.2354241Z test_embedding_bag_bfloat16_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:17:01.2355053Z test_embedding_bag_bfloat16_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:17:01.2355807Z test_embedding_bag_bfloat16_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:17:01.2356522Z test_embedding_bag_device_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.548s) 2022-12-01T10:17:01.2357236Z test_embedding_bag_device_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.555s) 2022-12-01T10:17:01.2357950Z test_embedding_bag_device_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.557s) 2022-12-01T10:17:01.2358654Z test_embedding_bag_device_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.407s) 2022-12-01T10:17:01.2359384Z test_embedding_bag_device_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.586s) 2022-12-01T10:17:01.2360204Z test_embedding_bag_device_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.351s) 2022-12-01T10:17:01.2361020Z test_embedding_bag_device_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.634s) 2022-12-01T10:17:01.2361811Z test_embedding_bag_device_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.478s) 2022-12-01T10:17:01.2362578Z test_embedding_bag_device_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.466s) 2022-12-01T10:17:01.2363393Z test_embedding_bag_device_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.654s) 2022-12-01T10:17:01.2364200Z test_embedding_bag_device_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.583s) 2022-12-01T10:17:01.2365000Z test_embedding_bag_device_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.531s) 2022-12-01T10:17:01.2365789Z test_embedding_bag_empty_input_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:17:01.2366590Z test_embedding_bag_empty_input_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:17:01.2367384Z test_embedding_bag_empty_input_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:17:01.2368231Z test_embedding_bag_empty_input_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:17:01.2369044Z test_embedding_bag_half_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.209s) 2022-12-01T10:17:01.2369821Z test_embedding_bag_half_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.090s) 2022-12-01T10:17:01.2370606Z test_embedding_bag_half_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.123s) 2022-12-01T10:17:01.2371350Z test_embedding_bag_half_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.108s) 2022-12-01T10:17:01.2372192Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:17:01.2373093Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:17:01.2373972Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:01.2374817Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:17:01.2375694Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:01.2376572Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:01.2377446Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:17:01.2378361Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:01.2379283Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:01.2380253Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:01.2381151Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:17:01.2382004Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:01.2382925Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T10:17:01.2383862Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:17:01.2384787Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:17:01.2385694Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:17:01.2386623Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:17:01.2387553Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:17:01.2388478Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:17:01.2389379Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:17:01.2390305Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.063s) 2022-12-01T10:17:01.2391221Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T10:17:01.2392126Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:17:01.2393016Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:17:01.2393930Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:17:01.2394877Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:17:01.2396195Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:17:01.2397131Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:17:01.2398092Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:17:01.2399054Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:17:01.2400003Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:17:01.2400919Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:17:01.2401969Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.051s) 2022-12-01T10:17:01.2402979Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.052s) 2022-12-01T10:17:01.2403909Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.054s) 2022-12-01T10:17:01.2404814Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T10:17:01.2405647Z test_embedding_dense_grad_cpu (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:17:01.2406440Z test_embedding_max_norm_backward_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:01.2407304Z test_embedding_max_norm_device_cpu_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:17:01.2408227Z test_embedding_max_norm_device_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:17:01.2409132Z test_embedding_max_norm_device_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:17:01.2409974Z test_embedding_max_norm_fwd_AD_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.089s) 2022-12-01T10:17:01.2410786Z test_embedding_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:17:01.2411559Z test_embedding_scalar_weight_error_cpu (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:17:01.2411992Z 2022-12-01T10:17:01.2412538Z ---------------------------------------------------------------------- 2022-12-01T10:17:01.2413061Z Ran 132 tests in 10.822s 2022-12-01T10:17:01.2413306Z 2022-12-01T10:17:01.2413443Z OK (skipped=8) 2022-12-01T10:17:01.2413673Z 2022-12-01T10:17:01.2413859Z Generating XML reports... 2022-12-01T10:17:01.2414778Z Generated XML report: test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNN-20221201101649.xml 2022-12-01T10:17:01.2416004Z Generated XML report: test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNNDeviceTypeCPU-20221201101649.xml 2022-12-01T10:17:01.2416576Z 2022-12-01T10:17:01.2417131Z ##[endgroup] 2022-12-01T10:17:01.2417974Z FINISHED PRINTING LOG FILE of nn/test_embedding (/var/lib/jenkins/workspace/test/test-reports/nn-test_embedding_m2u44wyc) 2022-12-01T10:17:01.2418443Z 2022-12-01T10:17:03.3410860Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:03.4046220Z Ignoring disabled issues: [] 2022-12-01T10:17:03.4193093Z Running test_spectral_ops ... [2022-12-01 10:17:03.418852] 2022-12-01T10:17:03.4194752Z Executing ['/opt/conda/bin/python', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:03.419195] 2022-12-01T10:17:25.4790913Z 2022-12-01T10:17:25.4791686Z Expand the folded group to see the log file of test_spectral_ops 2022-12-01T10:17:25.4865334Z ##[group]PRINTING LOG FILE of test_spectral_ops (/var/lib/jenkins/workspace/test/test-reports/test_spectral_ops_wt51rrc9) 2022-12-01T10:17:25.4931064Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-12-01T10:17:25.4932207Z /opt/conda/lib/python3.7/site-packages/resampy/interpn.py:114: NumbaWarning: The TBB threading layer requires TBB version 2019.5 or later i.e., TBB_INTERFACE_VERSION >= 11005. Found TBB_INTERFACE_VERSION = 9107. The TBB threading layer is disabled. 2022-12-01T10:17:25.4933489Z _resample_loop_p(x, t_out, interp_win, interp_delta, num_table, scale, y) 2022-12-01T10:17:25.4934434Z /opt/conda/lib/python3.7/site-packages/sklearn/utils/validation.py:37: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-12-01T10:17:25.4935302Z LARGE_SPARSE_SUPPORTED = LooseVersion(scipy_version) >= '0.14.0' 2022-12-01T10:17:25.4935669Z test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-12-01T10:17:25.4936100Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-12-01T10:17:25.4936242Z 2022-12-01T10:17:25.4936315Z Running tests... 2022-12-01T10:17:25.4936624Z ---------------------------------------------------------------------- 2022-12-01T10:17:25.4937389Z test_batch_istft_cpu (__main__.TestFFTCPU) ... test_spectral_ops.py:1502: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-12-01T10:17:25.4937894Z i_original = torch.istft(original, n_fft=4, length=4) 2022-12-01T10:17:25.4938106Z ok (0.035s) 2022-12-01T10:17:25.4938353Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.028s) 2022-12-01T10:17:25.4938659Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.023s) 2022-12-01T10:17:25.4938963Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.023s) 2022-12-01T10:17:25.4939265Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.278s) 2022-12-01T10:17:25.4939573Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.096s) 2022-12-01T10:17:25.4939865Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.169s) 2022-12-01T10:17:25.4940569Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:17:25.4941071Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:17:25.4941350Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4941640Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4941930Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4942220Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4942499Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4942790Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:17:25.4943085Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:17:25.4943362Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4943655Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4943944Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:17:25.4944239Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:17:25.4944514Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4944805Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4945098Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4945373Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4945663Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4945957Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4946245Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:17:25.4946521Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4946809Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4947108Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:17:25.4947464Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:17:25.4947801Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4948096Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4948392Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:17:25.4948676Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:17:25.4948967Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4949256Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4949533Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4949805Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.024s) 2022-12-01T10:17:25.4950090Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.078s) 2022-12-01T10:17:25.4950395Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.117s) 2022-12-01T10:17:25.4950663Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.072s) 2022-12-01T10:17:25.4950935Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.343s) 2022-12-01T10:17:25.4951211Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.287s) 2022-12-01T10:17:25.4951503Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4951829Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4952149Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:17:25.4952470Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:17:25.4952783Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:17:25.4953109Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:17:25.4953437Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:17:25.4953748Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:17:25.4954066Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:17:25.4954391Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:17:25.4954714Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:17:25.4955023Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:17:25.4955346Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:17:25.4955677Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:17:25.4955981Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:17:25.4956289Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:17:25.4956606Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:17:25.4956923Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:17:25.4957235Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:17:25.4957554Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:17:25.4957869Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:17:25.4958209Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:17:25.4958556Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:17:25.4958876Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:17:25.4959191Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:17:25.4959493Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:17:25.4959809Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:17:25.4960122Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:17:25.4960438Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:17:25.4960743Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:17:25.4961056Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:17:25.4961374Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:17:25.4961676Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:17:25.4961995Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:17:25.4962315Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:17:25.4962632Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:17:25.4962923Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... ok (1.313s) 2022-12-01T10:17:25.4963213Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4963495Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.016s) 2022-12-01T10:17:25.4963764Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.021s) 2022-12-01T10:17:25.4964047Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.019s) 2022-12-01T10:17:25.4964391Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.005s) 2022-12-01T10:17:25.4964721Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.015s) 2022-12-01T10:17:25.4965041Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.005s) 2022-12-01T10:17:25.4965364Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.034s) 2022-12-01T10:17:25.4965640Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.053s) 2022-12-01T10:17:25.4965921Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4966270Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-12-01T10:17:25.4966610Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4966954Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-12-01T10:17:25.4967273Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4967564Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4967844Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4968195Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-12-01T10:17:25.4968472Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:17:25.4968748Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.013s) 2022-12-01T10:17:25.4969062Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-12-01T10:17:25.4969369Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.025s) 2022-12-01T10:17:25.4969669Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.025s) 2022-12-01T10:17:25.4969964Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.029s) 2022-12-01T10:17:25.4970258Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.028s) 2022-12-01T10:17:25.4970553Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.024s) 2022-12-01T10:17:25.4970848Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.024s) 2022-12-01T10:17:25.4971145Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.027s) 2022-12-01T10:17:25.4971431Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.030s) 2022-12-01T10:17:25.4971734Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.029s) 2022-12-01T10:17:25.4972024Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.027s) 2022-12-01T10:17:25.4972304Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.105s) 2022-12-01T10:17:25.4972642Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.005s) 2022-12-01T10:17:25.4972977Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.058s) 2022-12-01T10:17:25.4973307Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.005s) 2022-12-01T10:17:25.4973618Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.152s) 2022-12-01T10:17:25.4973895Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.157s) 2022-12-01T10:17:25.4974183Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:17:25.4974469Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:17:25.4974761Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.013s) 2022-12-01T10:17:25.4975049Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.013s) 2022-12-01T10:17:25.4975329Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.012s) 2022-12-01T10:17:25.4975601Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.011s) 2022-12-01T10:17:25.4975924Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-12-01T10:17:25.4976231Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.013s) 2022-12-01T10:17:25.4976476Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-12-01T10:17:25.4976787Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-12-01T10:17:25.4977099Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.014s) 2022-12-01T10:17:25.4977362Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-12-01T10:17:25.4978264Z test_istft_against_librosa_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:754: UserWarning: The length of signal is shorter than the length parameter. Result is being padded with zeros in the tail. Please check your center and hop_length settings. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:1120.) 2022-12-01T10:17:25.4978821Z return_complex=return_complex, 2022-12-01T10:17:25.4979012Z ok (0.803s) 2022-12-01T10:17:25.4979240Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (0.240s) 2022-12-01T10:17:25.4979509Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:17:25.4979789Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:17:25.4980273Z stft -> istft should recover the original signale ... ok (0.003s) 2022-12-01T10:17:25.4990763Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:17:25.4991332Z stft -> istft should recover the original signale ... ok (0.477s) 2022-12-01T10:17:25.4991628Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:17:25.4991955Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.160s) 2022-12-01T10:17:25.4992233Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-12-01T10:17:25.4992504Z istft should throw exception for invalid parameters ... ok (0.014s) 2022-12-01T10:17:25.4992806Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.052s) 2022-12-01T10:17:25.4993107Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-12-01T10:17:25.4993393Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.021s) 2022-12-01T10:17:25.4993702Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.024s) 2022-12-01T10:17:25.4994005Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.020s) 2022-12-01T10:17:25.4994293Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.020s) 2022-12-01T10:17:25.4994589Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.038s) 2022-12-01T10:17:25.4994890Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.020s) 2022-12-01T10:17:25.4995189Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-12-01T10:17:25.4995465Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.020s) 2022-12-01T10:17:25.4995758Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.035s) 2022-12-01T10:17:25.4996059Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.031s) 2022-12-01T10:17:25.4996345Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.036s) 2022-12-01T10:17:25.4996651Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.033s) 2022-12-01T10:17:25.4996956Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.035s) 2022-12-01T10:17:25.4997316Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.031s) 2022-12-01T10:17:25.4997623Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.035s) 2022-12-01T10:17:25.4997929Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.032s) 2022-12-01T10:17:25.4998937Z test_stft_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T10:17:25.4999571Z normalized, onesided, return_complex) 2022-12-01T10:17:25.4999806Z ok (0.120s) 2022-12-01T10:17:25.5000037Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.001s) 2022-12-01T10:17:25.5000345Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.088s) 2022-12-01T10:17:25.5000653Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.105s) 2022-12-01T10:17:25.5000971Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:17:25.5001273Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5001539Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:17:25.5001736Z Expecting nothing 2022-12-01T10:17:25.5001900Z ok 2022-12-01T10:17:25.5002048Z Trying: 2022-12-01T10:17:25.5002205Z fft2 = torch.fft.fft2(x) 2022-12-01T10:17:25.5002394Z Expecting nothing 2022-12-01T10:17:25.5002558Z ok 2022-12-01T10:17:25.5002691Z Trying: 2022-12-01T10:17:25.5002908Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-12-01T10:17:25.5003171Z Expecting nothing 2022-12-01T10:17:25.5003372Z ok 2022-12-01T10:17:25.5003553Z Trying: 2022-12-01T10:17:25.5003833Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-12-01T10:17:25.5004050Z Expecting nothing 2022-12-01T10:17:25.5004213Z ok 2022-12-01T10:17:25.5004361Z ok (0.004s) 2022-12-01T10:17:25.5004576Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5004852Z t = torch.arange(4) 2022-12-01T10:17:25.5005032Z Expecting nothing 2022-12-01T10:17:25.5005183Z ok 2022-12-01T10:17:25.5005328Z Trying: 2022-12-01T10:17:25.5005475Z t 2022-12-01T10:17:25.5005617Z Expecting: 2022-12-01T10:17:25.5005785Z tensor([0, 1, 2, 3]) 2022-12-01T10:17:25.5005948Z ok 2022-12-01T10:17:25.5006127Z Trying: 2022-12-01T10:17:25.5006290Z torch.fft.fft(t) 2022-12-01T10:17:25.5006462Z Expecting: 2022-12-01T10:17:25.5006704Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:17:25.5006887Z ok 2022-12-01T10:17:25.5007031Z Trying: 2022-12-01T10:17:25.5007211Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-12-01T10:17:25.5007411Z Expecting nothing 2022-12-01T10:17:25.5007575Z ok 2022-12-01T10:17:25.5007707Z Trying: 2022-12-01T10:17:25.5007869Z torch.fft.fft(t) 2022-12-01T10:17:25.5008111Z Expecting: 2022-12-01T10:17:25.5008399Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-12-01T10:17:25.5008580Z ok 2022-12-01T10:17:25.5008730Z ok (0.003s) 2022-12-01T10:17:25.5008946Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5009181Z torch.fft.fftfreq(5) 2022-12-01T10:17:25.5009359Z Expecting: 2022-12-01T10:17:25.5009595Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:17:25.5009774Z ok 2022-12-01T10:17:25.5009920Z Trying: 2022-12-01T10:17:25.5010151Z torch.fft.fftfreq(4) 2022-12-01T10:17:25.5010359Z Expecting: 2022-12-01T10:17:25.5010600Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:17:25.5010762Z ok 2022-12-01T10:17:25.5010910Z ok (0.002s) 2022-12-01T10:17:25.5011137Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5011383Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:17:25.5011592Z Expecting nothing 2022-12-01T10:17:25.5011754Z ok 2022-12-01T10:17:25.5011887Z Trying: 2022-12-01T10:17:25.5012113Z fftn = torch.fft.fftn(x) 2022-12-01T10:17:25.5012300Z Expecting nothing 2022-12-01T10:17:25.5012449Z ok 2022-12-01T10:17:25.5012594Z Trying: 2022-12-01T10:17:25.5012805Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-12-01T10:17:25.5013006Z Expecting nothing 2022-12-01T10:17:25.5013167Z ok 2022-12-01T10:17:25.5013311Z Trying: 2022-12-01T10:17:25.5013520Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-12-01T10:17:25.5013754Z Expecting nothing 2022-12-01T10:17:25.5013916Z ok 2022-12-01T10:17:25.5014051Z ok (0.002s) 2022-12-01T10:17:25.5014281Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5014520Z f = torch.fft.fftfreq(4) 2022-12-01T10:17:25.5014711Z Expecting nothing 2022-12-01T10:17:25.5014861Z ok 2022-12-01T10:17:25.5015011Z Trying: 2022-12-01T10:17:25.5015144Z f 2022-12-01T10:17:25.5015297Z Expecting: 2022-12-01T10:17:25.5015537Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:17:25.5015700Z ok 2022-12-01T10:17:25.5015845Z Trying: 2022-12-01T10:17:25.5016013Z torch.fft.fftshift(f) 2022-12-01T10:17:25.5016179Z Expecting: 2022-12-01T10:17:25.5016416Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-12-01T10:17:25.5016590Z ok 2022-12-01T10:17:25.5016722Z Trying: 2022-12-01T10:17:25.5016951Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-12-01T10:17:25.5017189Z Expecting nothing 2022-12-01T10:17:25.5017354Z ok 2022-12-01T10:17:25.5017485Z Trying: 2022-12-01T10:17:25.5017633Z x 2022-12-01T10:17:25.5017787Z Expecting: 2022-12-01T10:17:25.5018022Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-12-01T10:17:25.5018292Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-12-01T10:17:25.5018619Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-12-01T10:17:25.5018904Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-12-01T10:17:25.5019171Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-12-01T10:17:25.5019348Z ok 2022-12-01T10:17:25.5019482Z Trying: 2022-12-01T10:17:25.5019689Z torch.fft.fftshift(x) 2022-12-01T10:17:25.5019882Z Expecting: 2022-12-01T10:17:25.5020261Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-12-01T10:17:25.5020529Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-12-01T10:17:25.5020829Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-12-01T10:17:25.5021076Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-12-01T10:17:25.5021333Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-12-01T10:17:25.5021509Z ok 2022-12-01T10:17:25.5021642Z Trying: 2022-12-01T10:17:25.5021863Z x_centered = torch.arange(-5, 5) 2022-12-01T10:17:25.5022069Z Expecting nothing 2022-12-01T10:17:25.5022223Z ok 2022-12-01T10:17:25.5022369Z Trying: 2022-12-01T10:17:25.5022572Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-12-01T10:17:25.5022776Z Expecting nothing 2022-12-01T10:17:25.5022940Z ok 2022-12-01T10:17:25.5023085Z Trying: 2022-12-01T10:17:25.5023272Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-12-01T10:17:25.5023482Z Expecting nothing 2022-12-01T10:17:25.5023647Z ok 2022-12-01T10:17:25.5023777Z Trying: 2022-12-01T10:17:25.5023985Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-12-01T10:17:25.5024201Z Expecting nothing 2022-12-01T10:17:25.5024364Z ok 2022-12-01T10:17:25.5024496Z Trying: 2022-12-01T10:17:25.5024748Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-12-01T10:17:25.5025011Z Expecting nothing 2022-12-01T10:17:25.5025161Z ok 2022-12-01T10:17:25.5025304Z Trying: 2022-12-01T10:17:25.5025569Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-12-01T10:17:25.5025826Z Expecting nothing 2022-12-01T10:17:25.5025990Z ok 2022-12-01T10:17:25.5026139Z ok (0.004s) 2022-12-01T10:17:25.5026353Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5026597Z t = torch.linspace(0, 1, 5) 2022-12-01T10:17:25.5026829Z Expecting nothing 2022-12-01T10:17:25.5026980Z ok 2022-12-01T10:17:25.5027125Z Trying: 2022-12-01T10:17:25.5027273Z t 2022-12-01T10:17:25.5027415Z Expecting: 2022-12-01T10:17:25.5027600Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:17:25.5027776Z ok 2022-12-01T10:17:25.5027909Z Trying: 2022-12-01T10:17:25.5028075Z T = torch.fft.ifft(t) 2022-12-01T10:17:25.5028259Z Expecting nothing 2022-12-01T10:17:25.5028411Z ok 2022-12-01T10:17:25.5028554Z Trying: 2022-12-01T10:17:25.5028701Z T 2022-12-01T10:17:25.5028843Z Expecting: 2022-12-01T10:17:25.5029129Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-12-01T10:17:25.5029382Z -0.1250+0.1720j]) 2022-12-01T10:17:25.5029536Z ok 2022-12-01T10:17:25.5029681Z Trying: 2022-12-01T10:17:25.5029855Z torch.fft.hfft(T[:3], n=5) 2022-12-01T10:17:25.5030026Z Expecting: 2022-12-01T10:17:25.5030211Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:17:25.5030387Z ok 2022-12-01T10:17:25.5030521Z Trying: 2022-12-01T10:17:25.5030691Z torch.fft.hfft(T[:3]) 2022-12-01T10:17:25.5030868Z Expecting: 2022-12-01T10:17:25.5031037Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-12-01T10:17:25.5031211Z ok 2022-12-01T10:17:25.5031359Z ok (0.003s) 2022-12-01T10:17:25.5031572Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5031835Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:17:25.5032044Z Expecting nothing 2022-12-01T10:17:25.5032194Z ok 2022-12-01T10:17:25.5032341Z Trying: 2022-12-01T10:17:25.5032513Z ifft2 = torch.fft.ifft2(x) 2022-12-01T10:17:25.5032694Z Expecting nothing 2022-12-01T10:17:25.5032857Z ok 2022-12-01T10:17:25.5033099Z Trying: 2022-12-01T10:17:25.5033346Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-12-01T10:17:25.5033568Z Expecting nothing 2022-12-01T10:17:25.5033729Z ok 2022-12-01T10:17:25.5033862Z Trying: 2022-12-01T10:17:25.5034088Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-12-01T10:17:25.5034325Z Expecting nothing 2022-12-01T10:17:25.5034473Z ok 2022-12-01T10:17:25.5034622Z ok (0.002s) 2022-12-01T10:17:25.5034845Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5035149Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:17:25.5035353Z Expecting nothing 2022-12-01T10:17:25.5035516Z ok 2022-12-01T10:17:25.5035649Z Trying: 2022-12-01T10:17:25.5035813Z torch.fft.ifft(t) 2022-12-01T10:17:25.5035990Z Expecting: 2022-12-01T10:17:25.5036163Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-12-01T10:17:25.5036337Z ok 2022-12-01T10:17:25.5036485Z ok (0.002s) 2022-12-01T10:17:25.5036697Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5036957Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:17:25.5037165Z Expecting nothing 2022-12-01T10:17:25.5037329Z ok 2022-12-01T10:17:25.5037461Z Trying: 2022-12-01T10:17:25.5037635Z ifftn = torch.fft.ifftn(x) 2022-12-01T10:17:25.5037825Z Expecting nothing 2022-12-01T10:17:25.5037974Z ok 2022-12-01T10:17:25.5038118Z Trying: 2022-12-01T10:17:25.5038327Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-12-01T10:17:25.5038536Z Expecting nothing 2022-12-01T10:17:25.5038697Z ok 2022-12-01T10:17:25.5038842Z Trying: 2022-12-01T10:17:25.5039052Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-12-01T10:17:25.5039284Z Expecting nothing 2022-12-01T10:17:25.5039445Z ok 2022-12-01T10:17:25.5039580Z ok (0.002s) 2022-12-01T10:17:25.5039806Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5040049Z f = torch.fft.fftfreq(5) 2022-12-01T10:17:25.5040230Z Expecting nothing 2022-12-01T10:17:25.5040397Z ok 2022-12-01T10:17:25.5040543Z Trying: 2022-12-01T10:17:25.5040680Z f 2022-12-01T10:17:25.5040836Z Expecting: 2022-12-01T10:17:25.5041088Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:17:25.5041254Z ok 2022-12-01T10:17:25.5041398Z Trying: 2022-12-01T10:17:25.5041578Z shifted = torch.fft.fftshift(f) 2022-12-01T10:17:25.5041764Z Expecting nothing 2022-12-01T10:17:25.5041928Z ok 2022-12-01T10:17:25.5042072Z Trying: 2022-12-01T10:17:25.5042238Z torch.fft.ifftshift(shifted) 2022-12-01T10:17:25.5042429Z Expecting: 2022-12-01T10:17:25.5042677Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:17:25.5042843Z ok 2022-12-01T10:17:25.5042989Z ok (0.002s) 2022-12-01T10:17:25.5043212Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5043427Z t = torch.arange(5) 2022-12-01T10:17:25.5043609Z Expecting nothing 2022-12-01T10:17:25.5043773Z ok 2022-12-01T10:17:25.5043910Z Trying: 2022-12-01T10:17:25.5044058Z t 2022-12-01T10:17:25.5044217Z Expecting: 2022-12-01T10:17:25.5044373Z tensor([0, 1, 2, 3, 4]) 2022-12-01T10:17:25.5044539Z ok 2022-12-01T10:17:25.5044681Z Trying: 2022-12-01T10:17:25.5044833Z torch.fft.ihfft(t) 2022-12-01T10:17:25.5045010Z Expecting: 2022-12-01T10:17:25.5045272Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-12-01T10:17:25.5045446Z ok 2022-12-01T10:17:25.5045592Z Trying: 2022-12-01T10:17:25.5045759Z torch.fft.ifft(t) 2022-12-01T10:17:25.5045921Z Expecting: 2022-12-01T10:17:25.5046202Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-12-01T10:17:25.5046448Z -0.5000+0.6882j]) 2022-12-01T10:17:25.5046599Z ok 2022-12-01T10:17:25.5046747Z ok (0.003s) 2022-12-01T10:17:25.5046974Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5047192Z t = torch.rand(10, 9) 2022-12-01T10:17:25.5047374Z Expecting nothing 2022-12-01T10:17:25.5047537Z ok 2022-12-01T10:17:25.5047716Z Trying: 2022-12-01T10:17:25.5047922Z T = torch.fft.rfft2(t) 2022-12-01T10:17:25.5048189Z Expecting nothing 2022-12-01T10:17:25.5048342Z ok 2022-12-01T10:17:25.5048486Z Trying: 2022-12-01T10:17:25.5048661Z torch.fft.irfft2(T).size() 2022-12-01T10:17:25.5048833Z Expecting: 2022-12-01T10:17:25.5049004Z torch.Size([10, 8]) 2022-12-01T10:17:25.5049168Z ok 2022-12-01T10:17:25.5049298Z Trying: 2022-12-01T10:17:25.5049490Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-12-01T10:17:25.5049696Z Expecting nothing 2022-12-01T10:17:25.5049849Z ok 2022-12-01T10:17:25.5049993Z Trying: 2022-12-01T10:17:25.5050159Z roundtrip.size() 2022-12-01T10:17:25.5050322Z Expecting: 2022-12-01T10:17:25.5050491Z torch.Size([10, 9]) 2022-12-01T10:17:25.5050656Z ok 2022-12-01T10:17:25.5050788Z Trying: 2022-12-01T10:17:25.5051011Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:17:25.5051246Z Expecting nothing 2022-12-01T10:17:25.5051399Z ok 2022-12-01T10:17:25.5051551Z ok (0.002s) 2022-12-01T10:17:25.5051774Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5052001Z t = torch.linspace(0, 1, 5) 2022-12-01T10:17:25.5052190Z Expecting nothing 2022-12-01T10:17:25.5052353Z ok 2022-12-01T10:17:25.5052486Z Trying: 2022-12-01T10:17:25.5052633Z t 2022-12-01T10:17:25.5052792Z Expecting: 2022-12-01T10:17:25.5052966Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:17:25.5053146Z ok 2022-12-01T10:17:25.5053290Z Trying: 2022-12-01T10:17:25.5053443Z T = torch.fft.rfft(t) 2022-12-01T10:17:25.5053627Z Expecting nothing 2022-12-01T10:17:25.5053792Z ok 2022-12-01T10:17:25.5053923Z Trying: 2022-12-01T10:17:25.5054073Z T 2022-12-01T10:17:25.5054226Z Expecting: 2022-12-01T10:17:25.5054485Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-12-01T10:17:25.5054670Z ok 2022-12-01T10:17:25.5054818Z Trying: 2022-12-01T10:17:25.5054969Z torch.fft.irfft(T) 2022-12-01T10:17:25.5055144Z Expecting: 2022-12-01T10:17:25.5055327Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-12-01T10:17:25.5055490Z ok 2022-12-01T10:17:25.5055636Z Trying: 2022-12-01T10:17:25.5055830Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-12-01T10:17:25.5056024Z Expecting nothing 2022-12-01T10:17:25.5056188Z ok 2022-12-01T10:17:25.5056332Z Trying: 2022-12-01T10:17:25.5056545Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:17:25.5056778Z Expecting nothing 2022-12-01T10:17:25.5056942Z ok 2022-12-01T10:17:25.5057079Z ok (0.003s) 2022-12-01T10:17:25.5057304Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5057536Z t = torch.rand(10, 9) 2022-12-01T10:17:25.5057705Z Expecting nothing 2022-12-01T10:17:25.5057868Z ok 2022-12-01T10:17:25.5058014Z Trying: 2022-12-01T10:17:25.5058170Z T = torch.fft.rfftn(t) 2022-12-01T10:17:25.5058353Z Expecting nothing 2022-12-01T10:17:25.5058515Z ok 2022-12-01T10:17:25.5058647Z Trying: 2022-12-01T10:17:25.5058827Z torch.fft.irfftn(T).size() 2022-12-01T10:17:25.5059011Z Expecting: 2022-12-01T10:17:25.5059171Z torch.Size([10, 8]) 2022-12-01T10:17:25.5059336Z ok 2022-12-01T10:17:25.5059481Z Trying: 2022-12-01T10:17:25.5059662Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-12-01T10:17:25.5059869Z Expecting nothing 2022-12-01T10:17:25.5060171Z ok 2022-12-01T10:17:25.5060306Z Trying: 2022-12-01T10:17:25.5060470Z roundtrip.size() 2022-12-01T10:17:25.5060649Z Expecting: 2022-12-01T10:17:25.5060806Z torch.Size([10, 9]) 2022-12-01T10:17:25.5060971Z ok 2022-12-01T10:17:25.5061114Z Trying: 2022-12-01T10:17:25.5061322Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:17:25.5061553Z Expecting nothing 2022-12-01T10:17:25.5061713Z ok 2022-12-01T10:17:25.5061849Z ok (0.002s) 2022-12-01T10:17:25.5062068Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5062296Z t = torch.rand(10, 10) 2022-12-01T10:17:25.5062477Z Expecting nothing 2022-12-01T10:17:25.5062627Z ok 2022-12-01T10:17:25.5062849Z Trying: 2022-12-01T10:17:25.5063060Z rfft2 = torch.fft.rfft2(t) 2022-12-01T10:17:25.5063235Z Expecting nothing 2022-12-01T10:17:25.5063396Z ok 2022-12-01T10:17:25.5063540Z Trying: 2022-12-01T10:17:25.5063686Z rfft2.size() 2022-12-01T10:17:25.5063853Z Expecting: 2022-12-01T10:17:25.5064022Z torch.Size([10, 6]) 2022-12-01T10:17:25.5064172Z ok 2022-12-01T10:17:25.5064317Z Trying: 2022-12-01T10:17:25.5064485Z fft2 = torch.fft.fft2(t) 2022-12-01T10:17:25.5064661Z Expecting nothing 2022-12-01T10:17:25.5064825Z ok 2022-12-01T10:17:25.5064957Z Trying: 2022-12-01T10:17:25.5065181Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-12-01T10:17:25.5065413Z Expecting nothing 2022-12-01T10:17:25.5065575Z ok 2022-12-01T10:17:25.5065707Z Trying: 2022-12-01T10:17:25.5065918Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-12-01T10:17:25.5066133Z Expecting nothing 2022-12-01T10:17:25.5066282Z ok 2022-12-01T10:17:25.5066427Z Trying: 2022-12-01T10:17:25.5066650Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-12-01T10:17:25.5066871Z Expecting nothing 2022-12-01T10:17:25.5067033Z ok 2022-12-01T10:17:25.5067180Z ok (0.002s) 2022-12-01T10:17:25.5067391Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5067615Z t = torch.arange(4) 2022-12-01T10:17:25.5067794Z Expecting nothing 2022-12-01T10:17:25.5067944Z ok 2022-12-01T10:17:25.5068089Z Trying: 2022-12-01T10:17:25.5068236Z t 2022-12-01T10:17:25.5068378Z Expecting: 2022-12-01T10:17:25.5068545Z tensor([0, 1, 2, 3]) 2022-12-01T10:17:25.5068707Z ok 2022-12-01T10:17:25.5068838Z Trying: 2022-12-01T10:17:25.5069002Z torch.fft.rfft(t) 2022-12-01T10:17:25.5069175Z Expecting: 2022-12-01T10:17:25.5069403Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-12-01T10:17:25.5069580Z ok 2022-12-01T10:17:25.5069724Z Trying: 2022-12-01T10:17:25.5069871Z torch.fft.fft(t) 2022-12-01T10:17:25.5070044Z Expecting: 2022-12-01T10:17:25.5070288Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:17:25.5070459Z ok 2022-12-01T10:17:25.5070607Z ok (0.003s) 2022-12-01T10:17:25.5070836Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5071061Z torch.fft.rfftfreq(5) 2022-12-01T10:17:25.5071245Z Expecting: 2022-12-01T10:17:25.5071420Z tensor([0.0000, 0.2000, 0.4000]) 2022-12-01T10:17:25.5071580Z ok 2022-12-01T10:17:25.5071725Z Trying: 2022-12-01T10:17:25.5071897Z torch.fft.rfftfreq(4) 2022-12-01T10:17:25.5072063Z Expecting: 2022-12-01T10:17:25.5072236Z tensor([0.0000, 0.2500, 0.5000]) 2022-12-01T10:17:25.5072404Z ok 2022-12-01T10:17:25.5072537Z Trying: 2022-12-01T10:17:25.5072705Z torch.fft.fftfreq(4) 2022-12-01T10:17:25.5072883Z Expecting: 2022-12-01T10:17:25.5073111Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:17:25.5073286Z ok 2022-12-01T10:17:25.5073434Z ok (0.002s) 2022-12-01T10:17:25.5073645Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:17:25.5073879Z t = torch.rand(10, 10) 2022-12-01T10:17:25.5074063Z Expecting nothing 2022-12-01T10:17:25.5074213Z ok 2022-12-01T10:17:25.5074358Z Trying: 2022-12-01T10:17:25.5074531Z rfftn = torch.fft.rfftn(t) 2022-12-01T10:17:25.5074708Z Expecting nothing 2022-12-01T10:17:25.5074869Z ok 2022-12-01T10:17:25.5075013Z Trying: 2022-12-01T10:17:25.5075159Z rfftn.size() 2022-12-01T10:17:25.5075325Z Expecting: 2022-12-01T10:17:25.5075495Z torch.Size([10, 6]) 2022-12-01T10:17:25.5075649Z ok 2022-12-01T10:17:25.5075797Z Trying: 2022-12-01T10:17:25.5075966Z fftn = torch.fft.fftn(t) 2022-12-01T10:17:25.5076140Z Expecting nothing 2022-12-01T10:17:25.5076302Z ok 2022-12-01T10:17:25.5076445Z Trying: 2022-12-01T10:17:25.5076658Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-12-01T10:17:25.5076892Z Expecting nothing 2022-12-01T10:17:25.5077055Z ok 2022-12-01T10:17:25.5077187Z Trying: 2022-12-01T10:17:25.5077396Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-12-01T10:17:25.5077660Z Expecting nothing 2022-12-01T10:17:25.5077845Z ok 2022-12-01T10:17:25.5077989Z Trying: 2022-12-01T10:17:25.5078213Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-12-01T10:17:25.5078433Z Expecting nothing 2022-12-01T10:17:25.5078595Z ok 2022-12-01T10:17:25.5078745Z ok (0.002s) 2022-12-01T10:17:25.5078849Z 2022-12-01T10:17:25.5079037Z ---------------------------------------------------------------------- 2022-12-01T10:17:25.5079281Z Ran 177 tests in 7.036s 2022-12-01T10:17:25.5079393Z 2022-12-01T10:17:25.5079466Z OK (skipped=10) 2022-12-01T10:17:25.5079572Z 2022-12-01T10:17:25.5079655Z Generating XML reports... 2022-12-01T10:17:25.5080041Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20221201101717.xml 2022-12-01T10:17:25.5080570Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20221201101717.xml 2022-12-01T10:17:25.5080820Z 2022-12-01T10:17:25.5081185Z ##[endgroup] 2022-12-01T10:17:25.5081565Z FINISHED PRINTING LOG FILE of test_spectral_ops (/var/lib/jenkins/workspace/test/test-reports/test_spectral_ops_wt51rrc9) 2022-12-01T10:17:25.5081789Z 2022-12-01T10:17:27.9641549Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:28.0945193Z Ignoring disabled issues: [] 2022-12-01T10:17:28.1227904Z Running test_expanded_weights ... [2022-12-01 10:17:28.122253] 2022-12-01T10:17:28.1229685Z Executing ['/opt/conda/bin/python', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:28.122668] 2022-12-01T10:17:33.9901918Z 2022-12-01T10:17:33.9903039Z Expand the folded group to see the log file of test_expanded_weights 2022-12-01T10:17:33.9906836Z ##[group]PRINTING LOG FILE of test_expanded_weights (/var/lib/jenkins/workspace/test/test-reports/test_expanded_weights_0q775ez1) 2022-12-01T10:17:33.9908008Z Test results will be stored in test-reports/python-unittest/test_expanded_weights 2022-12-01T10:17:33.9908438Z 2022-12-01T10:17:33.9908620Z Running tests... 2022-12-01T10:17:33.9909274Z ---------------------------------------------------------------------- 2022-12-01T10:17:33.9983003Z test_cnn_model_mean_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.336s) 2022-12-01T10:17:33.9983839Z test_cnn_model_sum_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.206s) 2022-12-01T10:17:33.9984628Z test_embedding_model_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.033s) 2022-12-01T10:17:33.9985424Z test_expanded_weight_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-12-01T10:17:33.9986297Z test_expanded_weight_forward_nn_functional_conv1d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.017s) 2022-12-01T10:17:33.9987261Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:17:34.0065630Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-12-01T10:17:34.0068830Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-12-01T10:17:34.0069280Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:17:34.0069712Z test_expanded_weight_forward_nn_functional_conv1d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.019s) 2022-12-01T10:17:34.0070790Z test_expanded_weight_forward_nn_functional_conv2d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T10:17:34.0071437Z return self.op(*args, **kwargs) 2022-12-01T10:17:34.0071775Z ok (0.100s) 2022-12-01T10:17:34.0072145Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.034s) 2022-12-01T10:17:34.0072584Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.131s) 2022-12-01T10:17:34.0073015Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-12-01T10:17:34.0073426Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.018s) 2022-12-01T10:17:34.0073849Z test_expanded_weight_forward_nn_functional_conv2d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.059s) 2022-12-01T10:17:34.0074284Z test_expanded_weight_forward_nn_functional_embedding_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-12-01T10:17:34.0074725Z test_expanded_weight_forward_nn_functional_embedding_cpu_float16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-12-01T10:17:34.0075152Z test_expanded_weight_forward_nn_functional_embedding_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-12-01T10:17:34.0126499Z test_expanded_weight_forward_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:17:34.0127397Z test_expanded_weight_forward_nn_functional_group_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:17:34.0128267Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:17:34.0129097Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:17:34.0130238Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:17:34.0290728Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.038s) 2022-12-01T10:17:34.0291337Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:17:34.0291920Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:17:34.0292501Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:17:34.0293071Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:17:34.0293627Z test_expanded_weight_forward_nn_functional_linear_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-12-01T10:17:34.0294200Z test_expanded_weight_forward_nn_functional_linear_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:17:34.0294777Z test_expanded_weight_forward_nn_functional_linear_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:17:34.0295338Z test_expanded_weight_forward_nn_functional_linear_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:17:34.0295885Z test_expanded_weight_forward_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:17:34.0296444Z test_expanded_weight_forward_nn_functional_linear_cpu_int16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:17:34.0296998Z test_expanded_weight_forward_nn_functional_linear_cpu_int32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:17:34.0297548Z test_expanded_weight_forward_nn_functional_linear_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:17:34.0298311Z test_expanded_weight_forward_nn_functional_linear_cpu_int8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:17:34.0298927Z test_expanded_weight_forward_nn_functional_linear_cpu_uint8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:17:34.0299506Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:17:34.0300325Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.030s) 2022-12-01T10:17:34.0301186Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:17:34.0302049Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:17:34.0302873Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.018s) 2022-12-01T10:17:34.0303755Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:17:34.0304590Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-12-01T10:17:34.0305433Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:17:34.0306259Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.054s) 2022-12-01T10:17:34.0307110Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:17:34.0307958Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:17:34.0308833Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.019s) 2022-12-01T10:17:34.0309692Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:17:34.0310539Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-12-01T10:17:34.0311371Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:17:34.0312262Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.025s) 2022-12-01T10:17:34.0313146Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:17:34.0314043Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:17:34.0314925Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-12-01T10:17:34.0315818Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:17:34.0316698Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:17:34.0317446Z test_group_norm_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.020s) 2022-12-01T10:17:34.0318115Z test_group_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.031s) 2022-12-01T10:17:34.0318899Z test_group_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.033s) 2022-12-01T10:17:34.0319640Z test_group_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.137s) 2022-12-01T10:17:34.0320332Z test_instance_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.028s) 2022-12-01T10:17:34.0321009Z test_instance_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.038s) 2022-12-01T10:17:34.0321718Z test_instance_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.118s) 2022-12-01T10:17:34.0322396Z test_layer_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.022s) 2022-12-01T10:17:34.0323077Z test_layer_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.027s) 2022-12-01T10:17:34.0323733Z test_layer_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.107s) 2022-12-01T10:17:34.0324500Z test_unsupported_expand_weights_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:17:34.0325331Z test_unsupported_expand_weights_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-12-01T10:17:34.0326140Z test_unsupported_expand_weights_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:17:34.0326978Z test_unsupported_expand_weights_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:17:34.0327839Z test_unsupported_expand_weights_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:17:34.0328754Z test_unsupported_expand_weights_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:17:34.0329555Z test_unsupported_expand_weights_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:17:34.0330304Z test_forward_helper_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.004s) 2022-12-01T10:17:34.0331044Z test_forward_helper_failure_args_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.004s) 2022-12-01T10:17:34.0331769Z test_set_grad_sample_if_exists_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-12-01T10:17:34.0332500Z test_set_grad_sample_if_exists_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:17:34.0333242Z test_sum_over_all_but_batch_and_last_n_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-12-01T10:17:34.0334003Z test_unpack_expanded_weight_or_tensor_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-12-01T10:17:34.0334774Z test_unpack_expanded_weight_or_tensor_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:17:34.0335579Z test_unpack_expanded_weight_or_tensor_with_custom_function_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:17:34.0336264Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0336850Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.017s) 2022-12-01T10:17:34.0337509Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-12-01T10:17:34.0338146Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0338723Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0339315Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0339885Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0340693Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0341465Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0342107Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0342727Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0343316Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0343948Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0344605Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:17:34.0345241Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0345937Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0346397Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0346827Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0347593Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:17:34.0348375Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:17:34.0348910Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0349369Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0349782Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0350200Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0350674Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:17:34.0351113Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0351550Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0351986Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0352398Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0352809Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.018s) 2022-12-01T10:17:34.0353228Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.018s) 2022-12-01T10:17:34.0353658Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0354090Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0354552Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0355021Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0355492Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0355925Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0356354Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0357032Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:17:34.0357809Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:17:34.0358323Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0358870Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0359367Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0359752Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0360189Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0360640Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:17:34.0361108Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:17:34.0361554Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0361970Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0362398Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0362833Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0363311Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0363756Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0364182Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0364602Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0365053Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0365746Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:17:34.0366523Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:17:34.0367042Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0367499Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0367932Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:17:34.0368414Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0368883Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0369350Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:17:34.0369783Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0370195Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.052s) 2022-12-01T10:17:34.0370651Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0371122Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0371558Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:17:34.0372015Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:17:34.0372469Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:17:34.0372928Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:17:34.0373357Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0373798Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0374282Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:17:34.0374737Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:17:34.0375209Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:17:34.0375665Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:17:34.0376124Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0376595Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0377352Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:17:34.0378213Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-12-01T10:17:34.0378792Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:17:34.0379269Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:17:34.0379754Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0380395Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0381044Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.028s) 2022-12-01T10:17:34.0381706Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.015s) 2022-12-01T10:17:34.0383365Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0384057Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:17:34.0384663Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0385148Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0385816Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-12-01T10:17:34.0386561Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-12-01T10:17:34.0387086Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0387505Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0387962Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:17:34.0388451Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0388908Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:17:34.0389146Z 2022-12-01T10:17:34.0389420Z ---------------------------------------------------------------------- 2022-12-01T10:17:34.0389740Z Ran 184 tests in 2.550s 2022-12-01T10:17:34.0389890Z 2022-12-01T10:17:34.0389985Z OK (skipped=10) 2022-12-01T10:17:34.0390127Z 2022-12-01T10:17:34.0390226Z Generating XML reports... 2022-12-01T10:17:34.0390860Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20221201101731.xml 2022-12-01T10:17:34.0391708Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20221201101731.xml 2022-12-01T10:17:34.0392507Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20221201101731.xml 2022-12-01T10:17:34.0392828Z 2022-12-01T10:17:34.0393392Z ##[endgroup] 2022-12-01T10:17:34.0394012Z FINISHED PRINTING LOG FILE of test_expanded_weights (/var/lib/jenkins/workspace/test/test-reports/test_expanded_weights_0q775ez1) 2022-12-01T10:17:34.0394317Z 2022-12-01T10:17:36.5113760Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:36.6582486Z Ignoring disabled issues: [] 2022-12-01T10:17:36.6822324Z Running test_public_bindings ... [2022-12-01 10:17:36.681773] 2022-12-01T10:17:36.6832292Z Executing ['/opt/conda/bin/python', '-bb', 'test_public_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:36.682878] 2022-12-01T10:17:41.4797175Z 2022-12-01T10:17:41.4801578Z Expand the folded group to see the log file of test_public_bindings 2022-12-01T10:17:41.4806417Z ##[group]PRINTING LOG FILE of test_public_bindings (/var/lib/jenkins/workspace/test/test-reports/test_public_bindings_jcxlb9p9) 2022-12-01T10:17:41.4835371Z Test results will be stored in test-reports/python-unittest/test_public_bindings 2022-12-01T10:17:41.4835700Z 2022-12-01T10:17:41.4835808Z Running tests... 2022-12-01T10:17:41.4836480Z ---------------------------------------------------------------------- 2022-12-01T10:17:41.4837072Z test_correct_module_names (__main__.TestPublicBindings) 2022-12-01T10:17:41.4838455Z An API is considered public, if its `__module__` starts with `torch.` ... /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py:263: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead 2022-12-01T10:17:41.4839320Z "torch.distributed.reduce_op is deprecated, please use " 2022-12-01T10:17:41.4839786Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:41.4840073Z ok (2.624s) 2022-12-01T10:17:41.4840346Z test_no_new_bindings (__main__.TestPublicBindings) 2022-12-01T10:17:41.4840744Z This test aims to stop the introduction of new JIT bindings into torch._C ... ok (0.004s) 2022-12-01T10:17:41.4840990Z 2022-12-01T10:17:41.4841385Z ---------------------------------------------------------------------- 2022-12-01T10:17:41.4841720Z Ran 2 tests in 2.629s 2022-12-01T10:17:41.4841870Z 2022-12-01T10:17:41.4841937Z OK 2022-12-01T10:17:41.4842059Z 2022-12-01T10:17:41.4842175Z Generating XML reports... 2022-12-01T10:17:41.4842751Z Generated XML report: test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20221201101738.xml 2022-12-01T10:17:41.4866582Z 2022-12-01T10:17:41.4867014Z ##[endgroup] 2022-12-01T10:17:41.4867621Z FINISHED PRINTING LOG FILE of test_public_bindings (/var/lib/jenkins/workspace/test/test-reports/test_public_bindings_jcxlb9p9) 2022-12-01T10:17:41.4867928Z 2022-12-01T10:17:43.5156489Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:43.6115666Z Ignoring disabled issues: [] 2022-12-01T10:17:43.6315474Z Running test_utils ... [2022-12-01 10:17:43.631086] 2022-12-01T10:17:43.6323315Z Executing ['/opt/conda/bin/python', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:43.631906] 2022-12-01T10:17:49.7743069Z 2022-12-01T10:17:49.7747494Z Expand the folded group to see the log file of test_utils 2022-12-01T10:17:49.7752631Z ##[group]PRINTING LOG FILE of test_utils (/var/lib/jenkins/workspace/test/test-reports/test_utils_nysu5chy) 2022-12-01T10:17:49.7766945Z Test results will be stored in test-reports/python-unittest/test_utils 2022-12-01T10:17:49.7767549Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:49.7767761Z 2022-12-01T10:17:49.7767863Z Running tests... 2022-12-01T10:17:49.7768446Z ---------------------------------------------------------------------- 2022-12-01T10:17:49.7768948Z test_assert_scriptable (__main__.TestAssert) ... ok (0.311s) 2022-12-01T10:17:49.7769311Z test_assert_true (__main__.TestAssert) ... ok (0.001s) 2022-12-01T10:17:49.7770883Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68433 for allplatform(s) . 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.001s) 2022-12-01T10:17:49.7771940Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.000s) 2022-12-01T10:17:49.7772320Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.006s) 2022-12-01T10:17:49.7772807Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.005s) 2022-12-01T10:17:49.7773714Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-12-01T10:17:49.7774414Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-12-01T10:17:49.7774738Z ok (0.002s) 2022-12-01T10:17:49.7775165Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.001s) 2022-12-01T10:17:49.7775576Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.004s) 2022-12-01T10:17:49.7776164Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.000s) 2022-12-01T10:17:49.7776727Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.002s) 2022-12-01T10:17:49.7777218Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.011s) 2022-12-01T10:17:49.7777605Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-12-01T10:17:49.7778155Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-12-01T10:17:49.7778711Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-12-01T10:17:49.7779127Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.004s) 2022-12-01T10:17:49.7779577Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.003s) 2022-12-01T10:17:49.7789126Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.002s) 2022-12-01T10:17:49.7790335Z test_smoke (__main__.TestCollectEnv) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77345 for platform(s) linux. 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.001s) 2022-12-01T10:17:49.7791082Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.038s) 2022-12-01T10:17:49.7791612Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.030s) 2022-12-01T10:17:49.7792745Z test_multi_drop (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82865 for platform(s) linux. 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.002s) 2022-12-01T10:17:49.7793771Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.001s) 2022-12-01T10:17:49.7794989Z test_random_seed (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70516 for allplatform(s) . 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.002s) 2022-12-01T10:17:49.7795753Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.004s) 2022-12-01T10:17:49.7796130Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.002s) 2022-12-01T10:17:49.7796505Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.005s) 2022-12-01T10:17:49.7796978Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-12-01T10:17:49.7797338Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.004s) 2022-12-01T10:17:49.7797769Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.002s) 2022-12-01T10:17:49.7798163Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (3.385s) 2022-12-01T10:17:49.7798386Z 2022-12-01T10:17:49.7798803Z ---------------------------------------------------------------------- 2022-12-01T10:17:49.7799132Z Ran 31 tests in 3.837s 2022-12-01T10:17:49.7799284Z 2022-12-01T10:17:49.7799367Z OK (skipped=9) 2022-12-01T10:17:49.7799512Z 2022-12-01T10:17:49.7799625Z Generating XML reports... 2022-12-01T10:17:49.7800144Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestAssert-20221201101745.xml 2022-12-01T10:17:49.7800776Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20221201101745.xml 2022-12-01T10:17:49.7801466Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20221201101745.xml 2022-12-01T10:17:49.7802156Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20221201101745.xml 2022-12-01T10:17:49.7802836Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20221201101745.xml 2022-12-01T10:17:49.7803460Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestHipify-20221201101745.xml 2022-12-01T10:17:49.7804088Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20221201101745.xml 2022-12-01T10:17:49.7804754Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20221201101745.xml 2022-12-01T10:17:49.7805416Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestBottleneck-20221201101745.xml 2022-12-01T10:17:49.7806043Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20221201101745.xml 2022-12-01T10:17:49.7806364Z 2022-12-01T10:17:49.7806744Z ##[endgroup] 2022-12-01T10:17:49.7807246Z FINISHED PRINTING LOG FILE of test_utils (/var/lib/jenkins/workspace/test/test-reports/test_utils_nysu5chy) 2022-12-01T10:17:49.7807504Z 2022-12-01T10:17:51.7196952Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:51.8580600Z Ignoring disabled issues: [] 2022-12-01T10:17:51.8884074Z Running test_nestedtensor ... [2022-12-01 10:17:51.887881] 2022-12-01T10:17:51.8895070Z Executing ['/opt/conda/bin/python', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:51.889104] 2022-12-01T10:17:55.8609996Z 2022-12-01T10:17:55.8610540Z Expand the folded group to see the log file of test_nestedtensor 2022-12-01T10:17:55.8611498Z ##[group]PRINTING LOG FILE of test_nestedtensor (/var/lib/jenkins/workspace/test/test-reports/test_nestedtensor_oux4blmm) 2022-12-01T10:17:55.8612296Z Test results will be stored in test-reports/python-unittest/test_nestedtensor 2022-12-01T10:17:55.8612649Z 2022-12-01T10:17:55.8612759Z Running tests... 2022-12-01T10:17:55.8613282Z ---------------------------------------------------------------------- 2022-12-01T10:17:55.8614471Z test_activations (__main__.TestNestedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:47: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T10:17:55.8615303Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:17:55.8615741Z ok (0.035s) 2022-12-01T10:17:55.8616049Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:17:55.8616526Z test_dim (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:17:55.8616966Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:17:55.8617340Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:17:55.8617996Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:17:55.8618542Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.007s) 2022-12-01T10:17:55.8618914Z test_numel (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:17:55.8619374Z test_repr_string (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:17:55.8619703Z test_size (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:17:55.8620231Z test_size_dim (__main__.TestNestedTensor) ... ok (0.007s) 2022-12-01T10:17:55.8620577Z test_stride (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:17:55.8621076Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:17:55.8621551Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:17:55.8621899Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:17:55.8622350Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:17:55.8622675Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:17:55.8623133Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.004s) 2022-12-01T10:17:55.8623557Z test_as_nested_tensor_propagates_gradients (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:17:55.8624111Z test_backward_for_add_op (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:17:55.8624734Z test_dropout_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:17:55.8626121Z test_indexing_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:17:55.8626561Z test_nested_tensor_bmm_backward (__main__.TestNestedTensorAutograd) ... ok (0.018s) 2022-12-01T10:17:55.8627103Z test_nested_tensor_bmm_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.037s) 2022-12-01T10:17:55.8627536Z test_nested_tensor_from_list (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:17:55.8627992Z test_nested_tensor_from_mask_and_to_padded (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:17:55.8628545Z test_nested_tensor_from_padded (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:17:55.8628990Z test_nested_tensor_from_padded_fused (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:17:55.8629438Z test_nested_tensor_generates_leaf (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:17:55.8629869Z test_nested_tensor_linear (__main__.TestNestedTensorAutograd) ... ok (0.008s) 2022-12-01T10:17:55.8630396Z test_nested_tensor_linear_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:17:55.8630856Z test_nested_tensor_matmul_backward (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:17:55.8631299Z test_nested_tensor_matmul_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.142s) 2022-12-01T10:17:55.8631750Z test_nested_tensor_reshape_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:17:55.8632897Z test_nested_tensor_reshape_gradcheck (__main__.TestNestedTensorAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T10:17:55.8633665Z f'Input #{idx} requires gradient and ' 2022-12-01T10:17:55.8634664Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T10:17:55.8635316Z f'Input #{idx} requires gradient and ' 2022-12-01T10:17:55.8635559Z ok (0.033s) 2022-12-01T10:17:55.8635888Z test_nested_tensor_softmax (__main__.TestNestedTensorAutograd) ... ok (0.020s) 2022-12-01T10:17:55.8636322Z test_nested_tensor_to_padded_tensor (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:17:55.8636871Z test_nested_tensor_transpose_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:17:55.8637391Z test_nested_tensor_transpose_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.038s) 2022-12-01T10:17:55.8637841Z test_set_requires_grad_from_list (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-12-01T10:17:55.8638281Z test_set_requires_grad_from_mask (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-12-01T10:17:55.8638728Z test_to_buffer_series_ops_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:17:55.8639178Z test_unbind_flow_through (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:17:55.8639609Z test_values_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.019s) 2022-12-01T10:17:55.8640035Z test_bmm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.079s) 2022-12-01T10:17:55.8640470Z test_bmm_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.057s) 2022-12-01T10:17:55.8640928Z test_bmm_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8641537Z test_bmm_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8641982Z test_clone_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:17:55.8642419Z test_clone_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:17:55.8642861Z test_detach_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:55.8643306Z test_detach_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:55.8643733Z test_detach_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:55.8644178Z test_device_checks_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:17:55.8644628Z test_dropout_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:17:55.8645067Z test_dropout_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:17:55.8645537Z test_dropout_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8646026Z test_dropout_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8646488Z test_embedding_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:55.8646916Z test_layer_norm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:17:55.8647360Z test_linear_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.028s) 2022-12-01T10:17:55.8647801Z test_linear_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:17:55.8648318Z test_linear_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:17:55.8648805Z test_linear_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:17:55.8649272Z test_matmul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.068s) 2022-12-01T10:17:55.8649711Z test_matmul_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.082s) 2022-12-01T10:17:55.8650162Z test_matmul_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:17:55.8650645Z test_matmul_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:17:55.8651130Z test_nested_tensor_add_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8651590Z test_nested_tensor_add_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8652081Z test_nested_tensor_add_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8652628Z test_nested_tensor_add_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8653157Z test_nested_tensor_indexing_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.067s) 2022-12-01T10:17:55.8653629Z test_nested_tensor_indexing_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.081s) 2022-12-01T10:17:55.8654116Z test_nested_tensor_indexing_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.065s) 2022-12-01T10:17:55.8654761Z test_nested_tensor_indexing_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8655289Z test_nested_tensor_indexing_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8655798Z test_nested_tensor_indexing_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8656289Z test_nested_tensor_mul_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.038s) 2022-12-01T10:17:55.8656764Z test_nested_tensor_mul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:17:55.8657240Z test_nested_tensor_mul_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:17:55.8657737Z test_nested_tensor_mul_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:17:55.8658228Z test_nested_tensor_sum_dim_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:17:55.8658693Z test_reshape_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:17:55.8659126Z test_reshape_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:17:55.8659571Z test_reshape_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.019s) 2022-12-01T10:17:55.8660146Z test_scaled_dot_product_attention_input_dim_3_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.036s) 2022-12-01T10:17:55.8660668Z test_scaled_dot_product_attention_input_dim_4_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.029s) 2022-12-01T10:17:55.8661132Z test_softmax_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.034s) 2022-12-01T10:17:55.8661586Z test_softmax_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.069s) 2022-12-01T10:17:55.8662055Z test_softmax_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8662527Z test_softmax_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8663008Z test_to_padded_tensor_dim2_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:55.8663488Z test_to_padded_tensor_dim2_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8663969Z test_to_padded_tensor_dim2_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:17:55.8664429Z test_to_padded_tensor_dim3_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8664903Z test_to_padded_tensor_dim3_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8665375Z test_to_padded_tensor_dim3_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8665843Z test_to_padded_tensor_dim4_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.035s) 2022-12-01T10:17:55.8666300Z test_to_padded_tensor_dim4_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.017s) 2022-12-01T10:17:55.8666765Z test_to_padded_tensor_dim4_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:17:55.8667258Z test_to_padded_tensor_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:17:55.8667758Z test_to_padded_tensor_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:17:55.8668339Z test_to_padded_tensor_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:17:55.8668894Z test_to_padded_tensor_output_size_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:55.8669392Z test_to_padded_tensor_output_size_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:55.8669873Z test_to_padded_tensor_simple_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:55.8670362Z test_to_padded_tensor_simple_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:55.8670877Z test_to_then_from_padded_tensor_no_transform0213_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8671370Z test_transpose_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:17:55.8671811Z test_transpose_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:17:55.8672266Z test_transpose_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:17:55.8672765Z test_transpose_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:55.8673283Z test_transpose_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:55.8673813Z test_transpose_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8674317Z test_unbind_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8674800Z test_unbind_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8675266Z test_unbind_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:17:55.8675716Z test_view_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.050s) 2022-12-01T10:17:55.8676153Z test_view_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.044s) 2022-12-01T10:17:55.8676591Z test_view_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:17:55.8677058Z test_view_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:55.8677577Z test_view_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:55.8678093Z test_view_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:17:55.8678369Z 2022-12-01T10:17:55.8678664Z ---------------------------------------------------------------------- 2022-12-01T10:17:55.8678986Z Ran 124 tests in 1.803s 2022-12-01T10:17:55.8679137Z 2022-12-01T10:17:55.8679218Z OK 2022-12-01T10:17:55.8679342Z 2022-12-01T10:17:55.8679454Z Generating XML reports... 2022-12-01T10:17:55.8680013Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20221201101753.xml 2022-12-01T10:17:55.8680894Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20221201101753.xml 2022-12-01T10:17:55.8681687Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20221201101753.xml 2022-12-01T10:17:55.8682078Z 2022-12-01T10:17:55.8682597Z ##[endgroup] 2022-12-01T10:17:55.8683450Z FINISHED PRINTING LOG FILE of test_nestedtensor (/var/lib/jenkins/workspace/test/test-reports/test_nestedtensor_oux4blmm) 2022-12-01T10:17:55.8683937Z 2022-12-01T10:17:58.0579804Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:17:58.1377602Z Ignoring disabled issues: [] 2022-12-01T10:17:58.1519662Z Running test_dynamic_shapes ... [2022-12-01 10:17:58.151674] 2022-12-01T10:17:58.1521851Z Executing ['/opt/conda/bin/python', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:17:58.151952] 2022-12-01T10:18:01.1856167Z 2022-12-01T10:18:01.1860475Z Expand the folded group to see the log file of test_dynamic_shapes 2022-12-01T10:18:01.1864978Z ##[group]PRINTING LOG FILE of test_dynamic_shapes (/var/lib/jenkins/workspace/test/test-reports/test_dynamic_shapes_63cd_p89) 2022-12-01T10:18:01.1869548Z Test results will be stored in test-reports/python-unittest/test_dynamic_shapes 2022-12-01T10:18:01.1870095Z 2022-12-01T10:18:01.1870640Z Running tests... 2022-12-01T10:18:01.1871199Z ---------------------------------------------------------------------- 2022-12-01T10:18:01.1871587Z test_arith_ops (__main__.TestPySymInt) ... ok (0.463s) 2022-12-01T10:18:01.1871912Z test_aten_ops (__main__.TestPySymInt) ... ok (0.089s) 2022-12-01T10:18:01.1872243Z test_binary (__main__.TestPySymInt) ... ok (0.036s) 2022-12-01T10:18:01.1872601Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (0.023s) 2022-12-01T10:18:01.1872946Z test_guard_int (__main__.TestPySymInt) ... ok (0.003s) 2022-12-01T10:18:01.1873281Z test_int_conversion (__main__.TestPySymInt) ... ok (0.002s) 2022-12-01T10:18:01.1873623Z test_int_to_float (__main__.TestPySymInt) ... ok (0.002s) 2022-12-01T10:18:01.1873967Z test_meta_symint (__main__.TestPySymInt) ... ok (0.006s) 2022-12-01T10:18:01.1874297Z test_reverse_arith_ops (__main__.TestPySymInt) ... ok (0.144s) 2022-12-01T10:18:01.1874650Z test_roundtrip (__main__.TestPySymInt) ... ok (0.023s) 2022-12-01T10:18:01.1874996Z test_size_expressions (__main__.TestPySymInt) ... ok (0.011s) 2022-12-01T10:18:01.1875334Z test_stride (__main__.TestPySymInt) ... ok (0.002s) 2022-12-01T10:18:01.1875649Z test_symint_args (__main__.TestPySymInt) ... ok (0.047s) 2022-12-01T10:18:01.1875991Z test_symint_as_scalar (__main__.TestPySymInt) ... ok (0.002s) 2022-12-01T10:18:01.1876336Z test_symint_vargs (__main__.TestPySymInt) ... ok (0.018s) 2022-12-01T10:18:01.1876526Z 2022-12-01T10:18:01.1876787Z ---------------------------------------------------------------------- 2022-12-01T10:18:01.1877108Z Ran 15 tests in 0.873s 2022-12-01T10:18:01.1877257Z 2022-12-01T10:18:01.1877343Z OK 2022-12-01T10:18:01.1877467Z 2022-12-01T10:18:01.1877564Z Generating XML reports... 2022-12-01T10:18:01.1878129Z Generated XML report: test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20221201101759.xml 2022-12-01T10:18:01.1878477Z 2022-12-01T10:18:01.1928079Z ##[endgroup] 2022-12-01T10:18:01.1928813Z FINISHED PRINTING LOG FILE of test_dynamic_shapes (/var/lib/jenkins/workspace/test/test-reports/test_dynamic_shapes_63cd_p89) 2022-12-01T10:18:01.1929268Z 2022-12-01T10:18:03.0710057Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:03.1492656Z Ignoring disabled issues: [] 2022-12-01T10:18:03.1682446Z Running test_fx_reinplace_pass ... [2022-12-01 10:18:03.167846] 2022-12-01T10:18:03.1690648Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:03.168757] 2022-12-01T10:18:05.9493308Z 2022-12-01T10:18:05.9497722Z Expand the folded group to see the log file of test_fx_reinplace_pass 2022-12-01T10:18:05.9502525Z ##[group]PRINTING LOG FILE of test_fx_reinplace_pass (/var/lib/jenkins/workspace/test/test-reports/test_fx_reinplace_pass_sbby7e92) 2022-12-01T10:18:05.9510864Z Test results will be stored in test-reports/python-unittest/test_fx_reinplace_pass 2022-12-01T10:18:05.9511169Z 2022-12-01T10:18:05.9511254Z Running tests... 2022-12-01T10:18:05.9511667Z ---------------------------------------------------------------------- 2022-12-01T10:18:05.9512074Z test_out_node_updated (__main__.TestReinplacePass) ... ok (0.420s) 2022-12-01T10:18:05.9512451Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.006s) 2022-12-01T10:18:05.9512858Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.009s) 2022-12-01T10:18:05.9513276Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.036s) 2022-12-01T10:18:05.9513694Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.006s) 2022-12-01T10:18:05.9514310Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.049s) 2022-12-01T10:18:05.9514789Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.048s) 2022-12-01T10:18:05.9515246Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.010s) 2022-12-01T10:18:05.9515728Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.009s) 2022-12-01T10:18:05.9516216Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.009s) 2022-12-01T10:18:05.9516654Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.006s) 2022-12-01T10:18:05.9516874Z 2022-12-01T10:18:05.9517149Z ---------------------------------------------------------------------- 2022-12-01T10:18:05.9517451Z Ran 11 tests in 0.609s 2022-12-01T10:18:05.9517601Z 2022-12-01T10:18:05.9517683Z OK 2022-12-01T10:18:05.9517802Z 2022-12-01T10:18:05.9517919Z Generating XML reports... 2022-12-01T10:18:05.9518493Z Generated XML report: test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20221201101804.xml 2022-12-01T10:18:05.9522824Z 2022-12-01T10:18:05.9526812Z ##[endgroup] 2022-12-01T10:18:05.9531159Z FINISHED PRINTING LOG FILE of test_fx_reinplace_pass (/var/lib/jenkins/workspace/test/test-reports/test_fx_reinplace_pass_sbby7e92) 2022-12-01T10:18:05.9535015Z 2022-12-01T10:18:08.0395367Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:08.1317790Z Ignoring disabled issues: [] 2022-12-01T10:18:08.1512673Z Running test_native_functions ... [2022-12-01 10:18:08.150844] 2022-12-01T10:18:08.1520808Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:08.151740] 2022-12-01T10:18:10.3144494Z 2022-12-01T10:18:10.3145191Z Expand the folded group to see the log file of test_native_functions 2022-12-01T10:18:10.3146668Z ##[group]PRINTING LOG FILE of test_native_functions (/var/lib/jenkins/workspace/test/test-reports/test_native_functions_5x6_vv3_) 2022-12-01T10:18:10.3147927Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-12-01T10:18:10.3148300Z 2022-12-01T10:18:10.3148578Z Running tests... 2022-12-01T10:18:10.3149300Z ---------------------------------------------------------------------- 2022-12-01T10:18:10.3149893Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (0.354s) 2022-12-01T10:18:10.3150628Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.010s) 2022-12-01T10:18:10.3152182Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.008s) 2022-12-01T10:18:10.3153242Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.008s) 2022-12-01T10:18:10.3153951Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.007s) 2022-12-01T10:18:10.3154673Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.006s) 2022-12-01T10:18:10.3155006Z 2022-12-01T10:18:10.3155527Z ---------------------------------------------------------------------- 2022-12-01T10:18:10.3155977Z Ran 6 tests in 0.394s 2022-12-01T10:18:10.3156323Z 2022-12-01T10:18:10.3156447Z OK 2022-12-01T10:18:10.3156621Z 2022-12-01T10:18:10.3156920Z Generating XML reports... 2022-12-01T10:18:10.3157909Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20221201101809.xml 2022-12-01T10:18:10.3158497Z 2022-12-01T10:18:10.3158964Z ##[endgroup] 2022-12-01T10:18:10.3159998Z FINISHED PRINTING LOG FILE of test_native_functions (/var/lib/jenkins/workspace/test/test-reports/test_native_functions_5x6_vv3_) 2022-12-01T10:18:10.3160432Z 2022-12-01T10:18:12.3516196Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:12.4809214Z Ignoring disabled issues: [] 2022-12-01T10:18:12.5107246Z Running profiler/test_profiler_tree ... [2022-12-01 10:18:12.509950] 2022-12-01T10:18:12.5119065Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:12.511264] 2022-12-01T10:18:14.8572310Z 2022-12-01T10:18:14.8578020Z Expand the folded group to see the log file of profiler/test_profiler_tree 2022-12-01T10:18:14.8584508Z ##[group]PRINTING LOG FILE of profiler/test_profiler_tree (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_tree_vgf2kru5) 2022-12-01T10:18:14.8602887Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler_tree 2022-12-01T10:18:14.8603317Z 2022-12-01T10:18:14.8603477Z Running tests... 2022-12-01T10:18:14.8604137Z ---------------------------------------------------------------------- 2022-12-01T10:18:14.8606082Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82499 for platform(s) linux, rocm. 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.352s) 2022-12-01T10:18:14.8607546Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.002s) 2022-12-01T10:18:14.8608574Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.003s) 2022-12-01T10:18:14.8609550Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-12-01T10:18:14.8611647Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82501 for platform(s) linux, rocm. 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.001s) 2022-12-01T10:18:14.8614230Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83228 for platform(s) linux. 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.002s) 2022-12-01T10:18:14.8632108Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83246 for platform(s) linux, rocm. 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.002s) 2022-12-01T10:18:14.8634009Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:18:14.8635148Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:18:14.8636065Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:18:14.8636996Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:18:14.8637918Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:18:14.8638840Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:18:14.8639366Z ok (0.036s) 2022-12-01T10:18:14.8640459Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:18:14.8641865Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:18:14.8642876Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:18:14.8643779Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:18:14.8644693Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:18:14.8645613Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:18:14.8646134Z ok (0.014s) 2022-12-01T10:18:14.8647222Z test_profiler_experimental_tree_with_stack_and_torch_function (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:18:14.8648405Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:18:14.8649344Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:18:14.8650253Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:18:14.8704966Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:18:14.8705938Z STAGE:2022-12-01 10:18:14 2090:2090 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:18:14.8706489Z ok (0.011s) 2022-12-01T10:18:14.8706687Z 2022-12-01T10:18:14.8707120Z ---------------------------------------------------------------------- 2022-12-01T10:18:14.8707651Z Ran 10 tests in 0.423s 2022-12-01T10:18:14.8707891Z 2022-12-01T10:18:14.8708049Z OK (skipped=7) 2022-12-01T10:18:14.8708273Z 2022-12-01T10:18:14.8708432Z Generating XML reports... 2022-12-01T10:18:14.8709369Z Generated XML report: test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20221201101814.xml 2022-12-01T10:18:14.8709917Z 2022-12-01T10:18:14.8710467Z ##[endgroup] 2022-12-01T10:18:14.8711392Z FINISHED PRINTING LOG FILE of profiler/test_profiler_tree (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_tree_vgf2kru5) 2022-12-01T10:18:14.8711919Z 2022-12-01T10:18:16.9848353Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:17.0959555Z Ignoring disabled issues: [] 2022-12-01T10:18:17.1153890Z Running test_nvfuser_frontend ... [2022-12-01 10:18:17.114952] 2022-12-01T10:18:17.1161264Z Executing ['/opt/conda/bin/python', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:17.115743] 2022-12-01T10:18:18.9928116Z 2022-12-01T10:18:18.9932253Z Expand the folded group to see the log file of test_nvfuser_frontend 2022-12-01T10:18:18.9936577Z ##[group]PRINTING LOG FILE of test_nvfuser_frontend (/var/lib/jenkins/workspace/test/test-reports/test_nvfuser_frontend_rsmo8q8z) 2022-12-01T10:18:18.9943640Z 2022-12-01T10:18:18.9943806Z Running tests... 2022-12-01T10:18:18.9944343Z ---------------------------------------------------------------------- 2022-12-01T10:18:18.9944991Z test_basic (__main__.TestNvFuserFrontend) ... Test results will be stored in test-reports/python-unittest/test_nvfuser_frontend 2022-12-01T10:18:18.9945403Z skip: requires CUDA (0.002s) 2022-12-01T10:18:18.9945746Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:18:18.9946181Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:18:18.9946620Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:18:18.9947061Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:18:18.9947519Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:18:18.9948159Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.006s) 2022-12-01T10:18:18.9948672Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.003s) 2022-12-01T10:18:18.9949095Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:18:18.9949336Z 2022-12-01T10:18:18.9949613Z ---------------------------------------------------------------------- 2022-12-01T10:18:18.9949937Z Ran 9 tests in 0.017s 2022-12-01T10:18:18.9950091Z 2022-12-01T10:18:18.9950186Z OK (skipped=9) 2022-12-01T10:18:18.9950316Z 2022-12-01T10:18:18.9950426Z Generating XML reports... 2022-12-01T10:18:18.9951010Z Generated XML report: test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20221201101818.xml 2022-12-01T10:18:18.9954972Z 2022-12-01T10:18:18.9958558Z ##[endgroup] 2022-12-01T10:18:18.9962341Z FINISHED PRINTING LOG FILE of test_nvfuser_frontend (/var/lib/jenkins/workspace/test/test-reports/test_nvfuser_frontend_rsmo8q8z) 2022-12-01T10:18:18.9965795Z 2022-12-01T10:18:21.2088596Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:21.3516484Z Ignoring disabled issues: [] 2022-12-01T10:18:21.3806660Z Running distributions/test_constraints ... [2022-12-01 10:18:21.380186] 2022-12-01T10:18:21.3808544Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-12-01 10:18:21.380617] 2022-12-01T10:18:24.9750735Z 2022-12-01T10:18:24.9751926Z Expand the folded group to see the log file of distributions/test_constraints 2022-12-01T10:18:24.9753351Z ##[group]PRINTING LOG FILE of distributions/test_constraints (/var/lib/jenkins/workspace/test/test-reports/distributions-test_constraints_r4mczx6e) 2022-12-01T10:18:24.9754141Z ============================= test session starts ============================== 2022-12-01T10:18:24.9755077Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:18:24.9755629Z cachedir: .pytest_cache 2022-12-01T10:18:24.9756572Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-12-01T10:18:24.9757386Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:18:24.9758279Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:18:24.9758890Z collecting ... collected 132 items 2022-12-01T10:18:24.9804669Z Running 132 items in this shard: test/distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] 2022-12-01T10:18:24.9832039Z 2022-12-01T10:18:24.9832707Z distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-12-01T10:18:24.9833720Z distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-12-01T10:18:24.9834755Z distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-12-01T10:18:24.9835762Z distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-12-01T10:18:24.9836792Z distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-12-01T10:18:24.9837783Z distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-12-01T10:18:24.9862639Z distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-12-01T10:18:24.9863704Z distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-12-01T10:18:24.9864726Z distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-12-01T10:18:24.9865759Z distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-12-01T10:18:24.9866773Z distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-12-01T10:18:24.9867815Z distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-12-01T10:18:24.9868840Z distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-12-01T10:18:24.9869863Z distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-12-01T10:18:24.9870868Z distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-12-01T10:18:24.9949477Z distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-12-01T10:18:24.9950511Z distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-12-01T10:18:24.9951559Z distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-12-01T10:18:24.9952806Z distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-12-01T10:18:24.9953947Z distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-12-01T10:18:24.9957499Z distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-12-01T10:18:24.9958576Z distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-12-01T10:18:24.9959576Z distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-12-01T10:18:24.9960742Z distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-12-01T10:18:24.9963831Z distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-12-01T10:18:24.9965011Z distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-12-01T10:18:24.9966184Z distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-12-01T10:18:24.9967327Z distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-12-01T10:18:24.9968596Z distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-12-01T10:18:24.9969760Z distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-12-01T10:18:24.9970991Z distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-12-01T10:18:24.9971975Z distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-12-01T10:18:24.9972987Z distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-12-01T10:18:24.9973999Z distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-12-01T10:18:24.9974998Z distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-12-01T10:18:24.9976011Z distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-12-01T10:18:24.9976981Z distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-12-01T10:18:24.9977941Z distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-12-01T10:18:24.9978897Z distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-12-01T10:18:24.9979834Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-12-01T10:18:24.9980988Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-12-01T10:18:24.9981928Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-12-01T10:18:24.9982832Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-12-01T10:18:24.9983766Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-12-01T10:18:24.9984714Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-12-01T10:18:24.9985671Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-12-01T10:18:24.9986568Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-12-01T10:18:24.9987514Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-12-01T10:18:24.9988640Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-12-01T10:18:24.9989663Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-12-01T10:18:24.9990730Z distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-12-01T10:18:24.9991992Z distributions/test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-12-01T10:18:24.9993115Z distributions/test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-12-01T10:18:24.9994115Z distributions/test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-12-01T10:18:24.9995197Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-12-01T10:18:24.9996322Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-12-01T10:18:25.0009730Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-12-01T10:18:25.0010866Z distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-12-01T10:18:25.0012110Z distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-12-01T10:18:25.0013077Z distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-12-01T10:18:25.0014011Z distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-12-01T10:18:25.0015035Z distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-12-01T10:18:25.0016091Z distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-12-01T10:18:25.0017165Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-12-01T10:18:25.0018231Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-12-01T10:18:25.0019269Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-12-01T10:18:25.0020538Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-12-01T10:18:25.0021615Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-12-01T10:18:25.0022686Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-12-01T10:18:25.0023758Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-12-01T10:18:25.0024824Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-12-01T10:18:25.0025908Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-12-01T10:18:25.0026798Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-12-01T10:18:25.0027700Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-12-01T10:18:25.0028623Z distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-12-01T10:18:25.0029528Z distributions/test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-12-01T10:18:25.0030404Z distributions/test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-12-01T10:18:25.0031292Z distributions/test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-12-01T10:18:25.0032240Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-12-01T10:18:25.0033203Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-12-01T10:18:25.0034178Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-12-01T10:18:25.0035130Z distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-12-01T10:18:25.0036053Z distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-12-01T10:18:25.0036966Z distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-12-01T10:18:25.0037898Z distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-12-01T10:18:25.0039021Z distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-12-01T10:18:25.0040031Z distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-12-01T10:18:25.0040979Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-12-01T10:18:25.0042061Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-12-01T10:18:25.0043136Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-12-01T10:18:25.0044192Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-12-01T10:18:25.0045274Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-12-01T10:18:25.0046373Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-12-01T10:18:25.0047479Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-12-01T10:18:25.0048617Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-12-01T10:18:25.0049673Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-12-01T10:18:25.0050744Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-12-01T10:18:25.0051771Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-12-01T10:18:25.0052859Z distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-12-01T10:18:25.0053800Z distributions/test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-12-01T10:18:25.0054708Z distributions/test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-12-01T10:18:25.0055589Z distributions/test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-12-01T10:18:25.0056554Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-12-01T10:18:25.0057556Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-12-01T10:18:25.0058545Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-12-01T10:18:25.0059508Z distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-12-01T10:18:25.0060573Z distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-12-01T10:18:25.0061536Z distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-12-01T10:18:25.0062473Z distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-12-01T10:18:25.0063425Z distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-12-01T10:18:25.0064370Z distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-12-01T10:18:25.0065324Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-12-01T10:18:25.0066247Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-12-01T10:18:25.0067188Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-12-01T10:18:25.0068122Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-12-01T10:18:25.0069052Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-12-01T10:18:25.0070145Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-12-01T10:18:25.0071226Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-12-01T10:18:25.0072420Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-12-01T10:18:25.0073531Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-12-01T10:18:25.0074595Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-12-01T10:18:25.0075663Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-12-01T10:18:25.0076754Z distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-12-01T10:18:25.0095600Z distributions/test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-12-01T10:18:25.0096845Z distributions/test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-12-01T10:18:25.0097927Z distributions/test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-12-01T10:18:25.0099017Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-12-01T10:18:25.0100323Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-12-01T10:18:25.0101491Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-12-01T10:18:25.0102633Z distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-12-01T10:18:25.0103730Z distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-12-01T10:18:25.0104847Z distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-12-01T10:18:25.0105350Z 2022-12-01T10:18:25.0105636Z ======================== 65 passed, 67 skipped in 1.97s ======================== 2022-12-01T10:18:25.0105986Z 2022-12-01T10:18:25.0106722Z ##[endgroup] 2022-12-01T10:18:25.0107846Z FINISHED PRINTING LOG FILE of distributions/test_constraints (/var/lib/jenkins/workspace/test/test-reports/distributions-test_constraints_r4mczx6e) 2022-12-01T10:18:25.0108489Z 2022-12-01T10:18:26.8771629Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:26.9626273Z Ignoring disabled issues: [] 2022-12-01T10:18:26.9777870Z Running test_comparison_utils ... [2022-12-01 10:18:26.977265] 2022-12-01T10:18:26.9779839Z Executing ['/opt/conda/bin/python', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:26.977597] 2022-12-01T10:18:28.1322549Z 2022-12-01T10:18:28.1323125Z Expand the folded group to see the log file of test_comparison_utils 2022-12-01T10:18:28.1324223Z ##[group]PRINTING LOG FILE of test_comparison_utils (/var/lib/jenkins/workspace/test/test-reports/test_comparison_utils_oaks9yj3) 2022-12-01T10:18:28.1342904Z 2022-12-01T10:18:28.1344032Z ##[endgroup] 2022-12-01T10:18:28.1345117Z FINISHED PRINTING LOG FILE of test_comparison_utils (/var/lib/jenkins/workspace/test/test-reports/test_comparison_utils_oaks9yj3) 2022-12-01T10:18:28.1345634Z 2022-12-01T10:18:29.5893299Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:29.6515371Z Ignoring disabled issues: [] 2022-12-01T10:18:29.6662146Z Running test_jiterator ... [2022-12-01 10:18:29.665852] 2022-12-01T10:18:29.6664182Z Executing ['/opt/conda/bin/python', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:29.666171] 2022-12-01T10:18:31.1335821Z 2022-12-01T10:18:31.1336524Z Expand the folded group to see the log file of test_jiterator 2022-12-01T10:18:31.1337806Z ##[group]PRINTING LOG FILE of test_jiterator (/var/lib/jenkins/workspace/test/test-reports/test_jiterator_ds0t6_ki) 2022-12-01T10:18:31.1338513Z CUDA not available, skipping tests 2022-12-01T10:18:31.1338796Z 2022-12-01T10:18:31.1338951Z Running tests... 2022-12-01T10:18:31.1339720Z ---------------------------------------------------------------------- 2022-12-01T10:18:31.1340267Z 2022-12-01T10:18:31.1340704Z ---------------------------------------------------------------------- 2022-12-01T10:18:31.1341458Z Ran 0 tests in 0.000s 2022-12-01T10:18:31.1341797Z 2022-12-01T10:18:31.1341904Z OK 2022-12-01T10:18:31.1342106Z 2022-12-01T10:18:31.1342289Z Generating XML reports... 2022-12-01T10:18:31.1342991Z Test results will be stored in test-reports/python-unittest/test_jiterator 2022-12-01T10:18:31.1343372Z 2022-12-01T10:18:31.1343799Z ##[endgroup] 2022-12-01T10:18:31.1344627Z FINISHED PRINTING LOG FILE of test_jiterator (/var/lib/jenkins/workspace/test/test-reports/test_jiterator_ds0t6_ki) 2022-12-01T10:18:31.1345101Z 2022-12-01T10:18:33.2346909Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:18:33.2974664Z Ignoring disabled issues: [] 2022-12-01T10:18:33.3121123Z Running test_schema_check ... [2022-12-01 10:18:33.311761] 2022-12-01T10:18:33.3123209Z Executing ['/opt/conda/bin/python', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:18:33.312061] 2022-12-01T10:21:50.0496134Z 2022-12-01T10:21:50.0496627Z Expand the folded group to see the log file of test_quantization 2022-12-01T10:21:50.0497740Z ##[group]PRINTING LOG FILE of test_quantization (/var/lib/jenkins/workspace/test/test-reports/test_quantization_p6vh2cnl) 2022-12-01T10:21:50.0621270Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-12-01T10:21:50.0622253Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:21:50.0623015Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:21:50.0623218Z 2022-12-01T10:21:50.0623352Z Running tests... 2022-12-01T10:21:50.0623939Z ---------------------------------------------------------------------- 2022-12-01T10:21:50.0624353Z test_modules_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.024s) 2022-12-01T10:21:50.0624907Z test_modules_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-12-01T10:21:50.0625626Z test_package_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-12-01T10:21:50.0669515Z test_package_import_nn_intrinsic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-12-01T10:21:50.0670227Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-12-01T10:21:50.0670745Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:21:50.0671126Z Tests the migration of the torch.nn.quantized.functional ... ok (0.001s) 2022-12-01T10:21:50.0671497Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0671946Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0672399Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0672846Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0673280Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0673732Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0674187Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0674634Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0675225Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0675710Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0679128Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0679803Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0680584Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0681485Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0682060Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0682652Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0683468Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0683905Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0684344Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:21:50.0684689Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-12-01T10:21:50.0685056Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:21:50.0685413Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-12-01T10:21:50.0685778Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0686232Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:21:50.0686617Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.001s) 2022-12-01T10:21:50.0687019Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0687537Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:21:50.0688010Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:21:50.0688400Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-12-01T10:21:50.0688788Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:21:50.0689149Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-12-01T10:21:50.0689547Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0697020Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0697518Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0698018Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0698481Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0698942Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0699404Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0700110Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0700662Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0701130Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0701569Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0702031Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0702501Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0702983Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0703444Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0703905Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0704362Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0704837Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0705298Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0705758Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0706216Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0706674Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:21:50.0707099Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0707540Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0707993Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0708438Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0708878Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0709338Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0709793Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0710247Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0710686Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0711147Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0711603Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0712093Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0712553Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0712993Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0713443Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0713892Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0714329Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0714794Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0715257Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0715714Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0716156Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0716627Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0717081Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0717528Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:21:50.0717938Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-12-01T10:21:50.0718355Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0718766Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0719384Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:21:50.0719872Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0720632Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-12-01T10:21:50.0721064Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0721570Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0724152Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0724828Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0725253Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0725690Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0726113Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0726552Z test_backend_op_config_set_overwrite_output_fake_quantize (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0727060Z test_backend_op_config_set_overwrite_output_observer (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0727792Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0729975Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0730739Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0731482Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0731885Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:21:50.0732261Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0732646Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:21:50.0733043Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.623s) 2022-12-01T10:21:50.0733451Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.083s) 2022-12-01T10:21:50.0733835Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.612s) 2022-12-01T10:21:50.0734217Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.260s) 2022-12-01T10:21:50.0734633Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.011s) 2022-12-01T10:21:50.0735071Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.088s) 2022-12-01T10:21:50.0735991Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-12-01T10:21:50.0736618Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-12-01T10:21:50.0737299Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:101: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-12-01T10:21:50.0737836Z "torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming " 2022-12-01T10:21:50.0738537Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:214: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTMCell instead. 2022-12-01T10:21:50.0739048Z "torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming " 2022-12-01T10:21:50.0739724Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:237: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRUCell instead. 2022-12-01T10:21:50.0740410Z "torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming " 2022-12-01T10:21:50.0741137Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:179: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-12-01T10:21:50.0741634Z "torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming " 2022-12-01T10:21:50.0741888Z ok (0.148s) 2022-12-01T10:21:50.0742671Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-12-01T10:21:50.0743266Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-12-01T10:21:50.0743893Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:265: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic instead. 2022-12-01T10:21:50.0744385Z "torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming " 2022-12-01T10:21:50.0745037Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:370: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTM instead. 2022-12-01T10:21:50.0745532Z "torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming " 2022-12-01T10:21:50.0746178Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:450: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRU instead. 2022-12-01T10:21:50.0746647Z "torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming " 2022-12-01T10:21:50.0746888Z ok (0.072s) 2022-12-01T10:21:50.0747295Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:21:50.0747685Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:21:50.0748041Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.003s) 2022-12-01T10:21:50.0748398Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:21:50.0748747Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.009s) 2022-12-01T10:21:50.0749095Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:21:50.0749869Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-12-01T10:21:50.0750379Z reduce_range will be deprecated in a future release of PyTorch." 2022-12-01T10:21:50.0750605Z ok (0.005s) 2022-12-01T10:21:50.0750856Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:21:50.0751293Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.002s) 2022-12-01T10:21:50.0751658Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:21:50.0751988Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.001s) 2022-12-01T10:21:50.0752519Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0753156Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0753659Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0754165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0754697Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0755212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0755711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0756206Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0756702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0757187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0757678Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0758166Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0758663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0759158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0759636Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0760124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0760611Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0761103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0761592Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0762064Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0762557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0763044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0763529Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0764040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0764554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0765044Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0765534Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0766021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0766499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0766986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0791409Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0792266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0793129Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0794244Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0795073Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0795887Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0796720Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0797542Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0798380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0799168Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0799706Z ok (0.835s) 2022-12-01T10:21:50.0800451Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0801532Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0802519Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0803398Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0804210Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0805018Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0805804Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0806645Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0807530Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0808330Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0809141Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0809933Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0810703Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0811513Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0812333Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0813115Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0814383Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:60: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:21:50.0815060Z self._get_name() 2022-12-01T10:21:50.0816269Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp:76.) 2022-12-01T10:21:50.0817107Z return callable(*args, **kwargs) 2022-12-01T10:21:50.0817405Z ok (1.037s) 2022-12-01T10:21:50.0818176Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0819176Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0820128Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0821056Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0822016Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0822882Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0823763Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0824479Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0825259Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0825732Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0826210Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0826683Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0827150Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0827607Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0828090Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0828563Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0829287Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:125: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:21:50.0829671Z self._get_name() 2022-12-01T10:21:50.0829845Z ok (1.099s) 2022-12-01T10:21:50.0830578Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:190: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:21:50.0831076Z self._get_name() 2022-12-01T10:21:50.0831232Z ok (0.263s) 2022-12-01T10:21:50.0831695Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0832298Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0832775Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0833342Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0833846Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0834323Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0834794Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0835266Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0835727Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0836206Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0836682Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0837149Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0837604Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0838069Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0838545Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0839011Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0839730Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:260: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:21:50.0840129Z self._get_name() 2022-12-01T10:21:50.0840299Z ok (1.054s) 2022-12-01T10:21:50.0840766Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0841373Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0841835Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0842311Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0842782Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0843282Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0843775Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0844231Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0844698Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0845173Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0845641Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0846095Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0846560Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0847034Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0847592Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0848063Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:21:50.0848774Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:321: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:21:50.0849186Z self._get_name() 2022-12-01T10:21:50.0849360Z ok (1.073s) 2022-12-01T10:21:50.0850120Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:382: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:21:50.0850636Z self._get_name() 2022-12-01T10:21:50.0850806Z ok (0.246s) 2022-12-01T10:21:50.0851264Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0851874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0852362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0852853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0853387Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0853907Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0854387Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0854869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0855359Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0855851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0856343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0856821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0857309Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0857798Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0858285Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0858772Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0859246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0859732Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0860360Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0860847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0861153Z ok (0.379s) 2022-12-01T10:21:50.0861615Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0862222Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0862713Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0863257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0863770Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0864258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0864749Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0865240Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0865724Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0866202Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0866691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0867174Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0867657Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0868130Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0868618Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0869098Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0869583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0870064Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0870538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0871021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0871506Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0871992Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0872475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0872977Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0873491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0873976Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0874458Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0874926Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0875412Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0875897Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0876389Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0876880Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0877352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0877839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0878325Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0878816Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0879298Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0879766Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0880248Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0880739Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0881228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0881699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0882182Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0882697Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0883211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0883692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0884165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0884647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0885134Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0885621Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0886106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0886581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0887065Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0887635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0888120Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0888592Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0889076Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0889567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0890060Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0890552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0891023Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0891509Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0892023Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0892543Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0893028Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0893501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0893985Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0894475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0894968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0895438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0895927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0896416Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0896906Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0897394Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0897865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0898344Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0898832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0899321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0899807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0900429Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0900918Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0901408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0901975Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0902499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0902975Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0903466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0903957Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0904455Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0904933Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0905413Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0905900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0906390Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0906883Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0907354Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0907842Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0908329Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0908814Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0909302Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0909772Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0910258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0910737Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0911253Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0911760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0912242Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0912724Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0913215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0913705Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0914174Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0914655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0915140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0915622Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0916111Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0916581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0917070Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0917554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0918040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0918512Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0918999Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0919481Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0919966Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0920450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0920951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0921460Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0921946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0922436Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0922927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0923399Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0923890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0924374Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0924855Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0925326Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0925808Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0926294Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0926779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0927260Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0927810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0928295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0928788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0929272Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0929756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0930265Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0930750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0931267Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0931751Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0932224Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0932707Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0933195Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0933681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0934168Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0934634Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0935118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0935600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0936087Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0936570Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0937042Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0937527Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0938012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0938491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0938963Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0939438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0940090Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0940625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0941117Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0941586Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0942071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0942560Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0943048Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0943535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0944006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0944490Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0944978Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0945461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0945939Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0946409Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0946892Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0947381Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0947868Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0948336Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0948814Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0949297Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0949864Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0950382Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0950852Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0951333Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0951820Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0952308Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0952800Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0953270Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0953759Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0954250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0954735Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0955204Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0957250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0957736Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0958227Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0958718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0959196Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0959677Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0960163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0960701Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0961219Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0961692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0962182Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0962675Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0963165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0963653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0964126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0964614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0965105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0965597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0966073Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0966561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0967047Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0967616Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0968108Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0968580Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0969068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0969562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0970050Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0970596Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0971092Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0971580Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0972068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0972560Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0973036Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0973528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0974019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0974509Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0975004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0975479Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0975969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0976455Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0976948Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0977433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0977902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0978393Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0978884Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0979373Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0979877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0980492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0981039Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0981535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0982021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0982491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0982979Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0983463Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0983952Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0984440Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0984918Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0985406Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0985896Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0986384Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0986855Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0987344Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0987834Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0988321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0988809Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0989282Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0989821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0990337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0990822Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0991312Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0991786Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0992272Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0992761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0993248Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0993726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0994206Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0994696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0995182Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0995667Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0996137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0996622Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0997112Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0997688Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0998180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0998653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0999145Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.0999669Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1000180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1000649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1001134Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1001619Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1002110Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1002600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1003081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1003590Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1004081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1004567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1005052Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1005520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1006010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1006498Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1006984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1007545Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1008022Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1008514Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1009040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1009554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1010025Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1010507Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1010992Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1011484Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1011970Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1012441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1012927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1013445Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1013968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1014457Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1014927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1015415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1015901Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1016387Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1016861Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1017347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1017831Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1018318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1018840Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1019338Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1019821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1020452Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1020946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1021435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1021914Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1022402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1022896Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1023382Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1023857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1024346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1024839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1025329Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1025821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1026294Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1026779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1027268Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1027755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1028300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1028770Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1029298Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1029784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1030279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1030753Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1031243Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1031730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1032216Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1032700Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1033174Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1033660Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1034146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1034634Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1035122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1035597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1036084Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1036569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1037057Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1037531Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1038060Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1038578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1039068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1039553Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1040024Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1040511Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1041008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1041494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1041984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1042457Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1042950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1043443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1043927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1044400Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1044887Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1045378Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1045867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1046352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1046820Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1047310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1047912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1048431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1048918Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1049390Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1049874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1050363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1050849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1051334Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1051801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1052292Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1052780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1053267Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1053741Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1054231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1054723Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1055212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1055701Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1056173Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1056662Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1057182Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1057693Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1058178Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1058652Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1059137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1059626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1060266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1060745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1061234Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1061724Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1062215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1062706Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1063178Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1063663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1064147Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1064634Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1065118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1065588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1066071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1066558Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1067103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1067616Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1068099Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1068587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1069076Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1069562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1070037Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1070523Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1071009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1071496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1071986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1072458Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1072941Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1073426Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1073910Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1074385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1074870Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1075356Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1075843Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1076366Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1076837Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1077350Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1077834Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1078324Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1078814Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1079286Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1079771Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1080260Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1080749Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1081220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1081709Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1082196Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1082681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1083166Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1083637Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1084120Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1084611Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1085098Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1085584Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1086088Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1086599Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1087084Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1087640Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1088115Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1088602Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1089094Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1089582Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1090072Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1090543Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1091032Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1091524Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1092015Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1092499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1092967Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1093456Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1093946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1094428Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1094898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1095432Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1095959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1096512Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1096998Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1097475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1098023Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1098518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1099009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1099495Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1100082Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1100582Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1101066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1101559Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1102047Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1102517Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1103008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1103500Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1103988Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1104457Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1104943Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1105512Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1106040Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1106522Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1106995Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1107486Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1107981Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1108474Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1108964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1109438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1109928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1110418Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1110903Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1111373Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1111858Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1112345Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1112841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1113327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1113798Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1114282Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1114765Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1115288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1115866Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1116339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1116827Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1117315Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1117801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1118275Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1118754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1119238Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1119727Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1120215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1120688Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1121205Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1121710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1122196Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1122685Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1123159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1123644Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1124126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1124649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1125121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1125635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1126125Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1126699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1127188Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1127742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1128232Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1128722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1129211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1129699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1130171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1130662Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1131150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1131638Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1132112Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1132601Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1133087Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1133574Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1134060Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1134577Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1135088Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1135573Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1136063Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1136553Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1137028Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1137518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1138006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1138486Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1138956Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1139443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1140043Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1140546Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1141041Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1141512Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1142002Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1142491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1142981Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1143467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1143938Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1144492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1145023Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1145510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1146000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1146471Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1146961Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1147450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1147938Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1148409Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1148897Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1149388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1149875Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1150362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1150833Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1151322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1151807Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1152298Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1152779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1153250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1153767Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1154292Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1154780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1155251Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1155739Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1156228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1156714Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1157198Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1157668Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1158155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1158641Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1159133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1159617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1160086Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1160576Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1161062Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1161552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1162019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1162504Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1162990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1163513Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1164029Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1164503Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1164985Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1165473Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1165958Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1166443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1166911Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1167471Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1167964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1168450Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1168927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1169415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1169900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1170386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1170876Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1171352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1171838Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1172331Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1172873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1173363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1173864Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1174344Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1174827Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1175314Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1175798Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1176279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1176748Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1177226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1177714Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1178195Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1178674Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1179140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1179623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1180253Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1180747Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1181227Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1181696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1182176Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1183170Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:239.) 2022-12-01T10:21:50.1183707Z return callable(*args, **kwargs) 2022-12-01T10:21:50.1183885Z ok (20.904s) 2022-12-01T10:21:50.1184343Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1184950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1185442Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1185935Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1186408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1186898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1187385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1187869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1188342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1188823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1189309Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1189798Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1190284Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1190756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1191239Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1191726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1192209Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1192722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1193215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1193699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1194184Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1194664Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1195130Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1195613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1196093Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1196579Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1197060Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1197532Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1198013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1198497Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1198978Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1199459Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1199931Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1200417Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1200898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1201372Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1201843Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1202363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1202882Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1203371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1203852Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1204319Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1204805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1205293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1205775Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1206259Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1206726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1207208Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1207767Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1208250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1208722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1209208Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1234111Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1234817Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1235392Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1235888Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1236559Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1237101Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1237577Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1238068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1238564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1239056Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1239534Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1240023Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1240513Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1240998Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1241485Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1241959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1242443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1242931Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1243411Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1243894Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1244365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1244849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1245080Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1245316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1245589Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1245848Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1246084Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1246316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1246547Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1246772Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1247007Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1247237Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1247567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1247802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1248036Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1248273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1248504Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1248734Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1248971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1249208Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1249441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1249675Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1249908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1250179Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1250417Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1250678Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1250906Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1251141Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1251373Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1251603Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1251837Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1252071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1252300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1252537Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1252770Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1252998Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1253218Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1253448Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1253679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1253919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1254153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1254385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1254618Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1254911Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1255166Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1255401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1255633Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1255863Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1256100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1256335Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1256551Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1256786Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1257018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1257252Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1257489Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1257720Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1257950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1258184Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1258417Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1258651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1258887Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1259117Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1259346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1259605Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1259863Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1260227Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1260463Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1260692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1260926Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1261163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1261396Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1261627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1261864Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1262096Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1262330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1262565Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1262798Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1263017Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1263251Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1263485Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1263713Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1263946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1264219Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1264482Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1264716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1264946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1265175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1265412Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1265646Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1265876Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1266095Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1266327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1266558Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1266797Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1267029Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1267262Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1267495Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1267735Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1267966Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1268198Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1268429Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1268658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1268915Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1269158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1269385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1269621Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1269851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1270081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1270318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1270548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1270776Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1271010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1271245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1271475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1271707Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1271937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1272163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1272385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1272618Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1272846Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1273080Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1273343Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1273573Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1273833Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1274066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1274295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1274528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1274760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1274988Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1275220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1275437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1275668Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1275904Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1276137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1276365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1276601Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1276832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1277066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1277297Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1277526Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1277753Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1278012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1278268Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1278496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1278717Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1278949Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1279178Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1279410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1279641Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1279870Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1280099Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1280331Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1280566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1280796Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1281027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1281257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1281491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1281711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1281939Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1282171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1282401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1282668Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1282926Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1283155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1283383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1283614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1283847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1284076Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1284304Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1284531Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1284763Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1284984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1285215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1285443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1285676Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1285908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1286142Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1286377Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1286609Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1286840Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1287107Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1287441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1287676Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1287909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1288125Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1288357Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1288434Z ok (6.527s) 2022-12-01T10:21:50.1288628Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.050s) 2022-12-01T10:21:50.1288815Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.061s) 2022-12-01T10:21:50.1288995Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.060s) 2022-12-01T10:21:50.1289196Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.075s) 2022-12-01T10:21:50.1289395Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.067s) 2022-12-01T10:21:50.1289592Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-12-01T10:21:50.1289878Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1290051Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1290217Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1290379Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1290540Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1290697Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1290854Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1291011Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1291173Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1291322Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1291475Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1291629Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1291785Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1291942Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1292097Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1292253Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1292443Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1292601Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1292774Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1292841Z ok (0.062s) 2022-12-01T10:21:50.1293020Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (2.827s) 2022-12-01T10:21:50.1293212Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.026s) 2022-12-01T10:21:50.1293397Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.360s) 2022-12-01T10:21:50.1293573Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (7.868s) 2022-12-01T10:21:50.1293921Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1294169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1294406Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1294646Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1294867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1295100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1295346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1295581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1295813Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1296051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1296287Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1296518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1296756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1296988Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1297217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1297483Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1297740Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1297957Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1298192Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1298422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1298656Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1298893Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1299123Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1299352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1299586Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1299816Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1300214Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1300471Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1300703Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1300927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1301165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1301387Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1301620Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1301854Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1302142Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1302374Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1302648Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1302880Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1303112Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1303350Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1303587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1303815Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1304050Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1304281Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1304502Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1304735Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1304966Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1305194Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1305429Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1305661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1305890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1306123Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1306355Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1306583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1306844Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1307104Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1307334Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1307554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1307784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1308014Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1308251Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1308479Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1308712Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1308946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1309181Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1309415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1309648Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1309877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1310106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1310340Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1310572Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1310789Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1311023Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1311253Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1311508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1311769Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1312002Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1312229Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1312462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1312695Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1312924Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1313157Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1313386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1313617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1313839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1314076Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1314305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1314537Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1314771Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1315002Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1315236Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1315465Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1315696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1315971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1316231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1316459Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1316692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1316924Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1317143Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1317380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1317611Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1317839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1318072Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1318303Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1318532Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1318764Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1318992Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1319220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1319454Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1319687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1319913Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1320136Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1320366Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1320625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1320885Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1321118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1321347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1321580Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1321811Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1322042Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1322275Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1322504Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1322731Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1322968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1323201Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1323418Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1323649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1323878Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1324113Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1324348Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1324580Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1324808Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1325069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1325301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1325596Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1325826Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1326054Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1326284Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1326508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1326740Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1326971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1327207Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1327541Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1327775Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1328014Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1328249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1328479Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1328715Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1328949Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1329180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1329413Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1329631Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1329897Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1330165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1330395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1330622Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1330857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1331092Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1331324Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1331555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1331786Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1332014Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1332250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1332484Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1332714Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1332934Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1333164Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1333395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1333634Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1333867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1334097Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1334329Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1334588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1334845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1335081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1335310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1335541Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1335777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1335995Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1336221Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1336460Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1336692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1336919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1337153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1337380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1337607Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1337841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1338075Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1338303Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1338536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1338763Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1339021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1339271Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1339504Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1339732Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1340100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1340337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1340569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1340802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1341030Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1341258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1341494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1341730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1341959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1342193Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1342410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1342642Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1342877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1343109Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1343337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1343570Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1343844Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1344105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1344340Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1344571Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1344801Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1345036Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1345269Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1345499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1345720Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1345950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1346180Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1346418Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1346649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1346877Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1347116Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1347352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1347586Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1347822Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1348050Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1348319Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1348554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1348805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1349033Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1349267Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1349498Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1349728Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1349962Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1350191Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1350421Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1350656Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1350889Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1351116Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1351351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1351581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1351799Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1352033Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1352262Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1352490Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1352721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1352980Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1353235Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1353466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1353695Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1353925Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1354160Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1354395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1354623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1354855Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1355073Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1355306Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1355545Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1355775Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1356002Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1356236Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1356466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1356697Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1356929Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1357157Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1357383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1357662Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1357921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1358137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1358369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1358598Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1358827Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1359062Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1359293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1359523Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1359758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1359987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1360217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1360448Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1360683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1360916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1361153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1361371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1361600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1361835Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1362093Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1362350Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1362580Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1362809Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1363036Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1363269Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1363504Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1363732Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1363963Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1364191Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1364408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1364641Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1364867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1365091Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1365322Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1365556Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1365784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1366015Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1366244Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1366473Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1366730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1366985Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1367211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1367514Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1367733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1367964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1368201Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1368429Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1368658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1368896Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1369130Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1369362Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1369594Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1369823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1370051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1370286Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1370519Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1370735Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1370973Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1371236Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1371465Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1371728Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1371956Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1372184Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1372417Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1372648Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1372872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1373106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1373334Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1373561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1373795Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1374011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1374239Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1374471Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1374704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1374937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1375169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1375397Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1375628Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1375899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1376159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1376386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1376618Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1376848Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1377067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1377301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1377528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1377755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1377985Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1378216Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1378442Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1378671Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1378900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1379129Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1379363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1379598Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1379828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1380207Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1380440Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1380736Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1381004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1381232Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1381461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1381694Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1381925Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1382155Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1382388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1382618Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1382851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1383082Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1383314Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1383529Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1383763Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1383996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1384228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1384463Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1384694Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1384921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1385185Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1385441Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1385667Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1385896Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1386123Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1386353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1386576Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1386806Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1387032Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1387266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1387494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1387724Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1387957Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1388025Z ok (10.103s) 2022-12-01T10:21:50.1388186Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:21:50.1388314Z Sanity checks on _equalize.converged working ... ok (0.003s) 2022-12-01T10:21:50.1388492Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:21:50.1388635Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.003s) 2022-12-01T10:21:50.1388798Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:21:50.1388944Z First checks to see if _equalize.equalize can handle multiple ... ok (0.019s) 2022-12-01T10:21:50.1389117Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:21:50.1389254Z Checks to see if eager mode equalization supports fused ... ok (0.042s) 2022-12-01T10:21:50.1389426Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:21:50.1389560Z Checks to see if eager mode equalization supports fused ... ok (0.122s) 2022-12-01T10:21:50.1389731Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.370s) 2022-12-01T10:21:50.1389905Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:21:50.1390618Z After applying the equalization functions check if the input ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1531: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:21:50.1390813Z "Passing a QConfig dictionary to prepare is deprecated and will not be supported " 2022-12-01T10:21:50.1391307Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1537: UserWarning: Passing a QConfig dictionary to prepare for equalization is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:21:50.1391469Z "Passing a QConfig dictionary to prepare for equalization is deprecated and will not " 2022-12-01T10:21:50.1391535Z ok (0.118s) 2022-12-01T10:21:50.1391710Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:21:50.1392148Z Tests that graphs containing branches are prepared correctly. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:760: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-12-01T10:21:50.1392273Z f"Cannot equalize {node} because it is part of a branch." 2022-12-01T10:21:50.1392600Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:760: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-12-01T10:21:50.1392710Z f"Cannot equalize {node} because it is part of a branch." 2022-12-01T10:21:50.1392774Z ok (0.058s) 2022-12-01T10:21:50.1392946Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:21:50.1393570Z Tests that the modified model for equalization (before quantization) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear1_packed_weight_0 target linear1_packed_weight_0 linear1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1393786Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1394299Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear2_packed_weight_0 target linear2_packed_weight_0 linear2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1394510Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1395010Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear_packed_weight_0 target linear_packed_weight_0 linear_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1395221Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1395719Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv1_packed_weight_0 target conv1_packed_weight_0 conv1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1395927Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1396420Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv2_packed_weight_0 target conv2_packed_weight_0 conv2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1396614Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1397097Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv_packed_weight_0 target conv_packed_weight_0 conv_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1397337Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1397431Z ok (2.651s) 2022-12-01T10:21:50.1397616Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:21:50.1397771Z After applying the equalization functions, check if the equalization ... ok (0.061s) 2022-12-01T10:21:50.1397940Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:21:50.1398397Z Tests that the modified model for equalization has the same graph ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:21:50.1398521Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:21:50.1398949Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:191: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2022-12-01T10:21:50.1399074Z "Must run observer before calling calculate_equalization_scale. " + 2022-12-01T10:21:50.1399505Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:103: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2022-12-01T10:21:50.1399656Z "Must call calculate_equalization_scale before calling calculate_scaled_minmax. " + 2022-12-01T10:21:50.1400003Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:288: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:21:50.1400126Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:21:50.1400191Z ok (0.470s) 2022-12-01T10:21:50.1400363Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:21:50.1400506Z Tests that graphs created after prepare_fx is as expected ... ok (0.175s) 2022-12-01T10:21:50.1400673Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:21:50.1400809Z Tests that for small models, the results of quantized models that ... ok (0.197s) 2022-12-01T10:21:50.1400983Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:21:50.1401132Z After applying the equalization functions check if the weights and ... ok (0.140s) 2022-12-01T10:21:50.1401287Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:21:50.1401426Z Tests that we are able to run numeric suite on the equalized model ... ok (0.131s) 2022-12-01T10:21:50.1401600Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.082s) 2022-12-01T10:21:50.1401789Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.128s) 2022-12-01T10:21:50.1401979Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.036s) 2022-12-01T10:21:50.1402121Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:21:50.1402238Z Verify that graph matching works on methods ... ok (0.052s) 2022-12-01T10:21:50.1402409Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.079s) 2022-12-01T10:21:50.1403000Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-12-01T10:21:50.1403103Z Returning default scale and zero point " 2022-12-01T10:21:50.1403169Z ok (0.202s) 2022-12-01T10:21:50.1403342Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:21:50.1403550Z Tests that the mapping of op relationships is complete. ... ok (0.009s) 2022-12-01T10:21:50.1403747Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.070s) 2022-12-01T10:21:50.1404351Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1404565Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1404632Z ok (0.164s) 2022-12-01T10:21:50.1404803Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.081s) 2022-12-01T10:21:50.1404970Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.059s) 2022-12-01T10:21:50.1405149Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.150s) 2022-12-01T10:21:50.1405329Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.084s) 2022-12-01T10:21:50.1405498Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:21:50.1405635Z Verify that graph matching works on user defined functions ... ok (0.047s) 2022-12-01T10:21:50.1406207Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. 2022-12-01T10:21:50.1406449Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and may be removed in the future, " 2022-12-01T10:21:50.1406975Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=None`. 2022-12-01T10:21:50.1407089Z warnings.warn(msg) 2022-12-01T10:21:50.1407178Z ok (3.865s) 2022-12-01T10:21:50.1407480Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... ok (4.578s) 2022-12-01T10:21:50.1407702Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:21:50.1408439Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-12-01T10:21:50.1408628Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:21:50.1408699Z ok (2.049s) 2022-12-01T10:21:50.1408927Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:21:50.1409567Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_1 target _packed_weight_1 _packed_weight_1 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1409780Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1409846Z ok (0.651s) 2022-12-01T10:21:50.1410048Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.489s) 2022-12-01T10:21:50.1410283Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:21:50.1410476Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-12-01T10:21:50.1410747Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-12-01T10:21:50.1410892Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-12-01T10:21:50.1410957Z ok (0.176s) 2022-12-01T10:21:50.1411149Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.800s) 2022-12-01T10:21:50.1411345Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.415s) 2022-12-01T10:21:50.1411563Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.231s) 2022-12-01T10:21:50.1412221Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_2 target _packed_weight_2 _packed_weight_2 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1412433Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1412906Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_3 target _packed_weight_3 _packed_weight_3 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1413117Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1413597Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_4 target _packed_weight_4 _packed_weight_4 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1413810Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1414269Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_5 target _packed_weight_5 _packed_weight_5 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1414476Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1414540Z ok (1.017s) 2022-12-01T10:21:50.1414735Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.947s) 2022-12-01T10:21:50.1414959Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:21:50.1415157Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.299s) 2022-12-01T10:21:50.1415415Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.114s) 2022-12-01T10:21:50.1415625Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.575s) 2022-12-01T10:21:50.1415822Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.451s) 2022-12-01T10:21:50.1416022Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.187s) 2022-12-01T10:21:50.1416216Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.121s) 2022-12-01T10:21:50.1416404Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.055s) 2022-12-01T10:21:50.1416843Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-12-01T10:21:50.1417163Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-12-01T10:21:50.1417397Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-12-01T10:21:50.1417668Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-12-01T10:21:50.1418006Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-12-01T10:21:50.1418396Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-12-01T10:21:50.1418480Z ok (0.313s) 2022-12-01T10:21:50.1418686Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.135s) 2022-12-01T10:21:50.1418879Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.245s) 2022-12-01T10:21:50.1419073Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.118s) 2022-12-01T10:21:50.1419248Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.425s) 2022-12-01T10:21:50.1419441Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.419s) 2022-12-01T10:21:50.1419650Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.366s) 2022-12-01T10:21:50.1419868Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.055s) 2022-12-01T10:21:50.1420175Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.247s) 2022-12-01T10:21:50.1420372Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.046s) 2022-12-01T10:21:50.1420583Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.192s) 2022-12-01T10:21:50.1420763Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:21:50.1421044Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:21:50.1421271Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:21:50.1421326Z ok (0.852s) 2022-12-01T10:21:50.1421526Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.216s) 2022-12-01T10:21:50.1421730Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.559s) 2022-12-01T10:21:50.1421928Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.430s) 2022-12-01T10:21:50.1422120Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:21:50.1422240Z Verify that add_loggers works on methods ... ok (0.270s) 2022-12-01T10:21:50.1422436Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.532s) 2022-12-01T10:21:50.1422629Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.408s) 2022-12-01T10:21:50.1423008Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-12-01T10:21:50.1423275Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-12-01T10:21:50.1423506Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:21:50.1423778Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:21:50.1423941Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-12-01T10:21:50.1424180Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-12-01T10:21:50.1424410Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1424685Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1424909Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:21:50.1425147Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:21:50.1425346Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-12-01T10:21:50.1425563Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:21:50.1425763Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-12-01T10:21:50.1425995Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1426221Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:21:50.1426460Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:21:50.1426526Z ok (1.226s) 2022-12-01T10:21:50.1426712Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:21:50.1426863Z Tests that all the ops quantization cares about have input and output ... ok (0.014s) 2022-12-01T10:21:50.1427061Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:21:50.1427355Z Verify that shadowing works with ops which accept either fp32 or ... skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:21:50.1427635Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:21:50.1427840Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:21:50.1428101Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:21:50.1428338Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:21:50.1428542Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:21:50.1428608Z ok (0.521s) 2022-12-01T10:21:50.1429002Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:21:50.1429265Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:21:50.1429490Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:21:50.1429722Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:21:50.1429775Z ok (0.383s) 2022-12-01T10:21:50.1429979Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:21:50.1430125Z Verifies that we can match pairs of ops which have the same aten ... ok (0.465s) 2022-12-01T10:21:50.1430328Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.119s) 2022-12-01T10:21:50.1430545Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.134s) 2022-12-01T10:21:50.1430750Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:21:50.1431055Z Copying a `call_function` node is not implemented, test that this ... skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-12-01T10:21:50.1431341Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-12-01T10:21:50.1431589Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-12-01T10:21:50.1431646Z ok (0.435s) 2022-12-01T10:21:50.1431830Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:21:50.1432101Z Verify that NS APIs work on user defined functions ... skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-12-01T10:21:50.1432387Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-12-01T10:21:50.1432747Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-12-01T10:21:50.1432908Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T10:21:50.1432976Z ok (0.355s) 2022-12-01T10:21:50.1433152Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:21:50.1433687Z For user defined modules, ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py:150: UserWarning: Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported in a future version. Please pass in a PrepareCustomConfig instead. 2022-12-01T10:21:50.1433858Z "Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported " 2022-12-01T10:21:50.1433913Z ok (0.339s) 2022-12-01T10:21:50.1434115Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.076s) 2022-12-01T10:21:50.1434335Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.226s) 2022-12-01T10:21:50.1434554Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.659s) 2022-12-01T10:21:50.1435337Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/reference/modules/rnn.py:310: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:21:50.1435513Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-12-01T10:21:50.1436052Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/reference/modules/rnn.py:313: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:21:50.1436200Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-12-01T10:21:50.1436265Z ok (0.195s) 2022-12-01T10:21:50.1436494Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.273s) 2022-12-01T10:21:50.1436722Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.680s) 2022-12-01T10:21:50.1436943Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.197s) 2022-12-01T10:21:50.1437154Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.034s) 2022-12-01T10:21:50.1437367Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.657s) 2022-12-01T10:21:50.1437583Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.421s) 2022-12-01T10:21:50.1437935Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1438203Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1438430Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1438689Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1438918Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1439176Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1439391Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1439649Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1439874Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1440133Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1440357Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1440612Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1440833Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1441119Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1441372Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1441626Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1441851Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1442096Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1442322Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1442576Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1442839Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-12-01T10:21:50.1443127Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-12-01T10:21:50.1443360Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1443586Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1443808Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1444036Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1444262Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1444469Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1444685Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1444910Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1445135Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1445358Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1445618Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-12-01T10:21:50.1445684Z ok (7.486s) 2022-12-01T10:21:50.1446033Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1446294Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1446517Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1446807Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1447046Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1447302Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1447606Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1447864Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1448091Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1448349Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1448575Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1448834Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1449060Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1449313Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1449526Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1449785Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1450023Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1450252Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1450484Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1450709Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1450940Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1451168Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1451396Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1451624Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:21:50.1451920Z skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-12-01T10:21:50.1452157Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.flatten, start_node_a: torch._VariableFunctionsClass.flatten, unknown dtype cast 2022-12-01T10:21:50.1452226Z ok (3.831s) 2022-12-01T10:21:50.1452452Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (4.054s) 2022-12-01T10:21:50.1452881Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:21:50.1453198Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:21:50.1453426Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:21:50.1453683Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:21:50.1453909Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:21:50.1454165Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:21:50.1454454Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:21:50.1454680Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:21:50.1454921Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:21:50.1455149Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:21:50.1455216Z ok (5.306s) 2022-12-01T10:21:50.1455400Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.440s) 2022-12-01T10:21:50.1455596Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.005s) 2022-12-01T10:21:50.1455781Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-12-01T10:21:50.1455957Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:21:50.1456163Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.223s) 2022-12-01T10:21:50.1456367Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.041s) 2022-12-01T10:21:50.1456587Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:21:50.1456758Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:21:50.1456898Z Tests the backward method. ... skip: temporarily disable the test (0.008s) 2022-12-01T10:21:50.1457102Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.013s) 2022-12-01T10:21:50.1457329Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.001s) 2022-12-01T10:21:50.1457511Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.011s) 2022-12-01T10:21:50.1457709Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.420s) 2022-12-01T10:21:50.1457926Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.006s) 2022-12-01T10:21:50.1458112Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.177s) 2022-12-01T10:21:50.1458664Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... /opt/conda/lib/python3.7/site-packages/torch/amp/autocast_mode.py:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-12-01T10:21:50.1458935Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-12-01T10:21:50.1459003Z ok (0.016s) 2022-12-01T10:21:50.1459175Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:21:50.1459332Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.269s) 2022-12-01T10:21:50.1459531Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.015s) 2022-12-01T10:21:50.1459759Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:21:50.1460077Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.013s) 2022-12-01T10:21:50.1460250Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:21:50.1460399Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.138s) 2022-12-01T10:21:50.1460598Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.014s) 2022-12-01T10:21:50.1460826Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.001s) 2022-12-01T10:21:50.1461034Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.007s) 2022-12-01T10:21:50.1461216Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.175s) 2022-12-01T10:21:50.1461411Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2022-12-01T10:21:50.1461712Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-12-01T10:21:50.1461944Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.005s) 2022-12-01T10:21:50.1462144Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.402s) 2022-12-01T10:21:50.1462373Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.005s) 2022-12-01T10:21:50.1462559Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.232s) 2022-12-01T10:21:50.1462787Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.005s) 2022-12-01T10:21:50.1463086Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-12-01T10:21:50.1463315Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-12-01T10:21:50.1463513Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.093s) 2022-12-01T10:21:50.1463711Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.043s) 2022-12-01T10:21:50.1463877Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-12-01T10:21:50.1464032Z Test case that checks whether forward pre hooks of the first module and ... ok (0.023s) 2022-12-01T10:21:50.1464199Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.156s) 2022-12-01T10:21:50.1464367Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.652s) 2022-12-01T10:21:50.1464590Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.075s) 2022-12-01T10:21:50.1464806Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.007s) 2022-12-01T10:21:50.1464975Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.003s) 2022-12-01T10:21:50.1465153Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.425s) 2022-12-01T10:21:50.1465334Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.402s) 2022-12-01T10:21:50.1465610Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temprorarily skipping the test case, will enable after the simplepattern format is supported (0.002s) 2022-12-01T10:21:50.1465766Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.033s) 2022-12-01T10:21:50.1465934Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.006s) 2022-12-01T10:21:50.1466094Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.009s) 2022-12-01T10:21:50.1466238Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.005s) 2022-12-01T10:21:50.1466392Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.007s) 2022-12-01T10:21:50.1466552Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:21:50.1466717Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.005s) 2022-12-01T10:21:50.1466882Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:21:50.1467025Z This test tests two keys in backend_config: root_node_getter and ... ok (0.007s) 2022-12-01T10:21:50.1467192Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.014s) 2022-12-01T10:21:50.1467341Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:21:50.1467442Z TODO: add test for all fused modules ... ok (0.050s) 2022-12-01T10:21:50.1468232Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:21:50.1468331Z warnings.warn(msg, FutureWarning) 2022-12-01T10:21:50.1468399Z ok (0.009s) 2022-12-01T10:21:50.1468599Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.009s) 2022-12-01T10:21:50.1468787Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-12-01T10:21:50.1468939Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.019s) 2022-12-01T10:21:50.1469142Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-12-01T10:21:50.1469293Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.045s) 2022-12-01T10:21:50.1469514Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.013s) 2022-12-01T10:21:50.1469716Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.021s) 2022-12-01T10:21:50.1469924Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.023s) 2022-12-01T10:21:50.1470135Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.050s) 2022-12-01T10:21:50.1470375Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.037s) 2022-12-01T10:21:50.1470613Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.001s) 2022-12-01T10:21:50.1470813Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.008s) 2022-12-01T10:21:50.1471025Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.012s) 2022-12-01T10:21:50.1471209Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.024s) 2022-12-01T10:21:50.1471457Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.084s) 2022-12-01T10:21:50.1471680Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.062s) 2022-12-01T10:21:50.1471922Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.017s) 2022-12-01T10:21:50.1472109Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.143s) 2022-12-01T10:21:50.1472320Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.112s) 2022-12-01T10:21:50.1472502Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.033s) 2022-12-01T10:21:50.1472699Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.045s) 2022-12-01T10:21:50.1472870Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:21:50.1473000Z Tests the constructor of the ModelReport class. ... ok (0.021s) 2022-12-01T10:21:50.1473192Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:21:50.1473315Z Tests for generation of qconfigs by ModelReport API ... ok (0.078s) 2022-12-01T10:21:50.1473488Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:21:50.1473908Z Tests model_report.generate_model_report to ensure report generation ... /var/lib/jenkins/workspace/test/quantization/fx/test_model_report_fx.py:1061: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:21:50.1474055Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-12-01T10:21:50.1474123Z ok (0.165s) 2022-12-01T10:21:50.1474297Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:21:50.1474482Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.033s) 2022-12-01T10:21:50.1474666Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:21:50.1474850Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.026s) 2022-12-01T10:21:50.1475030Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:21:50.1475150Z Tests for generation of qconfigs by ModelReport API ... ok (0.054s) 2022-12-01T10:21:50.1475372Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.042s) 2022-12-01T10:21:50.1475574Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.023s) 2022-12-01T10:21:50.1475772Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.020s) 2022-12-01T10:21:50.1475981Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.015s) 2022-12-01T10:21:50.1476210Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.021s) 2022-12-01T10:21:50.1476441Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.011s) 2022-12-01T10:21:50.1476638Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.020s) 2022-12-01T10:21:50.1476819Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.013s) 2022-12-01T10:21:50.1476998Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.018s) 2022-12-01T10:21:50.1477196Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.100s) 2022-12-01T10:21:50.1477387Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.003s) 2022-12-01T10:21:50.1477579Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.012s) 2022-12-01T10:21:50.1477782Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:21:50.1477887Z Tests the generate_table_view() ... ok (0.032s) 2022-12-01T10:21:50.1478080Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:21:50.1478184Z Tests the generate_table_view() ... ok (0.030s) 2022-12-01T10:21:50.1478373Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:21:50.1478474Z Tests the generate_table_view() ... ok (0.031s) 2022-12-01T10:21:50.1478664Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:21:50.1478825Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.032s) 2022-12-01T10:21:50.1479020Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (16.170s) 2022-12-01T10:21:50.1479234Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (4.139s) 2022-12-01T10:21:50.1479435Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.249s) 2022-12-01T10:21:50.1479638Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.473s) 2022-12-01T10:21:50.1479829Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.543s) 2022-12-01T10:21:50.1480023Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.153s) 2022-12-01T10:21:50.1480234Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.026s) 2022-12-01T10:21:50.1480442Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.144s) 2022-12-01T10:21:50.1480662Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.293s) 2022-12-01T10:21:50.1480871Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.194s) 2022-12-01T10:21:50.1481089Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.207s) 2022-12-01T10:21:50.1481470Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1481539Z ok (0.029s) 2022-12-01T10:21:50.1481781Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.752s) 2022-12-01T10:21:50.1482189Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1482437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1482492Z ok (0.061s) 2022-12-01T10:21:50.1482696Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.291s) 2022-12-01T10:21:50.1482909Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.147s) 2022-12-01T10:21:50.1483282Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1483351Z ok (0.021s) 2022-12-01T10:21:50.1483559Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.534s) 2022-12-01T10:21:50.1483931Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1484174Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1484240Z ok (0.051s) 2022-12-01T10:21:50.1484445Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.626s) 2022-12-01T10:21:50.1484659Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.036s) 2022-12-01T10:21:50.1484852Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.155s) 2022-12-01T10:21:50.1485060Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.008s) 2022-12-01T10:21:50.1485268Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.675s) 2022-12-01T10:21:50.1485472Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.012s) 2022-12-01T10:21:50.1486353Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=MobileNet_V2_Weights.IMAGENET1K_V1`. You can also use `weights=MobileNet_V2_Weights.DEFAULT` to get the most up-to-date weights. 2022-12-01T10:21:50.1486434Z warnings.warn(msg) 2022-12-01T10:21:50.1486785Z Downloading: "https://download.pytorch.org/models/mobilenet_v2-b0353104.pth" to /var/lib/jenkins/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth 2022-12-01T10:21:50.1486796Z 2022-12-01T10:21:50.1486881Z 0%| | 0.00/13.6M [00:00, quant_min=0, quant_max=63, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f15479c3710>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f15479c3710>}) 2022-12-01T10:21:50.1527924Z backend_quant_min, backend_quant_max, qconfig)) 2022-12-01T10:21:50.1528271Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1007: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-12-01T10:21:50.1529386Z QConfig range = (0, 255), BackendConfig range = (0, 31), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f15242f3950>}, weight=functools.partial(, quant_min=-128, quant_max=127, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f15242f3950>}) 2022-12-01T10:21:50.1529526Z backend_quant_min, backend_quant_max, qconfig)) 2022-12-01T10:21:50.1530177Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1001: UserWarning: QConfig activation must specify 'quant_min' and 'quant_max', ignoring QConfig(activation=, weight=) 2022-12-01T10:21:50.1530261Z (debug_string, qconfig)) 2022-12-01T10:21:50.1530329Z ok (0.035s) 2022-12-01T10:21:50.1530490Z test_backend_config_scale_min (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1531906Z Test QConfig eps validation against the BackendConfig's min scale value. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1017: UserWarning: QConfig activation eps (tensor([6.1035e-05])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f1524039560>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f1524039560>}) 2022-12-01T10:21:50.1532037Z (debug_string, app_scale_min, backend_scale_min, qconfig)) 2022-12-01T10:21:50.1533325Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1017: UserWarning: QConfig activation eps (tensor([1.1921e-07])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f15245f7d40>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f15245f7d40>}) 2022-12-01T10:21:50.1533454Z (debug_string, app_scale_min, backend_scale_min, qconfig)) 2022-12-01T10:21:50.1534228Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1012: UserWarning: QConfig activation must specify 'eps', ignoring QConfig(activation=functools.partial(, scale=1.0, zero_point=0){}, weight=functools.partial(, scale=1.0, zero_point=0){}) 2022-12-01T10:21:50.1534452Z warnings.warn("QConfig %s must specify 'eps', ignoring %s" % (debug_string, qconfig)) 2022-12-01T10:21:50.1534520Z ok (0.047s) 2022-12-01T10:21:50.1534666Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1534867Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (1.161s) 2022-12-01T10:21:50.1535027Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1535132Z Test quantizing conv and linear ... ok (1.894s) 2022-12-01T10:21:50.1535286Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1535433Z Test quantizing functional conv and linear with reference option ... ok (1.864s) 2022-12-01T10:21:50.1535623Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.068s) 2022-12-01T10:21:50.1535831Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:21:50.1536041Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1536236Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1536397Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1536996Z test_convert_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/convert.py:583: UserWarning: Passing a QConfig dictionary to convert is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:21:50.1537157Z "Passing a QConfig dictionary to convert is deprecated and will not be supported " 2022-12-01T10:21:50.1537669Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_1_packed_weight_0 target mods1_1_packed_weight_0 mods1_1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1537882Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1538383Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_0_packed_weight_0 target mods1_0_packed_weight_0 mods1_0_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1538592Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1538660Z ok (0.102s) 2022-12-01T10:21:50.1538841Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1539080Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.011s) 2022-12-01T10:21:50.1539244Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1539366Z Test the output of CopyNode to have the same ... ok (0.041s) 2022-12-01T10:21:50.1539528Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.076s) 2022-12-01T10:21:50.1539709Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1539847Z Tests that the flow still works when the input of custom module ... ok (0.023s) 2022-12-01T10:21:50.1540136Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.013s) 2022-12-01T10:21:50.1540303Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1540430Z Make sure default quant is inserted properly ... ok (0.019s) 2022-12-01T10:21:50.1540576Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1540693Z Test to make sure dequantize node are placed before ... ok (0.276s) 2022-12-01T10:21:50.1540838Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1540982Z Make sure quantization runs for models with dictionary output ... ok (0.020s) 2022-12-01T10:21:50.1541149Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1541287Z Tests input for dynamic linear being used by multiple ops ... ok (0.037s) 2022-12-01T10:21:50.1541453Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.050s) 2022-12-01T10:21:50.1541618Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1541745Z Test that weight observer is run in convert step ... ok (0.015s) 2022-12-01T10:21:50.1541932Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1542591Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods2_packed_weight_0 target mods2_packed_weight_0 mods2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1542804Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1542874Z ok (0.048s) 2022-12-01T10:21:50.1543041Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1543190Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.034s) 2022-12-01T10:21:50.1543340Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1543531Z Test that the sequence of quant-dequant nodes in the ... ok (0.021s) 2022-12-01T10:21:50.1543703Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.021s) 2022-12-01T10:21:50.1543867Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.021s) 2022-12-01T10:21:50.1544006Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1544212Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.047s) 2022-12-01T10:21:50.1544393Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1544589Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1544760Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1544926Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-12-01T10:21:50.1545089Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1545224Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.020s) 2022-12-01T10:21:50.1545386Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1545521Z Verifies that binary ops get quantized correctly if some ... ok (0.049s) 2022-12-01T10:21:50.1545672Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.706s) 2022-12-01T10:21:50.1545826Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1545961Z Test support for qint8 activation in reference pattern ... ok (0.016s) 2022-12-01T10:21:50.1546147Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-12-01T10:21:50.1546309Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-12-01T10:21:50.1546476Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1546621Z Verifies that an observer is not inserted between an unmatched ... ok (0.017s) 2022-12-01T10:21:50.1546786Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.013s) 2022-12-01T10:21:50.1546920Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1547029Z Test quantizing a not used value ... ok (0.015s) 2022-12-01T10:21:50.1547171Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1547347Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.024s) 2022-12-01T10:21:50.1547500Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1547646Z Verify that specifying complicated output types does not crash. ... ok (0.018s) 2022-12-01T10:21:50.1547844Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-12-01T10:21:50.1548032Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1548129Z test MatchAllNode with ... ok (0.006s) 2022-12-01T10:21:50.1548312Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-12-01T10:21:50.1548492Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:21:50.1548694Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1548892Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1549095Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1549287Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1549489Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1549685Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1549886Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1550082Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1550259Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:21:50.1550418Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.145s) 2022-12-01T10:21:50.1550582Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1550736Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.020s) 2022-12-01T10:21:50.1550889Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.017s) 2022-12-01T10:21:50.1551042Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1551203Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.022s) 2022-12-01T10:21:50.1551349Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1551460Z Test tuple input type is preserved ... ok (0.014s) 2022-12-01T10:21:50.1551655Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:21:50.1551856Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-12-01T10:21:50.1552053Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-12-01T10:21:50.1552243Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:21:50.1552424Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-12-01T10:21:50.1552619Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:21:50.1552813Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-12-01T10:21:50.1552972Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.196s) 2022-12-01T10:21:50.1553276Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:21:50.1553466Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-12-01T10:21:50.1553661Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.178s) 2022-12-01T10:21:50.1553836Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.113s) 2022-12-01T10:21:50.1553999Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-12-01T10:21:50.1554153Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.053s) 2022-12-01T10:21:50.1554313Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.019s) 2022-12-01T10:21:50.1554485Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:21:50.1554659Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:21:50.1554840Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:21:50.1555039Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:21:50.1555222Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:21:50.1555399Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:21:50.1555567Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:21:50.1555735Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.071s) 2022-12-01T10:21:50.1555906Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-12-01T10:21:50.1556067Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.118s) 2022-12-01T10:21:50.1556225Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.021s) 2022-12-01T10:21:50.1556390Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.020s) 2022-12-01T10:21:50.1556557Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:21:50.1556715Z test_qnnpack_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1556891Z Test whether default QNNPACK QConfigs are compatible with the QNNPACK BackendConfig. ... ok (0.833s) 2022-12-01T10:21:50.1557049Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.045s) 2022-12-01T10:21:50.1557181Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1557307Z Test that the FQN of input_scale/zero_point is set ... ok (0.030s) 2022-12-01T10:21:50.1557468Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1557605Z If the output is hardcoded to be quantized, ensure that ... ok (0.098s) 2022-12-01T10:21:50.1557783Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-12-01T10:21:50.1557966Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-12-01T10:21:50.1558118Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1558268Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.036s) 2022-12-01T10:21:50.1558402Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1558531Z Make sure the numerics for models with ref conv module ... ok (0.129s) 2022-12-01T10:21:50.1558678Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1558811Z Make sure the numerics for models with ref linear module ... ok (0.044s) 2022-12-01T10:21:50.1559001Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:21:50.1559186Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.018s) 2022-12-01T10:21:50.1559345Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-12-01T10:21:50.1559530Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-12-01T10:21:50.1559682Z test_reroute_tuple_getitem_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1559847Z The following graph should redirect the output to `b`. After the transformation, ... ok (0.003s) 2022-12-01T10:21:50.1560030Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-12-01T10:21:50.1560184Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.012s) 2022-12-01T10:21:50.1560347Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.215s) 2022-12-01T10:21:50.1560515Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.408s) 2022-12-01T10:21:50.1560671Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.268s) 2022-12-01T10:21:50.1560833Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1560951Z Make sure that shape does not dequantize ... ok (0.025s) 2022-12-01T10:21:50.1561116Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.019s) 2022-12-01T10:21:50.1561290Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:21:50.1561472Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.114s) 2022-12-01T10:21:50.1561659Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.111s) 2022-12-01T10:21:50.1561801Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1561927Z Make sure packed params appear in state_dict ... ok (0.078s) 2022-12-01T10:21:50.1562070Z test_static_lstm (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1562241Z Test statically quantized custom module LSTM followed by ops that consume individual ... ok (0.215s) 2022-12-01T10:21:50.1562387Z test_static_lstm_consume_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:21:50.1562555Z Test statically quantized custom module LSTM followed by a module that consumes the ... ok (0.302s) 2022-12-01T10:21:50.1562708Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.020s) 2022-12-01T10:21:50.1562897Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:21:50.1563085Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:21:50.1563256Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.018s) 2022-12-01T10:21:50.1563442Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:21:50.1563627Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-12-01T10:21:50.1563812Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-12-01T10:21:50.1563978Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:21:50.1564147Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.701s) 2022-12-01T10:21:50.1564374Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.001s) 2022-12-01T10:21:50.1564580Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.598s) 2022-12-01T10:21:50.1564799Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.958s) 2022-12-01T10:21:50.1564979Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.438s) 2022-12-01T10:21:50.1565379Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: TODO: Test is always failing - https://github.com/pytorch/pytorch/issues/54979 (0.001s) 2022-12-01T10:21:50.1565546Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.303s) 2022-12-01T10:21:50.1565756Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-12-01T10:21:50.1565957Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-12-01T10:21:50.1566163Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: skip for now since tbb failed (0.003s) 2022-12-01T10:21:50.1566321Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (6.568s) 2022-12-01T10:21:50.1566482Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (6.274s) 2022-12-01T10:21:50.1566663Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.033s) 2022-12-01T10:21:50.1566829Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:21:50.1566964Z A test that checks correct patterns are produced for ... ok (0.023s) 2022-12-01T10:21:50.1567188Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:21:50.1567346Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:21:50.1567617Z int8 is not supported for bmm so we won't produce reference ... ok (0.142s) 2022-12-01T10:21:50.1567773Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:21:50.1567967Z Make sure we don't insert observer for boolean Tensors ... ok (0.022s) 2022-12-01T10:21:50.1568107Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:21:50.1568241Z quantization of the output of cat will depend on the ... ok (0.551s) 2022-12-01T10:21:50.1568397Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.031s) 2022-12-01T10:21:50.1568552Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.161s) 2022-12-01T10:21:50.1568716Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.504s) 2022-12-01T10:21:50.1568872Z test_conv_transpose_1d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.534s) 2022-12-01T10:21:50.1569041Z test_conv_transpose_2d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.223s) 2022-12-01T10:21:50.1569202Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:21:50.1569348Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.022s) 2022-12-01T10:21:50.1569574Z test_div (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-12-01T10:21:50.1569724Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.849s) 2022-12-01T10:21:50.1569888Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.115s) 2022-12-01T10:21:50.1570054Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.227s) 2022-12-01T10:21:50.1570222Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.398s) 2022-12-01T10:21:50.1570384Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.052s) 2022-12-01T10:21:50.1570592Z test_fixed_qparams_ops_qconfig_error (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:21:50.1570853Z Test that a proper error message is shown when user don't specify the correct ... ok (0.021s) 2022-12-01T10:21:50.1571026Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.064s) 2022-12-01T10:21:50.1571193Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.139s) 2022-12-01T10:21:50.1571359Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (8.654s) 2022-12-01T10:21:50.1571524Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.688s) 2022-12-01T10:21:50.1571731Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-12-01T10:21:50.1571971Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:21:50.1572118Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:21:50.1572245Z A test that checks dequantize will be swapped for ... ok (0.339s) 2022-12-01T10:21:50.1572403Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:21:50.1572535Z A test that checks correct patterns are produced for ... ok (0.080s) 2022-12-01T10:21:50.1572676Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:21:50.1572836Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.068s) 2022-12-01T10:21:50.1572994Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.033s) 2022-12-01T10:21:50.1573154Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.289s) 2022-12-01T10:21:50.1573309Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:21:50.1573443Z If the inputs to the graph are quantized and the only node ... ok (0.013s) 2022-12-01T10:21:50.1573603Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.422s) 2022-12-01T10:21:50.1573761Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.693s) 2022-12-01T10:21:50.1573929Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.372s) 2022-12-01T10:21:50.1574090Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (3.178s) 2022-12-01T10:21:50.1574259Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.515s) 2022-12-01T10:21:50.1574495Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:21:50.1574646Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (5.839s) 2022-12-01T10:21:50.1574792Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (5.835s) 2022-12-01T10:21:50.1574968Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:21:50.1575089Z Test multiple qconfigs for a single value ... ok (0.021s) 2022-12-01T10:21:50.1575600Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:200: UserWarning: Unsupported activation_post_process in get_quantize_node_info: PlaceholderObserver() 2022-12-01T10:21:50.1575786Z warnings.warn(f"Unsupported activation_post_process in get_quantize_node_info: {activation_post_process}") 2022-12-01T10:21:50.1576313Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_packed_weight_0 target mods1_packed_weight_0 mods1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1576528Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1576625Z ok (0.395s) 2022-12-01T10:21:50.1576782Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.466s) 2022-12-01T10:21:50.1576931Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.484s) 2022-12-01T10:21:50.1577095Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.157s) 2022-12-01T10:21:50.1577251Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.157s) 2022-12-01T10:21:50.1577418Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.043s) 2022-12-01T10:21:50.1577575Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:21:50.1577696Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (2.368s) 2022-12-01T10:21:50.1577864Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.041s) 2022-12-01T10:21:50.1578037Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.039s) 2022-12-01T10:21:50.1578186Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.042s) 2022-12-01T10:21:50.1578507Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1578754Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1578991Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1579227Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1579472Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1579707Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1580024Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1580270Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1580510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1580746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1580987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1581224Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1581500Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1581728Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1581994Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1582226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1582465Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1582701Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1582936Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1583175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1583411Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1583643Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1583880Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1584114Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1584347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1584583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1584802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1585034Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1585270Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1585501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1585730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1585965Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1586277Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1586538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1586776Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1587009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1587241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1587482Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1587719Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1587952Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1588172Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1588402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1588637Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1588875Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1589106Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1589339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1589573Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1589808Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1590039Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1590273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1590503Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1590732Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1590989Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1591236Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1591466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1591700Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1591928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1592159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1592393Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1592622Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1592850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1593088Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1593318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1593548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1593784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1594014Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1594246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1594468Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1594699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1594927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1595160Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1595420Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1595677Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1595910Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1596140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1596368Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1596606Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1596839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1597070Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1597305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1597523Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1597755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1597992Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1598223Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1598452Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1598685Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1598917Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1599148Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1599384Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1599615Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1599845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1600110Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1600369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1600600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1600822Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1601051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1601281Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1601518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1601748Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1601977Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1602211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1602444Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1602677Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1602909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1603140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1603369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1603603Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1603823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1604052Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1604284Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1604539Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1604769Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1605030Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1605262Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1605490Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1605725Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1605955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1606182Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1606415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1606648Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1606870Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1607105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1607339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1607639Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1607874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1608107Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1608339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1608578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1608811Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1609041Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1609315Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1609577Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1609805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1610041Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1610263Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1610497Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1610733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1610962Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1611188Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1611420Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1611653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1611886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1612119Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1612348Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1612575Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1612809Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1613041Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1613257Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1613488Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1613718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1613973Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1614233Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1614465Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1614693Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1614925Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1615158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1615388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1615624Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1615856Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1616086Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1616317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1616535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1616762Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1616996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1617229Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1617458Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1617690Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1617920Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1618146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1618421Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1618680Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1618925Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1619264Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1619498Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1619716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1620050Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1620285Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1620514Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1620750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1620984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1621216Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1621455Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1621688Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1621919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1622153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1622386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1622617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1622852Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1623071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1623354Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1623621Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1623850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1624077Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1624312Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1624546Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1624780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1625012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1625243Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1625312Z ok (9.128s) 2022-12-01T10:21:50.1625643Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1625871Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1626100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1626327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1626562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1626795Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1627058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1627332Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1627564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1627793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1628059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1628316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1628545Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1628779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1629011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1629229Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1629466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1629744Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1630045Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1630295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1630586Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1630821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1631054Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1631283Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1631511Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1631745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1631977Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1632207Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1632427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1632692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1632924Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1633189Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1633420Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1633650Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1633885Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1634117Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1634346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1634579Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1634808Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1635039Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1635274Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1635505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1635721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1635957Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1636193Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1636424Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1636653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1636883Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1637112Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1637372Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1637636Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1637864Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1638099Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1638329Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1638560Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1638784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1639015Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1639245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1639476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1639708Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1639937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1640169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1640401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1640631Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1640867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1641103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1641332Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1641566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1641799Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1642049Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1642307Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1642537Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1642765Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1642999Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1643234Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1643464Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1643698Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1643927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1644158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1644392Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1644624Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1644853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1645073Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1645307Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1645539Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1645775Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1646009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1646241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1646508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1646768Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1646999Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1647229Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1647524Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1647760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1647995Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1648211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1648439Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1648675Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1648912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1649145Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1649381Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1649614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1649845Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1650084Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1650318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1650547Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1650780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1651010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1651278Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1651528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1651758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1651987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1652220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1652455Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1652687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1652919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1653151Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1653379Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1653614Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1653848Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1654075Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1654307Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1654523Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1654759Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1654992Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1655220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1655446Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1655704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1655937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1656226Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1656462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1656692Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1656923Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1657164Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1657398Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1657629Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1657850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1658083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1658315Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1658548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1658778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1659009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1659246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1659478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1659545Z ok (4.472s) 2022-12-01T10:21:50.1659785Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:21:50.1660215Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.000s) 2022-12-01T10:21:50.1660460Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:21:50.1660720Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-12-01T10:21:50.1660935Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:21:50.1661128Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (2.836s) 2022-12-01T10:21:50.1661287Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.546s) 2022-12-01T10:21:50.1661641Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W insert_observers.cpp:1580] Warning: prim::Loop is not yet supported in quantization, please make sure nothing needs to be quantized in the loop (function operator()) 2022-12-01T10:21:50.1661714Z ok (0.761s) 2022-12-01T10:21:50.1661978Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1662152Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:21:50.1662222Z ok (0.044s) 2022-12-01T10:21:50.1663402Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:673: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:21:50.1663493Z if param.grad is not None: 2022-12-01T10:21:50.1663546Z ok (1.800s) 2022-12-01T10:21:50.1663720Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-12-01T10:21:50.1663867Z Test observers with ignored function and make sure it works in ... ok (1.420s) 2022-12-01T10:21:50.1664467Z test_single_linear (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-12-01T10:21:50.1664608Z reduce_range will be deprecated in a future release of PyTorch." 2022-12-01T10:21:50.1664676Z ok (4.395s) 2022-12-01T10:21:50.1665016Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:21:50.1665607Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:239.) 2022-12-01T10:21:50.1665705Z return callable(*args, **kwargs) 2022-12-01T10:21:50.1665773Z ok (0.204s) 2022-12-01T10:21:50.1665923Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (5.995s) 2022-12-01T10:21:50.1666092Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.143s) 2022-12-01T10:21:50.1666255Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.131s) 2022-12-01T10:21:50.1666439Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.399s) 2022-12-01T10:21:50.1666603Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:21:50.1666730Z Make sure dequantize can support Tuple of tensor ... ok (1.858s) 2022-12-01T10:21:50.1666921Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.517s) 2022-12-01T10:21:50.1667112Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:21:50.1667239Z A test that checks dequantize will be swapped for ... ok (0.220s) 2022-12-01T10:21:50.1667388Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:21:50.1667523Z A test that checks correct patterns are produced for ... ok (0.401s) 2022-12-01T10:21:50.1667689Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.714s) 2022-12-01T10:21:50.1667854Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.914s) 2022-12-01T10:21:50.1668156Z test_instance_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:21:50.1668373Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:21:50.1668589Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:21:50.1668794Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:21:50.1668995Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:21:50.1669207Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:21:50.1669261Z ok (3.530s) 2022-12-01T10:21:50.1669430Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.929s) 2022-12-01T10:21:50.1669596Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (17.501s) 2022-12-01T10:21:50.1669763Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.006s) 2022-12-01T10:21:50.1669959Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.521s) 2022-12-01T10:21:50.1670145Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.439s) 2022-12-01T10:21:50.1670328Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (10.837s) 2022-12-01T10:21:50.1670498Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.119s) 2022-12-01T10:21:50.1670651Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:21:50.1670789Z Test quant fusion for multiple aten::add using same ... ok (2.177s) 2022-12-01T10:21:50.1670964Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.372s) 2022-12-01T10:21:50.1671134Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:21:50.1671266Z Test quant fusion for multiple aten::add using same ... ok (18.279s) 2022-12-01T10:21:50.1671444Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.864s) 2022-12-01T10:21:50.1671628Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.153s) 2022-12-01T10:21:50.1671786Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:21:50.1671920Z quantization of the output of cat will be depend on the ... ok (2.795s) 2022-12-01T10:21:50.1672078Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.524s) 2022-12-01T10:21:50.1672268Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:21:50.1672422Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (16.967s) 2022-12-01T10:21:50.1672590Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (1.816s) 2022-12-01T10:21:50.1672762Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.329s) 2022-12-01T10:21:50.1672940Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.105s) 2022-12-01T10:21:50.1673121Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.018s) 2022-12-01T10:21:50.1673293Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.077s) 2022-12-01T10:21:50.1673467Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.079s) 2022-12-01T10:21:50.1673649Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.010s) 2022-12-01T10:21:50.1673825Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.233s) 2022-12-01T10:21:50.1674009Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.083s) 2022-12-01T10:21:50.1674192Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (1.169s) 2022-12-01T10:21:50.1674372Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.091s) 2022-12-01T10:21:50.1674538Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:21:50.1674746Z Test that we don't fuse the cases when module type does not match ... ok (0.010s) 2022-12-01T10:21:50.1674939Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.750s) 2022-12-01T10:21:50.1675102Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.075s) 2022-12-01T10:21:50.1675291Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.075s) 2022-12-01T10:21:50.1675468Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.051s) 2022-12-01T10:21:50.1675645Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.241s) 2022-12-01T10:21:50.1675828Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.047s) 2022-12-01T10:21:50.1676022Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.056s) 2022-12-01T10:21:50.1676208Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:21:50.1676405Z Make sure we skip observers for ops that doesn't require ... ok (0.047s) 2022-12-01T10:21:50.1676592Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.119s) 2022-12-01T10:21:50.1676782Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:21:50.1676905Z check quantization for if works as long as ... ok (0.413s) 2022-12-01T10:21:50.1677100Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.139s) 2022-12-01T10:21:50.1677298Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.029s) 2022-12-01T10:21:50.1677491Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.044s) 2022-12-01T10:21:50.1677696Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.129s) 2022-12-01T10:21:50.1677890Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:21:50.1678072Z Make sure we propagate observed property through general ops ... ok (0.038s) 2022-12-01T10:21:50.1678276Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.044s) 2022-12-01T10:21:50.1678512Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:21:50.1678658Z Make sure we propagate observed property through general ops ... ok (0.041s) 2022-12-01T10:21:50.1678855Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.037s) 2022-12-01T10:21:50.1679046Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.131s) 2022-12-01T10:21:50.1679242Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.033s) 2022-12-01T10:21:50.1679424Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.198s) 2022-12-01T10:21:50.1679630Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.217s) 2022-12-01T10:21:50.1679814Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.084s) 2022-12-01T10:21:50.1679985Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.216s) 2022-12-01T10:21:50.1680142Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:21:50.1680397Z Tests the case where fork and wait calls are in different subgraphs ... [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:21:50.1680463Z ok (0.076s) 2022-12-01T10:21:50.1680657Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.078s) 2022-12-01T10:21:50.1680843Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.008s) 2022-12-01T10:21:50.1681039Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.009s) 2022-12-01T10:21:50.1681221Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:21:50.1681459Z We want to move quantize nodes for output of prim::If ... [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:21:50.1681640Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:21:50.1681803Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:21:50.1681974Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:21:50.1682041Z ok (0.087s) 2022-12-01T10:21:50.1682235Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.085s) 2022-12-01T10:21:50.1682425Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.007s) 2022-12-01T10:21:50.1682658Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.002s) 2022-12-01T10:21:50.1682824Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (3.407s) 2022-12-01T10:21:50.1683022Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.013s) 2022-12-01T10:21:50.1683191Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.367s) 2022-12-01T10:21:50.1683341Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (9.813s) 2022-12-01T10:21:50.1683534Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.014s) 2022-12-01T10:21:50.1683733Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.573s) 2022-12-01T10:21:50.1683924Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (2.651s) 2022-12-01T10:21:50.1684093Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.918s) 2022-12-01T10:21:50.1684266Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (10.284s) 2022-12-01T10:21:50.1684540Z test_qconv_transpose2d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.007s) 2022-12-01T10:21:50.1684812Z test_qconv_transpose3d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.006s) 2022-12-01T10:21:50.1685001Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.218s) 2022-12-01T10:21:50.1685175Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-12-01T10:21:50.1685319Z Tests the case where 2D indices are passed into the operator ... ok (0.004s) 2022-12-01T10:21:50.1685516Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.235s) 2022-12-01T10:21:50.1685741Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:21:50.1685932Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-12-01T10:21:50.1686070Z Tests the case where 2D indices are passed into the operator ... ok (0.005s) 2022-12-01T10:21:50.1686263Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.212s) 2022-12-01T10:21:50.1686485Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:21:50.1686678Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.266s) 2022-12-01T10:21:50.1686889Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:21:50.1687095Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.963s) 2022-12-01T10:21:50.1687301Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.905s) 2022-12-01T10:21:50.1687598Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.247s) 2022-12-01T10:21:50.1688338Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4228: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-12-01T10:21:50.1688470Z "Default grid_sample and affine_grid behavior has changed " 2022-12-01T10:21:50.1688542Z ok (0.060s) 2022-12-01T10:21:50.1688746Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.001s) 2022-12-01T10:21:50.1688916Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (2.463s) 2022-12-01T10:21:50.1689121Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: cudnn is not enabled. (0.008s) 2022-12-01T10:21:50.1689286Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.144s) 2022-12-01T10:21:50.1689460Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.542s) 2022-12-01T10:21:50.1689689Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.072s) 2022-12-01T10:21:50.1689903Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.069s) 2022-12-01T10:21:50.1690075Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.187s) 2022-12-01T10:21:50.1690237Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:21:50.1690381Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.005s) 2022-12-01T10:21:50.1690535Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:21:50.1690715Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.013s) 2022-12-01T10:21:50.1690858Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:21:50.1691039Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (1.044s) 2022-12-01T10:21:50.1691194Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:21:50.1691374Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (6.622s) 2022-12-01T10:21:50.1691529Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:21:50.1691708Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (9.437s) 2022-12-01T10:21:50.1691871Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.732s) 2022-12-01T10:21:50.1692042Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.623s) 2022-12-01T10:21:50.1692186Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.383s) 2022-12-01T10:21:50.1692347Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.268s) 2022-12-01T10:21:50.1692518Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (4.371s) 2022-12-01T10:21:50.1692694Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (79.285s) 2022-12-01T10:21:50.1693279Z test_custom_module_multi_head_attention (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-12-01T10:21:50.1693385Z Returning default scale and zero point " 2022-12-01T10:21:50.1693453Z ok (14.332s) 2022-12-01T10:21:50.1693957Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:21:50.1694156Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:21:50.1694221Z ok (0.009s) 2022-12-01T10:21:50.1694371Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.215s) 2022-12-01T10:21:50.1694536Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (7.988s) 2022-12-01T10:21:50.1694698Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.669s) 2022-12-01T10:21:50.1694862Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.554s) 2022-12-01T10:21:50.1695027Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.793s) 2022-12-01T10:21:50.1695182Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:21:50.1695323Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (3.291s) 2022-12-01T10:21:50.1695480Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:21:50.1695608Z This test cover upsample_nearest3d ... ok (23.087s) 2022-12-01T10:21:50.1695771Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.019s) 2022-12-01T10:21:50.1695984Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.647s) 2022-12-01T10:21:50.1696155Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.003s) 2022-12-01T10:21:50.1696315Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.293s) 2022-12-01T10:21:50.1696473Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.781s) 2022-12-01T10:21:50.1696671Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.006s) 2022-12-01T10:21:50.1696839Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.697s) 2022-12-01T10:21:50.1696982Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.228s) 2022-12-01T10:21:50.1697151Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.264s) 2022-12-01T10:21:50.1697700Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 4, 4], which does not match the required output shape [2, 1, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:21:50.1697767Z ok (0.002s) 2022-12-01T10:21:50.1697963Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.002s) 2022-12-01T10:21:50.1698164Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.001s) 2022-12-01T10:21:50.1698351Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.005s) 2022-12-01T10:21:50.1698533Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.005s) 2022-12-01T10:21:50.1698694Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.154s) 2022-12-01T10:21:50.1698854Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.058s) 2022-12-01T10:21:50.1698999Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.204s) 2022-12-01T10:21:50.1699153Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.049s) 2022-12-01T10:21:50.1699322Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.439s) 2022-12-01T10:21:50.1699484Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.075s) 2022-12-01T10:21:50.1699645Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.202s) 2022-12-01T10:21:50.1699811Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.003s) 2022-12-01T10:21:50.1700123Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.007s) 2022-12-01T10:21:50.1700363Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.447s) 2022-12-01T10:21:50.1700525Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.057s) 2022-12-01T10:21:50.1700670Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.784s) 2022-12-01T10:21:50.1700829Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.253s) 2022-12-01T10:21:50.1700993Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.147s) 2022-12-01T10:21:50.1701166Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (6.639s) 2022-12-01T10:21:50.1701487Z test_qtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.006s) 2022-12-01T10:21:50.1701689Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.208s) 2022-12-01T10:21:50.1702119Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... /var/lib/jenkins/workspace/test/quantization/core/test_quantized_op.py:2001: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:21:50.1702213Z indices = torch.tensor(X).long() 2022-12-01T10:21:50.1702282Z ok (0.056s) 2022-12-01T10:21:50.1702450Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.031s) 2022-12-01T10:21:50.1702611Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.178s) 2022-12-01T10:21:50.1702789Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.722s) 2022-12-01T10:21:50.1702949Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.306s) 2022-12-01T10:21:50.1703713Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:21:50.1703812Z warnings.warn(msg, FutureWarning) 2022-12-01T10:21:50.1703879Z ok (0.003s) 2022-12-01T10:21:50.1704163Z test_choose_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.008s) 2022-12-01T10:21:50.1704362Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.034s) 2022-12-01T10:21:50.1704538Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:21:50.1704759Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.002s) 2022-12-01T10:21:50.1704992Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.002s) 2022-12-01T10:21:50.1705223Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:21:50.1705414Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-12-01T10:21:50.1705631Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-12-01T10:21:50.1706032Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /var/lib/jenkins/workspace/test/quantization/core/test_quantized_tensor.py:1393: UserWarning: FOUND weight out of range (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/QuantUtils.h:204.) 2022-12-01T10:21:50.1706133Z y = torch._saturate_weight_to_fp16(x) 2022-12-01T10:21:50.1706201Z ok (0.002s) 2022-12-01T10:21:50.1706393Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.017s) 2022-12-01T10:21:50.1706596Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:21:50.1706812Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-12-01T10:21:50.1707059Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:21:50.1707304Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.003s) 2022-12-01T10:21:50.1707506Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:21:50.1707718Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.002s) 2022-12-01T10:21:50.1707915Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-12-01T10:21:50.1708099Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:21:50.1708300Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.104s) 2022-12-01T10:21:50.1708481Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.022s) 2022-12-01T10:21:50.1708651Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-12-01T10:21:50.1708835Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-12-01T10:21:50.1709042Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-12-01T10:21:50.1709224Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:21:50.1709415Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-12-01T10:21:50.1709612Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.018s) 2022-12-01T10:21:50.1709803Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-12-01T10:21:50.1709999Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.015s) 2022-12-01T10:21:50.1710194Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-12-01T10:21:50.1710386Z test_qtensor_index_put_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.017s) 2022-12-01T10:21:50.1710591Z test_qtensor_index_put_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:21:50.1710784Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:21:50.1711002Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:21:50.1711188Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:21:50.1711386Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.012s) 2022-12-01T10:21:50.1711574Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-12-01T10:21:50.1711766Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.014s) 2022-12-01T10:21:50.1711982Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-12-01T10:21:50.1712178Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-12-01T10:21:50.1712363Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.014s) 2022-12-01T10:21:50.1712544Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.014s) 2022-12-01T10:21:50.1712760Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:21:50.1712986Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.515s) 2022-12-01T10:21:50.1713174Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:21:50.1713598Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:760: UserWarning: non-inplace resize is deprecated 2022-12-01T10:21:50.1713764Z warnings.warn("non-inplace resize is deprecated") 2022-12-01T10:21:50.1713830Z ok (0.007s) 2022-12-01T10:21:50.1714026Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:21:50.1714212Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:21:50.1714398Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.020s) 2022-12-01T10:21:50.1714579Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-12-01T10:21:50.1714787Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:21:50.1714993Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.527s) 2022-12-01T10:21:50.1715181Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-12-01T10:21:50.1715385Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.021s) 2022-12-01T10:21:50.1715560Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:21:50.1715754Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:21:50.1715951Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.029s) 2022-12-01T10:21:50.1716151Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.015s) 2022-12-01T10:21:50.1716334Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:21:50.1716482Z Checks the rnn reference quantized modules has correct numerics ... ok (0.017s) 2022-12-01T10:21:50.1716666Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:21:50.1716817Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.011s) 2022-12-01T10:21:50.1717003Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:21:50.1717105Z Embedding and EmbeddingBag ... ok (0.008s) 2022-12-01T10:21:50.1717274Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.206s) 2022-12-01T10:21:50.1717465Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.086s) 2022-12-01T10:21:50.1717656Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.057s) 2022-12-01T10:21:50.1717845Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.076s) 2022-12-01T10:21:50.1718031Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.122s) 2022-12-01T10:21:50.1718225Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.068s) 2022-12-01T10:21:50.1718419Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.087s) 2022-12-01T10:21:50.1718613Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.078s) 2022-12-01T10:21:50.1718826Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.120s) 2022-12-01T10:21:50.1719019Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.013s) 2022-12-01T10:21:50.1719204Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.013s) 2022-12-01T10:21:50.1719397Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.011s) 2022-12-01T10:21:50.1719573Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.063s) 2022-12-01T10:21:50.1719763Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.054s) 2022-12-01T10:21:50.1719946Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.038s) 2022-12-01T10:21:50.1720622Z test_linear_relu_package_quantization_transforms (quantization.bc.test_backward_compatibility.TestSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1531: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:21:50.1720784Z "Passing a QConfig dictionary to prepare is deprecated and will not be supported " 2022-12-01T10:21:50.1721290Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node child_packed_weight_0 target child_packed_weight_0 child_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1721500Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1721976Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:21:50.1722176Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:21:50.1722246Z ok (0.240s) 2022-12-01T10:21:50.1722423Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.034s) 2022-12-01T10:21:50.1722619Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.005s) 2022-12-01T10:21:50.1722813Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.004s) 2022-12-01T10:21:50.1722996Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:21:50.1723125Z Tests the correctness of the batchnorm2d module. ... ok (0.002s) 2022-12-01T10:21:50.1723666Z test_batch_norm2d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:288: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:21:50.1723793Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:21:50.1723849Z ok (0.008s) 2022-12-01T10:21:50.1724033Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:21:50.1724159Z Tests the correctness of the batchnorm3d module. ... ok (0.002s) 2022-12-01T10:21:50.1724372Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.007s) 2022-12-01T10:21:50.1724566Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (10.321s) 2022-12-01T10:21:50.1724759Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (10.069s) 2022-12-01T10:21:50.1724949Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.627s) 2022-12-01T10:21:50.1725127Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:21:50.1725266Z Tests the correctness of the dropout module. ... ok (0.003s) 2022-12-01T10:21:50.1725500Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.010s) 2022-12-01T10:21:50.1725672Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:21:50.1725789Z Tests the correctness of the ELU module. ... ok (0.003s) 2022-12-01T10:21:50.1725985Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (3.576s) 2022-12-01T10:21:50.1726173Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:21:50.1726341Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (3.699s) 2022-12-01T10:21:50.1726519Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:21:50.1726643Z Tests the correctness of the groupnorm module. ... ok (0.003s) 2022-12-01T10:21:50.1726813Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:21:50.1726959Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.006s) 2022-12-01T10:21:50.1727135Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:21:50.1727257Z Tests the correctness of the layernorm module. ... ok (0.003s) 2022-12-01T10:21:50.1727521Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-12-01T10:21:50.1727769Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (71.052s) 2022-12-01T10:21:50.1727980Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:21:50.1728099Z Tests the correctness of the pool module. ... ok (0.013s) 2022-12-01T10:21:50.1728284Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-12-01T10:21:50.1728488Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-12-01T10:21:50.1728674Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-12-01T10:21:50.1728863Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-12-01T10:21:50.1729071Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (3.731s) 2022-12-01T10:21:50.1729292Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.248s) 2022-12-01T10:21:50.1729506Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.041s) 2022-12-01T10:21:50.1729748Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.032s) 2022-12-01T10:21:50.1729964Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.042s) 2022-12-01T10:21:50.1730179Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.045s) 2022-12-01T10:21:50.1730430Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.044s) 2022-12-01T10:21:50.1730635Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-12-01T10:21:50.1730781Z This tests that a placeholder Node can be matched to a Node with ... ok (0.042s) 2022-12-01T10:21:50.1730987Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.041s) 2022-12-01T10:21:50.1731215Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.035s) 2022-12-01T10:21:50.1731476Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.042s) 2022-12-01T10:21:50.1731712Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.061s) 2022-12-01T10:21:50.1731912Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.040s) 2022-12-01T10:21:50.1732134Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.041s) 2022-12-01T10:21:50.1732297Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-12-01T10:21:50.1732447Z Test that we can record complex example inputs such as lists and dicts ... ok (0.007s) 2022-12-01T10:21:50.1732612Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-12-01T10:21:50.1732778Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.007s) 2022-12-01T10:21:50.1732950Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.006s) 2022-12-01T10:21:50.1733119Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-12-01T10:21:50.1733286Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.002s) 2022-12-01T10:21:50.1733436Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-12-01T10:21:50.1733605Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.002s) 2022-12-01T10:21:50.1733615Z 2022-12-01T10:21:50.1733825Z ---------------------------------------------------------------------- 2022-12-01T10:21:50.1733904Z Ran 942 tests in 819.068s 2022-12-01T10:21:50.1733910Z 2022-12-01T10:21:50.1733983Z OK (skipped=65) 2022-12-01T10:21:50.1733988Z 2022-12-01T10:21:50.1734073Z Generating XML reports... 2022-12-01T10:21:50.1734490Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221201100810.xml 2022-12-01T10:21:50.1734898Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221201100810.xml 2022-12-01T10:21:50.1735313Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221201100810.xml 2022-12-01T10:21:50.1735720Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221201100810.xml 2022-12-01T10:21:50.1736073Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20221201100810.xml 2022-12-01T10:21:50.1736466Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221201100810.xml 2022-12-01T10:21:50.1736827Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20221201100810.xml 2022-12-01T10:21:50.1737224Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221201100810.xml 2022-12-01T10:21:50.1737578Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20221201100810.xml 2022-12-01T10:21:50.1737975Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221201100810.xml 2022-12-01T10:21:50.1738387Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221201100810.xml 2022-12-01T10:21:50.1738755Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221201100810.xml 2022-12-01T10:21:50.1739126Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221201100810.xml 2022-12-01T10:21:50.1739484Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221201100810.xml 2022-12-01T10:21:50.1739859Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221201100810.xml 2022-12-01T10:21:50.1740340Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221201100810.xml 2022-12-01T10:21:50.1740746Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221201100810.xml 2022-12-01T10:21:50.1741113Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221201100810.xml 2022-12-01T10:21:50.1741471Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221201100810.xml 2022-12-01T10:21:50.1741821Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221201100810.xml 2022-12-01T10:21:50.1742147Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221201100810.xml 2022-12-01T10:21:50.1742514Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221201100810.xml 2022-12-01T10:21:50.1742914Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221201100810.xml 2022-12-01T10:21:50.1743269Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221201100810.xml 2022-12-01T10:21:50.1743676Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221201100810.xml 2022-12-01T10:21:50.1744036Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221201100810.xml 2022-12-01T10:21:50.1744405Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221201100810.xml 2022-12-01T10:21:50.1744808Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221201100810.xml 2022-12-01T10:21:50.1745188Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221201100810.xml 2022-12-01T10:21:50.1745565Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221201100810.xml 2022-12-01T10:21:50.1745948Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221201100810.xml 2022-12-01T10:21:50.1746320Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221201100810.xml 2022-12-01T10:21:50.1746703Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221201100810.xml 2022-12-01T10:21:50.1747134Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221201100810.xml 2022-12-01T10:21:50.1747521Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20221201100810.xml 2022-12-01T10:21:50.1747862Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20221201100810.xml 2022-12-01T10:21:50.1748209Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221201100810.xml 2022-12-01T10:21:50.1748561Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20221201100810.xml 2022-12-01T10:21:50.1748925Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221201100810.xml 2022-12-01T10:21:50.1749310Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221201100810.xml 2022-12-01T10:21:50.1749686Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221201100810.xml 2022-12-01T10:21:50.1750082Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221201100810.xml 2022-12-01T10:21:50.1750483Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221201100810.xml 2022-12-01T10:21:50.1750856Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221201100810.xml 2022-12-01T10:21:50.1751262Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221201100810.xml 2022-12-01T10:21:50.1751600Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221201100810.xml 2022-12-01T10:21:50.1751954Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221201100810.xml 2022-12-01T10:21:50.1752299Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221201100810.xml 2022-12-01T10:21:50.1752644Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221201100810.xml 2022-12-01T10:21:50.1753001Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221201100810.xml 2022-12-01T10:21:50.1753354Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221201100810.xml 2022-12-01T10:21:50.1753706Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221201100810.xml 2022-12-01T10:21:50.1754082Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221201100810.xml 2022-12-01T10:21:50.1754490Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221201100810.xml 2022-12-01T10:21:50.1754847Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221201100810.xml 2022-12-01T10:21:50.1755192Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221201100810.xml 2022-12-01T10:21:50.1755635Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221201100810.xml 2022-12-01T10:21:50.1756056Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221201100810.xml 2022-12-01T10:21:50.1756456Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221201100810.xml 2022-12-01T10:21:50.1756834Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221201100810.xml 2022-12-01T10:21:50.1757223Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221201100810.xml 2022-12-01T10:21:50.1757590Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201100810.xml 2022-12-01T10:21:50.1757916Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20221201100810.xml 2022-12-01T10:21:50.1758316Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20221201100810.xml 2022-12-01T10:21:50.1758322Z 2022-12-01T10:21:50.1758714Z ##[endgroup] 2022-12-01T10:21:50.1759009Z FINISHED PRINTING LOG FILE of test_quantization (/var/lib/jenkins/workspace/test/test-reports/test_quantization_p6vh2cnl) 2022-12-01T10:21:50.1759014Z 2022-12-01T10:21:51.5551970Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:21:51.6157840Z Ignoring disabled issues: [] 2022-12-01T10:21:51.6303600Z Running test_type_hints ... [2022-12-01 10:21:51.630081] 2022-12-01T10:21:51.6305781Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:21:51.630348] 2022-12-01T10:22:45.9661681Z 2022-12-01T10:22:45.9662192Z Expand the folded group to see the log file of test_type_hints 2022-12-01T10:22:45.9664398Z ##[group]PRINTING LOG FILE of test_type_hints (/var/lib/jenkins/workspace/test/test-reports/test_type_hints__28aky14) 2022-12-01T10:22:45.9664922Z Test results will be stored in test-reports/python-unittest/test_type_hints 2022-12-01T10:22:45.9667369Z 2022-12-01T10:22:45.9667809Z Running tests... 2022-12-01T10:22:45.9668485Z ---------------------------------------------------------------------- 2022-12-01T10:22:45.9669036Z test_doc_examples (__main__.TestTypeHints) 2022-12-01T10:22:45.9669541Z Run documentation examples through mypy. ... ok (51.490s) 2022-12-01T10:22:45.9669840Z 2022-12-01T10:22:45.9670186Z ---------------------------------------------------------------------- 2022-12-01T10:22:45.9670660Z Ran 1 test in 51.490s 2022-12-01T10:22:45.9670895Z 2022-12-01T10:22:45.9671016Z OK 2022-12-01T10:22:45.9671215Z 2022-12-01T10:22:45.9671395Z Generating XML reports... 2022-12-01T10:22:45.9672173Z Generated XML report: test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20221201102152.xml 2022-12-01T10:22:45.9672607Z 2022-12-01T10:22:45.9673168Z ##[endgroup] 2022-12-01T10:22:45.9673899Z FINISHED PRINTING LOG FILE of test_type_hints (/var/lib/jenkins/workspace/test/test-reports/test_type_hints__28aky14) 2022-12-01T10:22:45.9674315Z 2022-12-01T10:22:47.4596591Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:22:47.5207933Z Ignoring disabled issues: [] 2022-12-01T10:22:47.5353505Z Running test_tensorboard ... [2022-12-01 10:22:47.535090] 2022-12-01T10:22:47.5355858Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:22:47.535366] 2022-12-01T10:23:14.3698349Z 2022-12-01T10:23:14.3698874Z Expand the folded group to see the log file of test_tensorboard 2022-12-01T10:23:14.3701638Z ##[group]PRINTING LOG FILE of test_tensorboard (/var/lib/jenkins/workspace/test/test-reports/test_tensorboard_awtaay9o) 2022-12-01T10:23:14.3743123Z Test results will be stored in test-reports/python-unittest/test_tensorboard 2022-12-01T10:23:14.3744212Z /opt/conda/lib/python3.7/site-packages/caffe2/__init__.py:5: UserWarning: Caffe2 support is not fully enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-12-01T10:23:14.3744979Z warnings.warn("Caffe2 support is not fully enabled in this PyTorch build. " 2022-12-01T10:23:14.3746007Z /opt/conda/lib/python3.7/site-packages/caffe2/proto/__init__.py:17: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-12-01T10:23:14.3779386Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-12-01T10:23:14.3780513Z /opt/conda/lib/python3.7/site-packages/caffe2/python/__init__.py:9: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-12-01T10:23:14.3781077Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-12-01T10:23:14.3781251Z 2022-12-01T10:23:14.3781327Z Running tests... 2022-12-01T10:23:14.3781635Z ---------------------------------------------------------------------- 2022-12-01T10:23:14.3782010Z test_embedding (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-12-01T10:23:14.3782307Z ok (0.028s) 2022-12-01T10:23:14.3782619Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-12-01T10:23:14.3782914Z ok (0.008s) 2022-12-01T10:23:14.3783151Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-12-01T10:23:14.3783480Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-12-01T10:23:14.3783803Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-12-01T10:23:14.3784114Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-12-01T10:23:14.3784447Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-12-01T10:23:14.3784778Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-12-01T10:23:14.3785101Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... ok (0.000s) 2022-12-01T10:23:14.3785383Z test_scalar (__main__.TestTensorBoardNumpy) ... ok (0.001s) 2022-12-01T10:23:14.3785692Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.000s) 2022-12-01T10:23:14.3786032Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.003s) 2022-12-01T10:23:14.3786360Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.010s) 2022-12-01T10:23:14.3786687Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.001s) 2022-12-01T10:23:14.3787009Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.001s) 2022-12-01T10:23:14.3787329Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.095s) 2022-12-01T10:23:14.3787642Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... ok (0.112s) 2022-12-01T10:23:14.3787967Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.029s) 2022-12-01T10:23:14.3789241Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... Encountering a dict at the output of the tracer might cause the trace to be incorrect, this is only valid if the container structure does not change based on the module's inputs. Consider using a constant container instead (e.g. for `list`, use a `tuple` instead. for `dict`, use a `NamedTuple` instead). If you absolutely need this and know the side effects, pass strict=False to trace() to allow this behavior. 2022-12-01T10:23:14.3789977Z Error occurs, No graph saved 2022-12-01T10:23:14.3790169Z ok (0.044s) 2022-12-01T10:23:14.3790412Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... ok (24.463s) 2022-12-01T10:23:14.3790795Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... mat1 and mat2 shapes cannot be multiplied (1x9 and 3x5) 2022-12-01T10:23:14.3791103Z Error occurs, No graph saved 2022-12-01T10:23:14.3791273Z ok (0.012s) 2022-12-01T10:23:14.3791550Z test_audio (__main__.TestTensorBoardSummary) ... warning: audio amplitude out of range, auto clipped. 2022-12-01T10:23:14.3791817Z ok (0.006s) 2022-12-01T10:23:14.3792053Z test_custom_scalars (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:23:14.3792340Z test_empty_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-12-01T10:23:14.3792628Z test_float32_image (__main__.TestTensorBoardSummary) 2022-12-01T10:23:14.3792929Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... ok (0.001s) 2022-12-01T10:23:14.3793229Z test_histogram_auto (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:23:14.3793532Z test_histogram_doane (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:23:14.3793834Z test_histogram_fd (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-12-01T10:23:14.3794129Z test_hparams_bool (__main__.TestTensorBoardSummary) ... ok (0.009s) 2022-12-01T10:23:14.3794427Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:23:14.3794738Z test_hparams_number (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:23:14.3795036Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:23:14.3795322Z test_hparams_string (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:23:14.3795696Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... parameter: hparam_dict should be a dictionary, nothing logged. 2022-12-01T10:23:14.3796057Z parameter: metric_dict should be a dictionary, nothing logged. 2022-12-01T10:23:14.3796269Z ok (0.003s) 2022-12-01T10:23:14.3796524Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.003s) 2022-12-01T10:23:14.3796837Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-12-01T10:23:14.3797148Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:23:14.3797459Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:23:14.3797779Z test_image_without_channel (__main__.TestTensorBoardSummary) ... ok (0.002s) 2022-12-01T10:23:14.3798082Z test_list_input (__main__.TestTensorBoardSummary) ... ok (0.000s) 2022-12-01T10:23:14.3798353Z test_mesh (__main__.TestTensorBoardSummary) ... ok (0.007s) 2022-12-01T10:23:14.3798642Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:23:14.3798928Z test_text (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:23:14.3799204Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-12-01T10:23:14.3799475Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... ok (0.001s) 2022-12-01T10:23:14.3799761Z test_video (__main__.TestTensorBoardSummary) ... ok (0.001s) 2022-12-01T10:23:14.3800058Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-12-01T10:23:14.3800373Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-12-01T10:23:14.3800710Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... ok (0.001s) 2022-12-01T10:23:14.3801043Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... ok (0.001s) 2022-12-01T10:23:14.3801354Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... ok (0.014s) 2022-12-01T10:23:14.3801633Z test_prepare_video (__main__.TestTensorBoardUtils) ... ok (0.082s) 2022-12-01T10:23:14.3801953Z test_to_HWC (__main__.TestTensorBoardUtils) ... ok (0.002s) 2022-12-01T10:23:14.3802258Z test_writer (__main__.TestTensorBoardWriter) ... add_video needs package moviepy 2022-12-01T10:23:14.3802519Z ok (0.052s) 2022-12-01T10:23:14.3802621Z 2022-12-01T10:23:14.3802835Z ---------------------------------------------------------------------- 2022-12-01T10:23:14.3803080Z Ran 53 tests in 25.014s 2022-12-01T10:23:14.3803196Z 2022-12-01T10:23:14.3803255Z OK (skipped=6) 2022-12-01T10:23:14.3803365Z 2022-12-01T10:23:14.3803451Z Generating XML reports... 2022-12-01T10:23:14.3803897Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20221201102248.xml 2022-12-01T10:23:14.3804454Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20221201102248.xml 2022-12-01T10:23:14.3805007Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20221201102248.xml 2022-12-01T10:23:14.3805591Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20221201102248.xml 2022-12-01T10:23:14.3806159Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20221201102248.xml 2022-12-01T10:23:14.3806733Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20221201102248.xml 2022-12-01T10:23:14.3807359Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20221201102248.xml 2022-12-01T10:23:14.3807899Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20221201102248.xml 2022-12-01T10:23:14.3808439Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20221201102248.xml 2022-12-01T10:23:14.3808682Z 2022-12-01T10:23:14.3808994Z ##[endgroup] 2022-12-01T10:23:14.3809382Z FINISHED PRINTING LOG FILE of test_tensorboard (/var/lib/jenkins/workspace/test/test-reports/test_tensorboard_awtaay9o) 2022-12-01T10:23:14.3809608Z 2022-12-01T10:23:16.0065095Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:23:16.0874243Z Ignoring disabled issues: [] 2022-12-01T10:23:16.1091025Z Running test_masked ... [2022-12-01 10:23:16.108750] 2022-12-01T10:23:16.1094982Z Executing ['/opt/conda/bin/python', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:23:16.109062] 2022-12-01T10:23:31.4665300Z 2022-12-01T10:23:31.4665804Z Expand the folded group to see the log file of test_masked 2022-12-01T10:23:31.4666838Z ##[group]PRINTING LOG FILE of test_masked (/var/lib/jenkins/workspace/test/test-reports/test_masked_nodwhlhq) 2022-12-01T10:23:31.4720252Z Test results will be stored in test-reports/python-unittest/test_masked 2022-12-01T10:23:31.4720568Z 2022-12-01T10:23:31.4720680Z Running tests... 2022-12-01T10:23:31.4721146Z ---------------------------------------------------------------------- 2022-12-01T10:23:31.4721631Z test_mask_layout_sparse_coo_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.214s) 2022-12-01T10:23:31.4722135Z test_mask_layout_sparse_coo_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.190s) 2022-12-01T10:23:31.4733478Z test_mask_layout_sparse_coo_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.188s) 2022-12-01T10:23:31.4734051Z test_mask_layout_sparse_coo_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.247s) 2022-12-01T10:23:31.4734641Z test_mask_layout_sparse_coo_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4735503Z test_mask_layout_sparse_coo_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4737589Z test_mask_layout_sparse_coo_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4738163Z test_mask_layout_sparse_coo_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4739267Z test_mask_layout_sparse_coo_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4740217Z test_mask_layout_sparse_coo_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.190s) 2022-12-01T10:23:31.4740779Z test_mask_layout_sparse_coo_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.189s) 2022-12-01T10:23:31.4741319Z test_mask_layout_sparse_coo_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.273s) 2022-12-01T10:23:31.4741865Z test_mask_layout_sparse_coo_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.186s) 2022-12-01T10:23:31.4742443Z test_mask_layout_sparse_coo_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4743023Z test_mask_layout_sparse_coo_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4743607Z test_mask_layout_sparse_coo_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4744193Z test_mask_layout_sparse_coo_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4744782Z test_mask_layout_sparse_coo_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4745453Z test_mask_layout_sparse_coo_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-12-01T10:23:31.4746140Z test_mask_layout_sparse_coo_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4746742Z test_mask_layout_sparse_coo_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4747358Z test_mask_layout_sparse_coo_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4748040Z test_mask_layout_sparse_coo_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-12-01T10:23:31.4748809Z test_mask_layout_sparse_coo_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-12-01T10:23:31.4749575Z test_mask_layout_sparse_coo_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-12-01T10:23:31.4750242Z test_mask_layout_sparse_coo_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4750814Z test_mask_layout_sparse_coo_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4751393Z test_mask_layout_sparse_coo_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4751976Z test_mask_layout_sparse_coo_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4752555Z test_mask_layout_sparse_coo_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4753107Z test_mask_layout_sparse_coo_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.189s) 2022-12-01T10:23:31.4753678Z test_mask_layout_sparse_coo_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.143s) 2022-12-01T10:23:31.4754243Z test_mask_layout_sparse_coo_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.143s) 2022-12-01T10:23:31.4754800Z test_mask_layout_sparse_coo_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.191s) 2022-12-01T10:23:31.4755338Z test_mask_layout_sparse_coo_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.188s) 2022-12-01T10:23:31.4755877Z test_mask_layout_sparse_coo_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.138s) 2022-12-01T10:23:31.4756419Z test_mask_layout_sparse_coo_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.200s) 2022-12-01T10:23:31.4760013Z test_mask_layout_sparse_coo_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.138s) 2022-12-01T10:23:31.4760694Z test_mask_layout_sparse_coo_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.138s) 2022-12-01T10:23:31.4761296Z test_mask_layout_sparse_coo_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.136s) 2022-12-01T10:23:31.4761852Z test_mask_layout_sparse_coo_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.204s) 2022-12-01T10:23:31.4762404Z test_mask_layout_sparse_coo_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.149s) 2022-12-01T10:23:31.4762940Z test_mask_layout_sparse_coo_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.153s) 2022-12-01T10:23:31.4763503Z test_mask_layout_sparse_coo_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.201s) 2022-12-01T10:23:31.4764059Z test_mask_layout_sparse_coo_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.203s) 2022-12-01T10:23:31.4764602Z test_mask_layout_sparse_coo_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.203s) 2022-12-01T10:23:31.4765132Z test_mask_layout_sparse_coo_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.197s) 2022-12-01T10:23:31.4765676Z test_mask_layout_sparse_coo_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.149s) 2022-12-01T10:23:31.4766215Z test_mask_layout_sparse_coo_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.208s) 2022-12-01T10:23:31.4766736Z test_mask_layout_sparse_coo_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.146s) 2022-12-01T10:23:31.4767346Z test_mask_layout_sparse_coo_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.149s) 2022-12-01T10:23:31.4767892Z test_mask_layout_sparse_coo_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.145s) 2022-12-01T10:23:31.4768439Z test_mask_layout_sparse_csr_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.043s) 2022-12-01T10:23:31.4768982Z test_mask_layout_sparse_csr_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.043s) 2022-12-01T10:23:31.4769532Z test_mask_layout_sparse_csr_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.043s) 2022-12-01T10:23:31.4770081Z test_mask_layout_sparse_csr_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.043s) 2022-12-01T10:23:31.4770648Z test_mask_layout_sparse_csr_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4771236Z test_mask_layout_sparse_csr_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4771818Z test_mask_layout_sparse_csr_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4772408Z test_mask_layout_sparse_csr_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4772973Z test_mask_layout_sparse_csr_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4773540Z test_mask_layout_sparse_csr_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.043s) 2022-12-01T10:23:31.4774100Z test_mask_layout_sparse_csr_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.043s) 2022-12-01T10:23:31.4774649Z test_mask_layout_sparse_csr_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.043s) 2022-12-01T10:23:31.4775179Z test_mask_layout_sparse_csr_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.043s) 2022-12-01T10:23:31.4775743Z test_mask_layout_sparse_csr_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4776322Z test_mask_layout_sparse_csr_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4776901Z test_mask_layout_sparse_csr_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4777468Z test_mask_layout_sparse_csr_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4778049Z test_mask_layout_sparse_csr_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4778662Z test_mask_layout_sparse_csr_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-12-01T10:23:31.4779256Z test_mask_layout_sparse_csr_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4779851Z test_mask_layout_sparse_csr_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4780596Z test_mask_layout_sparse_csr_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4781172Z test_mask_layout_sparse_csr_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-12-01T10:23:31.4781702Z test_mask_layout_sparse_csr_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-12-01T10:23:31.4782234Z test_mask_layout_sparse_csr_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-12-01T10:23:31.4782806Z test_mask_layout_sparse_csr_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4783474Z test_mask_layout_sparse_csr_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4784064Z test_mask_layout_sparse_csr_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4784649Z test_mask_layout_sparse_csr_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4785221Z test_mask_layout_sparse_csr_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4785787Z test_mask_layout_sparse_csr_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.013s) 2022-12-01T10:23:31.4786341Z test_mask_layout_sparse_csr_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.013s) 2022-12-01T10:23:31.4786892Z test_mask_layout_sparse_csr_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.013s) 2022-12-01T10:23:31.4787450Z test_mask_layout_sparse_csr_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.041s) 2022-12-01T10:23:31.4788001Z test_mask_layout_sparse_csr_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.041s) 2022-12-01T10:23:31.4788553Z test_mask_layout_sparse_csr_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.013s) 2022-12-01T10:23:31.4789077Z test_mask_layout_sparse_csr_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.013s) 2022-12-01T10:23:31.4789619Z test_mask_layout_sparse_csr_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.012s) 2022-12-01T10:23:31.4790154Z test_mask_layout_sparse_csr_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.013s) 2022-12-01T10:23:31.4790684Z test_mask_layout_sparse_csr_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.013s) 2022-12-01T10:23:31.4791213Z test_mask_layout_sparse_csr_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.043s) 2022-12-01T10:23:31.4791755Z test_mask_layout_sparse_csr_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.015s) 2022-12-01T10:23:31.4792299Z test_mask_layout_sparse_csr_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.014s) 2022-12-01T10:23:31.4792844Z test_mask_layout_sparse_csr_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.015s) 2022-12-01T10:23:31.4793397Z test_mask_layout_sparse_csr_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.042s) 2022-12-01T10:23:31.4793939Z test_mask_layout_sparse_csr_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.042s) 2022-12-01T10:23:31.4794474Z test_mask_layout_sparse_csr_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.041s) 2022-12-01T10:23:31.4794996Z test_mask_layout_sparse_csr_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.015s) 2022-12-01T10:23:31.4795534Z test_mask_layout_sparse_csr_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.014s) 2022-12-01T10:23:31.4796066Z test_mask_layout_sparse_csr_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.014s) 2022-12-01T10:23:31.4796580Z test_mask_layout_sparse_csr_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.014s) 2022-12-01T10:23:31.4797185Z test_mask_layout_sparse_csr_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.014s) 2022-12-01T10:23:31.4797774Z test_mask_layout_strided_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.104s) 2022-12-01T10:23:31.4798322Z test_mask_layout_strided_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.103s) 2022-12-01T10:23:31.4798845Z test_mask_layout_strided_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.103s) 2022-12-01T10:23:31.4799380Z test_mask_layout_strided_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.101s) 2022-12-01T10:23:31.4799946Z test_mask_layout_strided_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4800527Z test_mask_layout_strided_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4801089Z test_mask_layout_strided_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4801670Z test_mask_layout_strided_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4802254Z test_mask_layout_strided_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4802804Z test_mask_layout_strided_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.103s) 2022-12-01T10:23:31.4803340Z test_mask_layout_strided_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.103s) 2022-12-01T10:23:31.4803881Z test_mask_layout_strided_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.104s) 2022-12-01T10:23:31.4804415Z test_mask_layout_strided_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.101s) 2022-12-01T10:23:31.4804955Z test_mask_layout_strided_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4805527Z test_mask_layout_strided_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4806103Z test_mask_layout_strided_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4806675Z test_mask_layout_strided_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4807302Z test_mask_layout_strided_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4807871Z test_mask_layout_strided_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.076s) 2022-12-01T10:23:31.4808437Z test_mask_layout_strided_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4809017Z test_mask_layout_strided_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4809617Z test_mask_layout_strided_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4810186Z test_mask_layout_strided_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.076s) 2022-12-01T10:23:31.4810733Z test_mask_layout_strided_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.078s) 2022-12-01T10:23:31.4811260Z test_mask_layout_strided_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.076s) 2022-12-01T10:23:31.4811817Z test_mask_layout_strided_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4812397Z test_mask_layout_strided_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4812967Z test_mask_layout_strided_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4813521Z test_mask_layout_strided_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4814096Z test_mask_layout_strided_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:23:31.4814652Z test_mask_layout_strided_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.073s) 2022-12-01T10:23:31.4815249Z test_mask_layout_strided_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.082s) 2022-12-01T10:23:31.4815833Z test_mask_layout_strided_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.083s) 2022-12-01T10:23:31.4816377Z test_mask_layout_strided_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.105s) 2022-12-01T10:23:31.4816915Z test_mask_layout_strided_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.103s) 2022-12-01T10:23:31.4817433Z test_mask_layout_strided_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.073s) 2022-12-01T10:23:31.4817963Z test_mask_layout_strided_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.096s) 2022-12-01T10:23:31.4818490Z test_mask_layout_strided_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.075s) 2022-12-01T10:23:31.4819016Z test_mask_layout_strided_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.073s) 2022-12-01T10:23:31.4819544Z test_mask_layout_strided_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.073s) 2022-12-01T10:23:31.4820199Z test_mask_layout_strided_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.104s) 2022-12-01T10:23:31.4820740Z test_mask_layout_strided_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.071s) 2022-12-01T10:23:31.4821273Z test_mask_layout_strided_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.081s) 2022-12-01T10:23:31.4821824Z test_mask_layout_strided_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.082s) 2022-12-01T10:23:31.4822368Z test_mask_layout_strided_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.104s) 2022-12-01T10:23:31.4822911Z test_mask_layout_strided_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.104s) 2022-12-01T10:23:31.4823426Z test_mask_layout_strided_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.102s) 2022-12-01T10:23:31.4823957Z test_mask_layout_strided_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.071s) 2022-12-01T10:23:31.4824485Z test_mask_layout_strided_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.072s) 2022-12-01T10:23:31.4824996Z test_mask_layout_strided_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.091s) 2022-12-01T10:23:31.4825520Z test_mask_layout_strided_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.071s) 2022-12-01T10:23:31.4826040Z test_mask_layout_strided_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.072s) 2022-12-01T10:23:31.4826589Z test_reference_masked_masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.024s) 2022-12-01T10:23:31.4827133Z test_reference_masked_masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.023s) 2022-12-01T10:23:31.4827688Z test_reference_masked_masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.024s) 2022-12-01T10:23:31.4828236Z test_reference_masked_masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.248s) 2022-12-01T10:23:31.4828754Z test_reference_masked_masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.248s) 2022-12-01T10:23:31.4829294Z test_reference_masked_masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.248s) 2022-12-01T10:23:31.4829824Z test_reference_masked_masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.246s) 2022-12-01T10:23:31.4830370Z test_reference_masked_masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-12-01T10:23:31.4830932Z test_reference_masked_masked_normalize_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.039s) 2022-12-01T10:23:31.4831499Z test_reference_masked_masked_normalize_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.038s) 2022-12-01T10:23:31.4832088Z test_reference_masked_masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.010s) 2022-12-01T10:23:31.4832671Z test_reference_masked_masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-12-01T10:23:31.4833213Z test_reference_masked_masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.033s) 2022-12-01T10:23:31.4833831Z test_reference_masked_masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.023s) 2022-12-01T10:23:31.4834436Z test_reference_masked_masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.023s) 2022-12-01T10:23:31.4834960Z test_reference_masked_masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.022s) 2022-12-01T10:23:31.4835517Z test_reference_masked_masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.025s) 2022-12-01T10:23:31.4836064Z test_reference_masked_masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.024s) 2022-12-01T10:23:31.4836606Z test_reference_masked_masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.024s) 2022-12-01T10:23:31.4837132Z test_reference_masked_masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.137s) 2022-12-01T10:23:31.4837677Z test_reference_masked_masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.150s) 2022-12-01T10:23:31.4838229Z test_reference_masked_masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.149s) 2022-12-01T10:23:31.4838756Z test_reference_masked_masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.160s) 2022-12-01T10:23:31.4839284Z test_reference_masked_masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.159s) 2022-12-01T10:23:31.4839809Z test_reference_masked_masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:23:31.4840330Z test_reference_masked_masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:23:31.4840833Z test_reference_masked_masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:23:31.4841351Z test_reference_masked_masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:23:31.4841865Z test_reference_masked_masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:23:31.4842385Z test_reference_masked_masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.135s) 2022-12-01T10:23:31.4842924Z test_reference_masked_masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.131s) 2022-12-01T10:23:31.4843470Z test_reference_masked_masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.131s) 2022-12-01T10:23:31.4844002Z test_reference_masked_masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.136s) 2022-12-01T10:23:31.4844514Z test_reference_masked_masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.142s) 2022-12-01T10:23:31.4845042Z test_reference_masked_masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.140s) 2022-12-01T10:23:31.4845563Z test_reference_masked_masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:23:31.4846083Z test_reference_masked_masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:23:31.4846585Z test_reference_masked_masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:23:31.4847105Z test_reference_masked_masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:23:31.4847700Z test_reference_masked_masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:23:31.4848187Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.003s) 2022-12-01T10:23:31.4848669Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-12-01T10:23:31.4849152Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-12-01T10:23:31.4849635Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-12-01T10:23:31.4850108Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-12-01T10:23:31.4850623Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.002s) 2022-12-01T10:23:31.4850908Z 2022-12-01T10:23:31.4851328Z ---------------------------------------------------------------------- 2022-12-01T10:23:31.4851715Z Ran 202 tests in 12.448s 2022-12-01T10:23:31.4851906Z 2022-12-01T10:23:31.4852060Z OK (skipped=58, expected failures=1) 2022-12-01T10:23:31.4852279Z 2022-12-01T10:23:31.4852469Z Generating XML reports... 2022-12-01T10:23:31.4853191Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20221201102318.xml 2022-12-01T10:23:31.4853546Z 2022-12-01T10:23:31.4854009Z ##[endgroup] 2022-12-01T10:23:31.4854630Z FINISHED PRINTING LOG FILE of test_masked (/var/lib/jenkins/workspace/test/test-reports/test_masked_nodwhlhq) 2022-12-01T10:23:31.4854979Z 2022-12-01T10:23:33.4977164Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:23:33.5992195Z Ignoring disabled issues: [] 2022-12-01T10:23:33.6207353Z Running test_openmp ... [2022-12-01 10:23:33.620461] 2022-12-01T10:23:33.6209941Z Executing ['/opt/conda/bin/python', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:23:33.620762] 2022-12-01T10:23:42.0911205Z 2022-12-01T10:23:42.0911717Z Expand the folded group to see the log file of test_openmp 2022-12-01T10:23:42.0912706Z ##[group]PRINTING LOG FILE of test_openmp (/var/lib/jenkins/workspace/test/test-reports/test_openmp_z5u2knns) 2022-12-01T10:23:42.0913514Z Test results will be stored in test-reports/python-unittest/test_openmp 2022-12-01T10:23:42.0914299Z 2022-12-01T10:23:42.0914418Z Running tests... 2022-12-01T10:23:42.0914917Z ---------------------------------------------------------------------- 2022-12-01T10:23:42.0915383Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-12-01T10:23:42.0915841Z Make sure there is no memory leak with many threads ... ok (1.888s) 2022-12-01T10:23:42.0917987Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-12-01T10:23:42.0919057Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (5.037s) 2022-12-01T10:23:42.0919558Z 2022-12-01T10:23:42.0920084Z ---------------------------------------------------------------------- 2022-12-01T10:23:42.0920481Z Ran 2 tests in 6.926s 2022-12-01T10:23:42.0920680Z 2022-12-01T10:23:42.0920780Z OK 2022-12-01T10:23:42.0920930Z 2022-12-01T10:23:42.0921074Z Generating XML reports... 2022-12-01T10:23:42.0921752Z Generated XML report: test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20221201102334.xml 2022-12-01T10:23:42.0922139Z 2022-12-01T10:23:42.0922595Z ##[endgroup] 2022-12-01T10:23:42.0923211Z FINISHED PRINTING LOG FILE of test_openmp (/var/lib/jenkins/workspace/test/test-reports/test_openmp_z5u2knns) 2022-12-01T10:23:42.0923560Z 2022-12-01T10:23:44.1029851Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:23:44.1942221Z Ignoring disabled issues: [] 2022-12-01T10:23:44.2181284Z Running test_mkldnn_verbose ... [2022-12-01 10:23:44.217768] 2022-12-01T10:23:44.2184116Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:23:44.218103] 2022-12-01T10:23:48.3508200Z 2022-12-01T10:23:48.3508734Z Expand the folded group to see the log file of test_mkldnn_verbose 2022-12-01T10:23:48.3509778Z ##[group]PRINTING LOG FILE of test_mkldnn_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_verbose_8e5czkib) 2022-12-01T10:23:48.3510640Z Test results will be stored in test-reports/python-unittest/test_mkldnn_verbose 2022-12-01T10:23:48.3510945Z 2022-12-01T10:23:48.3511052Z Running tests... 2022-12-01T10:23:48.3511561Z ---------------------------------------------------------------------- 2022-12-01T10:23:48.3512054Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (1.403s) 2022-12-01T10:23:48.3512547Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (1.298s) 2022-12-01T10:23:48.3512783Z 2022-12-01T10:23:48.3513124Z ---------------------------------------------------------------------- 2022-12-01T10:23:48.3513526Z Ran 2 tests in 2.701s 2022-12-01T10:23:48.3513710Z 2022-12-01T10:23:48.3513811Z OK 2022-12-01T10:23:48.3513961Z 2022-12-01T10:23:48.3514087Z Generating XML reports... 2022-12-01T10:23:48.3514812Z Generated XML report: test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20221201102345.xml 2022-12-01T10:23:48.3515428Z 2022-12-01T10:23:48.3515779Z ##[endgroup] 2022-12-01T10:23:48.3516511Z FINISHED PRINTING LOG FILE of test_mkldnn_verbose (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_verbose_8e5czkib) 2022-12-01T10:23:48.3516879Z 2022-12-01T10:23:50.3356765Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:23:50.4163287Z Ignoring disabled issues: [] 2022-12-01T10:23:50.4379605Z Running test_import_stats ... [2022-12-01 10:23:50.437654] 2022-12-01T10:23:50.4382586Z Executing ['/opt/conda/bin/python', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:23:50.437955] 2022-12-01T10:23:54.5195448Z 2022-12-01T10:23:54.5196210Z Expand the folded group to see the log file of test_import_stats 2022-12-01T10:23:54.5197166Z ##[group]PRINTING LOG FILE of test_import_stats (/var/lib/jenkins/workspace/test/test-reports/test_import_stats_nwiz0jxn) 2022-12-01T10:23:54.5197710Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-12-01T10:23:54.5197926Z 2022-12-01T10:23:54.5198000Z Running tests... 2022-12-01T10:23:54.5198313Z ---------------------------------------------------------------------- 2022-12-01T10:23:54.5198618Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (1.526s) 2022-12-01T10:23:54.5198895Z test_time_import_torch (__main__.TestImportTime) ... ok (0.987s) 2022-12-01T10:23:54.5199051Z 2022-12-01T10:23:54.5199247Z ---------------------------------------------------------------------- 2022-12-01T10:23:54.5199484Z Ran 2 tests in 2.513s 2022-12-01T10:23:54.5199597Z 2022-12-01T10:23:54.5199645Z OK 2022-12-01T10:23:54.5199736Z 2022-12-01T10:23:54.5199820Z Generating XML reports... 2022-12-01T10:23:54.5200236Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20221201102351.xml 2022-12-01T10:23:54.5200471Z 2022-12-01T10:23:54.5200674Z ##[endgroup] 2022-12-01T10:23:54.5201066Z FINISHED PRINTING LOG FILE of test_import_stats (/var/lib/jenkins/workspace/test/test-reports/test_import_stats_nwiz0jxn) 2022-12-01T10:23:54.5201286Z 2022-12-01T10:23:56.1052507Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:23:56.1675970Z Ignoring disabled issues: [] 2022-12-01T10:23:56.1828418Z Running lazy/test_step_closures ... [2022-12-01 10:23:56.182523] 2022-12-01T10:23:56.1830903Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:23:56.182850] 2022-12-01T10:23:59.6502486Z 2022-12-01T10:23:59.6503123Z Expand the folded group to see the log file of lazy/test_step_closures 2022-12-01T10:23:59.6504405Z ##[group]PRINTING LOG FILE of lazy/test_step_closures (/var/lib/jenkins/workspace/test/test-reports/lazy-test_step_closures_q6cthprk) 2022-12-01T10:23:59.6505289Z Test results will be stored in test-reports/python-unittest/lazy.test_step_closures 2022-12-01T10:23:59.6505607Z 2022-12-01T10:23:59.6505714Z Running tests... 2022-12-01T10:23:59.6506244Z ---------------------------------------------------------------------- 2022-12-01T10:23:59.6506736Z test_asynchronous (__main__.ClosuresTest) ... ok (0.225s) 2022-12-01T10:23:59.6507205Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (1.001s) 2022-12-01T10:23:59.6507653Z test_synchronous (__main__.ClosuresTest) ... ok (1.003s) 2022-12-01T10:23:59.6508112Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.002s) 2022-12-01T10:23:59.6508379Z 2022-12-01T10:23:59.6508715Z ---------------------------------------------------------------------- 2022-12-01T10:23:59.6509104Z Ran 4 tests in 2.231s 2022-12-01T10:23:59.6509289Z 2022-12-01T10:23:59.6509388Z OK 2022-12-01T10:23:59.6509536Z 2022-12-01T10:23:59.6509676Z Generating XML reports... 2022-12-01T10:23:59.6510366Z Generated XML report: test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20221201102357.xml 2022-12-01T10:23:59.6510743Z 2022-12-01T10:23:59.6511090Z ##[endgroup] 2022-12-01T10:23:59.6511992Z FINISHED PRINTING LOG FILE of lazy/test_step_closures (/var/lib/jenkins/workspace/test/test-reports/lazy-test_step_closures_q6cthprk) 2022-12-01T10:23:59.6512461Z 2022-12-01T10:24:01.2308669Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:01.2914424Z Ignoring disabled issues: [] 2022-12-01T10:24:01.3063290Z Running test_package ... [2022-12-01 10:24:01.305980] 2022-12-01T10:24:01.3065359Z Executing ['/opt/conda/bin/python', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:01.306302] 2022-12-01T10:24:04.8757499Z 2022-12-01T10:24:04.8758420Z Expand the folded group to see the log file of test_package 2022-12-01T10:24:04.8759405Z ##[group]PRINTING LOG FILE of test_package (/var/lib/jenkins/workspace/test/test-reports/test_package_h0igq9yz) 2022-12-01T10:24:04.8760230Z Test results will be stored in test-reports/python-unittest/test_package 2022-12-01T10:24:04.8760529Z 2022-12-01T10:24:04.8760638Z Running tests... 2022-12-01T10:24:04.8761166Z ---------------------------------------------------------------------- 2022-12-01T10:24:04.8763112Z test_trace_dependencies (test_analyze.TestAnalyze) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81213 for platform(s) linux. 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.216s) 2022-12-01T10:24:04.8764133Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-12-01T10:24:04.8764858Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.002s) 2022-12-01T10:24:04.8765411Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-12-01T10:24:04.8765935Z A unpackageable dependency should raise a PackagingError. ... ok (0.002s) 2022-12-01T10:24:04.8766404Z test_deny (test_dependency_api.TestDependencyAPI) 2022-12-01T10:24:04.8766865Z Test marking packages as "deny" during export. ... ok (0.002s) 2022-12-01T10:24:04.8767412Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-12-01T10:24:04.8767909Z Test marking packages as "deny" using globs instead of package names. ... ok (0.002s) 2022-12-01T10:24:04.8768434Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-12-01T10:24:04.8768952Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:24:04.8769478Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-12-01T10:24:04.8770017Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.001s) 2022-12-01T10:24:04.8770564Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-12-01T10:24:04.8771160Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... ok (0.007s) 2022-12-01T10:24:04.8771723Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-12-01T10:24:04.8772248Z The save_module APIs should implicitly intern the module being saved. ... ok (0.001s) 2022-12-01T10:24:04.8772760Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-12-01T10:24:04.8773258Z Failure to handle all dependencies should lead to an error. ... ok (0.002s) 2022-12-01T10:24:04.8773742Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-12-01T10:24:04.8774381Z An incorrectly-formed import should raise a PackagingError. ... ok (0.001s) 2022-12-01T10:24:04.8774906Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:24:04.8775397Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:24:04.8775916Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-12-01T10:24:04.8776462Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.001s) 2022-12-01T10:24:04.8777202Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-12-01T10:24:04.8777740Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-12-01T10:24:04.8778357Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-12-01T10:24:04.8779043Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.003s) 2022-12-01T10:24:04.8779616Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-12-01T10:24:04.8780347Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-12-01T10:24:04.8780930Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-12-01T10:24:04.8781490Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-12-01T10:24:04.8782026Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-12-01T10:24:04.8782521Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:24:04.8782979Z test_contains (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:24:04.8783444Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:24:04.8783911Z test_edges (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:24:04.8784368Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:24:04.8784804Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:24:04.8785259Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:24:04.8785723Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:24:04.8786209Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:24:04.8786685Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:24:04.8787174Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:24:04.8787655Z test_successors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:24:04.8788156Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... ok (0.004s) 2022-12-01T10:24:04.8788704Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:24:04.8789269Z Test DirectoryReader's has_record(). ... ok (0.002s) 2022-12-01T10:24:04.8789718Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:24:04.8790243Z Test basic saving and loading of a packages from a DirectoryReader. ... ok (0.002s) 2022-12-01T10:24:04.8790777Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:24:04.8791508Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: Does not work with latest TorchVision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-12-01T10:24:04.8792214Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:24:04.8792779Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.003s) 2022-12-01T10:24:04.8793345Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:24:04.8793892Z Tests that packaged code can used importlib.resources.path. ... ok (0.003s) 2022-12-01T10:24:04.8794412Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:24:04.8794929Z Tests DirectoryReader as the base for get_resource_reader. ... ok (0.006s) 2022-12-01T10:24:04.8795467Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:24:04.8795997Z Test basic saving and loading of a ScriptModule in a directory. ... ok (0.010s) 2022-12-01T10:24:04.8796492Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:24:04.8796965Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:24:04.8797437Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:24:04.8797929Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:24:04.8798495Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:24:04.8799030Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:24:04.8799541Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:24:04.8800059Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:24:04.8800575Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:24:04.8801064Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:24:04.8801529Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:24:04.8802001Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:24:04.8802485Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:24:04.8802962Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:24:04.8803469Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.001s) 2022-12-01T10:24:04.8803988Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-12-01T10:24:04.8804622Z OrderedImporter's implementation of whichmodule should try each ... ok (0.001s) 2022-12-01T10:24:04.8805185Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-12-01T10:24:04.8805717Z Exercise corner case where we try to pickle an object whose ... ok (0.002s) 2022-12-01T10:24:04.8806227Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.001s) 2022-12-01T10:24:04.8806717Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-12-01T10:24:04.8807294Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2022-12-01T10:24:04.8807830Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:24:04.8808309Z Tests for backwards compatible fx module ... ok (0.012s) 2022-12-01T10:24:04.8808810Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:24:04.8809307Z Tests for backwards compatible nn module ... ok (0.009s) 2022-12-01T10:24:04.8809811Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:24:04.8810348Z Tests for backwards compatible torchscript module ... ok (0.037s) 2022-12-01T10:24:04.8810808Z test_demangle_base (test_mangling.TestMangling) 2022-12-01T10:24:04.8811318Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.001s) 2022-12-01T10:24:04.8811837Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-12-01T10:24:04.8812390Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2022-12-01T10:24:04.8812928Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:24:04.8813390Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:24:04.8813878Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:24:04.8814351Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-12-01T10:24:04.8814836Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2022-12-01T10:24:04.8815322Z test_package_mangler (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:24:04.8815818Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:24:04.8816290Z test_unique_manglers (test_mangling.TestMangling) 2022-12-01T10:24:04.8816786Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.001s) 2022-12-01T10:24:04.8817319Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.003s) 2022-12-01T10:24:04.8817775Z test_dunder_package_present (test_misc.TestMisc) 2022-12-01T10:24:04.8818387Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.001s) 2022-12-01T10:24:04.8818952Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-12-01T10:24:04.8819599Z The attribute '__torch_package__' should be accessible from within ... ok (0.002s) 2022-12-01T10:24:04.8820161Z test_exporter_content_lists (test_misc.TestMisc) 2022-12-01T10:24:04.8820744Z Test content list API for PackageExporter's contained modules. ... ok (0.003s) 2022-12-01T10:24:04.8821202Z test_file_structure (test_misc.TestMisc) 2022-12-01T10:24:04.8821804Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.003s) 2022-12-01T10:24:04.8822276Z test_file_structure_has_file (test_misc.TestMisc) 2022-12-01T10:24:04.8822761Z Test Directory's has_file() method. ... ok (0.001s) 2022-12-01T10:24:04.8823150Z test_inspect_class (test_misc.TestMisc) 2022-12-01T10:24:04.8823573Z Should be able to retrieve source for a packaged class. ... ok (0.002s) 2022-12-01T10:24:04.8824002Z test_is_from_package (test_misc.TestMisc) 2022-12-01T10:24:04.8824432Z is_from_package should work for objects and modules ... ok (0.002s) 2022-12-01T10:24:04.8824904Z test_load_python_version_from_package (test_misc.TestMisc) 2022-12-01T10:24:04.8825362Z Tests loading a package with a python version embdded ... ok (0.003s) 2022-12-01T10:24:04.8825797Z test_python_version (test_misc.TestMisc) 2022-12-01T10:24:04.8826289Z Tests that the current python version is stored in the package and is available ... ok (0.003s) 2022-12-01T10:24:04.8826777Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-12-01T10:24:04.8827259Z The standard library performs sys.module assignment hackery which ... ok (0.003s) 2022-12-01T10:24:04.8827941Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-12-01T10:24:04.8828719Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-12-01T10:24:04.8829484Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-12-01T10:24:04.8830134Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.010s) 2022-12-01T10:24:04.8830656Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.017s) 2022-12-01T10:24:04.8831161Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.005s) 2022-12-01T10:24:04.8831653Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.005s) 2022-12-01T10:24:04.8832162Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.004s) 2022-12-01T10:24:04.8832693Z test_different_package_interface (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8833199Z Test a case where the interface defined in the package is ... ok (0.010s) 2022-12-01T10:24:04.8833726Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8834262Z Test a case where the script class defined in the package is ... ok (0.008s) 2022-12-01T10:24:04.8834768Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8835304Z Test loading of single ScriptModule shared by multiple eager ... ok (0.008s) 2022-12-01T10:24:04.8835819Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8836326Z Test tensors shared across eager and ScriptModules on load ... ok (0.009s) 2022-12-01T10:24:04.8836855Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8837390Z Test tensors shared across eager and ScriptModules on load ... ok (0.012s) 2022-12-01T10:24:04.8837936Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8838460Z Test saving inline and imported modules in same package with ... ok (0.046s) 2022-12-01T10:24:04.8839020Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8839661Z Test saving inline and imported modules in same package that ... ok (0.921s) 2022-12-01T10:24:04.8840225Z test_package_interface (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8840715Z Packaging an interface class should work correctly. ... ok (0.040s) 2022-12-01T10:24:04.8841246Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.004s) 2022-12-01T10:24:04.8841850Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.013s) 2022-12-01T10:24:04.8842448Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8842983Z Test saving of single ScriptModule shared by multiple ... ok (0.005s) 2022-12-01T10:24:04.8843518Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8844063Z Test to verify saving multiple ScriptModules with completely ... ok (0.009s) 2022-12-01T10:24:04.8844580Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8845092Z Test to verify saving multiple different modules and ... ok (0.043s) 2022-12-01T10:24:04.8845593Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8846040Z Test basic saving of ScriptModule. ... ok (0.004s) 2022-12-01T10:24:04.8846513Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8846994Z Test basic saving of ScriptModule in file. ... ok (0.004s) 2022-12-01T10:24:04.8847585Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8848108Z Test to verify when saving multiple packages with same CU ... ok (0.332s) 2022-12-01T10:24:04.8848640Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8849155Z Test basic saving of ScriptModule with submodule. ... ok (0.007s) 2022-12-01T10:24:04.8849661Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8850231Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.035s) 2022-12-01T10:24:04.8850820Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8851364Z Test to verify saving multiple ScriptModules with same top module ... ok (0.013s) 2022-12-01T10:24:04.8851882Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8852418Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.007s) 2022-12-01T10:24:04.8852979Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8853479Z Test scripting a module loaded from a package ... ok (0.011s) 2022-12-01T10:24:04.8853977Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8854513Z Test to verify saving and loading same ScriptModule object works ... ok (0.011s) 2022-12-01T10:24:04.8855019Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-12-01T10:24:04.8855545Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.005s) 2022-12-01T10:24:04.8856131Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.006s) 2022-12-01T10:24:04.8856694Z test_importer_access (test_resources.TestResources) ... ok (0.003s) 2022-12-01T10:24:04.8857179Z test_package_resource_access (test_resources.TestResources) 2022-12-01T10:24:04.8857719Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.002s) 2022-12-01T10:24:04.8858255Z test_resource_access_by_path (test_resources.TestResources) 2022-12-01T10:24:04.8858753Z Tests that packaged code can used importlib.resources.path. ... ok (0.002s) 2022-12-01T10:24:04.8859246Z test_resource_reader (test_resources.TestResources) 2022-12-01T10:24:04.8859732Z Test compliance with the get_resource_reader importlib API. ... ok (0.005s) 2022-12-01T10:24:04.8860321Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-12-01T10:24:04.8861035Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.001s) 2022-12-01T10:24:04.8861588Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.004s) 2022-12-01T10:24:04.8862068Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-12-01T10:24:04.8862553Z If an object with the same qualified name is loaded from different ... ok (0.008s) 2022-12-01T10:24:04.8863038Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-12-01T10:24:04.8863484Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-12-01T10:24:04.8863970Z Saving a module that came from another PackageImporter should work. ... ok (0.002s) 2022-12-01T10:24:04.8864520Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-12-01T10:24:04.8865236Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.002s) 2022-12-01T10:24:04.8865767Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-12-01T10:24:04.8866232Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-12-01T10:24:04.8866713Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.007s) 2022-12-01T10:24:04.8867175Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-12-01T10:24:04.8867434Z 2022-12-01T10:24:04.8867758Z ---------------------------------------------------------------------- 2022-12-01T10:24:04.8868155Z Ran 132 tests in 2.066s 2022-12-01T10:24:04.8868338Z 2022-12-01T10:24:04.8868457Z OK (skipped=5) 2022-12-01T10:24:04.8868631Z 2022-12-01T10:24:04.8868768Z Generating XML reports... 2022-12-01T10:24:04.8869500Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20221201102402.xml 2022-12-01T10:24:04.8870488Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20221201102402.xml 2022-12-01T10:24:04.8871424Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20221201102402.xml 2022-12-01T10:24:04.8872377Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20221201102402.xml 2022-12-01T10:24:04.8873302Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20221201102402.xml 2022-12-01T10:24:04.8874204Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20221201102402.xml 2022-12-01T10:24:04.8875166Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20221201102402.xml 2022-12-01T10:24:04.8876102Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20221201102402.xml 2022-12-01T10:24:04.8876942Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20221201102402.xml 2022-12-01T10:24:04.8877811Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20221201102402.xml 2022-12-01T10:24:04.8878746Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20221201102402.xml 2022-12-01T10:24:04.8879664Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20221201102402.xml 2022-12-01T10:24:04.8880575Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20221201102402.xml 2022-12-01T10:24:04.8881475Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20221201102402.xml 2022-12-01T10:24:04.8882352Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20221201102402.xml 2022-12-01T10:24:04.8883187Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20221201102402.xml 2022-12-01T10:24:04.8883561Z 2022-12-01T10:24:04.8884000Z ##[endgroup] 2022-12-01T10:24:04.8884687Z FINISHED PRINTING LOG FILE of test_package (/var/lib/jenkins/workspace/test/test-reports/test_package_h0igq9yz) 2022-12-01T10:24:04.8885075Z 2022-12-01T10:24:06.5234924Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:06.5843619Z Ignoring disabled issues: [] 2022-12-01T10:24:06.5994267Z Running backends/xeon/test_launch ... [2022-12-01 10:24:06.599142] 2022-12-01T10:24:06.5996690Z Executing ['/opt/conda/bin/python', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:06.599409] 2022-12-01T10:24:09.5666161Z 2022-12-01T10:24:09.5666654Z Expand the folded group to see the log file of backends/xeon/test_launch 2022-12-01T10:24:09.5667971Z ##[group]PRINTING LOG FILE of backends/xeon/test_launch (/var/lib/jenkins/workspace/test/test-reports/backends-xeon-test_launch_akqzilnm) 2022-12-01T10:24:09.5669002Z Test results will be stored in test-reports/python-unittest/backends.xeon.test_launch 2022-12-01T10:24:09.5669476Z 2022-12-01T10:24:09.5671900Z Running tests... 2022-12-01T10:24:09.5672842Z ---------------------------------------------------------------------- 2022-12-01T10:24:09.5674535Z test_cpu_info (__main__.TestTorchrun) ... 2022-12-01 10:24:07,831 - torch.backends.xeon.run_cpu - WARNING - Numa Aware: cores:[2, 3, 4, 5] on different NUMA nodes:[0, 1]. To avoid this behavior, please use --ncores_per_instance knob to make sure number of cores is divisible by --ncores_per_instance. Alternatively, please use --skip_cross_node_cores knob. 2022-12-01T10:24:09.5675585Z ok (0.116s) 2022-12-01T10:24:09.5676213Z test_multi_threads (__main__.TestTorchrun) ... ok (1.498s) 2022-12-01T10:24:09.5676506Z 2022-12-01T10:24:09.5676916Z ---------------------------------------------------------------------- 2022-12-01T10:24:09.5678227Z Ran 2 tests in 1.615s 2022-12-01T10:24:09.5678426Z 2022-12-01T10:24:09.5678515Z OK 2022-12-01T10:24:09.5678689Z 2022-12-01T10:24:09.5678840Z Generating XML reports... 2022-12-01T10:24:09.5679633Z Generated XML report: test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20221201102407.xml 2022-12-01T10:24:09.5680074Z 2022-12-01T10:24:09.5680614Z ##[endgroup] 2022-12-01T10:24:09.5681375Z FINISHED PRINTING LOG FILE of backends/xeon/test_launch (/var/lib/jenkins/workspace/test/test-reports/backends-xeon-test_launch_akqzilnm) 2022-12-01T10:24:09.5681812Z 2022-12-01T10:24:11.1436426Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:11.2252239Z Ignoring disabled issues: [] 2022-12-01T10:24:11.2473982Z Running test_bundled_inputs ... [2022-12-01 10:24:11.247103] 2022-12-01T10:24:11.2476544Z Executing ['/opt/conda/bin/python', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:11.247402] 2022-12-01T10:24:13.3998403Z 2022-12-01T10:24:13.3999138Z Expand the folded group to see the log file of test_bundled_inputs 2022-12-01T10:24:13.4000081Z ##[group]PRINTING LOG FILE of test_bundled_inputs (/var/lib/jenkins/workspace/test/test-reports/test_bundled_inputs_b9ydq1mj) 2022-12-01T10:24:13.4000741Z Test results will be stored in test-reports/python-unittest/test_bundled_inputs 2022-12-01T10:24:13.4000931Z 2022-12-01T10:24:13.4001007Z Running tests... 2022-12-01T10:24:13.4001304Z ---------------------------------------------------------------------- 2022-12-01T10:24:13.4001603Z test_bad_inputs (__main__.TestBundledInputs) ... ok (0.231s) 2022-12-01T10:24:13.4001881Z test_dict_args (__main__.TestBundledInputs) ... ok (0.596s) 2022-12-01T10:24:13.4002150Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.006s) 2022-12-01T10:24:13.4002449Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.007s) 2022-12-01T10:24:13.4002752Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.009s) 2022-12-01T10:24:13.4003057Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.011s) 2022-12-01T10:24:13.4003553Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.040s) 2022-12-01T10:24:13.4003951Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.005s) 2022-12-01T10:24:13.4004312Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.004s) 2022-12-01T10:24:13.4004615Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.008s) 2022-12-01T10:24:13.4004897Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.008s) 2022-12-01T10:24:13.4005185Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.027s) 2022-12-01T10:24:13.4005343Z 2022-12-01T10:24:13.4005548Z ---------------------------------------------------------------------- 2022-12-01T10:24:13.4005777Z Ran 12 tests in 0.953s 2022-12-01T10:24:13.4005888Z 2022-12-01T10:24:13.4005950Z OK 2022-12-01T10:24:13.4006041Z 2022-12-01T10:24:13.4006127Z Generating XML reports... 2022-12-01T10:24:13.4006553Z Generated XML report: test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20221201102412.xml 2022-12-01T10:24:13.4006797Z 2022-12-01T10:24:13.4007106Z ##[endgroup] 2022-12-01T10:24:13.4007505Z FINISHED PRINTING LOG FILE of test_bundled_inputs (/var/lib/jenkins/workspace/test/test-reports/test_bundled_inputs_b9ydq1mj) 2022-12-01T10:24:13.4007728Z 2022-12-01T10:24:14.8298636Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:14.8910972Z Ignoring disabled issues: [] 2022-12-01T10:24:14.9063755Z Running test_monitor ... [2022-12-01 10:24:14.906068] 2022-12-01T10:24:14.9065726Z Executing ['/opt/conda/bin/python', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:14.906334] 2022-12-01T10:24:16.4611885Z 2022-12-01T10:24:16.4612477Z Expand the folded group to see the log file of test_monitor 2022-12-01T10:24:16.4613397Z ##[group]PRINTING LOG FILE of test_monitor (/var/lib/jenkins/workspace/test/test-reports/test_monitor_40e49j52) 2022-12-01T10:24:16.4613925Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-12-01T10:24:16.4614116Z 2022-12-01T10:24:16.4614193Z Running tests... 2022-12-01T10:24:16.4614502Z ---------------------------------------------------------------------- 2022-12-01T10:24:16.4614776Z test_event_handler (__main__.TestMonitor) ... ok (0.226s) 2022-12-01T10:24:16.4615044Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.001s) 2022-12-01T10:24:16.4615305Z test_interval_stat (__main__.TestMonitor) ... ok (0.002s) 2022-12-01T10:24:16.4615544Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-12-01T10:24:16.4615817Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (0.165s) 2022-12-01T10:24:16.4615987Z 2022-12-01T10:24:16.4616185Z ---------------------------------------------------------------------- 2022-12-01T10:24:16.4616425Z Ran 5 tests in 0.395s 2022-12-01T10:24:16.4616529Z 2022-12-01T10:24:16.4616590Z OK 2022-12-01T10:24:16.4616680Z 2022-12-01T10:24:16.4616769Z Generating XML reports... 2022-12-01T10:24:16.4617175Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20221201102415.xml 2022-12-01T10:24:16.4617689Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20221201102415.xml 2022-12-01T10:24:16.4617929Z 2022-12-01T10:24:16.4618148Z ##[endgroup] 2022-12-01T10:24:16.4618520Z FINISHED PRINTING LOG FILE of test_monitor (/var/lib/jenkins/workspace/test/test-reports/test_monitor_40e49j52) 2022-12-01T10:24:16.4618726Z 2022-12-01T10:24:17.9427630Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:18.0036619Z Ignoring disabled issues: [] 2022-12-01T10:24:18.0189391Z Running test_model_dump ... [2022-12-01 10:24:18.018602] 2022-12-01T10:24:18.0191393Z Executing ['/opt/conda/bin/python', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:18.018917] 2022-12-01T10:24:20.1196130Z 2022-12-01T10:24:20.1196863Z Expand the folded group to see the log file of test_model_dump 2022-12-01T10:24:20.1198041Z ##[group]PRINTING LOG FILE of test_model_dump (/var/lib/jenkins/workspace/test/test-reports/test_model_dump_7nta2uso) 2022-12-01T10:24:20.1198822Z Test results will be stored in test-reports/python-unittest/test_model_dump 2022-12-01T10:24:20.1199112Z 2022-12-01T10:24:20.1199253Z Running tests... 2022-12-01T10:24:20.1199834Z ---------------------------------------------------------------------- 2022-12-01T10:24:20.1200124Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.273s) 2022-12-01T10:24:20.1200399Z test_invalid_json (__main__.TestModelDump) ... ok (0.033s) 2022-12-01T10:24:20.1200654Z test_main (__main__.TestModelDump) ... ok (0.023s) 2022-12-01T10:24:20.1200952Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.003s) 2022-12-01T10:24:20.1201243Z test_model_with_lists (__main__.TestModelDump) ... ok (0.006s) 2022-12-01T10:24:20.1201648Z test_optimized_quantized_model (__main__.TestModelDump) ... ok (0.316s) 2022-12-01T10:24:20.1202170Z test_quantized_model (__main__.TestModelDump) ... ok (0.175s) 2022-12-01T10:24:20.1202651Z test_scripted_model (__main__.TestModelDump) ... ok (0.011s) 2022-12-01T10:24:20.1203136Z test_traced_model (__main__.TestModelDump) ... ok (0.017s) 2022-12-01T10:24:20.1203409Z 2022-12-01T10:24:20.1203768Z ---------------------------------------------------------------------- 2022-12-01T10:24:20.1204032Z Ran 9 tests in 0.856s 2022-12-01T10:24:20.1204133Z 2022-12-01T10:24:20.1204205Z OK (skipped=1) 2022-12-01T10:24:20.1204309Z 2022-12-01T10:24:20.1204396Z Generating XML reports... 2022-12-01T10:24:20.1204811Z Generated XML report: test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20221201102419.xml 2022-12-01T10:24:20.1205036Z 2022-12-01T10:24:20.1205260Z ##[endgroup] 2022-12-01T10:24:20.1205639Z FINISHED PRINTING LOG FILE of test_model_dump (/var/lib/jenkins/workspace/test/test-reports/test_model_dump_7nta2uso) 2022-12-01T10:24:20.1205853Z 2022-12-01T10:24:21.5620218Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:21.6225560Z Ignoring disabled issues: [] 2022-12-01T10:24:21.6376481Z Running test_function_schema ... [2022-12-01 10:24:21.637403] 2022-12-01T10:24:21.6378271Z Executing ['/opt/conda/bin/python', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:21.637657] 2022-12-01T10:24:23.5752419Z 2022-12-01T10:24:23.5752947Z Expand the folded group to see the log file of test_function_schema 2022-12-01T10:24:23.5754317Z ##[group]PRINTING LOG FILE of test_function_schema (/var/lib/jenkins/workspace/test/test-reports/test_function_schema_n_jjqpyq) 2022-12-01T10:24:23.5755299Z Test results will be stored in test-reports/python-unittest/test_function_schema 2022-12-01T10:24:23.5755596Z 2022-12-01T10:24:23.5755709Z Running tests... 2022-12-01T10:24:23.5756118Z ---------------------------------------------------------------------- 2022-12-01T10:24:23.5756600Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (0.298s) 2022-12-01T10:24:23.5757229Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:24:23.5757737Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:24:23.5758260Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:24:23.5758896Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:24:23.5759437Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:24:23.5759764Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.002s) 2022-12-01T10:24:23.5760070Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:24:23.5760348Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:24:23.5760795Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.232s) 2022-12-01T10:24:23.5761186Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:24:23.5761537Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:24:23.5761887Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-12-01T10:24:23.5762062Z 2022-12-01T10:24:23.5762288Z ---------------------------------------------------------------------- 2022-12-01T10:24:23.5762530Z Ran 13 tests in 0.543s 2022-12-01T10:24:23.5762646Z 2022-12-01T10:24:23.5762708Z OK 2022-12-01T10:24:23.5762817Z 2022-12-01T10:24:23.5762889Z Generating XML reports... 2022-12-01T10:24:23.5763337Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20221201102422.xml 2022-12-01T10:24:23.5763582Z 2022-12-01T10:24:23.5763850Z ##[endgroup] 2022-12-01T10:24:23.5764244Z FINISHED PRINTING LOG FILE of test_function_schema (/var/lib/jenkins/workspace/test/test-reports/test_function_schema_n_jjqpyq) 2022-12-01T10:24:23.5764470Z 2022-12-01T10:24:25.0530291Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:25.1138586Z Ignoring disabled issues: [] 2022-12-01T10:24:25.1290839Z Running nn/test_packed_sequence ... [2022-12-01 10:24:25.128865] 2022-12-01T10:24:25.1293295Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:25.129130] 2022-12-01T10:24:26.7258357Z 2022-12-01T10:24:26.7258920Z Expand the folded group to see the log file of nn/test_packed_sequence 2022-12-01T10:24:26.7260181Z ##[group]PRINTING LOG FILE of nn/test_packed_sequence (/var/lib/jenkins/workspace/test/test-reports/nn-test_packed_sequence_p75vev95) 2022-12-01T10:24:26.7261068Z Test results will be stored in test-reports/python-unittest/nn.test_packed_sequence 2022-12-01T10:24:26.7261387Z 2022-12-01T10:24:26.7261528Z Running tests... 2022-12-01T10:24:26.7262016Z ---------------------------------------------------------------------- 2022-12-01T10:24:26.7262501Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (0.265s) 2022-12-01T10:24:26.7263011Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.096s) 2022-12-01T10:24:26.7263477Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.016s) 2022-12-01T10:24:26.7263978Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.001s) 2022-12-01T10:24:26.7264530Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.002s) 2022-12-01T10:24:26.7265063Z test_to (__main__.PackedSequenceTest) ... ok (0.003s) 2022-12-01T10:24:26.7265531Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.002s) 2022-12-01T10:24:26.7265974Z test_total_length (__main__.PackedSequenceTest) ... ok (0.005s) 2022-12-01T10:24:26.7266436Z test_type_casts (__main__.PackedSequenceTest) 2022-12-01T10:24:26.7266947Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.029s) 2022-12-01T10:24:26.7267463Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.013s) 2022-12-01T10:24:26.7267955Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.013s) 2022-12-01T10:24:26.7268422Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.005s) 2022-12-01T10:24:26.7268663Z 2022-12-01T10:24:26.7269052Z ---------------------------------------------------------------------- 2022-12-01T10:24:26.7269424Z Ran 12 tests in 0.450s 2022-12-01T10:24:26.7269639Z 2022-12-01T10:24:26.7269742Z OK 2022-12-01T10:24:26.7269897Z 2022-12-01T10:24:26.7270044Z Generating XML reports... 2022-12-01T10:24:26.7270744Z Generated XML report: test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20221201102426.xml 2022-12-01T10:24:26.7271150Z 2022-12-01T10:24:26.7271568Z ##[endgroup] 2022-12-01T10:24:26.7272469Z FINISHED PRINTING LOG FILE of nn/test_packed_sequence (/var/lib/jenkins/workspace/test/test-reports/nn-test_packed_sequence_p75vev95) 2022-12-01T10:24:26.7272957Z 2022-12-01T10:24:28.4353694Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:28.4961635Z Ignoring disabled issues: [] 2022-12-01T10:24:28.5113965Z Running test_itt ... [2022-12-01 10:24:28.511116] 2022-12-01T10:24:28.5116005Z Executing ['/opt/conda/bin/python', '-bb', 'test_itt.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:28.511387] 2022-12-01T10:24:30.0796723Z 2022-12-01T10:24:30.0797246Z Expand the folded group to see the log file of test_itt 2022-12-01T10:24:30.0798210Z ##[group]PRINTING LOG FILE of test_itt (/var/lib/jenkins/workspace/test/test-reports/test_itt__zi_poh9) 2022-12-01T10:24:30.0799008Z Test results will be stored in test-reports/python-unittest/test_itt 2022-12-01T10:24:30.0799305Z 2022-12-01T10:24:30.0799410Z Running tests... 2022-12-01T10:24:30.0799925Z ---------------------------------------------------------------------- 2022-12-01T10:24:30.0800373Z test_itt (__main__.TestItt) ... ok (0.301s) 2022-12-01T10:24:30.0800588Z 2022-12-01T10:24:30.0800897Z ---------------------------------------------------------------------- 2022-12-01T10:24:30.0801285Z Ran 1 test in 0.301s 2022-12-01T10:24:30.0801465Z 2022-12-01T10:24:30.0801566Z OK 2022-12-01T10:24:30.0801714Z 2022-12-01T10:24:30.0801854Z Generating XML reports... 2022-12-01T10:24:30.0802467Z Generated XML report: test-reports/python-unittest/test_itt/TEST-TestItt-20221201102429.xml 2022-12-01T10:24:30.0802805Z 2022-12-01T10:24:30.0803139Z ##[endgroup] 2022-12-01T10:24:30.0803732Z FINISHED PRINTING LOG FILE of test_itt (/var/lib/jenkins/workspace/test/test-reports/test_itt__zi_poh9) 2022-12-01T10:24:30.0804053Z 2022-12-01T10:24:31.6979559Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:31.7595957Z Ignoring disabled issues: [] 2022-12-01T10:24:31.7748688Z Running test_license ... [2022-12-01 10:24:31.774533] 2022-12-01T10:24:31.7750661Z Executing ['/opt/conda/bin/python', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:31.774829] 2022-12-01T10:24:33.1345200Z 2022-12-01T10:24:33.1345736Z Expand the folded group to see the log file of test_license 2022-12-01T10:24:33.1346612Z ##[group]PRINTING LOG FILE of test_license (/var/lib/jenkins/workspace/test/test-reports/test_license_ak6wfo0_) 2022-12-01T10:24:33.1347516Z Test results will be stored in test-reports/python-unittest/test_license 2022-12-01T10:24:33.1347732Z 2022-12-01T10:24:33.1347808Z Running tests... 2022-12-01T10:24:33.1348119Z ---------------------------------------------------------------------- 2022-12-01T10:24:33.1348385Z test_distinfo_license (__main__.TestLicense) 2022-12-01T10:24:33.1348668Z If run when pytorch is installed via a wheel, the license will be in ... ok (0.224s) 2022-12-01T10:24:33.1349020Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.000s) 2022-12-01T10:24:33.1349207Z 2022-12-01T10:24:33.1349409Z ---------------------------------------------------------------------- 2022-12-01T10:24:33.1349633Z Ran 2 tests in 0.224s 2022-12-01T10:24:33.1349746Z 2022-12-01T10:24:33.1349817Z OK (skipped=1) 2022-12-01T10:24:33.1349921Z 2022-12-01T10:24:33.1350009Z Generating XML reports... 2022-12-01T10:24:33.1350396Z Generated XML report: test-reports/python-unittest/test_license/TEST-TestLicense-20221201102432.xml 2022-12-01T10:24:33.1350612Z 2022-12-01T10:24:33.1350830Z ##[endgroup] 2022-12-01T10:24:33.1351203Z FINISHED PRINTING LOG FILE of test_license (/var/lib/jenkins/workspace/test/test-reports/test_license_ak6wfo0_) 2022-12-01T10:24:33.1351408Z 2022-12-01T10:24:35.0536165Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:35.1145095Z Ignoring disabled issues: [] 2022-12-01T10:24:35.1298322Z Running test_numba_integration ... [2022-12-01 10:24:35.129562] 2022-12-01T10:24:35.1301008Z Executing ['/opt/conda/bin/python', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:35.129827] 2022-12-01T10:24:36.7382897Z 2022-12-01T10:24:36.7383417Z Expand the folded group to see the log file of test_numba_integration 2022-12-01T10:24:36.7384406Z ##[group]PRINTING LOG FILE of test_numba_integration (/var/lib/jenkins/workspace/test/test-reports/test_numba_integration_cs2axa1p) 2022-12-01T10:24:36.7385308Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-12-01T10:24:36.7385637Z 2022-12-01T10:24:36.7385760Z Running tests... 2022-12-01T10:24:36.7386237Z ---------------------------------------------------------------------- 2022-12-01T10:24:36.7386693Z test_active_device (__main__.TestNumbaIntegration) 2022-12-01T10:24:36.7387339Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.001s) 2022-12-01T10:24:36.7387821Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-12-01T10:24:36.7388349Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.002s) 2022-12-01T10:24:36.7388884Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-12-01T10:24:36.7389414Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.001s) 2022-12-01T10:24:36.7389918Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-12-01T10:24:36.7390407Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.002s) 2022-12-01T10:24:36.7390902Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-12-01T10:24:36.7391638Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.002s) 2022-12-01T10:24:36.7392324Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-12-01T10:24:36.7393008Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-12-01T10:24:36.7393693Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-12-01T10:24:36.7394300Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.001s) 2022-12-01T10:24:36.7394868Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-12-01T10:24:36.7395626Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-12-01T10:24:36.7396103Z 2022-12-01T10:24:36.7396473Z ---------------------------------------------------------------------- 2022-12-01T10:24:36.7396846Z Ran 8 tests in 0.010s 2022-12-01T10:24:36.7397032Z 2022-12-01T10:24:36.7397152Z OK (skipped=8) 2022-12-01T10:24:36.7397326Z 2022-12-01T10:24:36.7397474Z Generating XML reports... 2022-12-01T10:24:36.7398228Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20221201102436.xml 2022-12-01T10:24:36.7398630Z 2022-12-01T10:24:36.7399051Z ##[endgroup] 2022-12-01T10:24:36.7399745Z FINISHED PRINTING LOG FILE of test_numba_integration (/var/lib/jenkins/workspace/test/test-reports/test_numba_integration_cs2axa1p) 2022-12-01T10:24:36.7400166Z 2022-12-01T10:24:38.1867197Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:38.2483278Z Ignoring disabled issues: [] 2022-12-01T10:24:38.2637153Z Running test_complex ... [2022-12-01 10:24:38.263427] 2022-12-01T10:24:38.2639195Z Executing ['/opt/conda/bin/python', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:38.263692] 2022-12-01T10:24:39.6131228Z 2022-12-01T10:24:39.6131754Z Expand the folded group to see the log file of test_complex 2022-12-01T10:24:39.6133007Z ##[group]PRINTING LOG FILE of test_complex (/var/lib/jenkins/workspace/test/test-reports/test_complex_dresbfre) 2022-12-01T10:24:39.6134042Z Test results will be stored in test-reports/python-unittest/test_complex 2022-12-01T10:24:39.6134316Z 2022-12-01T10:24:39.6134428Z Running tests... 2022-12-01T10:24:39.6134985Z ---------------------------------------------------------------------- 2022-12-01T10:24:39.6135475Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... ok (0.002s) 2022-12-01T10:24:39.6135807Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-12-01T10:24:39.6136126Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-12-01T10:24:39.6136421Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-12-01T10:24:39.6136592Z 2022-12-01T10:24:39.6136789Z ---------------------------------------------------------------------- 2022-12-01T10:24:39.6137028Z Ran 4 tests in 0.005s 2022-12-01T10:24:39.6137142Z 2022-12-01T10:24:39.6137202Z OK 2022-12-01T10:24:39.6137280Z 2022-12-01T10:24:39.6137374Z Generating XML reports... 2022-12-01T10:24:39.6137807Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20221201102439.xml 2022-12-01T10:24:39.6138051Z 2022-12-01T10:24:39.6138278Z ##[endgroup] 2022-12-01T10:24:39.6138640Z FINISHED PRINTING LOG FILE of test_complex (/var/lib/jenkins/workspace/test/test-reports/test_complex_dresbfre) 2022-12-01T10:24:39.6138852Z 2022-12-01T10:24:41.0047829Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:41.0657297Z Ignoring disabled issues: [] 2022-12-01T10:24:41.0813530Z Running test_vulkan ... [2022-12-01 10:24:41.081115] 2022-12-01T10:24:41.0816728Z Executing ['/opt/conda/bin/python', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:41.081417] 2022-12-01T10:24:42.1861947Z 2022-12-01T10:24:42.1862454Z Expand the folded group to see the log file of test_vulkan 2022-12-01T10:24:42.1863759Z ##[group]PRINTING LOG FILE of test_vulkan (/var/lib/jenkins/workspace/test/test-reports/test_vulkan_6cak_pv8) 2022-12-01T10:24:42.1864195Z 2022-12-01T10:24:42.1864475Z Running tests... 2022-12-01T10:24:42.1865226Z ---------------------------------------------------------------------- 2022-12-01T10:24:42.1866155Z test_conv (__main__.TestVulkanRewritePass) ... Test results will be stored in test-reports/python-unittest/test_vulkan 2022-12-01T10:24:42.1866800Z skip: Vulkan backend must be available for these tests. (0.003s) 2022-12-01T10:24:42.1867101Z 2022-12-01T10:24:42.1867488Z ---------------------------------------------------------------------- 2022-12-01T10:24:42.1868057Z Ran 1 test in 0.003s 2022-12-01T10:24:42.1868295Z 2022-12-01T10:24:42.1868401Z OK (skipped=1) 2022-12-01T10:24:42.1868631Z 2022-12-01T10:24:42.1868814Z Generating XML reports... 2022-12-01T10:24:42.1890265Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20221201102441.xml 2022-12-01T10:24:42.1890816Z 2022-12-01T10:24:42.1891270Z ##[endgroup] 2022-12-01T10:24:42.1891945Z FINISHED PRINTING LOG FILE of test_vulkan (/var/lib/jenkins/workspace/test/test-reports/test_vulkan_6cak_pv8) 2022-12-01T10:24:42.1892333Z 2022-12-01T10:24:43.6431246Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:43.7037793Z Ignoring disabled issues: [] 2022-12-01T10:24:48.7188136Z 2022-12-01T10:24:48.7188581Z Expand the folded group to see the log file of test_schema_check 2022-12-01T10:24:48.7189281Z ##[group]PRINTING LOG FILE of test_schema_check (/var/lib/jenkins/workspace/test/test-reports/test_schema_check_6mgb0evx) 2022-12-01T10:24:48.7195278Z Test results will be stored in test-reports/python-unittest/test_schema_check 2022-12-01T10:24:48.7195766Z 2022-12-01T10:24:48.7195891Z Running tests... 2022-12-01T10:24:48.7196298Z ---------------------------------------------------------------------- 2022-12-01T10:24:48.7196765Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.024s) 2022-12-01T10:24:48.7197470Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:24:48.7198002Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:24:48.7198463Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:24:48.7198840Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:24:48.7199184Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.006s) 2022-12-01T10:24:48.7206869Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:24:48.7207421Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:24:48.7207816Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:24:48.7208096Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:24:48.7208491Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.012s) 2022-12-01T10:24:48.7208884Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:24:48.7209302Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:24:48.7209731Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:24:48.7210215Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.007s) 2022-12-01T10:24:48.7210727Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.007s) 2022-12-01T10:24:48.7211208Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:24:48.7211638Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:24:48.7212138Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.016s) 2022-12-01T10:24:48.7212650Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.021s) 2022-12-01T10:24:48.7213130Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:24:48.7213639Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:24:48.7214854Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... test_schema_check.py:276: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:24:48.7215929Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-12-01T10:24:48.7216180Z ok (0.003s) 2022-12-01T10:24:48.7216549Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:24:48.7217689Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... test_schema_check.py:179: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:24:48.7218692Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-12-01T10:24:48.7219005Z ok (0.004s) 2022-12-01T10:24:48.7219513Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:24:48.7220210Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:24:48.7220804Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:24:48.7221387Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:24:48.7221900Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:24:48.7222400Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.008s) 2022-12-01T10:24:48.7222812Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.007s) 2022-12-01T10:24:48.7223309Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:24:48.7223871Z test_schema_correctness_H_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7224346Z test_schema_correctness_H_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7224873Z test_schema_correctness_H_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7225416Z test_schema_correctness_H_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7225975Z test_schema_correctness_H_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7226481Z test_schema_correctness_H_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7227034Z test_schema_correctness_H_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7227587Z test_schema_correctness_H_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7228172Z test_schema_correctness_H_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7228726Z test_schema_correctness_H_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7229296Z test_schema_correctness_H_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7229872Z test_schema_correctness_H_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7230407Z test_schema_correctness_H_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7230977Z test_schema_correctness_T_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.7231504Z test_schema_correctness_T_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.7232056Z test_schema_correctness_T_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.7232603Z test_schema_correctness_T_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7233127Z test_schema_correctness_T_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7233617Z test_schema_correctness_T_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.7234115Z test_schema_correctness_T_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.7234534Z test_schema_correctness_T_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.7234961Z test_schema_correctness_T_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.7235430Z test_schema_correctness_T_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.7235854Z test_schema_correctness_T_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7236362Z test_schema_correctness_T_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7236917Z test_schema_correctness_T_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7237471Z test_schema_correctness___getitem___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.7237983Z test_schema_correctness___getitem___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7238454Z test_schema_correctness___getitem___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.7238990Z test_schema_correctness___getitem___cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7239534Z test_schema_correctness___getitem___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.7239972Z test_schema_correctness___getitem___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7240712Z test_schema_correctness___getitem___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.7241203Z test_schema_correctness___getitem___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.7241730Z test_schema_correctness___getitem___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7242263Z test_schema_correctness___getitem___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7242784Z test_schema_correctness___getitem___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7243301Z test_schema_correctness___getitem___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7243799Z test_schema_correctness___getitem___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7244326Z test_schema_correctness___radd___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7244805Z test_schema_correctness___radd___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7245314Z test_schema_correctness___radd___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7245845Z test_schema_correctness___radd___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7246310Z test_schema_correctness___radd___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7246812Z test_schema_correctness___radd___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7247418Z test_schema_correctness___radd___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7247894Z test_schema_correctness___radd___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7248402Z test_schema_correctness___radd___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7248917Z test_schema_correctness___radd___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7249400Z test_schema_correctness___radd___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7249939Z test_schema_correctness___radd___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7250444Z test_schema_correctness___rand___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7250947Z test_schema_correctness___rand___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7251427Z test_schema_correctness___rand___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7252016Z test_schema_correctness___rand___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7252505Z test_schema_correctness___rand___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7253068Z test_schema_correctness___rand___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7253745Z test_schema_correctness___rdiv___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7254304Z test_schema_correctness___rdiv___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7254755Z test_schema_correctness___rdiv___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7255309Z test_schema_correctness___rdiv___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7255790Z test_schema_correctness___rdiv___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7256286Z test_schema_correctness___rdiv___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7256814Z test_schema_correctness___rdiv___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7257363Z test_schema_correctness___rdiv___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7257843Z test_schema_correctness___rdiv___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7258312Z test_schema_correctness___rdiv___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7258824Z test_schema_correctness___rdiv___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7259346Z test_schema_correctness___rdiv___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7259824Z test_schema_correctness___rmatmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:24:48.7298418Z test_schema_correctness___rmatmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:24:48.7299090Z test_schema_correctness___rmatmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:24:48.7299741Z test_schema_correctness___rmatmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:24:48.7300520Z test_schema_correctness___rmatmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-12-01T10:24:48.7301110Z test_schema_correctness___rmatmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:24:48.7301786Z test_schema_correctness___rmatmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:24:48.7302479Z test_schema_correctness___rmatmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:24:48.7303154Z test_schema_correctness___rmatmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:24:48.7303809Z test_schema_correctness___rmatmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:24:48.7304468Z test_schema_correctness___rmod___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7305115Z test_schema_correctness___rmod___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7305777Z test_schema_correctness___rmod___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7306404Z test_schema_correctness___rmod___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7307077Z test_schema_correctness___rmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7307744Z test_schema_correctness___rmul___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7308300Z test_schema_correctness___rmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7308852Z test_schema_correctness___rmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7309688Z test_schema_correctness___rmul___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7310457Z test_schema_correctness___rmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7311139Z test_schema_correctness___rmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7311640Z test_schema_correctness___rmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7312262Z test_schema_correctness___rmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7312824Z test_schema_correctness___rmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7313191Z test_schema_correctness___rmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7313557Z test_schema_correctness___rmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7313929Z test_schema_correctness___ror___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7314285Z test_schema_correctness___ror___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7314651Z test_schema_correctness___ror___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7315014Z test_schema_correctness___ror___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7315373Z test_schema_correctness___ror___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7315724Z test_schema_correctness___ror___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7316663Z test_schema_correctness___rpow___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:24:48.7317252Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:24:48.7317481Z ok (0.076s) 2022-12-01T10:24:48.7317752Z test_schema_correctness___rpow___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:24:48.7318139Z test_schema_correctness___rpow___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:24:48.7318518Z test_schema_correctness___rpow___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:24:48.7318892Z test_schema_correctness___rpow___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:24:48.7319249Z test_schema_correctness___rpow___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:24:48.7319618Z test_schema_correctness___rpow___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:24:48.7319993Z test_schema_correctness___rpow___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:24:48.7320351Z test_schema_correctness___rpow___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:24:48.7320717Z test_schema_correctness___rpow___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:24:48.7321085Z test_schema_correctness___rpow___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:24:48.7321460Z test_schema_correctness___rsub___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7321823Z test_schema_correctness___rsub___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7322197Z test_schema_correctness___rsub___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7322638Z test_schema_correctness___rsub___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7323013Z test_schema_correctness___rsub___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7323405Z test_schema_correctness___rsub___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7323775Z test_schema_correctness___rsub___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7324167Z test_schema_correctness___rsub___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7324794Z test_schema_correctness___rsub___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7325364Z test_schema_correctness___rsub___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7325958Z test_schema_correctness___rsub___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7326598Z test_schema_correctness___rxor___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7327335Z test_schema_correctness___rxor___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7328011Z test_schema_correctness___rxor___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7328688Z test_schema_correctness___rxor___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7329353Z test_schema_correctness___rxor___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7330019Z test_schema_correctness___rxor___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7330443Z test_schema_correctness_abs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7330818Z test_schema_correctness_abs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7331191Z test_schema_correctness_abs_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7331552Z test_schema_correctness_abs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7331921Z test_schema_correctness_abs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7332283Z test_schema_correctness_abs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7332632Z test_schema_correctness_abs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7332994Z test_schema_correctness_abs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7333353Z test_schema_correctness_abs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7333708Z test_schema_correctness_abs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7334060Z test_schema_correctness_abs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7334421Z test_schema_correctness_abs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7334785Z test_schema_correctness_acos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7335147Z test_schema_correctness_acos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7335501Z test_schema_correctness_acos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7335874Z test_schema_correctness_acos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7336246Z test_schema_correctness_acos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7336599Z test_schema_correctness_acos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7337014Z test_schema_correctness_acos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7337429Z test_schema_correctness_acos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7337787Z test_schema_correctness_acos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7338136Z test_schema_correctness_acos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7338496Z test_schema_correctness_acos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7338864Z test_schema_correctness_acosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7339235Z test_schema_correctness_acosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7339592Z test_schema_correctness_acosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7340109Z test_schema_correctness_acosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7340715Z test_schema_correctness_acosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7341164Z test_schema_correctness_acosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7341529Z test_schema_correctness_acosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7341893Z test_schema_correctness_acosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7342252Z test_schema_correctness_acosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7342606Z test_schema_correctness_acosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7342966Z test_schema_correctness_acosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7343336Z test_schema_correctness_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7343706Z test_schema_correctness_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7344066Z test_schema_correctness_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7344441Z test_schema_correctness_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7344816Z test_schema_correctness_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7345172Z test_schema_correctness_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7345539Z test_schema_correctness_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7345899Z test_schema_correctness_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7346264Z test_schema_correctness_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7346612Z test_schema_correctness_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7346969Z test_schema_correctness_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7347333Z test_schema_correctness_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7347689Z test_schema_correctness_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7348044Z test_schema_correctness_addbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7348423Z test_schema_correctness_addbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7348804Z test_schema_correctness_addbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7349255Z test_schema_correctness_addbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7349629Z test_schema_correctness_addbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7350043Z test_schema_correctness_addbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7350412Z test_schema_correctness_addbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7350764Z test_schema_correctness_addbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7351129Z test_schema_correctness_addbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7351496Z test_schema_correctness_addbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7351871Z test_schema_correctness_addcdiv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7352241Z test_schema_correctness_addcdiv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7352627Z test_schema_correctness_addcdiv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7353006Z test_schema_correctness_addcdiv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7353365Z test_schema_correctness_addcdiv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7353739Z test_schema_correctness_addcmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7354120Z test_schema_correctness_addcmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7354502Z test_schema_correctness_addcmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7354865Z test_schema_correctness_addcmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7355240Z test_schema_correctness_addcmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7355612Z test_schema_correctness_addcmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7355980Z test_schema_correctness_addcmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7356337Z test_schema_correctness_addcmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7356711Z test_schema_correctness_addcmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7357080Z test_schema_correctness_addcmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7357439Z test_schema_correctness_addmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7357834Z test_schema_correctness_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.7358245Z test_schema_correctness_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.7358635Z test_schema_correctness_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7358990Z test_schema_correctness_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7359356Z test_schema_correctness_addmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7359719Z test_schema_correctness_addmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7360081Z test_schema_correctness_addmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7360431Z test_schema_correctness_addmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7360790Z test_schema_correctness_addmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7361204Z test_schema_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7361638Z test_schema_correctness_addmm_decomposed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.7362068Z test_schema_correctness_addmm_decomposed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.7362483Z test_schema_correctness_addmm_decomposed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7362876Z test_schema_correctness_addmm_decomposed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7363257Z test_schema_correctness_addmm_decomposed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7363649Z test_schema_correctness_addmm_decomposed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7364041Z test_schema_correctness_addmm_decomposed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7364432Z test_schema_correctness_addmm_decomposed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7364808Z test_schema_correctness_addmm_decomposed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7365189Z test_schema_correctness_addmv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7365566Z test_schema_correctness_addmv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7365942Z test_schema_correctness_addmv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7366303Z test_schema_correctness_addmv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7366672Z test_schema_correctness_addmv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7367135Z test_schema_correctness_addmv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7367489Z test_schema_correctness_addmv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7367851Z test_schema_correctness_addmv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7368216Z test_schema_correctness_addmv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7368579Z test_schema_correctness_addmv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7368935Z test_schema_correctness_addr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7369300Z test_schema_correctness_addr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7369671Z test_schema_correctness_addr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7370049Z test_schema_correctness_addr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7370412Z test_schema_correctness_addr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7370780Z test_schema_correctness_addr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7371149Z test_schema_correctness_addr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7371499Z test_schema_correctness_addr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7371858Z test_schema_correctness_addr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7372218Z test_schema_correctness_addr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7372579Z test_schema_correctness_addr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7372961Z test_schema_correctness_addr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7373354Z test_schema_correctness_all_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7373716Z test_schema_correctness_all_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7374606Z test_schema_correctness_all_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:24:48.7375119Z return self.op(*args, **kwargs) 2022-12-01T10:24:48.7375308Z ok (0.006s) 2022-12-01T10:24:48.7375586Z test_schema_correctness_all_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7375964Z test_schema_correctness_all_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7376319Z test_schema_correctness_all_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7376681Z test_schema_correctness_all_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7377041Z test_schema_correctness_all_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7377385Z test_schema_correctness_all_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7377741Z test_schema_correctness_all_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7378099Z test_schema_correctness_all_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7378458Z test_schema_correctness_all_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7378819Z test_schema_correctness_allclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7379205Z test_schema_correctness_allclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7379595Z test_schema_correctness_allclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7380194Z test_schema_correctness_allclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7380763Z test_schema_correctness_allclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7381440Z test_schema_correctness_allclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7381929Z test_schema_correctness_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:24:48.7382285Z test_schema_correctness_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7382659Z test_schema_correctness_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7383029Z test_schema_correctness_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:24:48.7383398Z test_schema_correctness_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7383748Z test_schema_correctness_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:24:48.7384109Z test_schema_correctness_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7384469Z test_schema_correctness_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7384833Z test_schema_correctness_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7385183Z test_schema_correctness_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7385636Z test_schema_correctness_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:24:48.7386047Z test_schema_correctness_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7386399Z test_schema_correctness_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:24:48.7386767Z test_schema_correctness_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:24:48.7387134Z test_schema_correctness_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7387499Z test_schema_correctness_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:24:48.7387843Z test_schema_correctness_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:24:48.7388197Z test_schema_correctness_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:24:48.7388562Z test_schema_correctness_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7388923Z test_schema_correctness_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7390193Z test_schema_correctness_aminmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:24:48.7390958Z return self.op(*args, **kwargs) 2022-12-01T10:24:48.7391148Z ok (0.004s) 2022-12-01T10:24:48.7391429Z test_schema_correctness_aminmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7391794Z test_schema_correctness_aminmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7392164Z test_schema_correctness_aminmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7392539Z test_schema_correctness_aminmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7392913Z test_schema_correctness_aminmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7393269Z test_schema_correctness_aminmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7393640Z test_schema_correctness_aminmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7394013Z test_schema_correctness_angle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7394392Z test_schema_correctness_angle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7394754Z test_schema_correctness_angle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7395129Z test_schema_correctness_angle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7395502Z test_schema_correctness_angle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7395861Z test_schema_correctness_angle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7396226Z test_schema_correctness_angle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7396595Z test_schema_correctness_angle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7396958Z test_schema_correctness_angle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7397338Z test_schema_correctness_angle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7397758Z test_schema_correctness_angle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7398122Z test_schema_correctness_angle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7398489Z test_schema_correctness_any_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7398841Z test_schema_correctness_any_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7399213Z test_schema_correctness_any_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7399589Z test_schema_correctness_any_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7399941Z test_schema_correctness_any_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7400302Z test_schema_correctness_any_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7400662Z test_schema_correctness_any_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7401023Z test_schema_correctness_any_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7401365Z test_schema_correctness_any_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7401716Z test_schema_correctness_any_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7402075Z test_schema_correctness_any_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7402431Z test_schema_correctness_any_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7402787Z test_schema_correctness_arange_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:24:48.7403167Z test_schema_correctness_arange_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:24:48.7403542Z test_schema_correctness_arange_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:24:48.7403904Z test_schema_correctness_arange_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:24:48.7404274Z test_schema_correctness_arange_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:24:48.7404643Z test_schema_correctness_arange_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:24:48.7405006Z test_schema_correctness_arange_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:24:48.7405357Z test_schema_correctness_arange_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:24:48.7405723Z test_schema_correctness_arange_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:24:48.7406093Z test_schema_correctness_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7406468Z test_schema_correctness_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7406831Z test_schema_correctness_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7407292Z test_schema_correctness_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7407666Z test_schema_correctness_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7408022Z test_schema_correctness_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7408389Z test_schema_correctness_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7408753Z test_schema_correctness_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7409155Z test_schema_correctness_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7409543Z test_schema_correctness_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7409917Z test_schema_correctness_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7410288Z test_schema_correctness_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7410657Z test_schema_correctness_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7411009Z test_schema_correctness_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7411377Z test_schema_correctness_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7411743Z test_schema_correctness_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7412094Z test_schema_correctness_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7412464Z test_schema_correctness_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7412836Z test_schema_correctness_argsort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7413209Z test_schema_correctness_argsort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7413570Z test_schema_correctness_argsort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7413941Z test_schema_correctness_argsort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7414309Z test_schema_correctness_argsort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7414677Z test_schema_correctness_argsort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7415035Z test_schema_correctness_argsort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7415405Z test_schema_correctness_argsort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7415772Z test_schema_correctness_argsort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7416128Z test_schema_correctness_argsort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7416504Z test_schema_correctness_argwhere_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7416881Z test_schema_correctness_argwhere_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7417258Z test_schema_correctness_argwhere_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7417628Z test_schema_correctness_argwhere_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7418010Z test_schema_correctness_argwhere_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7418395Z test_schema_correctness_argwhere_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7418769Z test_schema_correctness_argwhere_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7419130Z test_schema_correctness_argwhere_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7419505Z test_schema_correctness_argwhere_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7419879Z test_schema_correctness_argwhere_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7420387Z test_schema_correctness_argwhere_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7420759Z test_schema_correctness_argwhere_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7421206Z test_schema_correctness_as_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7421635Z test_schema_correctness_as_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7422008Z test_schema_correctness_as_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7422396Z test_schema_correctness_as_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7422785Z test_schema_correctness_as_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7423167Z test_schema_correctness_as_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7423533Z test_schema_correctness_as_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7423912Z test_schema_correctness_as_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7424291Z test_schema_correctness_as_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7424670Z test_schema_correctness_as_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7425030Z test_schema_correctness_as_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7425409Z test_schema_correctness_as_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7425783Z test_schema_correctness_as_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7426155Z test_schema_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7426551Z test_schema_correctness_as_strided_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7426956Z test_schema_correctness_as_strided_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7427362Z test_schema_correctness_as_strided_scatter_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7427754Z test_schema_correctness_as_strided_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7428154Z test_schema_correctness_as_strided_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7428548Z test_schema_correctness_as_strided_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7428947Z test_schema_correctness_as_strided_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7429327Z test_schema_correctness_as_strided_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7429717Z test_schema_correctness_as_strided_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7430109Z test_schema_correctness_as_strided_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7430503Z test_schema_correctness_as_strided_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7430881Z test_schema_correctness_as_strided_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7431259Z test_schema_correctness_asin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7431628Z test_schema_correctness_asin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7431984Z test_schema_correctness_asin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7432357Z test_schema_correctness_asin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7432759Z test_schema_correctness_asin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7433155Z test_schema_correctness_asin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7433507Z test_schema_correctness_asin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7433866Z test_schema_correctness_asin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7434224Z test_schema_correctness_asin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7434586Z test_schema_correctness_asin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7434932Z test_schema_correctness_asin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7435298Z test_schema_correctness_asinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7435664Z test_schema_correctness_asinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7436025Z test_schema_correctness_asinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7436404Z test_schema_correctness_asinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7436775Z test_schema_correctness_asinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7437148Z test_schema_correctness_asinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7437500Z test_schema_correctness_asinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7437860Z test_schema_correctness_asinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7438218Z test_schema_correctness_asinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7438583Z test_schema_correctness_asinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7438933Z test_schema_correctness_asinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7439302Z test_schema_correctness_atan2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7439669Z test_schema_correctness_atan2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7440020Z test_schema_correctness_atan2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7440387Z test_schema_correctness_atan2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7440750Z test_schema_correctness_atan2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7441113Z test_schema_correctness_atan2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7441461Z test_schema_correctness_atan2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7441823Z test_schema_correctness_atan2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7442180Z test_schema_correctness_atan2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7442548Z test_schema_correctness_atan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7442900Z test_schema_correctness_atan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7443269Z test_schema_correctness_atan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7443643Z test_schema_correctness_atan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7443999Z test_schema_correctness_atan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7444391Z test_schema_correctness_atan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7444789Z test_schema_correctness_atan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7445146Z test_schema_correctness_atan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7445489Z test_schema_correctness_atan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7445846Z test_schema_correctness_atan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7446205Z test_schema_correctness_atan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7446576Z test_schema_correctness_atanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7447007Z test_schema_correctness_atanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7447381Z test_schema_correctness_atanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7447760Z test_schema_correctness_atanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7448118Z test_schema_correctness_atanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7448486Z test_schema_correctness_atanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7448854Z test_schema_correctness_atanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7449216Z test_schema_correctness_atanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7449564Z test_schema_correctness_atanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7449927Z test_schema_correctness_atanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7450291Z test_schema_correctness_atanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7450667Z test_schema_correctness_atleast_1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7451034Z test_schema_correctness_atleast_1d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7451418Z test_schema_correctness_atleast_1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7451806Z test_schema_correctness_atleast_1d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7452179Z test_schema_correctness_atleast_1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7452558Z test_schema_correctness_atleast_1d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7452939Z test_schema_correctness_atleast_1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7453319Z test_schema_correctness_atleast_1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7453685Z test_schema_correctness_atleast_1d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7454063Z test_schema_correctness_atleast_1d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7454435Z test_schema_correctness_atleast_1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7454808Z test_schema_correctness_atleast_1d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7455167Z test_schema_correctness_atleast_1d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7455545Z test_schema_correctness_atleast_2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7455956Z test_schema_correctness_atleast_2d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7456364Z test_schema_correctness_atleast_2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7456737Z test_schema_correctness_atleast_2d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7457124Z test_schema_correctness_atleast_2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7457504Z test_schema_correctness_atleast_2d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7457871Z test_schema_correctness_atleast_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7458250Z test_schema_correctness_atleast_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7458627Z test_schema_correctness_atleast_2d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7459005Z test_schema_correctness_atleast_2d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7459366Z test_schema_correctness_atleast_2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7459737Z test_schema_correctness_atleast_2d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7460311Z test_schema_correctness_atleast_2d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7460690Z test_schema_correctness_atleast_3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7461053Z test_schema_correctness_atleast_3d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7461435Z test_schema_correctness_atleast_3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7461822Z test_schema_correctness_atleast_3d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7462197Z test_schema_correctness_atleast_3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7462577Z test_schema_correctness_atleast_3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7462955Z test_schema_correctness_atleast_3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7463333Z test_schema_correctness_atleast_3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7463695Z test_schema_correctness_atleast_3d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7464068Z test_schema_correctness_atleast_3d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7464436Z test_schema_correctness_atleast_3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7464810Z test_schema_correctness_atleast_3d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7465174Z test_schema_correctness_atleast_3d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7465548Z test_schema_correctness_baddbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7465943Z test_schema_correctness_baddbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7466357Z test_schema_correctness_baddbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7466738Z test_schema_correctness_baddbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7467116Z test_schema_correctness_baddbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7467486Z test_schema_correctness_baddbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7467914Z test_schema_correctness_baddbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7468328Z test_schema_correctness_baddbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7468700Z test_schema_correctness_baddbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7469074Z test_schema_correctness_baddbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7469438Z test_schema_correctness_bernoulli_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7469818Z test_schema_correctness_bernoulli_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7470199Z test_schema_correctness_bernoulli_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7470575Z test_schema_correctness_bfloat16_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7470935Z test_schema_correctness_bfloat16_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7471312Z test_schema_correctness_bfloat16_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:24:48.7471694Z test_schema_correctness_bfloat16_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7472059Z test_schema_correctness_bfloat16_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7472433Z test_schema_correctness_bfloat16_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7472810Z test_schema_correctness_bfloat16_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7473181Z test_schema_correctness_bfloat16_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7473542Z test_schema_correctness_bfloat16_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7473914Z test_schema_correctness_bfloat16_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7474290Z test_schema_correctness_bfloat16_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7474658Z test_schema_correctness_bfloat16_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7475017Z test_schema_correctness_bfloat16_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7475387Z test_schema_correctness_bincount_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7475759Z test_schema_correctness_bincount_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7476117Z test_schema_correctness_bincount_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7476486Z test_schema_correctness_bincount_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7476858Z test_schema_correctness_bincount_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7477234Z test_schema_correctness_bitwise_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7477600Z test_schema_correctness_bitwise_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7477976Z test_schema_correctness_bitwise_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7478352Z test_schema_correctness_bitwise_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7478726Z test_schema_correctness_bitwise_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7479088Z test_schema_correctness_bitwise_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7479502Z test_schema_correctness_bitwise_left_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7479921Z test_schema_correctness_bitwise_left_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7480306Z test_schema_correctness_bitwise_left_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7480684Z test_schema_correctness_bitwise_left_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7481073Z test_schema_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7481459Z test_schema_correctness_bitwise_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7481823Z test_schema_correctness_bitwise_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7482195Z test_schema_correctness_bitwise_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7482569Z test_schema_correctness_bitwise_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7482944Z test_schema_correctness_bitwise_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7483303Z test_schema_correctness_bitwise_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7483675Z test_schema_correctness_bitwise_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7484049Z test_schema_correctness_bitwise_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7484426Z test_schema_correctness_bitwise_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7484784Z test_schema_correctness_bitwise_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7485161Z test_schema_correctness_bitwise_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7485535Z test_schema_correctness_bitwise_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7485919Z test_schema_correctness_bitwise_right_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7486298Z test_schema_correctness_bitwise_right_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7486682Z test_schema_correctness_bitwise_right_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7487154Z test_schema_correctness_bitwise_right_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7487533Z test_schema_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7487919Z test_schema_correctness_bitwise_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7488302Z test_schema_correctness_bitwise_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7488677Z test_schema_correctness_bitwise_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7489035Z test_schema_correctness_bitwise_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7489413Z test_schema_correctness_bitwise_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7489786Z test_schema_correctness_bitwise_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7490166Z test_schema_correctness_block_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7490533Z test_schema_correctness_block_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7490952Z test_schema_correctness_block_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7491341Z test_schema_correctness_block_diag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7491757Z test_schema_correctness_block_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7492124Z test_schema_correctness_block_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7492506Z test_schema_correctness_block_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7492884Z test_schema_correctness_block_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7493248Z test_schema_correctness_block_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7493622Z test_schema_correctness_block_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7494000Z test_schema_correctness_block_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7494377Z test_schema_correctness_block_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7494737Z test_schema_correctness_block_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7495110Z test_schema_correctness_bmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7495484Z test_schema_correctness_bmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7495859Z test_schema_correctness_bmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7496213Z test_schema_correctness_bmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7496577Z test_schema_correctness_bmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7496944Z test_schema_correctness_bmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7497290Z test_schema_correctness_bmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7497645Z test_schema_correctness_bmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7498003Z test_schema_correctness_bmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7498359Z test_schema_correctness_bmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7498716Z test_schema_correctness_bool_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7499081Z test_schema_correctness_bool_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7499446Z test_schema_correctness_bool_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7499821Z test_schema_correctness_bool_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7500324Z test_schema_correctness_bool_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7500693Z test_schema_correctness_bool_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:24:48.7501062Z test_schema_correctness_bool_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7501419Z test_schema_correctness_bool_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7501783Z test_schema_correctness_bool_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7502145Z test_schema_correctness_bool_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7502502Z test_schema_correctness_bool_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7502914Z test_schema_correctness_bool_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7503329Z test_schema_correctness_bool_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7503707Z test_schema_correctness_broadcast_shapes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7504106Z test_schema_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7504490Z test_schema_correctness_broadcast_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7504888Z test_schema_correctness_broadcast_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7505295Z test_schema_correctness_broadcast_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7505683Z test_schema_correctness_broadcast_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7506083Z test_schema_correctness_broadcast_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7506469Z test_schema_correctness_broadcast_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7506859Z test_schema_correctness_broadcast_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7507240Z test_schema_correctness_broadcast_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7507628Z test_schema_correctness_broadcast_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7508017Z test_schema_correctness_broadcast_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7508406Z test_schema_correctness_broadcast_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7508787Z test_schema_correctness_broadcast_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7509172Z test_schema_correctness_broadcast_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7509556Z test_schema_correctness_broadcast_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7509947Z test_schema_correctness_broadcast_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7510323Z test_schema_correctness_broadcast_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7510706Z test_schema_correctness_broadcast_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7511086Z test_schema_correctness_broadcast_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7511451Z test_schema_correctness_broadcast_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7511830Z test_schema_correctness_broadcast_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7512208Z test_schema_correctness_broadcast_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7512593Z test_schema_correctness_broadcast_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7512953Z test_schema_correctness_broadcast_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7513334Z test_schema_correctness_bucketize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7513714Z test_schema_correctness_bucketize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7514090Z test_schema_correctness_bucketize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7514487Z test_schema_correctness_bucketize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7514896Z test_schema_correctness_bucketize_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7515270Z test_schema_correctness_bucketize_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7515640Z test_schema_correctness_bucketize_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7515994Z test_schema_correctness_bucketize_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7516369Z test_schema_correctness_bucketize_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7516742Z test_schema_correctness_byte_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7517094Z test_schema_correctness_byte_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7517463Z test_schema_correctness_byte_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7517836Z test_schema_correctness_byte_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7518208Z test_schema_correctness_byte_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7518562Z test_schema_correctness_byte_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7518927Z test_schema_correctness_byte_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7519292Z test_schema_correctness_byte_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7519654Z test_schema_correctness_byte_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7519996Z test_schema_correctness_byte_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7520354Z test_schema_correctness_byte_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7520715Z test_schema_correctness_byte_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7521083Z test_schema_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7521477Z test_schema_correctness_cartesian_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7521872Z test_schema_correctness_cartesian_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7522274Z test_schema_correctness_cartesian_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7522653Z test_schema_correctness_cartesian_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7523045Z test_schema_correctness_cartesian_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7523435Z test_schema_correctness_cartesian_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7523823Z test_schema_correctness_cartesian_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7524196Z test_schema_correctness_cartesian_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7524581Z test_schema_correctness_cartesian_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7524962Z test_schema_correctness_cartesian_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7525346Z test_schema_correctness_cartesian_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7525709Z test_schema_correctness_cat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7526100Z test_schema_correctness_cat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7526493Z test_schema_correctness_cat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7526854Z test_schema_correctness_cat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7527312Z test_schema_correctness_cat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7527683Z test_schema_correctness_cat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7528043Z test_schema_correctness_cat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7528393Z test_schema_correctness_cat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7528756Z test_schema_correctness_cat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7529117Z test_schema_correctness_cat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7529476Z test_schema_correctness_cat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7529823Z test_schema_correctness_cat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7530185Z test_schema_correctness_cat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7530556Z test_schema_correctness_cdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.230s) 2022-12-01T10:24:48.7530910Z test_schema_correctness_cdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.237s) 2022-12-01T10:24:48.7531280Z test_schema_correctness_ceil_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7531651Z test_schema_correctness_ceil_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7532023Z test_schema_correctness_ceil_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7532376Z test_schema_correctness_ceil_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7532735Z test_schema_correctness_ceil_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7533092Z test_schema_correctness_ceil_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7533439Z test_schema_correctness_ceil_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7533796Z test_schema_correctness_ceil_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7534719Z test_schema_correctness_chalf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:24:48.7535302Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:24:48.7535513Z ok (0.065s) 2022-12-01T10:24:48.7535774Z test_schema_correctness_chalf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7536151Z test_schema_correctness_chalf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7536531Z test_schema_correctness_chalf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7536896Z test_schema_correctness_chalf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:24:48.7537268Z test_schema_correctness_chalf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:24:48.7537640Z test_schema_correctness_chalf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:24:48.7538048Z test_schema_correctness_chalf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:24:48.7538429Z test_schema_correctness_chalf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7538789Z test_schema_correctness_chalf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:24:48.7539151Z test_schema_correctness_chalf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:24:48.7539516Z test_schema_correctness_chalf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:24:48.7539865Z test_schema_correctness_chalf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:24:48.7540515Z test_schema_correctness_char_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7540884Z test_schema_correctness_char_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7541246Z test_schema_correctness_char_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7541623Z test_schema_correctness_char_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7544439Z test_schema_correctness_char_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7544813Z test_schema_correctness_char_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7545171Z test_schema_correctness_char_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7545537Z test_schema_correctness_char_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7545903Z test_schema_correctness_char_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7546265Z test_schema_correctness_char_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7546612Z test_schema_correctness_char_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7546975Z test_schema_correctness_char_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7547335Z test_schema_correctness_char_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7548152Z test_schema_correctness_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:24:48.7548630Z L = torch.cholesky(A) 2022-12-01T10:24:48.7548823Z should be replaced with 2022-12-01T10:24:48.7549023Z L = torch.linalg.cholesky(A) 2022-12-01T10:24:48.7549192Z and 2022-12-01T10:24:48.7549369Z U = torch.cholesky(A, upper=True) 2022-12-01T10:24:48.7549571Z should be replaced with 2022-12-01T10:24:48.7549768Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:24:48.7550182Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-12-01T10:24:48.7550568Z return self.op(*args, **kwargs) 2022-12-01T10:24:48.7550751Z ok (0.009s) 2022-12-01T10:24:48.7551021Z test_schema_correctness_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7551406Z test_schema_correctness_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7551783Z test_schema_correctness_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7552169Z test_schema_correctness_cholesky_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7552572Z test_schema_correctness_cholesky_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7553063Z test_schema_correctness_cholesky_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7553500Z test_schema_correctness_cholesky_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7553883Z test_schema_correctness_cholesky_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7554276Z test_schema_correctness_cholesky_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7554671Z test_schema_correctness_cholesky_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7555064Z test_schema_correctness_cholesky_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7555426Z test_schema_correctness_chunk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7555800Z test_schema_correctness_chunk_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7556178Z test_schema_correctness_chunk_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7556543Z test_schema_correctness_chunk_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7556923Z test_schema_correctness_chunk_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7557295Z test_schema_correctness_chunk_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7557666Z test_schema_correctness_chunk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7558022Z test_schema_correctness_chunk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7558387Z test_schema_correctness_chunk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7558750Z test_schema_correctness_chunk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7559114Z test_schema_correctness_chunk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7559467Z test_schema_correctness_chunk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7559828Z test_schema_correctness_chunk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7560199Z test_schema_correctness_clamp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7560560Z test_schema_correctness_clamp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7560931Z test_schema_correctness_clamp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7561296Z test_schema_correctness_clamp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7561657Z test_schema_correctness_clamp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7562010Z test_schema_correctness_clamp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7562374Z test_schema_correctness_clamp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7562734Z test_schema_correctness_clamp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7563106Z test_schema_correctness_clamp_max_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7563471Z test_schema_correctness_clamp_max_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7563847Z test_schema_correctness_clamp_max_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7564225Z test_schema_correctness_clamp_max_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7564618Z test_schema_correctness_clamp_max_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7565024Z test_schema_correctness_clamp_max_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7565397Z test_schema_correctness_clamp_max_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7565768Z test_schema_correctness_clamp_max_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7566121Z test_schema_correctness_clamp_max_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7566495Z test_schema_correctness_clamp_max_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7566871Z test_schema_correctness_clamp_min_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7567333Z test_schema_correctness_clamp_min_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7567700Z test_schema_correctness_clamp_min_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7568082Z test_schema_correctness_clamp_min_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7568458Z test_schema_correctness_clamp_min_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7568823Z test_schema_correctness_clamp_min_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7569195Z test_schema_correctness_clamp_min_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7569566Z test_schema_correctness_clamp_min_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7569936Z test_schema_correctness_clamp_min_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7570297Z test_schema_correctness_clamp_min_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7570670Z test_schema_correctness_clone_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7571038Z test_schema_correctness_clone_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7571408Z test_schema_correctness_clone_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7571768Z test_schema_correctness_clone_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7572140Z test_schema_correctness_clone_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7572512Z test_schema_correctness_clone_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7572886Z test_schema_correctness_clone_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7573242Z test_schema_correctness_clone_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7573612Z test_schema_correctness_clone_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7573978Z test_schema_correctness_clone_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7574323Z test_schema_correctness_clone_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7574687Z test_schema_correctness_clone_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7575047Z test_schema_correctness_clone_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7575424Z test_schema_correctness_column_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7575793Z test_schema_correctness_column_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7576219Z test_schema_correctness_column_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7576612Z test_schema_correctness_column_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7577027Z test_schema_correctness_column_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7577400Z test_schema_correctness_column_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7577788Z test_schema_correctness_column_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7578169Z test_schema_correctness_column_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7578536Z test_schema_correctness_column_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7578919Z test_schema_correctness_column_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7579299Z test_schema_correctness_column_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7579682Z test_schema_correctness_column_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7580193Z test_schema_correctness_column_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7580584Z test_schema_correctness_combinations_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.314s) 2022-12-01T10:24:48.7580973Z test_schema_correctness_combinations_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.313s) 2022-12-01T10:24:48.7581365Z test_schema_correctness_combinations_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.315s) 2022-12-01T10:24:48.7581749Z test_schema_correctness_combinations_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.317s) 2022-12-01T10:24:48.7582143Z test_schema_correctness_combinations_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.314s) 2022-12-01T10:24:48.7582532Z test_schema_correctness_combinations_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.313s) 2022-12-01T10:24:48.7582917Z test_schema_correctness_combinations_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.312s) 2022-12-01T10:24:48.7583284Z test_schema_correctness_combinations_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.316s) 2022-12-01T10:24:48.7583666Z test_schema_correctness_combinations_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.357s) 2022-12-01T10:24:48.7584045Z test_schema_correctness_combinations_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.313s) 2022-12-01T10:24:48.7584414Z test_schema_correctness_combinations_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.314s) 2022-12-01T10:24:48.7584798Z test_schema_correctness_combinations_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.323s) 2022-12-01T10:24:48.7585177Z test_schema_correctness_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7585554Z test_schema_correctness_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7585913Z test_schema_correctness_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7586285Z test_schema_correctness_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7586651Z test_schema_correctness_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7587016Z test_schema_correctness_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7587376Z test_schema_correctness_conj_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7587745Z test_schema_correctness_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7588206Z test_schema_correctness_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7588613Z test_schema_correctness_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7588983Z test_schema_correctness_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7589350Z test_schema_correctness_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7589713Z test_schema_correctness_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7590059Z test_schema_correctness_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7590416Z test_schema_correctness_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7590776Z test_schema_correctness_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7591160Z test_schema_correctness_conj_physical_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7591540Z test_schema_correctness_conj_physical_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7591930Z test_schema_correctness_conj_physical_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7592323Z test_schema_correctness_conj_physical_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7592703Z test_schema_correctness_conj_physical_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7593094Z test_schema_correctness_conj_physical_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7593481Z test_schema_correctness_conj_physical_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7593870Z test_schema_correctness_conj_physical_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7594238Z test_schema_correctness_conj_physical_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7594620Z test_schema_correctness_conj_physical_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7594997Z test_schema_correctness_conj_physical_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7595375Z test_schema_correctness_conj_physical_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7595741Z test_schema_correctness_conj_physical_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7596127Z test_schema_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:24:48.7596516Z test_schema_correctness_constant_pad_nd_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.7596912Z test_schema_correctness_constant_pad_nd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.7597299Z test_schema_correctness_constant_pad_nd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:24:48.7597693Z test_schema_correctness_constant_pad_nd_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7598088Z test_schema_correctness_constant_pad_nd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7598462Z test_schema_correctness_constant_pad_nd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7598845Z test_schema_correctness_constant_pad_nd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:24:48.7599231Z test_schema_correctness_constant_pad_nd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7599641Z test_schema_correctness_constant_pad_nd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:24:48.7600011Z test_schema_correctness_constant_pad_nd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:24:48.7600423Z test_schema_correctness_constant_pad_nd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:24:48.7600811Z test_schema_correctness_contiguous_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7601189Z test_schema_correctness_contiguous_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7601559Z test_schema_correctness_contiguous_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7601943Z test_schema_correctness_contiguous_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7602330Z test_schema_correctness_contiguous_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7602718Z test_schema_correctness_contiguous_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7603087Z test_schema_correctness_contiguous_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7603465Z test_schema_correctness_contiguous_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7603845Z test_schema_correctness_contiguous_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7604209Z test_schema_correctness_contiguous_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7604588Z test_schema_correctness_contiguous_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7604966Z test_schema_correctness_contiguous_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7605338Z test_schema_correctness_contiguous_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7605707Z test_schema_correctness_copysign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7606090Z test_schema_correctness_copysign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7606467Z test_schema_correctness_copysign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7606850Z test_schema_correctness_copysign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7607299Z test_schema_correctness_copysign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7607676Z test_schema_correctness_copysign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7608050Z test_schema_correctness_copysign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7608411Z test_schema_correctness_copysign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7608787Z test_schema_correctness_copysign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7609163Z test_schema_correctness_copysign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7609542Z test_schema_correctness_corrcoef_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.204s) 2022-12-01T10:24:48.7609931Z test_schema_correctness_corrcoef_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7610348Z test_schema_correctness_corrcoef_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7610745Z test_schema_correctness_corrcoef_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.253s) 2022-12-01T10:24:48.7611121Z test_schema_correctness_corrcoef_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.249s) 2022-12-01T10:24:48.7611513Z test_schema_correctness_corrcoef_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.262s) 2022-12-01T10:24:48.7611911Z test_schema_correctness_corrcoef_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.247s) 2022-12-01T10:24:48.7612283Z test_schema_correctness_corrcoef_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.246s) 2022-12-01T10:24:48.7612653Z test_schema_correctness_corrcoef_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.247s) 2022-12-01T10:24:48.7613014Z test_schema_correctness_corrcoef_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.247s) 2022-12-01T10:24:48.7613386Z test_schema_correctness_cos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7613749Z test_schema_correctness_cos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7614103Z test_schema_correctness_cos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7614473Z test_schema_correctness_cos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7614842Z test_schema_correctness_cos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7615203Z test_schema_correctness_cos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7615551Z test_schema_correctness_cos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7615905Z test_schema_correctness_cos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7616257Z test_schema_correctness_cos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7616615Z test_schema_correctness_cos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7616958Z test_schema_correctness_cos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7617328Z test_schema_correctness_cosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7617689Z test_schema_correctness_cosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7618040Z test_schema_correctness_cosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7618414Z test_schema_correctness_cosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7618786Z test_schema_correctness_cosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7619154Z test_schema_correctness_cosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7619504Z test_schema_correctness_cosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7619865Z test_schema_correctness_cosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7620365Z test_schema_correctness_cosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7620730Z test_schema_correctness_cosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7621074Z test_schema_correctness_cosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7621452Z test_schema_correctness_count_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7621839Z test_schema_correctness_count_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7622213Z test_schema_correctness_count_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7622607Z test_schema_correctness_count_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7622997Z test_schema_correctness_count_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7623442Z test_schema_correctness_count_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7623851Z test_schema_correctness_count_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7624234Z test_schema_correctness_count_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7624612Z test_schema_correctness_count_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7624990Z test_schema_correctness_count_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7625356Z test_schema_correctness_count_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7625736Z test_schema_correctness_count_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7626116Z test_schema_correctness_cov_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.511s) 2022-12-01T10:24:48.7626495Z test_schema_correctness_cov_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7626899Z test_schema_correctness_cov_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7627281Z test_schema_correctness_cov_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.482s) 2022-12-01T10:24:48.7627645Z test_schema_correctness_cov_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.455s) 2022-12-01T10:24:48.7627994Z test_schema_correctness_cov_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.397s) 2022-12-01T10:24:48.7628349Z test_schema_correctness_cov_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.407s) 2022-12-01T10:24:48.7628700Z test_schema_correctness_cov_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.236s) 2022-12-01T10:24:48.7629059Z test_schema_correctness_cov_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.165s) 2022-12-01T10:24:48.7629404Z test_schema_correctness_cov_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.572s) 2022-12-01T10:24:48.7629772Z test_schema_correctness_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7630147Z test_schema_correctness_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7630521Z test_schema_correctness_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7630878Z test_schema_correctness_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7631245Z test_schema_correctness_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7631608Z test_schema_correctness_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7631957Z test_schema_correctness_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7632313Z test_schema_correctness_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7632676Z test_schema_correctness_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7633033Z test_schema_correctness_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7633389Z test_schema_correctness_cummax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7633757Z test_schema_correctness_cummax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7634128Z test_schema_correctness_cummax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7634499Z test_schema_correctness_cummax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7634887Z test_schema_correctness_cummax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7635283Z test_schema_correctness_cummax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7635653Z test_schema_correctness_cummax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7636000Z test_schema_correctness_cummax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7636364Z test_schema_correctness_cummax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7636732Z test_schema_correctness_cummin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7637102Z test_schema_correctness_cummin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7637458Z test_schema_correctness_cummin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7637832Z test_schema_correctness_cummin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7638203Z test_schema_correctness_cummin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7638562Z test_schema_correctness_cummin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7638914Z test_schema_correctness_cummin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7639277Z test_schema_correctness_cummin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7639642Z test_schema_correctness_cummin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7640003Z test_schema_correctness_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7640384Z test_schema_correctness_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7640772Z test_schema_correctness_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7641155Z test_schema_correctness_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7641514Z test_schema_correctness_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7641885Z test_schema_correctness_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7642253Z test_schema_correctness_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7642619Z test_schema_correctness_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7642972Z test_schema_correctness_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7643345Z test_schema_correctness_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7643719Z test_schema_correctness_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7644083Z test_schema_correctness_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7644457Z test_schema_correctness_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7644837Z test_schema_correctness_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7645209Z test_schema_correctness_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7645562Z test_schema_correctness_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7645923Z test_schema_correctness_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7646290Z test_schema_correctness_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7646699Z test_schema_correctness_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7647178Z test_schema_correctness_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7647569Z test_schema_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.7647983Z test_schema_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.7648383Z test_schema_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7648793Z test_schema_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:24:48.7649198Z test_schema_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.7649605Z test_schema_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.7649993Z test_schema_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.7650392Z test_schema_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.7650789Z test_schema_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.7651184Z test_schema_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.7651560Z test_schema_correctness_deg2rad_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7651938Z test_schema_correctness_deg2rad_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7652311Z test_schema_correctness_deg2rad_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7652688Z test_schema_correctness_deg2rad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7653045Z test_schema_correctness_deg2rad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7653419Z test_schema_correctness_deg2rad_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7653793Z test_schema_correctness_deg2rad_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7654154Z test_schema_correctness_deg2rad_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7654526Z test_schema_correctness_deg2rad_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7654898Z test_schema_correctness_deg2rad_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7655073Z test_schema_correctness_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7655248Z test_schema_correctness_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7655430Z test_schema_correctness_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7655597Z test_schema_correctness_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7655771Z test_schema_correctness_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7655942Z test_schema_correctness_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7656114Z test_schema_correctness_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7656283Z test_schema_correctness_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7656450Z test_schema_correctness_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7656653Z test_schema_correctness_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7656845Z test_schema_correctness_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7657029Z test_schema_correctness_diag_embed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7657195Z test_schema_correctness_diag_embed_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7657382Z test_schema_correctness_diag_embed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7657567Z test_schema_correctness_diag_embed_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7657753Z test_schema_correctness_diag_embed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7657937Z test_schema_correctness_diag_embed_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7658118Z test_schema_correctness_diag_embed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7658297Z test_schema_correctness_diag_embed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7658475Z test_schema_correctness_diag_embed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7658652Z test_schema_correctness_diag_embed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7658814Z test_schema_correctness_diag_embed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7658993Z test_schema_correctness_diag_embed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7659166Z test_schema_correctness_diag_embed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7659349Z test_schema_correctness_diagflat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7659528Z test_schema_correctness_diagflat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7659717Z test_schema_correctness_diagflat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7659900Z test_schema_correctness_diagflat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7660210Z test_schema_correctness_diagflat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7660395Z test_schema_correctness_diagflat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7660562Z test_schema_correctness_diagflat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7660740Z test_schema_correctness_diagflat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7660921Z test_schema_correctness_diagflat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7661102Z test_schema_correctness_diagflat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7661278Z test_schema_correctness_diagflat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7661462Z test_schema_correctness_diagonal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7661638Z test_schema_correctness_diagonal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7661824Z test_schema_correctness_diagonal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7662010Z test_schema_correctness_diagonal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7662179Z test_schema_correctness_diagonal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7662415Z test_schema_correctness_diagonal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7662644Z test_schema_correctness_diagonal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7662820Z test_schema_correctness_diagonal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7662995Z test_schema_correctness_diagonal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7663174Z test_schema_correctness_diagonal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7663352Z test_schema_correctness_diagonal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7663527Z test_schema_correctness_diagonal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7663704Z test_schema_correctness_diagonal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7663884Z test_schema_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7664075Z test_schema_correctness_diagonal_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7664268Z test_schema_correctness_diagonal_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7664453Z test_schema_correctness_diagonal_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7664636Z test_schema_correctness_diagonal_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7664822Z test_schema_correctness_diagonal_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7665011Z test_schema_correctness_diagonal_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7665202Z test_schema_correctness_diagonal_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7665388Z test_schema_correctness_diagonal_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7665560Z test_schema_correctness_diagonal_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7665738Z test_schema_correctness_diff_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.238s) 2022-12-01T10:24:48.7665913Z test_schema_correctness_diff_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.227s) 2022-12-01T10:24:48.7666094Z test_schema_correctness_diff_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.284s) 2022-12-01T10:24:48.7666272Z test_schema_correctness_diff_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.332s) 2022-12-01T10:24:48.7666446Z test_schema_correctness_diff_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.237s) 2022-12-01T10:24:48.7666622Z test_schema_correctness_diff_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.235s) 2022-12-01T10:24:48.7666798Z test_schema_correctness_diff_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.229s) 2022-12-01T10:24:48.7666974Z test_schema_correctness_diff_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.311s) 2022-12-01T10:24:48.7667129Z test_schema_correctness_diff_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.369s) 2022-12-01T10:24:48.7667293Z test_schema_correctness_diff_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.367s) 2022-12-01T10:24:48.7667464Z test_schema_correctness_diff_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.365s) 2022-12-01T10:24:48.7667631Z test_schema_correctness_diff_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.251s) 2022-12-01T10:24:48.7667812Z test_schema_correctness_digamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7668013Z test_schema_correctness_digamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7668220Z test_schema_correctness_digamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7668399Z test_schema_correctness_digamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7668574Z test_schema_correctness_digamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7668738Z test_schema_correctness_digamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7668912Z test_schema_correctness_digamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7669086Z test_schema_correctness_digamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7669258Z test_schema_correctness_digamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7669433Z test_schema_correctness_dist_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.7669612Z test_schema_correctness_dist_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:24:48.7669791Z test_schema_correctness_dist_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.7669964Z test_schema_correctness_dist_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.7670122Z test_schema_correctness_dist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.7670293Z test_schema_correctness_dist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.7670484Z test_schema_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7670676Z test_schema_correctness_div_floor_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7670861Z test_schema_correctness_div_floor_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7671042Z test_schema_correctness_div_floor_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7671226Z test_schema_correctness_div_floor_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7671405Z test_schema_correctness_div_floor_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7671581Z test_schema_correctness_div_floor_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7671765Z test_schema_correctness_div_floor_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7671939Z test_schema_correctness_div_floor_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7672135Z test_schema_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7672323Z test_schema_correctness_div_no_rounding_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7672518Z test_schema_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7672713Z test_schema_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7672906Z test_schema_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7673098Z test_schema_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7673286Z test_schema_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7673512Z test_schema_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7673719Z test_schema_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7673899Z test_schema_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7674086Z test_schema_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7674268Z test_schema_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7674457Z test_schema_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7674640Z test_schema_correctness_div_trunc_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7674830Z test_schema_correctness_div_trunc_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7675018Z test_schema_correctness_div_trunc_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7675204Z test_schema_correctness_div_trunc_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7675375Z test_schema_correctness_div_trunc_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7675555Z test_schema_correctness_div_trunc_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7675739Z test_schema_correctness_div_trunc_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7675927Z test_schema_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7676105Z test_schema_correctness_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7676300Z test_schema_correctness_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.7676490Z test_schema_correctness_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.7676663Z test_schema_correctness_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7676833Z test_schema_correctness_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7676989Z test_schema_correctness_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7677154Z test_schema_correctness_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7677315Z test_schema_correctness_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7677485Z test_schema_correctness_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7677649Z test_schema_correctness_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7677828Z test_schema_correctness_double_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7678004Z test_schema_correctness_double_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7678187Z test_schema_correctness_double_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7678366Z test_schema_correctness_double_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7678533Z test_schema_correctness_double_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.7678709Z test_schema_correctness_double_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7678915Z test_schema_correctness_double_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.7679122Z test_schema_correctness_double_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7679294Z test_schema_correctness_double_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7679467Z test_schema_correctness_double_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7679636Z test_schema_correctness_double_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:24:48.7679809Z test_schema_correctness_double_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:24:48.7679981Z test_schema_correctness_double_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:24:48.7680146Z test_schema_correctness_dsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7680322Z test_schema_correctness_dsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7680509Z test_schema_correctness_dsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7680688Z test_schema_correctness_dsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7680867Z test_schema_correctness_dsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7681042Z test_schema_correctness_dsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7681218Z test_schema_correctness_dsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7681395Z test_schema_correctness_dsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7681566Z test_schema_correctness_dsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7681729Z test_schema_correctness_dsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7681904Z test_schema_correctness_dsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7682081Z test_schema_correctness_dsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7682252Z test_schema_correctness_dsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7682478Z test_schema_correctness_dstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7682652Z test_schema_correctness_dstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7682835Z test_schema_correctness_dstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7683013Z test_schema_correctness_dstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7683194Z test_schema_correctness_dstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7683361Z test_schema_correctness_dstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7683537Z test_schema_correctness_dstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7683714Z test_schema_correctness_dstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7683886Z test_schema_correctness_dstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7684059Z test_schema_correctness_dstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7684233Z test_schema_correctness_dstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7684405Z test_schema_correctness_dstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7684605Z test_schema_correctness_dstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7684808Z test_schema_correctness_einsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:24:48.7684979Z test_schema_correctness_einsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:24:48.7685157Z test_schema_correctness_einsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:24:48.7685333Z test_schema_correctness_einsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:24:48.7685508Z test_schema_correctness_einsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.7685678Z test_schema_correctness_einsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.7685850Z test_schema_correctness_einsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:24:48.7686025Z test_schema_correctness_einsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.7686201Z test_schema_correctness_einsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:24:48.7686361Z test_schema_correctness_einsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.7686537Z test_schema_correctness_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7686708Z test_schema_correctness_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7686886Z test_schema_correctness_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7687166Z test_schema_correctness_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7687344Z test_schema_correctness_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7687523Z test_schema_correctness_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7687704Z test_schema_correctness_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.7687878Z test_schema_correctness_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.7688038Z test_schema_correctness_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.7688207Z test_schema_correctness_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.7688373Z test_schema_correctness_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7688544Z test_schema_correctness_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7688712Z test_schema_correctness_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7688898Z test_schema_correctness_empty_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7689079Z test_schema_correctness_empty_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7689265Z test_schema_correctness_empty_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7689451Z test_schema_correctness_empty_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7689622Z test_schema_correctness_empty_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7689807Z test_schema_correctness_empty_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7689986Z test_schema_correctness_empty_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7690198Z test_schema_correctness_empty_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7690401Z test_schema_correctness_empty_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7690577Z test_schema_correctness_empty_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7690751Z test_schema_correctness_empty_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:24:48.7690927Z test_schema_correctness_empty_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:24:48.7691103Z test_schema_correctness_empty_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:24:48.7691263Z test_schema_correctness_eq_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7691433Z test_schema_correctness_eq_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7691611Z test_schema_correctness_eq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7691787Z test_schema_correctness_eq_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7691961Z test_schema_correctness_eq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7692132Z test_schema_correctness_eq_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7692301Z test_schema_correctness_eq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7692466Z test_schema_correctness_eq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7692633Z test_schema_correctness_eq_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7692784Z test_schema_correctness_eq_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7692948Z test_schema_correctness_eq_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7693118Z test_schema_correctness_eq_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7693288Z test_schema_correctness_eq_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7693467Z test_schema_correctness_equal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7693636Z test_schema_correctness_equal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7693816Z test_schema_correctness_equal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7693995Z test_schema_correctness_equal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7694172Z test_schema_correctness_equal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7694335Z test_schema_correctness_equal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7694512Z test_schema_correctness_equal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7694683Z test_schema_correctness_equal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7694854Z test_schema_correctness_equal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7695022Z test_schema_correctness_equal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7695192Z test_schema_correctness_equal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7695358Z test_schema_correctness_equal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7695534Z test_schema_correctness_erf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7695720Z test_schema_correctness_erf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7695919Z test_schema_correctness_erf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7696087Z test_schema_correctness_erf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7696258Z test_schema_correctness_erf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7696423Z test_schema_correctness_erf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7696585Z test_schema_correctness_erf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7696751Z test_schema_correctness_erf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7696918Z test_schema_correctness_erf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7697096Z test_schema_correctness_erfc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7697254Z test_schema_correctness_erfc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7697429Z test_schema_correctness_erfc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7697605Z test_schema_correctness_erfc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7697776Z test_schema_correctness_erfc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7697942Z test_schema_correctness_erfc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7698109Z test_schema_correctness_erfc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7698279Z test_schema_correctness_erfc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7698449Z test_schema_correctness_erfc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7698629Z test_schema_correctness_erfinv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7698789Z test_schema_correctness_erfinv_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7698964Z test_schema_correctness_erfinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7699140Z test_schema_correctness_erfinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7699311Z test_schema_correctness_erfinv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7699485Z test_schema_correctness_erfinv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7699655Z test_schema_correctness_erfinv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7699828Z test_schema_correctness_erfinv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7700203Z test_schema_correctness_erfinv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7700390Z test_schema_correctness_exp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7700550Z test_schema_correctness_exp2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7700723Z test_schema_correctness_exp2_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7700898Z test_schema_correctness_exp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7701069Z test_schema_correctness_exp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7701246Z test_schema_correctness_exp2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7701416Z test_schema_correctness_exp2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7701644Z test_schema_correctness_exp2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7701865Z test_schema_correctness_exp2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7702018Z test_schema_correctness_exp2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7702190Z test_schema_correctness_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7702364Z test_schema_correctness_exp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7702542Z test_schema_correctness_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7702719Z test_schema_correctness_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7702890Z test_schema_correctness_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7703064Z test_schema_correctness_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7703235Z test_schema_correctness_exp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7703404Z test_schema_correctness_exp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7703555Z test_schema_correctness_exp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7703724Z test_schema_correctness_exp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7703891Z test_schema_correctness_exp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7704076Z test_schema_correctness_expand_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.7704254Z test_schema_correctness_expand_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.7704441Z test_schema_correctness_expand_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.7704629Z test_schema_correctness_expand_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.7704809Z test_schema_correctness_expand_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.7704990Z test_schema_correctness_expand_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.7705152Z test_schema_correctness_expand_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.7705328Z test_schema_correctness_expand_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.7705504Z test_schema_correctness_expand_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.7705680Z test_schema_correctness_expand_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.7705858Z test_schema_correctness_expand_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.7706037Z test_schema_correctness_expand_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.7706214Z test_schema_correctness_expand_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.7706389Z test_schema_correctness_expand_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.7706568Z test_schema_correctness_expand_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.7706736Z test_schema_correctness_expand_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.7706913Z test_schema_correctness_expand_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.7707121Z test_schema_correctness_expand_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.7707348Z test_schema_correctness_expand_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7756996Z test_schema_correctness_expand_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7757281Z test_schema_correctness_expand_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7757463Z test_schema_correctness_expand_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7757643Z test_schema_correctness_expand_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7757821Z test_schema_correctness_expand_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.7757988Z test_schema_correctness_expm1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7758171Z test_schema_correctness_expm1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7758356Z test_schema_correctness_expm1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7758525Z test_schema_correctness_expm1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7758696Z test_schema_correctness_expm1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7758863Z test_schema_correctness_expm1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7759034Z test_schema_correctness_expm1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7759201Z test_schema_correctness_expm1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7759368Z test_schema_correctness_expm1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7759530Z test_schema_correctness_eye_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.345s) 2022-12-01T10:24:48.7759711Z test_schema_correctness_eye_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.441s) 2022-12-01T10:24:48.7759887Z test_schema_correctness_eye_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.554s) 2022-12-01T10:24:48.7760056Z test_schema_correctness_eye_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.482s) 2022-12-01T10:24:48.7760224Z test_schema_correctness_eye_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.352s) 2022-12-01T10:24:48.7760391Z test_schema_correctness_eye_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.342s) 2022-12-01T10:24:48.7760564Z test_schema_correctness_eye_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.342s) 2022-12-01T10:24:48.7760736Z test_schema_correctness_eye_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.342s) 2022-12-01T10:24:48.7760894Z test_schema_correctness_eye_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.341s) 2022-12-01T10:24:48.7761063Z test_schema_correctness_eye_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.342s) 2022-12-01T10:24:48.7761235Z test_schema_correctness_eye_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.343s) 2022-12-01T10:24:48.7761406Z test_schema_correctness_fft_fft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7761585Z test_schema_correctness_fft_fft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7761766Z test_schema_correctness_fft_fft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7761943Z test_schema_correctness_fft_fft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7762119Z test_schema_correctness_fft_fft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7762456Z test_schema_correctness_fft_fft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7762661Z test_schema_correctness_fft_fft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7762832Z test_schema_correctness_fft_fft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7763004Z test_schema_correctness_fft_fft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7763174Z test_schema_correctness_fft_fft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7763348Z test_schema_correctness_fft_fft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7763530Z test_schema_correctness_fft_fft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7763711Z test_schema_correctness_fft_fft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7763889Z test_schema_correctness_fft_fft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7764063Z test_schema_correctness_fft_fft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7764225Z test_schema_correctness_fft_fft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7764396Z test_schema_correctness_fft_fft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7764558Z test_schema_correctness_fft_fft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7764727Z test_schema_correctness_fft_fft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7764893Z test_schema_correctness_fft_fft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7765058Z test_schema_correctness_fft_fftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7765243Z test_schema_correctness_fft_fftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7765427Z test_schema_correctness_fft_fftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7765601Z test_schema_correctness_fft_fftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7765765Z test_schema_correctness_fft_fftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7765940Z test_schema_correctness_fft_fftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7766113Z test_schema_correctness_fft_fftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7766283Z test_schema_correctness_fft_fftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7766454Z test_schema_correctness_fft_fftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7766624Z test_schema_correctness_fft_fftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7766810Z test_schema_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7767072Z test_schema_correctness_fft_fftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7767261Z test_schema_correctness_fft_fftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7767435Z test_schema_correctness_fft_fftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7767621Z test_schema_correctness_fft_fftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7767801Z test_schema_correctness_fft_fftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7768016Z test_schema_correctness_fft_fftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7768227Z test_schema_correctness_fft_fftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7768405Z test_schema_correctness_fft_fftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7768584Z test_schema_correctness_fft_fftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7768761Z test_schema_correctness_fft_fftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7768937Z test_schema_correctness_fft_fftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7769104Z test_schema_correctness_fft_fftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7769296Z test_schema_correctness_fft_hfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7769495Z test_schema_correctness_fft_hfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7769689Z test_schema_correctness_fft_hfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7769878Z test_schema_correctness_fft_hfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7770064Z test_schema_correctness_fft_hfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7770249Z test_schema_correctness_fft_hfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7770435Z test_schema_correctness_fft_hfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7770622Z test_schema_correctness_fft_hfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7770801Z test_schema_correctness_fft_hfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7770991Z test_schema_correctness_fft_hfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7771164Z test_schema_correctness_fft_hfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7771362Z test_schema_correctness_fft_hfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7771555Z test_schema_correctness_fft_hfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7771732Z test_schema_correctness_fft_hfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7771911Z test_schema_correctness_fft_hfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7772086Z test_schema_correctness_fft_hfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7772256Z test_schema_correctness_fft_hfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7772413Z test_schema_correctness_fft_hfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7772578Z test_schema_correctness_fft_hfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7772740Z test_schema_correctness_fft_hfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7772923Z test_schema_correctness_fft_hfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7773114Z test_schema_correctness_fft_hfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7773299Z test_schema_correctness_fft_hfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7773511Z test_schema_correctness_fft_hfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7773722Z test_schema_correctness_fft_hfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7773902Z test_schema_correctness_fft_hfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7774081Z test_schema_correctness_fft_hfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7774256Z test_schema_correctness_fft_hfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7774437Z test_schema_correctness_fft_hfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7774613Z test_schema_correctness_fft_hfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7774814Z test_schema_correctness_fft_ifft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7775071Z test_schema_correctness_fft_ifft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7775322Z test_schema_correctness_fft_ifft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7775497Z test_schema_correctness_fft_ifft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7775668Z test_schema_correctness_fft_ifft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7775834Z test_schema_correctness_fft_ifft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7775992Z test_schema_correctness_fft_ifft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7776152Z test_schema_correctness_fft_ifft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7776323Z test_schema_correctness_fft_ifft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7776493Z test_schema_correctness_fft_ifft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7776658Z test_schema_correctness_fft_ifft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7776831Z test_schema_correctness_fft_ifft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7777005Z test_schema_correctness_fft_ifft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7777174Z test_schema_correctness_fft_ifft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7777342Z test_schema_correctness_fft_ifft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7777506Z test_schema_correctness_fft_ifft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7777671Z test_schema_correctness_fft_ifft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7777835Z test_schema_correctness_fft_ifft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7778000Z test_schema_correctness_fft_ifft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7778167Z test_schema_correctness_fft_ifft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7778330Z test_schema_correctness_fft_ifftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7778504Z test_schema_correctness_fft_ifftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:24:48.7778676Z test_schema_correctness_fft_ifftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7778882Z test_schema_correctness_fft_ifftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7779078Z test_schema_correctness_fft_ifftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7779246Z test_schema_correctness_fft_ifftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7779410Z test_schema_correctness_fft_ifftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7779569Z test_schema_correctness_fft_ifftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7779739Z test_schema_correctness_fft_ifftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:24:48.7779903Z test_schema_correctness_fft_ifftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7780189Z test_schema_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7780364Z test_schema_correctness_fft_ifftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7780547Z test_schema_correctness_fft_ifftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7780723Z test_schema_correctness_fft_ifftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7780901Z test_schema_correctness_fft_ifftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7781076Z test_schema_correctness_fft_ifftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7781252Z test_schema_correctness_fft_ifftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7781424Z test_schema_correctness_fft_ifftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7781599Z test_schema_correctness_fft_ifftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7781769Z test_schema_correctness_fft_ifftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7781943Z test_schema_correctness_fft_ifftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7782115Z test_schema_correctness_fft_ifftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7782281Z test_schema_correctness_fft_ifftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7782450Z test_schema_correctness_fft_ihfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7782620Z test_schema_correctness_fft_ihfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7782791Z test_schema_correctness_fft_ihfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7782962Z test_schema_correctness_fft_ihfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7783131Z test_schema_correctness_fft_ihfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7783295Z test_schema_correctness_fft_ihfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7783461Z test_schema_correctness_fft_ihfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7783630Z test_schema_correctness_fft_ihfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7783793Z test_schema_correctness_fft_ihfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7783961Z test_schema_correctness_fft_ihfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7784126Z test_schema_correctness_fft_ihfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7784341Z test_schema_correctness_fft_ihfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7784538Z test_schema_correctness_fft_ihfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7784698Z test_schema_correctness_fft_ihfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7784865Z test_schema_correctness_fft_ihfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7785031Z test_schema_correctness_fft_ihfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7785195Z test_schema_correctness_fft_ihfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.7785362Z test_schema_correctness_fft_ihfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7785533Z test_schema_correctness_fft_ihfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7785702Z test_schema_correctness_fft_ihfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.7785867Z test_schema_correctness_fft_ihfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.7786034Z test_schema_correctness_fft_ihfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.7786198Z test_schema_correctness_fft_ihfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.7786366Z test_schema_correctness_fft_ihfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.7786532Z test_schema_correctness_fft_irfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7786708Z test_schema_correctness_fft_irfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7786880Z test_schema_correctness_fft_irfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7787050Z test_schema_correctness_fft_irfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7787222Z test_schema_correctness_fft_irfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7787388Z test_schema_correctness_fft_irfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7787550Z test_schema_correctness_fft_irfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7787716Z test_schema_correctness_fft_irfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7787881Z test_schema_correctness_fft_irfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7788046Z test_schema_correctness_fft_irfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7788216Z test_schema_correctness_fft_irfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7788389Z test_schema_correctness_fft_irfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7788562Z test_schema_correctness_fft_irfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7788732Z test_schema_correctness_fft_irfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7788901Z test_schema_correctness_fft_irfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7789066Z test_schema_correctness_fft_irfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7789229Z test_schema_correctness_fft_irfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7789390Z test_schema_correctness_fft_irfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7789587Z test_schema_correctness_fft_irfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7789789Z test_schema_correctness_fft_irfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7789945Z test_schema_correctness_fft_irfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7790123Z test_schema_correctness_fft_irfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7790299Z test_schema_correctness_fft_irfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7790469Z test_schema_correctness_fft_irfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7790639Z test_schema_correctness_fft_irfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7790807Z test_schema_correctness_fft_irfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7790973Z test_schema_correctness_fft_irfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7791140Z test_schema_correctness_fft_irfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7791308Z test_schema_correctness_fft_irfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7791471Z test_schema_correctness_fft_irfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7791638Z test_schema_correctness_fft_rfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7791808Z test_schema_correctness_fft_rfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7791977Z test_schema_correctness_fft_rfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7792145Z test_schema_correctness_fft_rfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7792309Z test_schema_correctness_fft_rfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7792470Z test_schema_correctness_fft_rfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7792634Z test_schema_correctness_fft_rfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7792795Z test_schema_correctness_fft_rfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7792959Z test_schema_correctness_fft_rfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7793125Z test_schema_correctness_fft_rfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7793291Z test_schema_correctness_fft_rfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7793459Z test_schema_correctness_fft_rfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7793623Z test_schema_correctness_fft_rfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7793781Z test_schema_correctness_fft_rfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7793946Z test_schema_correctness_fft_rfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7794107Z test_schema_correctness_fft_rfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7794267Z test_schema_correctness_fft_rfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7794435Z test_schema_correctness_fft_rfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7794603Z test_schema_correctness_fft_rfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7794797Z test_schema_correctness_fft_rfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7794987Z test_schema_correctness_fft_rfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7795151Z test_schema_correctness_fft_rfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7795313Z test_schema_correctness_fft_rfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7795476Z test_schema_correctness_fft_rfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7795642Z test_schema_correctness_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7795799Z test_schema_correctness_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7795968Z test_schema_correctness_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7796139Z test_schema_correctness_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7796309Z test_schema_correctness_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7796474Z test_schema_correctness_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7796635Z test_schema_correctness_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7796800Z test_schema_correctness_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7796962Z test_schema_correctness_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7797125Z test_schema_correctness_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7797282Z test_schema_correctness_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7797447Z test_schema_correctness_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7797609Z test_schema_correctness_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7797781Z test_schema_correctness_flatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7797946Z test_schema_correctness_flatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7798120Z test_schema_correctness_flatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7798293Z test_schema_correctness_flatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7798462Z test_schema_correctness_flatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7798631Z test_schema_correctness_flatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7798794Z test_schema_correctness_flatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7798960Z test_schema_correctness_flatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7799126Z test_schema_correctness_flatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7799291Z test_schema_correctness_flatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7799455Z test_schema_correctness_flatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7799622Z test_schema_correctness_flatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7799783Z test_schema_correctness_flatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7799943Z test_schema_correctness_flip_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7800130Z test_schema_correctness_flip_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7800330Z test_schema_correctness_flip_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.7800500Z test_schema_correctness_flip_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.7800665Z test_schema_correctness_flip_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.7800828Z test_schema_correctness_flip_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.7800992Z test_schema_correctness_flip_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.7801156Z test_schema_correctness_flip_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.7801320Z test_schema_correctness_flip_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.7801484Z test_schema_correctness_flip_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.7801643Z test_schema_correctness_flip_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.7801806Z test_schema_correctness_flip_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.7801976Z test_schema_correctness_fliplr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7802142Z test_schema_correctness_fliplr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7802315Z test_schema_correctness_fliplr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7802486Z test_schema_correctness_fliplr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7802654Z test_schema_correctness_fliplr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7802824Z test_schema_correctness_fliplr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7802989Z test_schema_correctness_fliplr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7803151Z test_schema_correctness_fliplr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7803310Z test_schema_correctness_fliplr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7803472Z test_schema_correctness_fliplr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7803635Z test_schema_correctness_fliplr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7803799Z test_schema_correctness_fliplr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7803972Z test_schema_correctness_flipud_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7804140Z test_schema_correctness_flipud_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7804315Z test_schema_correctness_flipud_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7804493Z test_schema_correctness_flipud_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7804657Z test_schema_correctness_flipud_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7804825Z test_schema_correctness_flipud_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7804987Z test_schema_correctness_flipud_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7805156Z test_schema_correctness_flipud_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7805344Z test_schema_correctness_flipud_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7805505Z test_schema_correctness_flipud_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7805700Z test_schema_correctness_flipud_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7805864Z test_schema_correctness_flipud_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7806036Z test_schema_correctness_float_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7806193Z test_schema_correctness_float_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7806366Z test_schema_correctness_float_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.7806537Z test_schema_correctness_float_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7806709Z test_schema_correctness_float_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.7806877Z test_schema_correctness_float_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.7807136Z test_schema_correctness_float_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7807305Z test_schema_correctness_float_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7807474Z test_schema_correctness_float_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7807641Z test_schema_correctness_float_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7807801Z test_schema_correctness_float_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7807970Z test_schema_correctness_float_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7808139Z test_schema_correctness_float_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7808327Z test_schema_correctness_float_power_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7808507Z test_schema_correctness_float_power_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7808693Z test_schema_correctness_float_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7808877Z test_schema_correctness_float_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.7809060Z test_schema_correctness_float_power_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7809233Z test_schema_correctness_float_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7809400Z test_schema_correctness_float_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7809580Z test_schema_correctness_float_power_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7809759Z test_schema_correctness_float_power_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7809937Z test_schema_correctness_float_power_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7810116Z test_schema_correctness_float_power_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7810291Z test_schema_correctness_float_power_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7810467Z test_schema_correctness_floor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7810637Z test_schema_correctness_floor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7810806Z test_schema_correctness_floor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7811010Z test_schema_correctness_floor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7811207Z test_schema_correctness_floor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7811374Z test_schema_correctness_floor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7811541Z test_schema_correctness_floor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7811702Z test_schema_correctness_floor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7811887Z test_schema_correctness_floor_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7812069Z test_schema_correctness_floor_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7812249Z test_schema_correctness_floor_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7812419Z test_schema_correctness_floor_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7812593Z test_schema_correctness_floor_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7812772Z test_schema_correctness_floor_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7812949Z test_schema_correctness_floor_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7813123Z test_schema_correctness_floor_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7813298Z test_schema_correctness_floor_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7813470Z test_schema_correctness_fmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7813640Z test_schema_correctness_fmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7813814Z test_schema_correctness_fmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7813977Z test_schema_correctness_fmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7814144Z test_schema_correctness_fmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7814312Z test_schema_correctness_fmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7814479Z test_schema_correctness_fmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7814649Z test_schema_correctness_fmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7814815Z test_schema_correctness_fmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7814986Z test_schema_correctness_fmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7815158Z test_schema_correctness_fmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7815326Z test_schema_correctness_fmin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7815485Z test_schema_correctness_fmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7815654Z test_schema_correctness_fmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7815820Z test_schema_correctness_fmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7815988Z test_schema_correctness_fmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7816153Z test_schema_correctness_fmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7816320Z test_schema_correctness_fmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7816515Z test_schema_correctness_fmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7816709Z test_schema_correctness_fmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7816882Z test_schema_correctness_fmod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7817041Z test_schema_correctness_fmod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7817209Z test_schema_correctness_fmod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7817380Z test_schema_correctness_fmod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7817548Z test_schema_correctness_fmod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7817715Z test_schema_correctness_fmod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7817884Z test_schema_correctness_fmod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7818052Z test_schema_correctness_fmod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7818217Z test_schema_correctness_fmod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7818391Z test_schema_correctness_frac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7818551Z test_schema_correctness_frac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7818718Z test_schema_correctness_frac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7818884Z test_schema_correctness_frac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7819061Z test_schema_correctness_frexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7819233Z test_schema_correctness_frexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7819403Z test_schema_correctness_frexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7819570Z test_schema_correctness_frexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7819748Z test_schema_correctness_full_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7819909Z test_schema_correctness_full_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7820296Z test_schema_correctness_full_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7820478Z test_schema_correctness_full_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7820660Z test_schema_correctness_full_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7820835Z test_schema_correctness_full_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7821011Z test_schema_correctness_full_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7821188Z test_schema_correctness_full_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7821360Z test_schema_correctness_full_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7821529Z test_schema_correctness_full_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7821694Z test_schema_correctness_full_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7821871Z test_schema_correctness_full_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7822099Z test_schema_correctness_gather_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7822305Z test_schema_correctness_gather_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7822487Z test_schema_correctness_gather_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7822667Z test_schema_correctness_gather_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7822842Z test_schema_correctness_gather_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7823013Z test_schema_correctness_gather_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7823181Z test_schema_correctness_gather_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7823342Z test_schema_correctness_gather_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7823512Z test_schema_correctness_gather_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7823690Z test_schema_correctness_gather_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7823861Z test_schema_correctness_gather_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7824033Z test_schema_correctness_gather_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7824201Z test_schema_correctness_gcd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7824372Z test_schema_correctness_gcd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7824542Z test_schema_correctness_gcd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7824711Z test_schema_correctness_gcd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7824870Z test_schema_correctness_gcd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7825044Z test_schema_correctness_ge_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7825212Z test_schema_correctness_ge_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7825382Z test_schema_correctness_ge_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7825555Z test_schema_correctness_ge_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7825723Z test_schema_correctness_ge_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7825885Z test_schema_correctness_ge_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7826048Z test_schema_correctness_ge_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7826214Z test_schema_correctness_ge_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7826369Z test_schema_correctness_ge_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7826537Z test_schema_correctness_ge_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7826714Z test_schema_correctness_geqrf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.7826892Z test_schema_correctness_geqrf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.7827066Z test_schema_correctness_geqrf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.7827235Z test_schema_correctness_geqrf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.7827413Z test_schema_correctness_gradient_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-12-01T10:24:48.7827624Z test_schema_correctness_gradient_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-12-01T10:24:48.7827832Z test_schema_correctness_gradient_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:24:48.7828008Z test_schema_correctness_gradient_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-12-01T10:24:48.7828183Z test_schema_correctness_gradient_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-12-01T10:24:48.7828357Z test_schema_correctness_gradient_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-12-01T10:24:48.7828533Z test_schema_correctness_gradient_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-12-01T10:24:48.7828703Z test_schema_correctness_gradient_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-12-01T10:24:48.7828876Z test_schema_correctness_gradient_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-12-01T10:24:48.7829049Z test_schema_correctness_gradient_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.204s) 2022-12-01T10:24:48.7829221Z test_schema_correctness_gt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7829378Z test_schema_correctness_gt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7829547Z test_schema_correctness_gt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7829714Z test_schema_correctness_gt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7829883Z test_schema_correctness_gt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7830049Z test_schema_correctness_gt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7830215Z test_schema_correctness_gt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7830384Z test_schema_correctness_gt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7830553Z test_schema_correctness_gt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7830717Z test_schema_correctness_gt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7830880Z test_schema_correctness_half_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7831050Z test_schema_correctness_half_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7831228Z test_schema_correctness_half_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7831406Z test_schema_correctness_half_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7831580Z test_schema_correctness_half_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7831751Z test_schema_correctness_half_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7831919Z test_schema_correctness_half_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7832088Z test_schema_correctness_half_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7832256Z test_schema_correctness_half_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7832414Z test_schema_correctness_half_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7832580Z test_schema_correctness_half_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7832748Z test_schema_correctness_half_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7832929Z test_schema_correctness_heaviside_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7833133Z test_schema_correctness_heaviside_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7833313Z test_schema_correctness_heaviside_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7833521Z test_schema_correctness_heaviside_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7833700Z test_schema_correctness_heaviside_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7833876Z test_schema_correctness_heaviside_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7834040Z test_schema_correctness_heaviside_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7834207Z test_schema_correctness_heaviside_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7834381Z test_schema_correctness_heaviside_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7834554Z test_schema_correctness_heaviside_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7834728Z test_schema_correctness_histc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7834907Z test_schema_correctness_histc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7835076Z test_schema_correctness_histc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7835255Z test_schema_correctness_histogram_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:24:48.7835422Z test_schema_correctness_histogram_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:24:48.7835606Z test_schema_correctness_histogramdd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-12-01T10:24:48.7835785Z test_schema_correctness_histogramdd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.241s) 2022-12-01T10:24:48.7835964Z test_schema_correctness_hsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7836139Z test_schema_correctness_hsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7836320Z test_schema_correctness_hsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7836497Z test_schema_correctness_hsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7836671Z test_schema_correctness_hsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7836845Z test_schema_correctness_hsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7837006Z test_schema_correctness_hsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7837175Z test_schema_correctness_hsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7837347Z test_schema_correctness_hsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7837521Z test_schema_correctness_hsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7837690Z test_schema_correctness_hsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7837858Z test_schema_correctness_hsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7838031Z test_schema_correctness_hsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7838204Z test_schema_correctness_hstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7838374Z test_schema_correctness_hstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7838542Z test_schema_correctness_hstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7838750Z test_schema_correctness_hstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7838954Z test_schema_correctness_hstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7839128Z test_schema_correctness_hstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7839304Z test_schema_correctness_hstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7839475Z test_schema_correctness_hstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7839647Z test_schema_correctness_hstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7839814Z test_schema_correctness_hstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7839978Z test_schema_correctness_hstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7840139Z test_schema_correctness_hstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7840313Z test_schema_correctness_hstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7840488Z test_schema_correctness_hypot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7840661Z test_schema_correctness_hypot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7840828Z test_schema_correctness_hypot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7840997Z test_schema_correctness_i0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7841166Z test_schema_correctness_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7841334Z test_schema_correctness_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7841506Z test_schema_correctness_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7841664Z test_schema_correctness_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7841829Z test_schema_correctness_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7841993Z test_schema_correctness_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7842156Z test_schema_correctness_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7842317Z test_schema_correctness_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7842495Z test_schema_correctness_igamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7842670Z test_schema_correctness_igamma_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7842844Z test_schema_correctness_igamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7843016Z test_schema_correctness_igamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7843183Z test_schema_correctness_igammac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7843357Z test_schema_correctness_igammac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7843531Z test_schema_correctness_igammac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7843702Z test_schema_correctness_igammac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7843872Z test_schema_correctness_imag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7844045Z test_schema_correctness_imag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7844275Z test_schema_correctness_imag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7844480Z test_schema_correctness_index_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7844639Z test_schema_correctness_index_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7844822Z test_schema_correctness_index_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7845003Z test_schema_correctness_index_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7845184Z test_schema_correctness_index_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7845361Z test_schema_correctness_index_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7845540Z test_schema_correctness_index_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7845719Z test_schema_correctness_index_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7845894Z test_schema_correctness_index_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7846066Z test_schema_correctness_index_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7846227Z test_schema_correctness_index_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7846402Z test_schema_correctness_index_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7846572Z test_schema_correctness_index_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7846751Z test_schema_correctness_index_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7847004Z test_schema_correctness_index_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7847195Z test_schema_correctness_index_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7847379Z test_schema_correctness_index_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7847556Z test_schema_correctness_index_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7847735Z test_schema_correctness_index_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7847903Z test_schema_correctness_index_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7848078Z test_schema_correctness_index_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7848255Z test_schema_correctness_index_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7848435Z test_schema_correctness_index_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7848612Z test_schema_correctness_index_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7848787Z test_schema_correctness_index_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7848967Z test_schema_correctness_index_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7849143Z test_schema_correctness_index_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7849330Z test_schema_correctness_index_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7849501Z test_schema_correctness_index_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7849714Z test_schema_correctness_index_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7849889Z test_schema_correctness_index_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7850094Z test_schema_correctness_index_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7850267Z test_schema_correctness_index_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7850442Z test_schema_correctness_index_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7850615Z test_schema_correctness_index_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7850789Z test_schema_correctness_index_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7850961Z test_schema_correctness_index_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7851130Z test_schema_correctness_index_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7851307Z test_schema_correctness_index_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7851491Z test_schema_correctness_index_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7851672Z test_schema_correctness_index_put_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7851851Z test_schema_correctness_index_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7852030Z test_schema_correctness_index_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7852212Z test_schema_correctness_index_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7852389Z test_schema_correctness_index_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7852564Z test_schema_correctness_index_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7852725Z test_schema_correctness_index_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7852894Z test_schema_correctness_index_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7853071Z test_schema_correctness_index_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7853239Z test_schema_correctness_index_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7854013Z test_schema_correctness_index_reduce_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1008.) 2022-12-01T10:24:48.7854105Z return self.op(*args, **kwargs) 2022-12-01T10:24:48.7854174Z ok (0.024s) 2022-12-01T10:24:48.7854358Z test_schema_correctness_index_reduce_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.7854540Z test_schema_correctness_index_reduce_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.7854723Z test_schema_correctness_index_reduce_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.7854890Z test_schema_correctness_index_reduce_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.7855070Z test_schema_correctness_index_reduce_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.7855248Z test_schema_correctness_index_reduce_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.7855451Z test_schema_correctness_index_reduce_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.7855632Z test_schema_correctness_index_reduce_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.7855840Z test_schema_correctness_index_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7856018Z test_schema_correctness_index_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7856206Z test_schema_correctness_index_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7856391Z test_schema_correctness_index_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7856563Z test_schema_correctness_index_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7856744Z test_schema_correctness_index_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7856924Z test_schema_correctness_index_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7857103Z test_schema_correctness_index_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7857280Z test_schema_correctness_index_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7857456Z test_schema_correctness_index_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7857634Z test_schema_correctness_index_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7857809Z test_schema_correctness_index_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7857984Z test_schema_correctness_index_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7858147Z test_schema_correctness_inner_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:24:48.7858325Z test_schema_correctness_inner_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:24:48.7858503Z test_schema_correctness_inner_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:24:48.7858678Z test_schema_correctness_inner_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:24:48.7858847Z test_schema_correctness_inner_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:24:48.7859017Z test_schema_correctness_inner_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:24:48.7859186Z test_schema_correctness_inner_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:24:48.7859354Z test_schema_correctness_inner_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:24:48.7859525Z test_schema_correctness_inner_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:24:48.7859683Z test_schema_correctness_inner_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:24:48.7859856Z test_schema_correctness_int_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7860147Z test_schema_correctness_int_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7860325Z test_schema_correctness_int_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7860499Z test_schema_correctness_int_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7860672Z test_schema_correctness_int_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7860842Z test_schema_correctness_int_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7861012Z test_schema_correctness_int_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7861226Z test_schema_correctness_int_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7861430Z test_schema_correctness_int_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7861599Z test_schema_correctness_int_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.7861766Z test_schema_correctness_int_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7861932Z test_schema_correctness_int_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.7862112Z test_schema_correctness_isclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:24:48.7862285Z test_schema_correctness_isclose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:24:48.7862470Z test_schema_correctness_isclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:24:48.7862652Z test_schema_correctness_isclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:24:48.7862820Z test_schema_correctness_isclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:24:48.7862993Z test_schema_correctness_isclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:24:48.7863161Z test_schema_correctness_isclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:24:48.7863334Z test_schema_correctness_isclose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:24:48.7863507Z test_schema_correctness_isclose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:24:48.7863676Z test_schema_correctness_isclose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:24:48.7863851Z test_schema_correctness_isclose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:24:48.7864021Z test_schema_correctness_isclose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:24:48.7864199Z test_schema_correctness_isfinite_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7864357Z test_schema_correctness_isfinite_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7864537Z test_schema_correctness_isfinite_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7864717Z test_schema_correctness_isfinite_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7864900Z test_schema_correctness_isfinite_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7865076Z test_schema_correctness_isfinite_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7865249Z test_schema_correctness_isfinite_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7865427Z test_schema_correctness_isfinite_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7865602Z test_schema_correctness_isfinite_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:24:48.7865774Z test_schema_correctness_isfinite_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7865932Z test_schema_correctness_isfinite_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7866104Z test_schema_correctness_isfinite_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7866280Z test_schema_correctness_isfinite_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7866450Z test_schema_correctness_isin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7866648Z test_schema_correctness_isin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7866856Z test_schema_correctness_isin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7867027Z test_schema_correctness_isin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7867195Z test_schema_correctness_isin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7867361Z test_schema_correctness_isin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7867520Z test_schema_correctness_isin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7867698Z test_schema_correctness_isinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7867866Z test_schema_correctness_isinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7868045Z test_schema_correctness_isinf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7868224Z test_schema_correctness_isinf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7868398Z test_schema_correctness_isinf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7868571Z test_schema_correctness_isinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7868741Z test_schema_correctness_isinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7868910Z test_schema_correctness_isinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7869067Z test_schema_correctness_isinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7869236Z test_schema_correctness_isinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7869406Z test_schema_correctness_isinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7869574Z test_schema_correctness_isinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7869742Z test_schema_correctness_isinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7869917Z test_schema_correctness_isnan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7870087Z test_schema_correctness_isnan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7870266Z test_schema_correctness_isnan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7870431Z test_schema_correctness_isnan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7870601Z test_schema_correctness_isnan_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7870772Z test_schema_correctness_isnan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7870942Z test_schema_correctness_isnan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7871110Z test_schema_correctness_isnan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7871281Z test_schema_correctness_isnan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7871448Z test_schema_correctness_isnan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7871618Z test_schema_correctness_isnan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7871786Z test_schema_correctness_isnan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7871953Z test_schema_correctness_isneginf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7872153Z test_schema_correctness_isneginf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7872355Z test_schema_correctness_isneginf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7872532Z test_schema_correctness_isneginf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7872708Z test_schema_correctness_isneginf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7872881Z test_schema_correctness_isneginf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7873058Z test_schema_correctness_isneginf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7873227Z test_schema_correctness_isneginf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7873397Z test_schema_correctness_isneginf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7873559Z test_schema_correctness_isneginf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7873739Z test_schema_correctness_isposinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7873910Z test_schema_correctness_isposinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7874086Z test_schema_correctness_isposinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7874261Z test_schema_correctness_isposinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7874436Z test_schema_correctness_isposinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7874611Z test_schema_correctness_isposinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7874783Z test_schema_correctness_isposinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7874955Z test_schema_correctness_isposinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7875117Z test_schema_correctness_isposinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7875288Z test_schema_correctness_isposinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7875463Z test_schema_correctness_isreal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7875633Z test_schema_correctness_isreal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7875811Z test_schema_correctness_isreal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7875989Z test_schema_correctness_isreal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7876166Z test_schema_correctness_isreal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7876344Z test_schema_correctness_isreal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7876516Z test_schema_correctness_isreal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7876675Z test_schema_correctness_isreal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7876848Z test_schema_correctness_isreal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7877015Z test_schema_correctness_isreal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7877179Z test_schema_correctness_isreal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7877349Z test_schema_correctness_isreal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7877521Z test_schema_correctness_isreal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.7877727Z test_schema_correctness_istft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.419s) 2022-12-01T10:24:48.7877930Z test_schema_correctness_istft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.439s) 2022-12-01T10:24:48.7878725Z test_schema_correctness_istft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-12-01T10:24:48.7878814Z return self.op(*args, **kwargs) 2022-12-01T10:24:48.7878868Z ok (0.436s) 2022-12-01T10:24:48.7879042Z test_schema_correctness_istft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.436s) 2022-12-01T10:24:48.7879265Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:24:48.7879484Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7879709Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7879928Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7880146Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7880362Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7880582Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7880796Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7880997Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7881205Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7881418Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7881634Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7881859Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7882079Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7882307Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7882533Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7882755Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7882977Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7883211Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7883470Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7883682Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7883903Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7884238Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7884464Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7884676Z test_schema_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7884884Z test_schema_correctness_jiterator_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7885097Z test_schema_correctness_jiterator_binary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7885308Z test_schema_correctness_jiterator_binary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7885519Z test_schema_correctness_jiterator_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7885714Z test_schema_correctness_jiterator_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7885914Z test_schema_correctness_jiterator_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7886118Z test_schema_correctness_jiterator_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7886324Z test_schema_correctness_jiterator_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7886528Z test_schema_correctness_jiterator_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7886730Z test_schema_correctness_jiterator_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7886997Z test_schema_correctness_jiterator_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7887222Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7887443Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7887666Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7887886Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7888091Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7888309Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7888567Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7888813Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7889029Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7889244Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7889456Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7889669Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7889879Z test_schema_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7890084Z test_schema_correctness_jiterator_unary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7890281Z test_schema_correctness_jiterator_unary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7890485Z test_schema_correctness_jiterator_unary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7890688Z test_schema_correctness_jiterator_unary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7890892Z test_schema_correctness_jiterator_unary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7891096Z test_schema_correctness_jiterator_unary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7891298Z test_schema_correctness_jiterator_unary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7891502Z test_schema_correctness_jiterator_unary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7891703Z test_schema_correctness_jiterator_unary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7891904Z test_schema_correctness_jiterator_unary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7892105Z test_schema_correctness_jiterator_unary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:24:48.7892270Z test_schema_correctness_kron_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7892444Z test_schema_correctness_kron_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7892624Z test_schema_correctness_kron_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7892800Z test_schema_correctness_kron_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7892972Z test_schema_correctness_kron_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7893138Z test_schema_correctness_kron_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7893309Z test_schema_correctness_kron_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7893479Z test_schema_correctness_kron_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7893649Z test_schema_correctness_kron_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7893845Z test_schema_correctness_kron_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7894042Z test_schema_correctness_kron_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7894210Z test_schema_correctness_kron_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7894391Z test_schema_correctness_kthvalue_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7894570Z test_schema_correctness_kthvalue_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7894749Z test_schema_correctness_kthvalue_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7894924Z test_schema_correctness_kthvalue_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7895100Z test_schema_correctness_kthvalue_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7895273Z test_schema_correctness_kthvalue_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7895437Z test_schema_correctness_kthvalue_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7895609Z test_schema_correctness_kthvalue_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7895777Z test_schema_correctness_lcm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7895943Z test_schema_correctness_lcm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7896110Z test_schema_correctness_lcm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7896277Z test_schema_correctness_lcm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7896446Z test_schema_correctness_lcm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7896624Z test_schema_correctness_ldexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7896798Z test_schema_correctness_ldexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7896967Z test_schema_correctness_ldexp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7897148Z test_schema_correctness_ldexp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7897318Z test_schema_correctness_ldexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7897489Z test_schema_correctness_ldexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7897661Z test_schema_correctness_ldexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7897830Z test_schema_correctness_ldexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7898005Z test_schema_correctness_ldexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7898176Z test_schema_correctness_ldexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7898346Z test_schema_correctness_ldexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7898502Z test_schema_correctness_ldexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7898671Z test_schema_correctness_le_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7898838Z test_schema_correctness_le_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7899009Z test_schema_correctness_le_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7899177Z test_schema_correctness_le_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7899380Z test_schema_correctness_le_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7899550Z test_schema_correctness_le_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7899743Z test_schema_correctness_le_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7899899Z test_schema_correctness_le_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7900176Z test_schema_correctness_le_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7900345Z test_schema_correctness_le_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7900519Z test_schema_correctness_lerp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7900697Z test_schema_correctness_lerp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7900873Z test_schema_correctness_lerp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.7901048Z test_schema_correctness_lerp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7901225Z test_schema_correctness_lerp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7901403Z test_schema_correctness_lgamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7901564Z test_schema_correctness_lgamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7901742Z test_schema_correctness_lgamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7901916Z test_schema_correctness_lgamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7902091Z test_schema_correctness_lgamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7902262Z test_schema_correctness_lgamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7902429Z test_schema_correctness_lgamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7902601Z test_schema_correctness_lgamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7902771Z test_schema_correctness_lgamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7902961Z test_schema_correctness_linalg_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7903140Z test_schema_correctness_linalg_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.7903328Z test_schema_correctness_linalg_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7903512Z test_schema_correctness_linalg_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7903708Z test_schema_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7903901Z test_schema_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7904090Z test_schema_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7904276Z test_schema_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7904463Z test_schema_correctness_linalg_cond_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7904649Z test_schema_correctness_linalg_cond_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7904819Z test_schema_correctness_linalg_cond_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7905056Z test_schema_correctness_linalg_cond_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7905243Z test_schema_correctness_linalg_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7905481Z test_schema_correctness_linalg_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7905666Z test_schema_correctness_linalg_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7905850Z test_schema_correctness_linalg_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7906033Z test_schema_correctness_linalg_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7906213Z test_schema_correctness_linalg_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7906388Z test_schema_correctness_linalg_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7906559Z test_schema_correctness_linalg_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7906742Z test_schema_correctness_linalg_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7906919Z test_schema_correctness_linalg_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7907102Z test_schema_correctness_linalg_det_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7907286Z test_schema_correctness_linalg_det_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7907464Z test_schema_correctness_linalg_det_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7907642Z test_schema_correctness_linalg_det_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7907840Z test_schema_correctness_linalg_det_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.7908035Z test_schema_correctness_linalg_det_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.7908215Z test_schema_correctness_linalg_det_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.7908405Z test_schema_correctness_linalg_det_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.7908588Z test_schema_correctness_linalg_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7908769Z test_schema_correctness_linalg_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7908948Z test_schema_correctness_linalg_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7909128Z test_schema_correctness_linalg_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7909320Z test_schema_correctness_linalg_eigh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7909507Z test_schema_correctness_linalg_eigh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7909688Z test_schema_correctness_linalg_eigh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7909855Z test_schema_correctness_linalg_eigh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7910044Z test_schema_correctness_linalg_eigvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7910233Z test_schema_correctness_linalg_eigvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7910421Z test_schema_correctness_linalg_eigvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7910635Z test_schema_correctness_linalg_eigvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7910852Z test_schema_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7911041Z test_schema_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7911227Z test_schema_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7911410Z test_schema_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7911613Z test_schema_correctness_linalg_householder_product_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7911803Z test_schema_correctness_linalg_householder_product_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7912003Z test_schema_correctness_linalg_householder_product_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7912205Z test_schema_correctness_linalg_householder_product_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7912389Z test_schema_correctness_linalg_inv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7912570Z test_schema_correctness_linalg_inv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7912748Z test_schema_correctness_linalg_inv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7912930Z test_schema_correctness_linalg_inv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7913116Z test_schema_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7913299Z test_schema_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7913470Z test_schema_correctness_linalg_inv_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7913652Z test_schema_correctness_linalg_inv_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7913845Z test_schema_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7914036Z test_schema_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7914222Z test_schema_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7914408Z test_schema_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7914600Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7914794Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7914984Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7915156Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7915340Z test_schema_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7915527Z test_schema_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7915711Z test_schema_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7915895Z test_schema_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:24:48.7916111Z test_schema_correctness_linalg_lstsq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.7916323Z test_schema_correctness_linalg_lstsq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:24:48.7916505Z test_schema_correctness_linalg_lstsq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:24:48.7916684Z test_schema_correctness_linalg_lstsq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:24:48.7916885Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:24:48.7917075Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.7917271Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:24:48.7917465Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.7917648Z test_schema_correctness_linalg_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.7917829Z test_schema_correctness_linalg_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7918007Z test_schema_correctness_linalg_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7918185Z test_schema_correctness_linalg_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7918378Z test_schema_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:24:48.7918566Z test_schema_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7918741Z test_schema_correctness_linalg_lu_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7918931Z test_schema_correctness_linalg_lu_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7919122Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.7919310Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7919496Z test_schema_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7919681Z test_schema_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.7919868Z test_schema_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-12-01T10:24:48.7920052Z test_schema_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-12-01T10:24:48.7920239Z test_schema_correctness_linalg_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-12-01T10:24:48.7920411Z test_schema_correctness_linalg_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:24:48.7920595Z test_schema_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:24:48.7920787Z test_schema_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-12-01T10:24:48.7920976Z test_schema_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:24:48.7921161Z test_schema_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:24:48.7921348Z test_schema_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-12-01T10:24:48.7921568Z test_schema_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:24:48.7921788Z test_schema_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:24:48.7921976Z test_schema_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.259s) 2022-12-01T10:24:48.7922163Z test_schema_correctness_linalg_matrix_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.193s) 2022-12-01T10:24:48.7922339Z test_schema_correctness_linalg_matrix_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.190s) 2022-12-01T10:24:48.7922527Z test_schema_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.615s) 2022-12-01T10:24:48.7922715Z test_schema_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.300s) 2022-12-01T10:24:48.7922904Z test_schema_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.363s) 2022-12-01T10:24:48.7923091Z test_schema_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.239s) 2022-12-01T10:24:48.7923292Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.671s) 2022-12-01T10:24:48.7923492Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.479s) 2022-12-01T10:24:48.7923689Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.633s) 2022-12-01T10:24:48.7923885Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.485s) 2022-12-01T10:24:48.7924061Z test_schema_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7924250Z test_schema_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7924440Z test_schema_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7924626Z test_schema_correctness_linalg_multi_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7924808Z test_schema_correctness_linalg_multi_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7924988Z test_schema_correctness_linalg_multi_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7925170Z test_schema_correctness_linalg_multi_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7925352Z test_schema_correctness_linalg_multi_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7925537Z test_schema_correctness_linalg_multi_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7925721Z test_schema_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7925891Z test_schema_correctness_linalg_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:24:48.7926072Z test_schema_correctness_linalg_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-12-01T10:24:48.7926253Z test_schema_correctness_linalg_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:24:48.7926432Z test_schema_correctness_linalg_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:24:48.7926607Z test_schema_correctness_linalg_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:24:48.7926786Z test_schema_correctness_linalg_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:24:48.7927138Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:24:48.7927400Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:24:48.7927609Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:24:48.7927801Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:24:48.7928007Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:24:48.7928209Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:24:48.7928396Z test_schema_correctness_linalg_pinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.321s) 2022-12-01T10:24:48.7928579Z test_schema_correctness_linalg_pinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.330s) 2022-12-01T10:24:48.7928762Z test_schema_correctness_linalg_pinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.340s) 2022-12-01T10:24:48.7928943Z test_schema_correctness_linalg_pinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.334s) 2022-12-01T10:24:48.7929144Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7929338Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7929531Z test_schema_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7929704Z test_schema_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7929970Z test_schema_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:24:48.7930233Z test_schema_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:24:48.7930487Z test_schema_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:24:48.7930732Z test_schema_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:24:48.7930915Z test_schema_correctness_linalg_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.7931099Z test_schema_correctness_linalg_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.7931281Z test_schema_correctness_linalg_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.7931459Z test_schema_correctness_linalg_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.7931648Z test_schema_correctness_linalg_slogdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7931823Z test_schema_correctness_linalg_slogdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7932007Z test_schema_correctness_linalg_slogdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7932188Z test_schema_correctness_linalg_slogdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7932375Z test_schema_correctness_linalg_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.7932590Z test_schema_correctness_linalg_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.7932803Z test_schema_correctness_linalg_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.7932983Z test_schema_correctness_linalg_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.7933171Z test_schema_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.7933357Z test_schema_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.7933529Z test_schema_correctness_linalg_solve_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7933711Z test_schema_correctness_linalg_solve_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7933911Z test_schema_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.231s) 2022-12-01T10:24:48.7934110Z test_schema_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-12-01T10:24:48.7934306Z test_schema_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:24:48.7934493Z test_schema_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:24:48.7934677Z test_schema_correctness_linalg_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.182s) 2022-12-01T10:24:48.7934859Z test_schema_correctness_linalg_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-12-01T10:24:48.7935043Z test_schema_correctness_linalg_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-12-01T10:24:48.7935214Z test_schema_correctness_linalg_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.288s) 2022-12-01T10:24:48.7935404Z test_schema_correctness_linalg_svdvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.7935590Z test_schema_correctness_linalg_svdvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:24:48.7935773Z test_schema_correctness_linalg_svdvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7935955Z test_schema_correctness_linalg_svdvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:24:48.7936146Z test_schema_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7936334Z test_schema_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7936522Z test_schema_correctness_linalg_tensorinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7936707Z test_schema_correctness_linalg_tensorinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.7936901Z test_schema_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-12-01T10:24:48.7937081Z test_schema_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:24:48.7937269Z test_schema_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:24:48.7937457Z test_schema_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:24:48.7937642Z test_schema_correctness_linalg_vander_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:24:48.7937827Z test_schema_correctness_linalg_vander_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.7938036Z test_schema_correctness_linalg_vander_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.7938245Z test_schema_correctness_linalg_vander_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.7938424Z test_schema_correctness_linalg_vander_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.7938603Z test_schema_correctness_linalg_vander_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:24:48.7938769Z test_schema_correctness_linalg_vander_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:24:48.7938949Z test_schema_correctness_linalg_vander_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:24:48.7939126Z test_schema_correctness_linalg_vander_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:24:48.7939316Z test_schema_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:24:48.7939523Z test_schema_correctness_linalg_vecdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7939724Z test_schema_correctness_linalg_vecdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.7939908Z test_schema_correctness_linalg_vecdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:24:48.7940205Z test_schema_correctness_linalg_vecdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:24:48.7940396Z test_schema_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.286s) 2022-12-01T10:24:48.7940575Z test_schema_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.291s) 2022-12-01T10:24:48.7940770Z test_schema_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.290s) 2022-12-01T10:24:48.7940961Z test_schema_correctness_linalg_vector_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.303s) 2022-12-01T10:24:48.7941150Z test_schema_correctness_linalg_vector_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.332s) 2022-12-01T10:24:48.7941337Z test_schema_correctness_linalg_vector_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.301s) 2022-12-01T10:24:48.7941516Z test_schema_correctness_linspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.308s) 2022-12-01T10:24:48.7941699Z test_schema_correctness_linspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.269s) 2022-12-01T10:24:48.7941884Z test_schema_correctness_linspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.208s) 2022-12-01T10:24:48.7942069Z test_schema_correctness_linspace_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.206s) 2022-12-01T10:24:48.7942239Z test_schema_correctness_linspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.240s) 2022-12-01T10:24:48.7942415Z test_schema_correctness_linspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.200s) 2022-12-01T10:24:48.7942589Z test_schema_correctness_linspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.201s) 2022-12-01T10:24:48.7942762Z test_schema_correctness_linspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.254s) 2022-12-01T10:24:48.7942931Z test_schema_correctness_linspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.240s) 2022-12-01T10:24:48.7943107Z test_schema_correctness_linspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.273s) 2022-12-01T10:24:48.7943285Z test_schema_correctness_linspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-12-01T10:24:48.7943458Z test_schema_correctness_log10_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7943678Z test_schema_correctness_log10_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7943891Z test_schema_correctness_log10_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7944067Z test_schema_correctness_log10_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7944242Z test_schema_correctness_log10_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7944413Z test_schema_correctness_log10_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7944585Z test_schema_correctness_log10_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7944754Z test_schema_correctness_log10_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7944924Z test_schema_correctness_log10_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7945097Z test_schema_correctness_log10_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7945268Z test_schema_correctness_log10_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7945432Z test_schema_correctness_log1p_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7945603Z test_schema_correctness_log1p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7945777Z test_schema_correctness_log1p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7945950Z test_schema_correctness_log1p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7946121Z test_schema_correctness_log1p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7946292Z test_schema_correctness_log1p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7946460Z test_schema_correctness_log1p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7946632Z test_schema_correctness_log1p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7946799Z test_schema_correctness_log1p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7946963Z test_schema_correctness_log2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7947130Z test_schema_correctness_log2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.7947305Z test_schema_correctness_log2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7947478Z test_schema_correctness_log2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7947650Z test_schema_correctness_log2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7947820Z test_schema_correctness_log2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7947989Z test_schema_correctness_log2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7948160Z test_schema_correctness_log2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7948328Z test_schema_correctness_log2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7948484Z test_schema_correctness_log2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7948650Z test_schema_correctness_log2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7948825Z test_schema_correctness_log_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.7948991Z test_schema_correctness_log_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7949197Z test_schema_correctness_log_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7949401Z test_schema_correctness_log_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7949571Z test_schema_correctness_log_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7949740Z test_schema_correctness_log_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7949896Z test_schema_correctness_log_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7950065Z test_schema_correctness_log_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7950231Z test_schema_correctness_log_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7950396Z test_schema_correctness_log_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7950562Z test_schema_correctness_log_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7950747Z test_schema_correctness_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7950930Z test_schema_correctness_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.7951109Z test_schema_correctness_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7951299Z test_schema_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-12-01T10:24:48.7951472Z test_schema_correctness_log_softmax_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:24:48.7951664Z test_schema_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:24:48.7951856Z test_schema_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.7952049Z test_schema_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-12-01T10:24:48.7952238Z test_schema_correctness_log_softmax_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:24:48.7952426Z test_schema_correctness_log_softmax_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-12-01T10:24:48.7952611Z test_schema_correctness_log_softmax_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7952794Z test_schema_correctness_log_softmax_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:24:48.7952976Z test_schema_correctness_log_softmax_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:24:48.7953155Z test_schema_correctness_log_softmax_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:24:48.7953331Z test_schema_correctness_log_softmax_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:24:48.7953515Z test_schema_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:24:48.7953696Z test_schema_correctness_logaddexp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7953875Z test_schema_correctness_logaddexp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7954057Z test_schema_correctness_logaddexp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7954238Z test_schema_correctness_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7954419Z test_schema_correctness_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7954633Z test_schema_correctness_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7954853Z test_schema_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7955026Z test_schema_correctness_logcumsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7955208Z test_schema_correctness_logcumsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7955390Z test_schema_correctness_logdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7955573Z test_schema_correctness_logdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7955752Z test_schema_correctness_logdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-12-01T10:24:48.7955922Z test_schema_correctness_logdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:24:48.7956107Z test_schema_correctness_logical_and_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7956290Z test_schema_correctness_logical_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7956476Z test_schema_correctness_logical_and_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7956649Z test_schema_correctness_logical_and_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7956831Z test_schema_correctness_logical_and_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7957017Z test_schema_correctness_logical_and_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7957195Z test_schema_correctness_logical_and_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7957377Z test_schema_correctness_logical_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7957554Z test_schema_correctness_logical_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7957734Z test_schema_correctness_logical_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7957916Z test_schema_correctness_logical_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7958092Z test_schema_correctness_logical_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7958262Z test_schema_correctness_logical_not_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7958439Z test_schema_correctness_logical_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7958623Z test_schema_correctness_logical_not_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7958809Z test_schema_correctness_logical_not_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7958992Z test_schema_correctness_logical_not_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7959170Z test_schema_correctness_logical_not_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.7959348Z test_schema_correctness_logical_not_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7959524Z test_schema_correctness_logical_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7959697Z test_schema_correctness_logical_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7959856Z test_schema_correctness_logical_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7960033Z test_schema_correctness_logical_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7960245Z test_schema_correctness_logical_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7960451Z test_schema_correctness_logical_or_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7960628Z test_schema_correctness_logical_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7960810Z test_schema_correctness_logical_or_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7960995Z test_schema_correctness_logical_or_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7961175Z test_schema_correctness_logical_or_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7961354Z test_schema_correctness_logical_or_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7961522Z test_schema_correctness_logical_or_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7961703Z test_schema_correctness_logical_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7961879Z test_schema_correctness_logical_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7962052Z test_schema_correctness_logical_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7962228Z test_schema_correctness_logical_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7962404Z test_schema_correctness_logical_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7962586Z test_schema_correctness_logical_xor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7962761Z test_schema_correctness_logical_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7962947Z test_schema_correctness_logical_xor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7963123Z test_schema_correctness_logical_xor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7963302Z test_schema_correctness_logical_xor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7963478Z test_schema_correctness_logical_xor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7963658Z test_schema_correctness_logical_xor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7963836Z test_schema_correctness_logical_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7964013Z test_schema_correctness_logical_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7964190Z test_schema_correctness_logical_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7964368Z test_schema_correctness_logical_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7964544Z test_schema_correctness_logical_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7964709Z test_schema_correctness_logit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7964880Z test_schema_correctness_logit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7965053Z test_schema_correctness_logit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.7965227Z test_schema_correctness_logit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7965397Z test_schema_correctness_logit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7965568Z test_schema_correctness_logit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7965767Z test_schema_correctness_logit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7965964Z test_schema_correctness_logit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7966120Z test_schema_correctness_logit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.7966300Z test_schema_correctness_logspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.878s) 2022-12-01T10:24:48.7966482Z test_schema_correctness_logspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.538s) 2022-12-01T10:24:48.7966661Z test_schema_correctness_logspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.668s) 2022-12-01T10:24:48.7966838Z test_schema_correctness_logspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.199s) 2022-12-01T10:24:48.7967101Z test_schema_correctness_logspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.266s) 2022-12-01T10:24:48.7967283Z test_schema_correctness_logspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.965s) 2022-12-01T10:24:48.7967459Z test_schema_correctness_logspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.440s) 2022-12-01T10:24:48.7967632Z test_schema_correctness_logspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.915s) 2022-12-01T10:24:48.7967796Z test_schema_correctness_logspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.606s) 2022-12-01T10:24:48.7967973Z test_schema_correctness_logspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.474s) 2022-12-01T10:24:48.7968154Z test_schema_correctness_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7968326Z test_schema_correctness_logsumexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7968507Z test_schema_correctness_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.7968688Z test_schema_correctness_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.7968866Z test_schema_correctness_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7969037Z test_schema_correctness_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7969204Z test_schema_correctness_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7969368Z test_schema_correctness_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7969537Z test_schema_correctness_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7969710Z test_schema_correctness_long_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:24:48.7969884Z test_schema_correctness_long_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:24:48.7970063Z test_schema_correctness_long_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:24:48.7970240Z test_schema_correctness_long_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7970410Z test_schema_correctness_long_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:24:48.7970585Z test_schema_correctness_long_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:24:48.7970754Z test_schema_correctness_long_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:24:48.7970909Z test_schema_correctness_long_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:24:48.7971080Z test_schema_correctness_long_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:24:48.7971285Z test_schema_correctness_long_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:24:48.7971480Z test_schema_correctness_long_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.7971649Z test_schema_correctness_long_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:24:48.7971817Z test_schema_correctness_long_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:24:48.7971988Z test_schema_correctness_lt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7972156Z test_schema_correctness_lt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7972325Z test_schema_correctness_lt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7972482Z test_schema_correctness_lt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7972655Z test_schema_correctness_lt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7972824Z test_schema_correctness_lt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7972990Z test_schema_correctness_lt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7973156Z test_schema_correctness_lt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7973321Z test_schema_correctness_lt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7973486Z test_schema_correctness_lt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7974126Z test_schema_correctness_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:24:48.7974230Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:24:48.7974301Z should be replaced with 2022-12-01T10:24:48.7974423Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:24:48.7974483Z and 2022-12-01T10:24:48.7974608Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:24:48.7974688Z should be replaced with 2022-12-01T10:24:48.7974938Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T10:24:48.7975075Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:24:48.7975130Z ok (0.041s) 2022-12-01T10:24:48.7975310Z test_schema_correctness_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.7975482Z test_schema_correctness_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:24:48.7975656Z test_schema_correctness_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:24:48.7976234Z test_schema_correctness_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:24:48.7976362Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:24:48.7976453Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:24:48.7976534Z should be replaced with 2022-12-01T10:24:48.7976760Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T10:24:48.7976836Z return self.op(*args, **kwargs) 2022-12-01T10:24:48.7976901Z ok (0.043s) 2022-12-01T10:24:48.7977084Z test_schema_correctness_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.7977295Z test_schema_correctness_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:24:48.7977511Z test_schema_correctness_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:24:48.7977695Z test_schema_correctness_lu_unpack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.7977883Z test_schema_correctness_lu_unpack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.7978062Z test_schema_correctness_lu_unpack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7978236Z test_schema_correctness_lu_unpack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.7978397Z test_schema_correctness_mH_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7978564Z test_schema_correctness_mH_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7978742Z test_schema_correctness_mH_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.7978919Z test_schema_correctness_mH_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7979091Z test_schema_correctness_mH_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7979260Z test_schema_correctness_mH_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7979431Z test_schema_correctness_mH_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7979602Z test_schema_correctness_mH_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7979760Z test_schema_correctness_mH_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7979928Z test_schema_correctness_mH_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7980241Z test_schema_correctness_mH_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7980416Z test_schema_correctness_mH_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7980586Z test_schema_correctness_mH_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7980759Z test_schema_correctness_mT_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7980927Z test_schema_correctness_mT_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7981104Z test_schema_correctness_mT_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.7981278Z test_schema_correctness_mT_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7981435Z test_schema_correctness_mT_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7981609Z test_schema_correctness_mT_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7981781Z test_schema_correctness_mT_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7981950Z test_schema_correctness_mT_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7982117Z test_schema_correctness_mT_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7982285Z test_schema_correctness_mT_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7982453Z test_schema_correctness_mT_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7982620Z test_schema_correctness_mT_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7982785Z test_schema_correctness_mT_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.7983017Z test_schema_correctness_masked_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-12-01T10:24:48.7983249Z test_schema_correctness_masked_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.274s) 2022-12-01T10:24:48.7983430Z test_schema_correctness_masked_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.275s) 2022-12-01T10:24:48.7983608Z test_schema_correctness_masked_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.267s) 2022-12-01T10:24:48.7983790Z test_schema_correctness_masked_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.242s) 2022-12-01T10:24:48.7983973Z test_schema_correctness_masked_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-12-01T10:24:48.7984151Z test_schema_correctness_masked_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.232s) 2022-12-01T10:24:48.7984332Z test_schema_correctness_masked_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.232s) 2022-12-01T10:24:48.7984515Z test_schema_correctness_masked_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.232s) 2022-12-01T10:24:48.7984689Z test_schema_correctness_masked_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.249s) 2022-12-01T10:24:48.7984871Z test_schema_correctness_masked_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:24:48.7985049Z test_schema_correctness_masked_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:24:48.7985228Z test_schema_correctness_masked_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-12-01T10:24:48.7985406Z test_schema_correctness_masked_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-12-01T10:24:48.7985582Z test_schema_correctness_masked_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-12-01T10:24:48.7985762Z test_schema_correctness_masked_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-12-01T10:24:48.7985939Z test_schema_correctness_masked_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-12-01T10:24:48.7986118Z test_schema_correctness_masked_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-12-01T10:24:48.7986291Z test_schema_correctness_masked_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:24:48.7986475Z test_schema_correctness_masked_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-12-01T10:24:48.7986658Z test_schema_correctness_masked_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-12-01T10:24:48.7986837Z test_schema_correctness_masked_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:24:48.7987017Z test_schema_correctness_masked_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-12-01T10:24:48.7987194Z test_schema_correctness_masked_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-12-01T10:24:48.7987377Z test_schema_correctness_masked_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.7987561Z test_schema_correctness_masked_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-12-01T10:24:48.7987745Z test_schema_correctness_masked_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-12-01T10:24:48.7987918Z test_schema_correctness_masked_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-12-01T10:24:48.7988101Z test_schema_correctness_masked_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-12-01T10:24:48.7988282Z test_schema_correctness_masked_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:24:48.7988498Z test_schema_correctness_masked_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:24:48.7988709Z test_schema_correctness_masked_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:24:48.7988887Z test_schema_correctness_masked_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:24:48.7989061Z test_schema_correctness_masked_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-12-01T10:24:48.7989243Z test_schema_correctness_masked_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:24:48.7989423Z test_schema_correctness_masked_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:24:48.7989599Z test_schema_correctness_masked_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7989789Z test_schema_correctness_masked_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.7989980Z test_schema_correctness_masked_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.7990169Z test_schema_correctness_masked_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7990354Z test_schema_correctness_masked_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7990536Z test_schema_correctness_masked_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7990720Z test_schema_correctness_masked_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7990903Z test_schema_correctness_masked_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7991082Z test_schema_correctness_masked_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.7991252Z test_schema_correctness_masked_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7991444Z test_schema_correctness_masked_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7991631Z test_schema_correctness_masked_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:24:48.7991816Z test_schema_correctness_masked_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:24:48.7992000Z test_schema_correctness_masked_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7992180Z test_schema_correctness_masked_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.7992360Z test_schema_correctness_masked_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.7992539Z test_schema_correctness_masked_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.7992717Z test_schema_correctness_masked_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.7992889Z test_schema_correctness_masked_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7993066Z test_schema_correctness_masked_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.7993248Z test_schema_correctness_masked_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7993426Z test_schema_correctness_masked_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7993610Z test_schema_correctness_masked_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7993792Z test_schema_correctness_masked_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.7994008Z test_schema_correctness_masked_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7994190Z test_schema_correctness_masked_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7994395Z test_schema_correctness_masked_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.7994557Z test_schema_correctness_masked_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7994736Z test_schema_correctness_masked_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7994912Z test_schema_correctness_masked_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7995091Z test_schema_correctness_masked_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7995267Z test_schema_correctness_masked_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.7995447Z test_schema_correctness_masked_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.7995639Z test_schema_correctness_masked_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.7995828Z test_schema_correctness_masked_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.7996020Z test_schema_correctness_masked_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.7996199Z test_schema_correctness_masked_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.7996387Z test_schema_correctness_masked_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.7996575Z test_schema_correctness_masked_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.7996765Z test_schema_correctness_masked_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.249s) 2022-12-01T10:24:48.7997040Z test_schema_correctness_masked_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-12-01T10:24:48.7997323Z test_schema_correctness_masked_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.265s) 2022-12-01T10:24:48.7997513Z test_schema_correctness_masked_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.310s) 2022-12-01T10:24:48.7997697Z test_schema_correctness_masked_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.238s) 2022-12-01T10:24:48.7997883Z test_schema_correctness_masked_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.289s) 2022-12-01T10:24:48.7998068Z test_schema_correctness_masked_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.214s) 2022-12-01T10:24:48.7998240Z test_schema_correctness_masked_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.367s) 2022-12-01T10:24:48.7998426Z test_schema_correctness_masked_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.220s) 2022-12-01T10:24:48.7998607Z test_schema_correctness_masked_mean_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.906s) 2022-12-01T10:24:48.7998793Z test_schema_correctness_masked_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.136s) 2022-12-01T10:24:48.7998975Z test_schema_correctness_masked_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.841s) 2022-12-01T10:24:48.7999225Z test_schema_correctness_masked_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.232s) 2022-12-01T10:24:48.7999418Z test_schema_correctness_masked_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.327s) 2022-12-01T10:24:48.7999600Z test_schema_correctness_masked_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.308s) 2022-12-01T10:24:48.7999820Z test_schema_correctness_masked_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.113s) 2022-12-01T10:24:48.8000016Z test_schema_correctness_masked_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.044s) 2022-12-01T10:24:48.8000194Z test_schema_correctness_masked_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.950s) 2022-12-01T10:24:48.8000374Z test_schema_correctness_masked_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.081s) 2022-12-01T10:24:48.8000550Z test_schema_correctness_masked_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.884s) 2022-12-01T10:24:48.8000736Z test_schema_correctness_masked_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8000918Z test_schema_correctness_masked_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8001102Z test_schema_correctness_masked_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8001286Z test_schema_correctness_masked_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.281s) 2022-12-01T10:24:48.8001469Z test_schema_correctness_masked_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.017s) 2022-12-01T10:24:48.8001633Z test_schema_correctness_masked_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.371s) 2022-12-01T10:24:48.8001810Z test_schema_correctness_masked_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.238s) 2022-12-01T10:24:48.8001999Z test_schema_correctness_masked_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.571s) 2022-12-01T10:24:48.8002191Z test_schema_correctness_masked_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.599s) 2022-12-01T10:24:48.8002385Z test_schema_correctness_masked_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.732s) 2022-12-01T10:24:48.8002573Z test_schema_correctness_masked_normalize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.538s) 2022-12-01T10:24:48.8002761Z test_schema_correctness_masked_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.596s) 2022-12-01T10:24:48.8002947Z test_schema_correctness_masked_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.575s) 2022-12-01T10:24:48.8003127Z test_schema_correctness_masked_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.275s) 2022-12-01T10:24:48.8003303Z test_schema_correctness_masked_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.211s) 2022-12-01T10:24:48.8003486Z test_schema_correctness_masked_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-12-01T10:24:48.8003665Z test_schema_correctness_masked_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-12-01T10:24:48.8003843Z test_schema_correctness_masked_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.239s) 2022-12-01T10:24:48.8004024Z test_schema_correctness_masked_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.236s) 2022-12-01T10:24:48.8004200Z test_schema_correctness_masked_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.312s) 2022-12-01T10:24:48.8004379Z test_schema_correctness_masked_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.208s) 2022-12-01T10:24:48.8004558Z test_schema_correctness_masked_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.270s) 2022-12-01T10:24:48.8004736Z test_schema_correctness_masked_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.206s) 2022-12-01T10:24:48.8004910Z test_schema_correctness_masked_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8005093Z test_schema_correctness_masked_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8005317Z test_schema_correctness_masked_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8005539Z test_schema_correctness_masked_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8005725Z test_schema_correctness_masked_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8005912Z test_schema_correctness_masked_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8006096Z test_schema_correctness_masked_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8006281Z test_schema_correctness_masked_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8006463Z test_schema_correctness_masked_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8006629Z test_schema_correctness_masked_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8006811Z test_schema_correctness_masked_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8007077Z test_schema_correctness_masked_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8007267Z test_schema_correctness_masked_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8007449Z test_schema_correctness_masked_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8007637Z test_schema_correctness_masked_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8007826Z test_schema_correctness_masked_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8008009Z test_schema_correctness_masked_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8008244Z test_schema_correctness_masked_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8008436Z test_schema_correctness_masked_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8008617Z test_schema_correctness_masked_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8008800Z test_schema_correctness_masked_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8008975Z test_schema_correctness_masked_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8009156Z test_schema_correctness_masked_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8009335Z test_schema_correctness_masked_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8009521Z test_schema_correctness_masked_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8009709Z test_schema_correctness_masked_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8009895Z test_schema_correctness_masked_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8010069Z test_schema_correctness_masked_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8010249Z test_schema_correctness_masked_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8010432Z test_schema_correctness_masked_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8010610Z test_schema_correctness_masked_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (7.449s) 2022-12-01T10:24:48.8010811Z test_schema_correctness_masked_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.8011056Z test_schema_correctness_masked_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.8011266Z test_schema_correctness_masked_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (7.601s) 2022-12-01T10:24:48.8011446Z test_schema_correctness_masked_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (7.111s) 2022-12-01T10:24:48.8011622Z test_schema_correctness_masked_std_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (7.216s) 2022-12-01T10:24:48.8011800Z test_schema_correctness_masked_std_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.448s) 2022-12-01T10:24:48.8011966Z test_schema_correctness_masked_std_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (7.257s) 2022-12-01T10:24:48.8012141Z test_schema_correctness_masked_std_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.119s) 2022-12-01T10:24:48.8012318Z test_schema_correctness_masked_std_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.673s) 2022-12-01T10:24:48.8012500Z test_schema_correctness_masked_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-12-01T10:24:48.8012680Z test_schema_correctness_masked_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:24:48.8012862Z test_schema_correctness_masked_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-12-01T10:24:48.8013048Z test_schema_correctness_masked_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.147s) 2022-12-01T10:24:48.8013228Z test_schema_correctness_masked_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-12-01T10:24:48.8013404Z test_schema_correctness_masked_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-12-01T10:24:48.8013571Z test_schema_correctness_masked_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-12-01T10:24:48.8013750Z test_schema_correctness_masked_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:24:48.8013928Z test_schema_correctness_masked_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:24:48.8014106Z test_schema_correctness_masked_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:24:48.8014279Z test_schema_correctness_masked_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:24:48.8014451Z test_schema_correctness_masked_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:24:48.8014633Z test_schema_correctness_masked_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.370s) 2022-12-01T10:24:48.8014835Z test_schema_correctness_masked_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:24:48.8015036Z test_schema_correctness_masked_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.8015206Z test_schema_correctness_masked_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.348s) 2022-12-01T10:24:48.8015386Z test_schema_correctness_masked_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.325s) 2022-12-01T10:24:48.8015563Z test_schema_correctness_masked_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.302s) 2022-12-01T10:24:48.8015738Z test_schema_correctness_masked_var_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.479s) 2022-12-01T10:24:48.8015913Z test_schema_correctness_masked_var_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.489s) 2022-12-01T10:24:48.8016084Z test_schema_correctness_masked_var_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.481s) 2022-12-01T10:24:48.8016260Z test_schema_correctness_masked_var_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.487s) 2022-12-01T10:24:48.8016433Z test_schema_correctness_masked_var_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.484s) 2022-12-01T10:24:48.8016671Z test_schema_correctness_matmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:24:48.8016864Z test_schema_correctness_matmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:24:48.8017043Z test_schema_correctness_matmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:24:48.8017218Z test_schema_correctness_matmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:24:48.8017389Z test_schema_correctness_matmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:24:48.8017562Z test_schema_correctness_matmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:24:48.8017730Z test_schema_correctness_matmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:24:48.8017903Z test_schema_correctness_matmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:24:48.8018079Z test_schema_correctness_matmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:24:48.8018254Z test_schema_correctness_matmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:24:48.8018422Z test_schema_correctness_matrix_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8018607Z test_schema_correctness_matrix_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8018791Z test_schema_correctness_matrix_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8018971Z test_schema_correctness_matrix_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8019150Z test_schema_correctness_matrix_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8019335Z test_schema_correctness_max_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8019518Z test_schema_correctness_max_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8019697Z test_schema_correctness_max_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8019876Z test_schema_correctness_max_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8020163Z test_schema_correctness_max_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8020342Z test_schema_correctness_max_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8020517Z test_schema_correctness_max_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8020688Z test_schema_correctness_max_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8020865Z test_schema_correctness_max_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8021048Z test_schema_correctness_max_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8021243Z test_schema_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8021433Z test_schema_correctness_max_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8021624Z test_schema_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8021797Z test_schema_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8021980Z test_schema_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8022235Z test_schema_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8022470Z test_schema_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8022659Z test_schema_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8022845Z test_schema_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8023036Z test_schema_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8023231Z test_schema_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8023420Z test_schema_correctness_max_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8023602Z test_schema_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8023793Z test_schema_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8023987Z test_schema_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8024177Z test_schema_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8024366Z test_schema_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8024551Z test_schema_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8024740Z test_schema_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8024934Z test_schema_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8025111Z test_schema_correctness_maximum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8025276Z test_schema_correctness_maximum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8025455Z test_schema_correctness_maximum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8025631Z test_schema_correctness_maximum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8025802Z test_schema_correctness_maximum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8025977Z test_schema_correctness_maximum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8026147Z test_schema_correctness_maximum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8026320Z test_schema_correctness_maximum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8026494Z test_schema_correctness_maximum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8026667Z test_schema_correctness_maximum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8026824Z test_schema_correctness_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8027003Z test_schema_correctness_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8027178Z test_schema_correctness_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8027352Z test_schema_correctness_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8027522Z test_schema_correctness_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8027727Z test_schema_correctness_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8027933Z test_schema_correctness_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8028109Z test_schema_correctness_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8028285Z test_schema_correctness_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8028446Z test_schema_correctness_median_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8028613Z test_schema_correctness_median_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8028777Z test_schema_correctness_median_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8028949Z test_schema_correctness_median_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8029122Z test_schema_correctness_median_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8029322Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8029515Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8029715Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.8029915Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.8030099Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8030295Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8030490Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8030683Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8030870Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8031052Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8031243Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8031433Z test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8031631Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8031820Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8032010Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.8032213Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.8032409Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8032609Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8032803Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8032999Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8033216Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8033432Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8033625Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8033808Z test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8033989Z test_schema_correctness_min_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8034165Z test_schema_correctness_min_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8034344Z test_schema_correctness_min_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8034526Z test_schema_correctness_min_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8034706Z test_schema_correctness_min_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8034883Z test_schema_correctness_min_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8035060Z test_schema_correctness_min_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8035234Z test_schema_correctness_min_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8035398Z test_schema_correctness_min_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8035570Z test_schema_correctness_min_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8035762Z test_schema_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8035952Z test_schema_correctness_min_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8036144Z test_schema_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8036336Z test_schema_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8036522Z test_schema_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8036708Z test_schema_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8036895Z test_schema_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8037081Z test_schema_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8037257Z test_schema_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8037447Z test_schema_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8037640Z test_schema_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8037829Z test_schema_correctness_min_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8038020Z test_schema_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8038207Z test_schema_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8038392Z test_schema_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8038613Z test_schema_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8038824Z test_schema_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8038995Z test_schema_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8039180Z test_schema_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8039369Z test_schema_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8039545Z test_schema_correctness_minimum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8039719Z test_schema_correctness_minimum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8039894Z test_schema_correctness_minimum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8040066Z test_schema_correctness_minimum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8040242Z test_schema_correctness_minimum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8040420Z test_schema_correctness_minimum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8040579Z test_schema_correctness_minimum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8040746Z test_schema_correctness_minimum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8040917Z test_schema_correctness_minimum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8041090Z test_schema_correctness_minimum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8041262Z test_schema_correctness_mm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8041455Z test_schema_correctness_mm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.8041648Z test_schema_correctness_mm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.8041819Z test_schema_correctness_mm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8041989Z test_schema_correctness_mm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8042144Z test_schema_correctness_mm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8042311Z test_schema_correctness_mm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8042478Z test_schema_correctness_mm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8042645Z test_schema_correctness_mm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8042813Z test_schema_correctness_mm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8042991Z test_schema_correctness_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8043159Z test_schema_correctness_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8043332Z test_schema_correctness_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8043502Z test_schema_correctness_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8043664Z test_schema_correctness_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8043836Z test_schema_correctness_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8044005Z test_schema_correctness_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8044208Z test_schema_correctness_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8044406Z test_schema_correctness_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8044575Z test_schema_correctness_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8044755Z test_schema_correctness_movedim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8044928Z test_schema_correctness_movedim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8045110Z test_schema_correctness_movedim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8045279Z test_schema_correctness_movedim_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8045454Z test_schema_correctness_movedim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8045633Z test_schema_correctness_movedim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8045807Z test_schema_correctness_movedim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8045976Z test_schema_correctness_movedim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8046149Z test_schema_correctness_movedim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8046322Z test_schema_correctness_movedim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8046493Z test_schema_correctness_movedim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8046652Z test_schema_correctness_movedim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8046824Z test_schema_correctness_movedim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8047068Z test_schema_correctness_msort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8047248Z test_schema_correctness_msort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8047422Z test_schema_correctness_msort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8047593Z test_schema_correctness_msort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8047760Z test_schema_correctness_msort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8047930Z test_schema_correctness_msort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8048099Z test_schema_correctness_msort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8048260Z test_schema_correctness_msort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8048431Z test_schema_correctness_msort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8048604Z test_schema_correctness_msort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8048778Z test_schema_correctness_mul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8048949Z test_schema_correctness_mul_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8049127Z test_schema_correctness_mul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8049300Z test_schema_correctness_mul_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8049467Z test_schema_correctness_mul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8049675Z test_schema_correctness_mul_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8049834Z test_schema_correctness_mul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8050032Z test_schema_correctness_mul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8050200Z test_schema_correctness_mul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8050369Z test_schema_correctness_mul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8050539Z test_schema_correctness_mul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8050706Z test_schema_correctness_mul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8050872Z test_schema_correctness_mul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8051059Z test_schema_correctness_multinomial_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8051244Z test_schema_correctness_multinomial_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8051416Z test_schema_correctness_multinomial_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8051587Z test_schema_correctness_mv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8051761Z test_schema_correctness_mv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8051937Z test_schema_correctness_mv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8052108Z test_schema_correctness_mv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8052280Z test_schema_correctness_mv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8052451Z test_schema_correctness_mv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8052618Z test_schema_correctness_mv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8052786Z test_schema_correctness_mv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8052941Z test_schema_correctness_mv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8053102Z test_schema_correctness_mv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8053296Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8053489Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8053674Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8053866Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8054056Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8054245Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8054432Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8054610Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8054804Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8054995Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8055218Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8055434Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8055620Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8055804Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8055996Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8056183Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8056363Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8056555Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8056739Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8056924Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8057107Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8057293Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8057480Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8057668Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8057851Z test_schema_correctness_nan_to_num_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8058030Z test_schema_correctness_nan_to_num_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8058201Z test_schema_correctness_nan_to_num_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8058381Z test_schema_correctness_nan_to_num_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8058560Z test_schema_correctness_nan_to_num_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8058737Z test_schema_correctness_nan_to_num_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8058916Z test_schema_correctness_nan_to_num_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8059092Z test_schema_correctness_nan_to_num_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8059270Z test_schema_correctness_nan_to_num_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8059448Z test_schema_correctness_nan_to_num_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8059623Z test_schema_correctness_nanmean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:24:48.8059787Z test_schema_correctness_nanmean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:24:48.8060079Z test_schema_correctness_nanmean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:24:48.8060251Z test_schema_correctness_nanmean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:24:48.8060434Z test_schema_correctness_nanmedian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8060615Z test_schema_correctness_nanmedian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8060852Z test_schema_correctness_nanmedian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8061082Z test_schema_correctness_nanmedian_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8061258Z test_schema_correctness_nanmedian_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8061415Z test_schema_correctness_nanmedian_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8061593Z test_schema_correctness_nanmedian_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8061770Z test_schema_correctness_nanmedian_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8061952Z test_schema_correctness_nanquantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.105s) 2022-12-01T10:24:48.8062135Z test_schema_correctness_nanquantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.157s) 2022-12-01T10:24:48.8062314Z test_schema_correctness_nansum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.8062491Z test_schema_correctness_nansum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.8062669Z test_schema_correctness_nansum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8062842Z test_schema_correctness_nansum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8062998Z test_schema_correctness_nansum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8063171Z test_schema_correctness_nansum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.8063346Z test_schema_correctness_nansum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.8063516Z test_schema_correctness_nansum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.8063691Z test_schema_correctness_nansum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.8063867Z test_schema_correctness_nansum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.8064050Z test_schema_correctness_narrow_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8064227Z test_schema_correctness_narrow_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8064412Z test_schema_correctness_narrow_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8064584Z test_schema_correctness_narrow_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8064767Z test_schema_correctness_narrow_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8064951Z test_schema_correctness_narrow_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8065128Z test_schema_correctness_narrow_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8065310Z test_schema_correctness_narrow_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8065488Z test_schema_correctness_narrow_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8065666Z test_schema_correctness_narrow_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8065843Z test_schema_correctness_narrow_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8066021Z test_schema_correctness_narrow_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8066187Z test_schema_correctness_narrow_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8066393Z test_schema_correctness_narrow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8066593Z test_schema_correctness_narrow_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8066767Z test_schema_correctness_narrow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8066945Z test_schema_correctness_narrow_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8067124Z test_schema_correctness_narrow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8067302Z test_schema_correctness_narrow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8067474Z test_schema_correctness_narrow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8067646Z test_schema_correctness_narrow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8067809Z test_schema_correctness_narrow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8067979Z test_schema_correctness_narrow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8068145Z test_schema_correctness_narrow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8068314Z test_schema_correctness_narrow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8068486Z test_schema_correctness_narrow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8068675Z test_schema_correctness_native_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8068862Z test_schema_correctness_native_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8069049Z test_schema_correctness_native_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8069240Z test_schema_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8069414Z test_schema_correctness_native_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8069598Z test_schema_correctness_native_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8069770Z test_schema_correctness_ne_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8069939Z test_schema_correctness_ne_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8070121Z test_schema_correctness_ne_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8070294Z test_schema_correctness_ne_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8070466Z test_schema_correctness_ne_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8070637Z test_schema_correctness_ne_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8070809Z test_schema_correctness_ne_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8070965Z test_schema_correctness_ne_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8071132Z test_schema_correctness_ne_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8071300Z test_schema_correctness_ne_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8071468Z test_schema_correctness_ne_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8071632Z test_schema_correctness_ne_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8071807Z test_schema_correctness_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8072018Z test_schema_correctness_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8072220Z test_schema_correctness_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8072390Z test_schema_correctness_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8072551Z test_schema_correctness_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8072722Z test_schema_correctness_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8072891Z test_schema_correctness_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8073058Z test_schema_correctness_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8073227Z test_schema_correctness_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8073397Z test_schema_correctness_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8073568Z test_schema_correctness_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8073734Z test_schema_correctness_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8073916Z test_schema_correctness_new_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8074080Z test_schema_correctness_new_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.8074264Z test_schema_correctness_new_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8074446Z test_schema_correctness_new_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8074625Z test_schema_correctness_new_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8074806Z test_schema_correctness_new_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8074986Z test_schema_correctness_new_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8075163Z test_schema_correctness_new_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8075339Z test_schema_correctness_new_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8075501Z test_schema_correctness_new_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8075677Z test_schema_correctness_new_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8075853Z test_schema_correctness_new_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8076028Z test_schema_correctness_new_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8076220Z test_schema_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:24:48.8076406Z test_schema_correctness_new_empty_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:24:48.8076600Z test_schema_correctness_new_empty_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:24:48.8076792Z test_schema_correctness_new_empty_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8076981Z test_schema_correctness_new_empty_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:24:48.8077170Z test_schema_correctness_new_empty_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:24:48.8077383Z test_schema_correctness_new_empty_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:24:48.8077572Z test_schema_correctness_new_empty_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:24:48.8077786Z test_schema_correctness_new_empty_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:24:48.8077970Z test_schema_correctness_new_empty_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:24:48.8078154Z test_schema_correctness_new_empty_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:24:48.8078339Z test_schema_correctness_new_empty_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:24:48.8078521Z test_schema_correctness_new_empty_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:24:48.8078699Z test_schema_correctness_new_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:24:48.8078873Z test_schema_correctness_new_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:24:48.8079044Z test_schema_correctness_new_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:24:48.8079224Z test_schema_correctness_new_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8079406Z test_schema_correctness_new_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:24:48.8079584Z test_schema_correctness_new_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:24:48.8079756Z test_schema_correctness_new_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:24:48.8079931Z test_schema_correctness_new_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:24:48.8080106Z test_schema_correctness_new_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:24:48.8080280Z test_schema_correctness_new_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:24:48.8080452Z test_schema_correctness_new_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.8080613Z test_schema_correctness_new_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.8080787Z test_schema_correctness_new_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:24:48.8080964Z test_schema_correctness_new_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:24:48.8081139Z test_schema_correctness_new_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8081321Z test_schema_correctness_new_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:24:48.8081504Z test_schema_correctness_new_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8081686Z test_schema_correctness_new_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:24:48.8081867Z test_schema_correctness_new_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:24:48.8082042Z test_schema_correctness_new_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:24:48.8082206Z test_schema_correctness_new_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:24:48.8082377Z test_schema_correctness_new_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:24:48.8082545Z test_schema_correctness_new_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:24:48.8082711Z test_schema_correctness_new_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:24:48.8082915Z test_schema_correctness_new_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:24:48.8083114Z test_schema_correctness_new_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:24:48.8083293Z test_schema_correctness_new_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:24:48.8083461Z test_schema_correctness_new_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:24:48.8083643Z test_schema_correctness_new_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:24:48.8083812Z test_schema_correctness_new_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8083993Z test_schema_correctness_new_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8084168Z test_schema_correctness_new_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8084346Z test_schema_correctness_new_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8084526Z test_schema_correctness_new_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8084701Z test_schema_correctness_new_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8084872Z test_schema_correctness_new_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8085046Z test_schema_correctness_new_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8085219Z test_schema_correctness_new_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8085380Z test_schema_correctness_new_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8085560Z test_schema_correctness_nextafter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8085740Z test_schema_correctness_nextafter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8085919Z test_schema_correctness_nextafter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8086139Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.8086356Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8086573Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8086781Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8087072Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8087270Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8087478Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8087683Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8087887Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8088091Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8088297Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8088533Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8088768Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8088969Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8089172Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8089360Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8089560Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8089761Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8089964Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8090162Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8090359Z test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8090554Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8090750Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.8090941Z test_schema_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.8091138Z test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8091322Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.8091516Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8091708Z test_schema_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8091900Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.8092094Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.8092284Z test_schema_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.8092482Z test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:24:48.8092683Z test_schema_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-12-01T10:24:48.8092876Z test_schema_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-12-01T10:24:48.8093068Z test_schema_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8093249Z test_schema_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-12-01T10:24:48.8093438Z test_schema_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:24:48.8093630Z test_schema_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:24:48.8093852Z test_schema_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:24:48.8094069Z test_schema_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:24:48.8094258Z test_schema_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:24:48.8094448Z test_schema_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:24:48.8094651Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8094853Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8095059Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8095278Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:24:48.8095495Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8095682Z test_schema_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8095868Z test_schema_correctness_nn_functional_celu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8096055Z test_schema_correctness_nn_functional_celu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8096247Z test_schema_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8096442Z test_schema_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:24:48.8096636Z test_schema_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:24:48.8096828Z test_schema_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8097002Z test_schema_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8097188Z test_schema_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8098056Z test_schema_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T10:24:48.8098150Z return self.op(*args, **kwargs) 2022-12-01T10:24:48.8098220Z ok (0.054s) 2022-12-01T10:24:48.8098415Z test_schema_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.293s) 2022-12-01T10:24:48.8098609Z test_schema_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.528s) 2022-12-01T10:24:48.8098798Z test_schema_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:24:48.8098984Z test_schema_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:24:48.8099170Z test_schema_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:24:48.8099365Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:24:48.8099603Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:24:48.8099874Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8100226Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8100427Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8100624Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:24:48.8100825Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:24:48.8101025Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:24:48.8101230Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:24:48.8101431Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:24:48.8101618Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:24:48.8101828Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.266s) 2022-12-01T10:24:48.8102032Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.299s) 2022-12-01T10:24:48.8102240Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.222s) 2022-12-01T10:24:48.8102450Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.207s) 2022-12-01T10:24:48.8102656Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.229s) 2022-12-01T10:24:48.8102860Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.224s) 2022-12-01T10:24:48.8103064Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.286s) 2022-12-01T10:24:48.8103268Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.241s) 2022-12-01T10:24:48.8103468Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.197s) 2022-12-01T10:24:48.8103659Z test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:24:48.8103864Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:24:48.8104067Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:24:48.8104264Z test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:24:48.8104460Z test_schema_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:24:48.8104657Z test_schema_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:24:48.8104850Z test_schema_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:24:48.8105097Z test_schema_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:24:48.8106121Z test_schema_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:24:48.8106401Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:24:48.8106470Z ok (0.052s) 2022-12-01T10:24:48.8106659Z test_schema_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.8106854Z test_schema_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:24:48.8107052Z test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:24:48.8107241Z test_schema_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:24:48.8107426Z test_schema_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:24:48.8107619Z test_schema_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:24:48.8107812Z test_schema_correctness_nn_functional_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:24:48.8108010Z test_schema_correctness_nn_functional_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:24:48.8108203Z test_schema_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8108395Z test_schema_correctness_nn_functional_elu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8108573Z test_schema_correctness_nn_functional_elu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8108775Z test_schema_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.445s) 2022-12-01T10:24:48.8108973Z test_schema_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.447s) 2022-12-01T10:24:48.8109174Z test_schema_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.441s) 2022-12-01T10:24:48.8109371Z test_schema_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8109567Z test_schema_correctness_nn_functional_embedding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8109757Z test_schema_correctness_nn_functional_embedding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8109941Z test_schema_correctness_nn_functional_embedding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8110162Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:24:48.8110372Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:24:48.8110589Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.8110846Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8111067Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8111324Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8111547Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8111766Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8111986Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8112207Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8112423Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8112642Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8112841Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8113058Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8113276Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8113488Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.217s) 2022-12-01T10:24:48.8113696Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.222s) 2022-12-01T10:24:48.8113901Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.297s) 2022-12-01T10:24:48.8114103Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.296s) 2022-12-01T10:24:48.8114307Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.292s) 2022-12-01T10:24:48.8114509Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.279s) 2022-12-01T10:24:48.8114707Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.958s) 2022-12-01T10:24:48.8114900Z test_schema_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8115080Z test_schema_correctness_nn_functional_gelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8115268Z test_schema_correctness_nn_functional_gelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8115455Z test_schema_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8115643Z test_schema_correctness_nn_functional_glu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.8115829Z test_schema_correctness_nn_functional_glu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.8116026Z test_schema_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8116255Z test_schema_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8116476Z test_schema_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8116672Z test_schema_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8116855Z test_schema_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8117053Z test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8117249Z test_schema_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8117443Z test_schema_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8117646Z test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8117846Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8118040Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8118237Z test_schema_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8118430Z test_schema_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8118622Z test_schema_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8118800Z test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8118996Z test_schema_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8119185Z test_schema_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8119378Z test_schema_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8119565Z test_schema_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8119748Z test_schema_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8119940Z test_schema_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8120147Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.289s) 2022-12-01T10:24:48.8120356Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.292s) 2022-12-01T10:24:48.8120553Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.291s) 2022-12-01T10:24:48.8120751Z test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8120944Z test_schema_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8121135Z test_schema_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8121327Z test_schema_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8121528Z test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.182s) 2022-12-01T10:24:48.8121757Z test_schema_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:24:48.8121983Z test_schema_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-12-01T10:24:48.8122187Z test_schema_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8122390Z test_schema_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8122584Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8122789Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8122997Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8123207Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8123413Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8123621Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8123827Z test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8124029Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8124233Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8124438Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8124633Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8124837Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8125038Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8125249Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8125454Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8125663Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8126464Z test_schema_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:24:48.8126685Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:24:48.8126753Z ok (0.031s) 2022-12-01T10:24:48.8127016Z test_schema_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8127211Z test_schema_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8127427Z test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8127652Z test_schema_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8127845Z test_schema_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8128036Z test_schema_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8128220Z test_schema_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8128405Z test_schema_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8128603Z test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8128796Z test_schema_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8128992Z test_schema_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8129177Z test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8129372Z test_schema_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8129565Z test_schema_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8129754Z test_schema_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8129947Z test_schema_correctness_nn_functional_linear_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8130141Z test_schema_correctness_nn_functional_linear_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8130335Z test_schema_correctness_nn_functional_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8130523Z test_schema_correctness_nn_functional_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8130710Z test_schema_correctness_nn_functional_linear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8130901Z test_schema_correctness_nn_functional_linear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8131078Z test_schema_correctness_nn_functional_linear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8131264Z test_schema_correctness_nn_functional_linear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.8131455Z test_schema_correctness_nn_functional_linear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.8131663Z test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:24:48.8131866Z test_schema_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:24:48.8132071Z test_schema_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:24:48.8132273Z test_schema_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:24:48.8132468Z test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8132663Z test_schema_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8132875Z test_schema_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8133108Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8133310Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8133511Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:24:48.8133711Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:24:48.8133909Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8134112Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8134314Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8134512Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:24:48.8134708Z test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.233s) 2022-12-01T10:24:48.8134890Z test_schema_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.052s) 2022-12-01T10:24:48.8135081Z test_schema_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.914s) 2022-12-01T10:24:48.8135277Z test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (10.227s) 2022-12-01T10:24:48.8135473Z test_schema_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.957s) 2022-12-01T10:24:48.8135662Z test_schema_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.342s) 2022-12-01T10:24:48.8135853Z test_schema_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.896s) 2022-12-01T10:24:48.8136041Z test_schema_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.924s) 2022-12-01T10:24:48.8136237Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-12-01T10:24:48.8136428Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.241s) 2022-12-01T10:24:48.8136628Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:24:48.8136817Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:24:48.8137015Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.227s) 2022-12-01T10:24:48.8137206Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.281s) 2022-12-01T10:24:48.8137409Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:24:48.8137607Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:24:48.8137805Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:24:48.8137998Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:24:48.8138222Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.8138464Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:24:48.8138650Z test_schema_correctness_nn_functional_mish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8138825Z test_schema_correctness_nn_functional_mish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8139571Z test_schema_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3292: UserWarning: Applying the CPU mse kernel on half-type tensors. This may be slower than using float or double-type tensors. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp:822.) 2022-12-01T10:24:48.8139741Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-12-01T10:24:48.8139812Z ok (0.004s) 2022-12-01T10:24:48.8140128Z test_schema_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8140319Z test_schema_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8140518Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8140720Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8140930Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8141137Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8141340Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8141553Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8141763Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8141958Z test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.8142150Z test_schema_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.8142341Z test_schema_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:24:48.8142538Z test_schema_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8142740Z test_schema_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8142938Z test_schema_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8143135Z test_schema_correctness_nn_functional_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8143311Z test_schema_correctness_nn_functional_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8143497Z test_schema_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:24:48.8143696Z test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:24:48.8143942Z test_schema_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8144179Z test_schema_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-12-01T10:24:48.8144383Z test_schema_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:24:48.8144580Z test_schema_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:24:48.8144776Z test_schema_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:24:48.8144978Z test_schema_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:24:48.8145178Z test_schema_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:24:48.8145362Z test_schema_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:24:48.8145557Z test_schema_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:24:48.8145754Z test_schema_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:24:48.8145952Z test_schema_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:24:48.8146151Z test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8146345Z test_schema_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8146550Z test_schema_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8146754Z test_schema_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8146953Z test_schema_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8147132Z test_schema_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8147329Z test_schema_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8147522Z test_schema_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8147716Z test_schema_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8147912Z test_schema_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8148105Z test_schema_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8148298Z test_schema_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8148496Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8148696Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8148891Z test_schema_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8149073Z test_schema_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8149308Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8149542Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8149741Z test_schema_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8149940Z test_schema_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8150144Z test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8150351Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8150559Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8150763Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8150966Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8151156Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8151358Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8151557Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8151753Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8151955Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8152155Z test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8152346Z test_schema_correctness_nn_functional_pdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8152537Z test_schema_correctness_nn_functional_pdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8152737Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8152933Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8153121Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8153324Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8153525Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8153722Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8153919Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8154113Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8154304Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8154497Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8154720Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8154942Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8155131Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8155329Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8155531Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8155734Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8155935Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8156135Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8156334Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8156530Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8156721Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8156904Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8157100Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8157294Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8157497Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.213s) 2022-12-01T10:24:48.8157697Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.219s) 2022-12-01T10:24:48.8157895Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.214s) 2022-12-01T10:24:48.8158094Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.233s) 2022-12-01T10:24:48.8158290Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-12-01T10:24:48.8158485Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.219s) 2022-12-01T10:24:48.8158682Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-12-01T10:24:48.8158868Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-12-01T10:24:48.8159060Z test_schema_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8159248Z test_schema_correctness_nn_functional_prelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8159436Z test_schema_correctness_nn_functional_prelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8159626Z test_schema_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8159815Z test_schema_correctness_nn_functional_relu6_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8160031Z test_schema_correctness_nn_functional_relu6_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8160219Z test_schema_correctness_nn_functional_relu6_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8160432Z test_schema_correctness_nn_functional_relu6_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8160619Z test_schema_correctness_nn_functional_relu6_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8160792Z test_schema_correctness_nn_functional_relu6_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8160974Z test_schema_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8161165Z test_schema_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8161353Z test_schema_correctness_nn_functional_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8161541Z test_schema_correctness_nn_functional_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8161730Z test_schema_correctness_nn_functional_relu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8161916Z test_schema_correctness_nn_functional_relu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8162099Z test_schema_correctness_nn_functional_relu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8162283Z test_schema_correctness_nn_functional_relu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8162456Z test_schema_correctness_nn_functional_relu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8162645Z test_schema_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:24:48.8162834Z test_schema_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:24:48.8163024Z test_schema_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.8163212Z test_schema_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8163401Z test_schema_correctness_nn_functional_selu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8163587Z test_schema_correctness_nn_functional_selu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8163787Z test_schema_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8163988Z test_schema_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8164165Z test_schema_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8164355Z test_schema_correctness_nn_functional_silu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8164539Z test_schema_correctness_nn_functional_silu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8164736Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8164930Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8165126Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8165322Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8165567Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8165794Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8165993Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8166176Z test_schema_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8166368Z test_schema_correctness_nn_functional_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8166554Z test_schema_correctness_nn_functional_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8166758Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:24:48.8167053Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:24:48.8167264Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:24:48.8167473Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:24:48.8167675Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:24:48.8167877Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8168078Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:24:48.8168266Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:24:48.8168472Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:24:48.8168670Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:24:48.8168865Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:24:48.8169058Z test_schema_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8169254Z test_schema_correctness_nn_functional_softplus_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8169443Z test_schema_correctness_nn_functional_softplus_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8169642Z test_schema_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8169839Z test_schema_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8170032Z test_schema_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8170216Z test_schema_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8170413Z test_schema_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8170610Z test_schema_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8170801Z test_schema_correctness_nn_functional_softsign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8171019Z test_schema_correctness_nn_functional_softsign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8171232Z test_schema_correctness_nn_functional_softsign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8171423Z test_schema_correctness_nn_functional_softsign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8171613Z test_schema_correctness_nn_functional_softsign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8171800Z test_schema_correctness_nn_functional_softsign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8171976Z test_schema_correctness_nn_functional_softsign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8172168Z test_schema_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8172366Z test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8172568Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8172766Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8172959Z test_schema_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8173149Z test_schema_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8173342Z test_schema_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8173530Z test_schema_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8173719Z test_schema_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8173901Z test_schema_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8174090Z test_schema_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8174281Z test_schema_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8174475Z test_schema_correctness_nn_functional_threshold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8174666Z test_schema_correctness_nn_functional_threshold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8174854Z test_schema_correctness_nn_functional_threshold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8175040Z test_schema_correctness_nn_functional_threshold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8175224Z test_schema_correctness_nn_functional_threshold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8175413Z test_schema_correctness_nn_functional_threshold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8175591Z test_schema_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8175797Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8176007Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.8176215Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:24:48.8176453Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8176696Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8176895Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8177094Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8177294Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8177495Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8177683Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8177906Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8178129Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:24:48.8178349Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:24:48.8178568Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8178783Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8179000Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8179215Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8179425Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8179643Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8179859Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8180160Z test_schema_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-12-01T10:24:48.8180357Z test_schema_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.199s) 2022-12-01T10:24:48.8180557Z test_schema_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.227s) 2022-12-01T10:24:48.8180752Z test_schema_correctness_nn_functional_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.257s) 2022-12-01T10:24:48.8180939Z test_schema_correctness_nn_functional_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.179s) 2022-12-01T10:24:48.8181123Z test_schema_correctness_nn_functional_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-12-01T10:24:48.8181750Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:24:48.8181951Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:24:48.8182070Z ok (0.003s) 2022-12-01T10:24:48.8182278Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8182503Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8183070Z test_schema_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:24:48.8183265Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:24:48.8183334Z ok (0.007s) 2022-12-01T10:24:48.8183540Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8183748Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8183950Z test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8184130Z test_schema_correctness_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8184306Z test_schema_correctness_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8184475Z test_schema_correctness_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8184657Z test_schema_correctness_nonzero_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8184839Z test_schema_correctness_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8185022Z test_schema_correctness_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8185200Z test_schema_correctness_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8185375Z test_schema_correctness_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8185550Z test_schema_correctness_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8185720Z test_schema_correctness_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8185885Z test_schema_correctness_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8186048Z test_schema_correctness_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8186222Z test_schema_correctness_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8186394Z test_schema_correctness_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8186573Z test_schema_correctness_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8186748Z test_schema_correctness_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8186921Z test_schema_correctness_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8187089Z test_schema_correctness_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8187255Z test_schema_correctness_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8187434Z test_schema_correctness_norm_fro_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8187620Z test_schema_correctness_norm_fro_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.8187874Z test_schema_correctness_norm_fro_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.8188079Z test_schema_correctness_norm_fro_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8188256Z test_schema_correctness_norm_fro_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8188436Z test_schema_correctness_norm_inf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8188619Z test_schema_correctness_norm_inf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8188799Z test_schema_correctness_norm_inf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8188974Z test_schema_correctness_norm_inf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8189147Z test_schema_correctness_norm_inf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8189314Z test_schema_correctness_norm_inf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8189496Z test_schema_correctness_norm_nuc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8189676Z test_schema_correctness_norm_nuc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8189851Z test_schema_correctness_norm_nuc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8190023Z test_schema_correctness_norm_nuc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8190201Z test_schema_correctness_normal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8190378Z test_schema_correctness_normal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8190557Z test_schema_correctness_normal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8190730Z test_schema_correctness_normal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8190910Z test_schema_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8191101Z test_schema_correctness_normal_number_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8191289Z test_schema_correctness_normal_number_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8191476Z test_schema_correctness_normal_number_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8191653Z test_schema_correctness_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8191823Z test_schema_correctness_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8192004Z test_schema_correctness_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8192183Z test_schema_correctness_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8192359Z test_schema_correctness_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8192519Z test_schema_correctness_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8192687Z test_schema_correctness_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8192855Z test_schema_correctness_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8193023Z test_schema_correctness_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8193193Z test_schema_correctness_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8193397Z test_schema_correctness_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8193594Z test_schema_correctness_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8193765Z test_schema_correctness_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8193945Z test_schema_correctness_ones_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:24:48.8194107Z test_schema_correctness_ones_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8194292Z test_schema_correctness_ones_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8194474Z test_schema_correctness_ones_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8194655Z test_schema_correctness_ones_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8194838Z test_schema_correctness_ones_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8195016Z test_schema_correctness_ones_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8195196Z test_schema_correctness_ones_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8195370Z test_schema_correctness_ones_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8195540Z test_schema_correctness_ones_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8195696Z test_schema_correctness_ones_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8195869Z test_schema_correctness_ones_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8196044Z test_schema_correctness_ones_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8196226Z test_schema_correctness_ormqr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:24:48.8196401Z test_schema_correctness_ormqr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:24:48.8196574Z test_schema_correctness_ormqr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:24:48.8196748Z test_schema_correctness_ormqr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-12-01T10:24:48.8196922Z test_schema_correctness_outer_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8197092Z test_schema_correctness_outer_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8197258Z test_schema_correctness_outer_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8197436Z test_schema_correctness_outer_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8197609Z test_schema_correctness_outer_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8197781Z test_schema_correctness_outer_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8197948Z test_schema_correctness_outer_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8198120Z test_schema_correctness_outer_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8198290Z test_schema_correctness_outer_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8198460Z test_schema_correctness_outer_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8198617Z test_schema_correctness_outer_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8198813Z test_schema_correctness_outer_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8199001Z test_schema_correctness_pca_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.711s) 2022-12-01T10:24:48.8199210Z test_schema_correctness_pca_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.456s) 2022-12-01T10:24:48.8199416Z test_schema_correctness_permute_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8199592Z test_schema_correctness_permute_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8199774Z test_schema_correctness_permute_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8199955Z test_schema_correctness_permute_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8200135Z test_schema_correctness_permute_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8200301Z test_schema_correctness_permute_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8200477Z test_schema_correctness_permute_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8200646Z test_schema_correctness_permute_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8200820Z test_schema_correctness_permute_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8200990Z test_schema_correctness_permute_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8201165Z test_schema_correctness_permute_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8201338Z test_schema_correctness_permute_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8201510Z test_schema_correctness_permute_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8201694Z test_schema_correctness_pinverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.441s) 2022-12-01T10:24:48.8201867Z test_schema_correctness_pinverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.444s) 2022-12-01T10:24:48.8202046Z test_schema_correctness_pinverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.443s) 2022-12-01T10:24:48.8202224Z test_schema_correctness_pinverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.472s) 2022-12-01T10:24:48.8202399Z test_schema_correctness_polar_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8202569Z test_schema_correctness_polar_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8202820Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8203015Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8203239Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8203430Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8203620Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8203800Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8203989Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8204179Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8204365Z test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8204592Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8204809Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8205002Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8205189Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8205383Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8205558Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8205743Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8205935Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8206129Z test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8206326Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8206516Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8206710Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8206987Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8207181Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8207370Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8207543Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8207740Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8207934Z test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8208132Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8208323Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8208517Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8208709Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8208901Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8209086Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8209264Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8209456Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8209644Z test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8209837Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8210059Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8210276Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8210463Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8210650Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8210839Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8211026Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8211201Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8211389Z test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8211575Z test_schema_correctness_positive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8211759Z test_schema_correctness_positive_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8211942Z test_schema_correctness_positive_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8212124Z test_schema_correctness_positive_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8212303Z test_schema_correctness_positive_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8212478Z test_schema_correctness_positive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8212659Z test_schema_correctness_positive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8212825Z test_schema_correctness_positive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8213002Z test_schema_correctness_positive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8213171Z test_schema_correctness_positive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8213347Z test_schema_correctness_positive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8213522Z test_schema_correctness_positive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8213696Z test_schema_correctness_pow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8213870Z test_schema_correctness_pow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8214046Z test_schema_correctness_pow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8214205Z test_schema_correctness_pow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8214378Z test_schema_correctness_pow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8214549Z test_schema_correctness_pow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8214718Z test_schema_correctness_pow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8214889Z test_schema_correctness_pow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8215056Z test_schema_correctness_pow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8215225Z test_schema_correctness_pow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8215392Z test_schema_correctness_pow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8215588Z test_schema_correctness_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8215795Z test_schema_correctness_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8215973Z test_schema_correctness_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8216144Z test_schema_correctness_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.8216314Z test_schema_correctness_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.8216485Z test_schema_correctness_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8216657Z test_schema_correctness_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8216827Z test_schema_correctness_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8216998Z test_schema_correctness_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8217180Z test_schema_correctness_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8217343Z test_schema_correctness_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8217513Z test_schema_correctness_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8217689Z test_schema_correctness_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8217862Z test_schema_correctness_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8218033Z test_schema_correctness_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8218203Z test_schema_correctness_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8218377Z test_schema_correctness_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8218547Z test_schema_correctness_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8218718Z test_schema_correctness_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8218873Z test_schema_correctness_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8219043Z test_schema_correctness_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8219209Z test_schema_correctness_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8219815Z test_schema_correctness_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:24:48.8220141Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:24:48.8220228Z Q, R = torch.qr(A, some) 2022-12-01T10:24:48.8220308Z should be replaced with 2022-12-01T10:24:48.8220663Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T10:24:48.8220753Z return self.op(*args, **kwargs) 2022-12-01T10:24:48.8220808Z ok (0.022s) 2022-12-01T10:24:48.8220985Z test_schema_correctness_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.8221157Z test_schema_correctness_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8221330Z test_schema_correctness_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8221562Z test_schema_correctness_quantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.132s) 2022-12-01T10:24:48.8221775Z test_schema_correctness_quantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.123s) 2022-12-01T10:24:48.8221960Z test_schema_correctness_rad2deg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8222132Z test_schema_correctness_rad2deg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8222299Z test_schema_correctness_rad2deg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8222474Z test_schema_correctness_rad2deg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8222651Z test_schema_correctness_rad2deg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8222825Z test_schema_correctness_rad2deg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8222999Z test_schema_correctness_rad2deg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8223167Z test_schema_correctness_rad2deg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8223340Z test_schema_correctness_rad2deg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8223515Z test_schema_correctness_rad2deg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8223695Z test_schema_correctness_rand_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8223868Z test_schema_correctness_rand_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8224050Z test_schema_correctness_rand_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8224231Z test_schema_correctness_rand_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8224414Z test_schema_correctness_rand_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8224598Z test_schema_correctness_rand_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8224778Z test_schema_correctness_rand_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8224964Z test_schema_correctness_randint_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8225145Z test_schema_correctness_randint_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8225327Z test_schema_correctness_randint_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8225495Z test_schema_correctness_randint_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8225678Z test_schema_correctness_randint_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8225860Z test_schema_correctness_randint_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8226042Z test_schema_correctness_randint_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8226218Z test_schema_correctness_randint_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8226397Z test_schema_correctness_randint_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8226572Z test_schema_correctness_randn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8226749Z test_schema_correctness_randn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8226928Z test_schema_correctness_randn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8227125Z test_schema_correctness_randn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8227327Z test_schema_correctness_randn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8227496Z test_schema_correctness_randn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8227662Z test_schema_correctness_randn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8227844Z test_schema_correctness_randn_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8228027Z test_schema_correctness_randn_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8228208Z test_schema_correctness_randn_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8228389Z test_schema_correctness_randn_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8228570Z test_schema_correctness_randn_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:24:48.8228739Z test_schema_correctness_randn_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:24:48.8228915Z test_schema_correctness_randn_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:24:48.8229090Z test_schema_correctness_ravel_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8229261Z test_schema_correctness_ravel_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8229440Z test_schema_correctness_ravel_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8229616Z test_schema_correctness_ravel_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8229796Z test_schema_correctness_ravel_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8229972Z test_schema_correctness_ravel_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8230144Z test_schema_correctness_ravel_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8230298Z test_schema_correctness_ravel_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8230469Z test_schema_correctness_ravel_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8230639Z test_schema_correctness_ravel_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8230808Z test_schema_correctness_ravel_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8230979Z test_schema_correctness_ravel_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8231150Z test_schema_correctness_ravel_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8231325Z test_schema_correctness_real_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8231498Z test_schema_correctness_real_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8231674Z test_schema_correctness_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8231838Z test_schema_correctness_real_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8232010Z test_schema_correctness_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8232182Z test_schema_correctness_real_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8232356Z test_schema_correctness_real_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8232524Z test_schema_correctness_real_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8232720Z test_schema_correctness_real_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8232918Z test_schema_correctness_real_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8233089Z test_schema_correctness_real_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8233256Z test_schema_correctness_real_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8233414Z test_schema_correctness_real_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8233600Z test_schema_correctness_reciprocal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8233779Z test_schema_correctness_reciprocal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8233964Z test_schema_correctness_reciprocal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8234152Z test_schema_correctness_reciprocal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8234344Z test_schema_correctness_reciprocal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8257410Z test_schema_correctness_reciprocal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8257773Z test_schema_correctness_reciprocal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8257972Z test_schema_correctness_reciprocal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8258154Z test_schema_correctness_reciprocal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8258332Z test_schema_correctness_reciprocal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8258520Z test_schema_correctness_reciprocal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8258702Z test_schema_correctness_reciprocal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8258880Z test_schema_correctness_remainder_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8259056Z test_schema_correctness_remainder_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8259233Z test_schema_correctness_remainder_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8259410Z test_schema_correctness_remainder_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8259577Z test_schema_correctness_remainder_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8259747Z test_schema_correctness_remainder_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8259913Z test_schema_correctness_remainder_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8260342Z test_schema_correctness_remainder_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8260521Z test_schema_correctness_remainder_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8260694Z test_schema_correctness_renorm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8260880Z test_schema_correctness_renorm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8261065Z test_schema_correctness_renorm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8261248Z test_schema_correctness_renorm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8261412Z test_schema_correctness_renorm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8261710Z test_schema_correctness_renorm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8261947Z test_schema_correctness_repeat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8262127Z test_schema_correctness_repeat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8262320Z test_schema_correctness_repeat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8262510Z test_schema_correctness_repeat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8262695Z test_schema_correctness_repeat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8262877Z test_schema_correctness_repeat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8263053Z test_schema_correctness_repeat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8263220Z test_schema_correctness_repeat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8263396Z test_schema_correctness_repeat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8263570Z test_schema_correctness_repeat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8263749Z test_schema_correctness_repeat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8263947Z test_schema_correctness_repeat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8264144Z test_schema_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8264373Z test_schema_correctness_repeat_interleave_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8264577Z test_schema_correctness_repeat_interleave_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8264774Z test_schema_correctness_repeat_interleave_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8264960Z test_schema_correctness_repeat_interleave_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8265158Z test_schema_correctness_repeat_interleave_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8265352Z test_schema_correctness_repeat_interleave_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8265545Z test_schema_correctness_repeat_interleave_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8265752Z test_schema_correctness_repeat_interleave_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8265942Z test_schema_correctness_repeat_interleave_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8266131Z test_schema_correctness_repeat_interleave_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8266326Z test_schema_correctness_repeat_interleave_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8266513Z test_schema_correctness_repeat_interleave_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8266686Z test_schema_correctness_reshape_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8266869Z test_schema_correctness_reshape_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8267060Z test_schema_correctness_reshape_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8267251Z test_schema_correctness_reshape_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8267468Z test_schema_correctness_reshape_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8267683Z test_schema_correctness_reshape_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8267869Z test_schema_correctness_reshape_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8268052Z test_schema_correctness_reshape_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8268235Z test_schema_correctness_reshape_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8268403Z test_schema_correctness_reshape_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8268584Z test_schema_correctness_reshape_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8268765Z test_schema_correctness_reshape_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8268952Z test_schema_correctness_reshape_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8269137Z test_schema_correctness_reshape_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.8269316Z test_schema_correctness_reshape_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.8269502Z test_schema_correctness_reshape_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.8269688Z test_schema_correctness_reshape_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8269873Z test_schema_correctness_reshape_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.8270040Z test_schema_correctness_reshape_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.8270217Z test_schema_correctness_reshape_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.8270393Z test_schema_correctness_reshape_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.8270575Z test_schema_correctness_reshape_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.8270750Z test_schema_correctness_reshape_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.8270922Z test_schema_correctness_reshape_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.8271097Z test_schema_correctness_reshape_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.8271270Z test_schema_correctness_reshape_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:24:48.8271448Z test_schema_correctness_resize__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8271612Z test_schema_correctness_resize__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8271800Z test_schema_correctness_resize__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8271983Z test_schema_correctness_resize__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8272164Z test_schema_correctness_resize__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8272339Z test_schema_correctness_resize__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8272513Z test_schema_correctness_resize__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8272693Z test_schema_correctness_resize__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8272867Z test_schema_correctness_resize__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8273063Z test_schema_correctness_resize__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8273227Z test_schema_correctness_resize__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8273442Z test_schema_correctness_resize__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8273627Z test_schema_correctness_resize_as__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8273805Z test_schema_correctness_resize_as__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8273994Z test_schema_correctness_resize_as__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8274183Z test_schema_correctness_resize_as__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8274368Z test_schema_correctness_resize_as__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8274553Z test_schema_correctness_resize_as__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8274736Z test_schema_correctness_resize_as__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8274903Z test_schema_correctness_resize_as__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8275085Z test_schema_correctness_resize_as__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8275266Z test_schema_correctness_resize_as__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8275445Z test_schema_correctness_resize_as__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8275624Z test_schema_correctness_resize_as__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8275814Z test_schema_correctness_resolve_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8276000Z test_schema_correctness_resolve_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8276192Z test_schema_correctness_resolve_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8276382Z test_schema_correctness_resolve_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8276553Z test_schema_correctness_resolve_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8276739Z test_schema_correctness_resolve_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8276921Z test_schema_correctness_resolve_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8277104Z test_schema_correctness_resolve_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8277289Z test_schema_correctness_resolve_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8277472Z test_schema_correctness_resolve_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8277659Z test_schema_correctness_resolve_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8277843Z test_schema_correctness_resolve_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8278045Z test_schema_correctness_resolve_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8278230Z test_schema_correctness_resolve_neg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8278419Z test_schema_correctness_resolve_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8278608Z test_schema_correctness_resolve_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8278827Z test_schema_correctness_resolve_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8279041Z test_schema_correctness_resolve_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8279253Z test_schema_correctness_resolve_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8279440Z test_schema_correctness_resolve_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8279687Z test_schema_correctness_resolve_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8285263Z test_schema_correctness_resolve_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8285461Z test_schema_correctness_resolve_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8285637Z test_schema_correctness_resolve_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8285822Z test_schema_correctness_resolve_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8285999Z test_schema_correctness_roll_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8286165Z test_schema_correctness_roll_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8286338Z test_schema_correctness_roll_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8286509Z test_schema_correctness_roll_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8286676Z test_schema_correctness_roll_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8286842Z test_schema_correctness_roll_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8287103Z test_schema_correctness_roll_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:24:48.8287270Z test_schema_correctness_roll_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8287434Z test_schema_correctness_roll_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8287598Z test_schema_correctness_roll_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8287761Z test_schema_correctness_roll_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8287921Z test_schema_correctness_roll_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8288082Z test_schema_correctness_roll_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:24:48.8288252Z test_schema_correctness_rot90_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.8288414Z test_schema_correctness_rot90_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.8288584Z test_schema_correctness_rot90_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.8288756Z test_schema_correctness_rot90_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.8288922Z test_schema_correctness_rot90_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.8289083Z test_schema_correctness_rot90_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:24:48.8289241Z test_schema_correctness_rot90_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:24:48.8289403Z test_schema_correctness_rot90_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.8289566Z test_schema_correctness_rot90_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.8289727Z test_schema_correctness_rot90_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.8289928Z test_schema_correctness_rot90_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.8290129Z test_schema_correctness_rot90_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.8290302Z test_schema_correctness_round_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8290469Z test_schema_correctness_round_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8290632Z test_schema_correctness_round_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8290797Z test_schema_correctness_round_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8290961Z test_schema_correctness_round_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8291126Z test_schema_correctness_round_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8291294Z test_schema_correctness_round_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8291454Z test_schema_correctness_round_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8291638Z test_schema_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8312438Z test_schema_correctness_round_decimals_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8312659Z test_schema_correctness_round_decimals_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8312845Z test_schema_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8313025Z test_schema_correctness_round_decimals_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8313208Z test_schema_correctness_round_decimals_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8313400Z test_schema_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8313585Z test_schema_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8313764Z test_schema_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8313930Z test_schema_correctness_rsqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8314095Z test_schema_correctness_rsqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8314269Z test_schema_correctness_rsqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8314438Z test_schema_correctness_rsqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8314609Z test_schema_correctness_rsqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8314775Z test_schema_correctness_rsqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8314940Z test_schema_correctness_rsqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8315105Z test_schema_correctness_rsqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8315263Z test_schema_correctness_rsqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8315429Z test_schema_correctness_rsqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8315589Z test_schema_correctness_rsqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8315756Z test_schema_correctness_rsub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8315997Z test_schema_correctness_rsub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8316229Z test_schema_correctness_rsub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8316398Z test_schema_correctness_rsub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8316562Z test_schema_correctness_rsub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8316723Z test_schema_correctness_rsub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8316881Z test_schema_correctness_rsub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8317045Z test_schema_correctness_rsub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8317207Z test_schema_correctness_rsub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8317373Z test_schema_correctness_rsub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8317537Z test_schema_correctness_rsub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8317717Z test_schema_correctness_scatter_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8317895Z test_schema_correctness_scatter_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8318078Z test_schema_correctness_scatter_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8318259Z test_schema_correctness_scatter_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8318431Z test_schema_correctness_scatter_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8318610Z test_schema_correctness_scatter_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8318789Z test_schema_correctness_scatter_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8318963Z test_schema_correctness_scatter_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8319137Z test_schema_correctness_scatter_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8319309Z test_schema_correctness_scatter_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8319484Z test_schema_correctness_scatter_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8319658Z test_schema_correctness_scatter_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8319832Z test_schema_correctness_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8319998Z test_schema_correctness_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8320178Z test_schema_correctness_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8320354Z test_schema_correctness_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8320526Z test_schema_correctness_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8320692Z test_schema_correctness_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8320855Z test_schema_correctness_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:24:48.8321025Z test_schema_correctness_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8321190Z test_schema_correctness_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8321387Z test_schema_correctness_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8321576Z test_schema_correctness_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8321739Z test_schema_correctness_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8322506Z test_schema_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:24:48.8322592Z return self.op(*args, **kwargs) 2022-12-01T10:24:48.8322654Z ok (0.016s) 2022-12-01T10:24:48.8322841Z test_schema_correctness_scatter_reduce_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8323030Z test_schema_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8323221Z test_schema_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8323407Z test_schema_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8323594Z test_schema_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8323771Z test_schema_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8323955Z test_schema_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8324138Z test_schema_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8324321Z test_schema_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8324511Z test_schema_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8324692Z test_schema_correctness_scatter_reduce_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8324876Z test_schema_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8325059Z test_schema_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8325242Z test_schema_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8325416Z test_schema_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8325600Z test_schema_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8325782Z test_schema_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8325963Z test_schema_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8326142Z test_schema_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8326330Z test_schema_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8326511Z test_schema_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8326691Z test_schema_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8326974Z test_schema_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8327151Z test_schema_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8327364Z test_schema_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8327547Z test_schema_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8327728Z test_schema_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8327912Z test_schema_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8328107Z test_schema_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8328299Z test_schema_correctness_scatter_reduce_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8328492Z test_schema_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8328674Z test_schema_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8328864Z test_schema_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8329053Z test_schema_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8329239Z test_schema_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8329428Z test_schema_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8329615Z test_schema_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8329803Z test_schema_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8329994Z test_schema_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8330182Z test_schema_correctness_scatter_reduce_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8330360Z test_schema_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8330551Z test_schema_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8330740Z test_schema_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8330925Z test_schema_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8331114Z test_schema_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8331303Z test_schema_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8331489Z test_schema_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8331675Z test_schema_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8332711Z test_schema_correctness_searchsorted_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-12-01T10:24:48.8332830Z return self.op(*args, **kwargs) 2022-12-01T10:24:48.8333647Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-12-01T10:24:48.8333737Z return self.op(*args, **kwargs) 2022-12-01T10:24:48.8333792Z ok (0.114s) 2022-12-01T10:24:48.8333983Z test_schema_correctness_searchsorted_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-12-01T10:24:48.8334169Z test_schema_correctness_searchsorted_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-12-01T10:24:48.8334354Z test_schema_correctness_searchsorted_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:24:48.8334541Z test_schema_correctness_searchsorted_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-12-01T10:24:48.8334726Z test_schema_correctness_searchsorted_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-12-01T10:24:48.8334912Z test_schema_correctness_searchsorted_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:24:48.8335099Z test_schema_correctness_searchsorted_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:24:48.8335283Z test_schema_correctness_searchsorted_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:24:48.8335470Z test_schema_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:24:48.8335668Z test_schema_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:24:48.8335859Z test_schema_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:24:48.8336047Z test_schema_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:24:48.8336240Z test_schema_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:24:48.8336427Z test_schema_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:24:48.8336613Z test_schema_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:24:48.8336794Z test_schema_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:24:48.8336975Z test_schema_correctness_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8337138Z test_schema_correctness_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8337328Z test_schema_correctness_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8337510Z test_schema_correctness_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8337691Z test_schema_correctness_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8337870Z test_schema_correctness_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8338044Z test_schema_correctness_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8338216Z test_schema_correctness_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8338415Z test_schema_correctness_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8338589Z test_schema_correctness_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8338787Z test_schema_correctness_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8338962Z test_schema_correctness_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8339137Z test_schema_correctness_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8339325Z test_schema_correctness_select_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8339512Z test_schema_correctness_select_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8339700Z test_schema_correctness_select_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8339890Z test_schema_correctness_select_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8340286Z test_schema_correctness_select_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8340474Z test_schema_correctness_select_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8340646Z test_schema_correctness_select_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8340829Z test_schema_correctness_select_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8341011Z test_schema_correctness_select_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8341194Z test_schema_correctness_select_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8341372Z test_schema_correctness_sgn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8341547Z test_schema_correctness_sgn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8341729Z test_schema_correctness_sgn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8341907Z test_schema_correctness_sgn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8342080Z test_schema_correctness_sgn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8342239Z test_schema_correctness_sgn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8342414Z test_schema_correctness_sgn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8342588Z test_schema_correctness_sgn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8342760Z test_schema_correctness_sgn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8342933Z test_schema_correctness_sgn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8343106Z test_schema_correctness_sgn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8343277Z test_schema_correctness_sgn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8343447Z test_schema_correctness_sgn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8343625Z test_schema_correctness_short_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.8343784Z test_schema_correctness_short_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.8343964Z test_schema_correctness_short_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:24:48.8344144Z test_schema_correctness_short_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.8344369Z test_schema_correctness_short_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.8344577Z test_schema_correctness_short_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.8344748Z test_schema_correctness_short_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.8344919Z test_schema_correctness_short_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8345091Z test_schema_correctness_short_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.8345247Z test_schema_correctness_short_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:24:48.8345423Z test_schema_correctness_short_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.8345594Z test_schema_correctness_short_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.8345777Z test_schema_correctness_sigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8345956Z test_schema_correctness_sigmoid_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8346143Z test_schema_correctness_sigmoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8346327Z test_schema_correctness_sigmoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8346506Z test_schema_correctness_sigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8346680Z test_schema_correctness_sigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8346843Z test_schema_correctness_sigmoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8347015Z test_schema_correctness_sigmoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8347187Z test_schema_correctness_sigmoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8347364Z test_schema_correctness_sigmoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8347533Z test_schema_correctness_sigmoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8347700Z test_schema_correctness_sign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8347872Z test_schema_correctness_sign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8348046Z test_schema_correctness_sign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8348215Z test_schema_correctness_sign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8348370Z test_schema_correctness_sign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8348545Z test_schema_correctness_sign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8348720Z test_schema_correctness_sign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8348891Z test_schema_correctness_sign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8349061Z test_schema_correctness_sign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8349229Z test_schema_correctness_sign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8349410Z test_schema_correctness_signbit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8349582Z test_schema_correctness_signbit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8349759Z test_schema_correctness_signbit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8349950Z test_schema_correctness_signbit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8350148Z test_schema_correctness_signbit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8350322Z test_schema_correctness_signbit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8350492Z test_schema_correctness_signbit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8350659Z test_schema_correctness_signbit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8350830Z test_schema_correctness_signbit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8351000Z test_schema_correctness_signbit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8351171Z test_schema_correctness_sin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8351345Z test_schema_correctness_sin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8351513Z test_schema_correctness_sin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8351687Z test_schema_correctness_sin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8351857Z test_schema_correctness_sin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8352028Z test_schema_correctness_sin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8352197Z test_schema_correctness_sin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8352367Z test_schema_correctness_sin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8352536Z test_schema_correctness_sin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8352709Z test_schema_correctness_sin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8352868Z test_schema_correctness_sin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8353044Z test_schema_correctness_sinc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8353212Z test_schema_correctness_sinc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8353391Z test_schema_correctness_sinc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8353569Z test_schema_correctness_sinc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8353743Z test_schema_correctness_sinc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8353912Z test_schema_correctness_sinc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8354086Z test_schema_correctness_sinc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8354262Z test_schema_correctness_sinc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8354421Z test_schema_correctness_sinc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8354590Z test_schema_correctness_sinc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8354758Z test_schema_correctness_sinc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8354935Z test_schema_correctness_sinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8355104Z test_schema_correctness_sinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8355281Z test_schema_correctness_sinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8355486Z test_schema_correctness_sinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8355685Z test_schema_correctness_sinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8355853Z test_schema_correctness_sinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8356010Z test_schema_correctness_sinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8356180Z test_schema_correctness_sinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8356347Z test_schema_correctness_sinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8356516Z test_schema_correctness_sinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8356686Z test_schema_correctness_sinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8356866Z test_schema_correctness_slice_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8357038Z test_schema_correctness_slice_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8357217Z test_schema_correctness_slice_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8357396Z test_schema_correctness_slice_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8357560Z test_schema_correctness_slice_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8357734Z test_schema_correctness_slice_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8357903Z test_schema_correctness_slice_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8358070Z test_schema_correctness_slice_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8358243Z test_schema_correctness_slice_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8358416Z test_schema_correctness_slice_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8358591Z test_schema_correctness_slice_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8358762Z test_schema_correctness_slice_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8358920Z test_schema_correctness_slice_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8359108Z test_schema_correctness_slice_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8359291Z test_schema_correctness_slice_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8359476Z test_schema_correctness_slice_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8359664Z test_schema_correctness_slice_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8359847Z test_schema_correctness_slice_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8360030Z test_schema_correctness_slice_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8360212Z test_schema_correctness_slice_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8360393Z test_schema_correctness_slice_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8360576Z test_schema_correctness_slice_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8360744Z test_schema_correctness_slice_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8360956Z test_schema_correctness_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8361169Z test_schema_correctness_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8361342Z test_schema_correctness_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8361536Z test_schema_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8361724Z test_schema_correctness_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:24:48.8361918Z test_schema_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:24:48.8362112Z test_schema_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8362303Z test_schema_correctness_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8362482Z test_schema_correctness_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8362674Z test_schema_correctness_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8362862Z test_schema_correctness_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8363047Z test_schema_correctness_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8363233Z test_schema_correctness_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8363419Z test_schema_correctness_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8363604Z test_schema_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:24:48.8363783Z test_schema_correctness_sort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8363959Z test_schema_correctness_sort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8364122Z test_schema_correctness_sort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8364296Z test_schema_correctness_sort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8364462Z test_schema_correctness_sort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8364634Z test_schema_correctness_sort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8364805Z test_schema_correctness_sort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8364974Z test_schema_correctness_sort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8365148Z test_schema_correctness_sort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8365321Z test_schema_correctness_sort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8366250Z test_schema_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:968: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:24:48.8366363Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:24:48.8366419Z ok (0.007s) 2022-12-01T10:24:48.8366620Z test_schema_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8366844Z test_schema_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8367137Z test_schema_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8367325Z test_schema_correctness_special_airy_ai_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8367519Z test_schema_correctness_special_airy_ai_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8367707Z test_schema_correctness_special_airy_ai_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8367892Z test_schema_correctness_special_airy_ai_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8368076Z test_schema_correctness_special_airy_ai_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8368246Z test_schema_correctness_special_airy_ai_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8368434Z test_schema_correctness_special_airy_ai_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8368614Z test_schema_correctness_special_airy_ai_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8368802Z test_schema_correctness_special_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8368992Z test_schema_correctness_special_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8369183Z test_schema_correctness_special_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8369367Z test_schema_correctness_special_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8369551Z test_schema_correctness_special_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8369735Z test_schema_correctness_special_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8369909Z test_schema_correctness_special_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8370092Z test_schema_correctness_special_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8370277Z test_schema_correctness_special_bessel_j1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8370465Z test_schema_correctness_special_bessel_j1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8370655Z test_schema_correctness_special_bessel_j1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8370839Z test_schema_correctness_special_bessel_j1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8371022Z test_schema_correctness_special_bessel_j1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8371204Z test_schema_correctness_special_bessel_j1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8371388Z test_schema_correctness_special_bessel_j1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8371554Z test_schema_correctness_special_bessel_j1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8371736Z test_schema_correctness_special_bessel_y0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8371923Z test_schema_correctness_special_bessel_y0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8372109Z test_schema_correctness_special_bessel_y0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8372319Z test_schema_correctness_special_bessel_y0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8372541Z test_schema_correctness_special_bessel_y0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8372719Z test_schema_correctness_special_bessel_y0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8372901Z test_schema_correctness_special_bessel_y0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8373080Z test_schema_correctness_special_bessel_y0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8373262Z test_schema_correctness_special_bessel_y1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8373436Z test_schema_correctness_special_bessel_y1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8373623Z test_schema_correctness_special_bessel_y1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8373806Z test_schema_correctness_special_bessel_y1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8373988Z test_schema_correctness_special_bessel_y1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8374166Z test_schema_correctness_special_bessel_y1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8374352Z test_schema_correctness_special_bessel_y1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8374533Z test_schema_correctness_special_bessel_y1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8374739Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8374950Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8375143Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8375350Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8375554Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8375750Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8375951Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8376153Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8376356Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8376559Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8376764Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8376963Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8377151Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8377345Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8377544Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8377774Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8378216Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8378615Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8379007Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8379399Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8379789Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8380359Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8380753Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8381140Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8381512Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8381908Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8382302Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8382687Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8383075Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8383459Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8383844Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8384231Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8384423Z test_schema_correctness_special_entr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8384610Z test_schema_correctness_special_entr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8384798Z test_schema_correctness_special_entr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8384983Z test_schema_correctness_special_entr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8385207Z test_schema_correctness_special_entr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8385426Z test_schema_correctness_special_entr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8385608Z test_schema_correctness_special_entr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8385791Z test_schema_correctness_special_entr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8385970Z test_schema_correctness_special_entr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8386151Z test_schema_correctness_special_erfcx_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8386339Z test_schema_correctness_special_erfcx_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8386526Z test_schema_correctness_special_erfcx_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8386711Z test_schema_correctness_special_erfcx_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8386886Z test_schema_correctness_special_erfcx_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8387069Z test_schema_correctness_special_erfcx_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8387254Z test_schema_correctness_special_erfcx_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8387436Z test_schema_correctness_special_erfcx_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8387639Z test_schema_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8387844Z test_schema_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8388050Z test_schema_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8388252Z test_schema_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8388455Z test_schema_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8388643Z test_schema_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8388843Z test_schema_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8389041Z test_schema_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8389242Z test_schema_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8389445Z test_schema_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8389649Z test_schema_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8389851Z test_schema_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8390051Z test_schema_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8390247Z test_schema_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8390447Z test_schema_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8390632Z test_schema_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8390846Z test_schema_correctness_special_i0e_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8391054Z test_schema_correctness_special_i0e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8391237Z test_schema_correctness_special_i0e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8391421Z test_schema_correctness_special_i0e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8391601Z test_schema_correctness_special_i0e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8391782Z test_schema_correctness_special_i0e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8391961Z test_schema_correctness_special_i0e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8392144Z test_schema_correctness_special_i0e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8392312Z test_schema_correctness_special_i0e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8392490Z test_schema_correctness_special_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8392671Z test_schema_correctness_special_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8392851Z test_schema_correctness_special_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8393030Z test_schema_correctness_special_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8393207Z test_schema_correctness_special_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8393384Z test_schema_correctness_special_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8393564Z test_schema_correctness_special_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8393745Z test_schema_correctness_special_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8393911Z test_schema_correctness_special_i1e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8394094Z test_schema_correctness_special_i1e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8394275Z test_schema_correctness_special_i1e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8394454Z test_schema_correctness_special_i1e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8394634Z test_schema_correctness_special_i1e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8394812Z test_schema_correctness_special_i1e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8394997Z test_schema_correctness_special_i1e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8395176Z test_schema_correctness_special_i1e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8395380Z test_schema_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8395572Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8395778Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8395979Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8396181Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8396411Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8396643Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8396844Z test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8397241Z test_schema_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8397634Z test_schema_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8398032Z test_schema_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8398425Z test_schema_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8398800Z test_schema_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8399187Z test_schema_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8399574Z test_schema_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8399960Z test_schema_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8400154Z test_schema_correctness_special_log_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8400345Z test_schema_correctness_special_log_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8400535Z test_schema_correctness_special_log_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8400724Z test_schema_correctness_special_log_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8400912Z test_schema_correctness_special_log_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8401096Z test_schema_correctness_special_log_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8401284Z test_schema_correctness_special_log_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8401458Z test_schema_correctness_special_log_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8401656Z test_schema_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8401856Z test_schema_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8402056Z test_schema_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8402253Z test_schema_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8402451Z test_schema_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8402677Z test_schema_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8402899Z test_schema_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8403092Z test_schema_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8403276Z test_schema_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8403476Z test_schema_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8403677Z test_schema_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8403872Z test_schema_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8404065Z test_schema_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8404262Z test_schema_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8404457Z test_schema_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8404652Z test_schema_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8404846Z test_schema_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8405042Z test_schema_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8405227Z test_schema_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8405423Z test_schema_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8405616Z test_schema_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8405809Z test_schema_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8406002Z test_schema_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8406196Z test_schema_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8406390Z test_schema_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8406587Z test_schema_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8406787Z test_schema_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8407045Z test_schema_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8407237Z test_schema_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8407430Z test_schema_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8407625Z test_schema_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8407817Z test_schema_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8408005Z test_schema_correctness_special_ndtr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8408252Z test_schema_correctness_special_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8408465Z test_schema_correctness_special_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8408651Z test_schema_correctness_special_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8408835Z test_schema_correctness_special_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8409008Z test_schema_correctness_special_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8409191Z test_schema_correctness_special_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8409373Z test_schema_correctness_special_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8409555Z test_schema_correctness_special_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8409740Z test_schema_correctness_special_ndtri_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8409929Z test_schema_correctness_special_ndtri_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8410115Z test_schema_correctness_special_ndtri_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8410300Z test_schema_correctness_special_ndtri_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8410485Z test_schema_correctness_special_ndtri_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8410653Z test_schema_correctness_special_ndtri_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8410832Z test_schema_correctness_special_ndtri_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8411013Z test_schema_correctness_special_ndtri_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8411235Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8411451Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8411667Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8411875Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8412082Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8412285Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8412487Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8412685Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8412887Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8413088Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8413296Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8413501Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8413731Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8413962Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8414158Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8414357Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8414554Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8414742Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8414945Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8415154Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8415358Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8415556Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8415751Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8415954Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8416152Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8416566Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8416978Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8417366Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8417765Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8418161Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8418571Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8418974Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8419369Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8419763Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8420385Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8420836Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8421234Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8421636Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8422032Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8422430Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8422830Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8423229Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8423617Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8424015Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8424414Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8424816Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8425214Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8425607Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8426004Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8426405Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8426807Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8427202Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8427594Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8428018Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8428449Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8428843Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8429239Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:24:48.8429427Z test_schema_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8429631Z test_schema_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8429834Z test_schema_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8430034Z test_schema_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8430233Z test_schema_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8430430Z test_schema_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8430627Z test_schema_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8430824Z test_schema_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8431019Z test_schema_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8431196Z test_schema_correctness_special_xlog1py_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8431387Z test_schema_correctness_special_xlog1py_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8431575Z test_schema_correctness_special_xlog1py_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8431759Z test_schema_correctness_special_xlog1py_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8431944Z test_schema_correctness_special_xlog1py_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8432132Z test_schema_correctness_special_xlog1py_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8432322Z test_schema_correctness_special_xlog1py_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8432510Z test_schema_correctness_special_xlog1py_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8432692Z test_schema_correctness_special_xlog1py_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8432876Z test_schema_correctness_special_zeta_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8433051Z test_schema_correctness_special_zeta_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8433238Z test_schema_correctness_special_zeta_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8433420Z test_schema_correctness_special_zeta_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8433605Z test_schema_correctness_special_zeta_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8433813Z test_schema_correctness_special_zeta_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8434021Z test_schema_correctness_special_zeta_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8434202Z test_schema_correctness_special_zeta_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8434384Z test_schema_correctness_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8434561Z test_schema_correctness_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8434729Z test_schema_correctness_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8434910Z test_schema_correctness_split_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8435088Z test_schema_correctness_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8435264Z test_schema_correctness_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8435439Z test_schema_correctness_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8435609Z test_schema_correctness_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8435782Z test_schema_correctness_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8435957Z test_schema_correctness_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8436117Z test_schema_correctness_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8436292Z test_schema_correctness_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8436464Z test_schema_correctness_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8436653Z test_schema_correctness_split_list_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8436841Z test_schema_correctness_split_list_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8437033Z test_schema_correctness_split_list_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8437223Z test_schema_correctness_split_list_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8437409Z test_schema_correctness_split_list_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8437594Z test_schema_correctness_split_list_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8437763Z test_schema_correctness_split_list_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8437950Z test_schema_correctness_split_list_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8438134Z test_schema_correctness_split_list_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8438313Z test_schema_correctness_split_list_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8438496Z test_schema_correctness_split_list_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8438676Z test_schema_correctness_split_list_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8438865Z test_schema_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8439049Z test_schema_correctness_split_with_sizes_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8439268Z test_schema_correctness_split_with_sizes_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8439485Z test_schema_correctness_split_with_sizes_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8439663Z test_schema_correctness_split_with_sizes_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8439852Z test_schema_correctness_split_with_sizes_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8440038Z test_schema_correctness_split_with_sizes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8440227Z test_schema_correctness_split_with_sizes_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8440410Z test_schema_correctness_split_with_sizes_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8440595Z test_schema_correctness_split_with_sizes_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8440778Z test_schema_correctness_split_with_sizes_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8440964Z test_schema_correctness_split_with_sizes_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8441143Z test_schema_correctness_split_with_sizes_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8441308Z test_schema_correctness_sqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8441480Z test_schema_correctness_sqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8441658Z test_schema_correctness_sqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8441834Z test_schema_correctness_sqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8442013Z test_schema_correctness_sqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8442188Z test_schema_correctness_sqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8442359Z test_schema_correctness_sqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8442532Z test_schema_correctness_sqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8442704Z test_schema_correctness_sqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8442861Z test_schema_correctness_sqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8443031Z test_schema_correctness_sqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8443213Z test_schema_correctness_square_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8443387Z test_schema_correctness_square_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8443575Z test_schema_correctness_square_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8443756Z test_schema_correctness_square_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8443935Z test_schema_correctness_square_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8444109Z test_schema_correctness_square_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8444266Z test_schema_correctness_square_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8444441Z test_schema_correctness_square_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8444613Z test_schema_correctness_square_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8444806Z test_schema_correctness_square_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8445006Z test_schema_correctness_square_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8445181Z test_schema_correctness_square_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8445361Z test_schema_correctness_squeeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8445531Z test_schema_correctness_squeeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8445713Z test_schema_correctness_squeeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8445883Z test_schema_correctness_squeeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8446068Z test_schema_correctness_squeeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8446249Z test_schema_correctness_squeeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8446427Z test_schema_correctness_squeeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8446597Z test_schema_correctness_squeeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8446771Z test_schema_correctness_squeeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8447018Z test_schema_correctness_squeeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8447193Z test_schema_correctness_squeeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8447368Z test_schema_correctness_squeeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8447523Z test_schema_correctness_squeeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8447701Z test_schema_correctness_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8447880Z test_schema_correctness_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8448063Z test_schema_correctness_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8448240Z test_schema_correctness_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8448416Z test_schema_correctness_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8448588Z test_schema_correctness_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8448757Z test_schema_correctness_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8448926Z test_schema_correctness_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8449088Z test_schema_correctness_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8449265Z test_schema_correctness_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8449437Z test_schema_correctness_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8449610Z test_schema_correctness_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8449780Z test_schema_correctness_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8449955Z test_schema_correctness_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8450135Z test_schema_correctness_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8450310Z test_schema_correctness_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8450515Z test_schema_correctness_std_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8450698Z test_schema_correctness_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8450871Z test_schema_correctness_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8451052Z test_schema_correctness_std_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8451237Z test_schema_correctness_std_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8451422Z test_schema_correctness_std_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8451605Z test_schema_correctness_std_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8451783Z test_schema_correctness_std_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8451964Z test_schema_correctness_std_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8452147Z test_schema_correctness_stft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8452311Z test_schema_correctness_stft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8453084Z test_schema_correctness_stft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T10:24:48.8453187Z normalized, onesided, return_complex) 2022-12-01T10:24:48.8453254Z ok (0.026s) 2022-12-01T10:24:48.8453433Z test_schema_correctness_stft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.8453609Z test_schema_correctness_sub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8453788Z test_schema_correctness_sub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8453962Z test_schema_correctness_sub_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8454133Z test_schema_correctness_sub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8454293Z test_schema_correctness_sub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8454467Z test_schema_correctness_sub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8454640Z test_schema_correctness_sub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8454814Z test_schema_correctness_sub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8454988Z test_schema_correctness_sub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8455159Z test_schema_correctness_sub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8455330Z test_schema_correctness_sub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8455499Z test_schema_correctness_sub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8455673Z test_schema_correctness_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8455829Z test_schema_correctness_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8456006Z test_schema_correctness_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8456214Z test_schema_correctness_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8456388Z test_schema_correctness_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:24:48.8456592Z test_schema_correctness_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8456763Z test_schema_correctness_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8456932Z test_schema_correctness_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8457101Z test_schema_correctness_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:24:48.8457270Z test_schema_correctness_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8457428Z test_schema_correctness_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8457596Z test_schema_correctness_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8457783Z test_schema_correctness_sum_to_size_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8457963Z test_schema_correctness_sum_to_size_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8458149Z test_schema_correctness_sum_to_size_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8458333Z test_schema_correctness_sum_to_size_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8458514Z test_schema_correctness_sum_to_size_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8458693Z test_schema_correctness_sum_to_size_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8458873Z test_schema_correctness_sum_to_size_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8459041Z test_schema_correctness_sum_to_size_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8459220Z test_schema_correctness_sum_to_size_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8459398Z test_schema_correctness_sum_to_size_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8459577Z test_schema_correctness_sum_to_size_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8459755Z test_schema_correctness_sum_to_size_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8460063Z test_schema_correctness_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.8460309Z test_schema_correctness_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.8460484Z test_schema_correctness_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.208s) 2022-12-01T10:24:48.8460661Z test_schema_correctness_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.202s) 2022-12-01T10:24:48.8460834Z test_schema_correctness_svd_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.315s) 2022-12-01T10:24:48.8461017Z test_schema_correctness_svd_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.411s) 2022-12-01T10:24:48.8461606Z test_schema_correctness_symeig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:24:48.8461827Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:24:48.8461925Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:24:48.8462009Z should be replaced with 2022-12-01T10:24:48.8462244Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:24:48.8462354Z and 2022-12-01T10:24:48.8462444Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:24:48.8462527Z should be replaced with 2022-12-01T10:24:48.8462881Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:24:48.8462972Z return self.op(*args, **kwargs) 2022-12-01T10:24:48.8463045Z ok (0.007s) 2022-12-01T10:24:48.8463231Z test_schema_correctness_symeig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8463413Z test_schema_correctness_symeig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8463590Z test_schema_correctness_symeig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8463751Z test_schema_correctness_t_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8463926Z test_schema_correctness_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8464109Z test_schema_correctness_t_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8464285Z test_schema_correctness_t_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8464458Z test_schema_correctness_t_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8464632Z test_schema_correctness_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8464805Z test_schema_correctness_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8464975Z test_schema_correctness_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8465145Z test_schema_correctness_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8465298Z test_schema_correctness_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8465469Z test_schema_correctness_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8465631Z test_schema_correctness_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8465820Z test_schema_correctness_take_along_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8466003Z test_schema_correctness_take_along_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8466194Z test_schema_correctness_take_along_dim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8466385Z test_schema_correctness_take_along_dim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8466571Z test_schema_correctness_take_along_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8466759Z test_schema_correctness_take_along_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8466932Z test_schema_correctness_take_along_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8467117Z test_schema_correctness_take_along_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8467300Z test_schema_correctness_take_along_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8467477Z test_schema_correctness_take_along_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8467659Z test_schema_correctness_take_along_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8467841Z test_schema_correctness_take_along_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8468067Z test_schema_correctness_take_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8468273Z test_schema_correctness_take_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8468452Z test_schema_correctness_take_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8468618Z test_schema_correctness_take_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8468793Z test_schema_correctness_take_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8468964Z test_schema_correctness_take_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8469132Z test_schema_correctness_take_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8469303Z test_schema_correctness_take_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8469476Z test_schema_correctness_take_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8469649Z test_schema_correctness_take_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8469819Z test_schema_correctness_take_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8469990Z test_schema_correctness_take_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8470153Z test_schema_correctness_tan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8470325Z test_schema_correctness_tan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8470504Z test_schema_correctness_tan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8470680Z test_schema_correctness_tan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8470855Z test_schema_correctness_tan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8471030Z test_schema_correctness_tan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8471200Z test_schema_correctness_tan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8471369Z test_schema_correctness_tan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8471527Z test_schema_correctness_tan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8471698Z test_schema_correctness_tan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8471870Z test_schema_correctness_tan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8472045Z test_schema_correctness_tanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8472218Z test_schema_correctness_tanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8472398Z test_schema_correctness_tanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8472580Z test_schema_correctness_tanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8472755Z test_schema_correctness_tanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8472926Z test_schema_correctness_tanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8473084Z test_schema_correctness_tanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8473256Z test_schema_correctness_tanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8473427Z test_schema_correctness_tanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8473624Z test_schema_correctness_tanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8473795Z test_schema_correctness_tanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8474012Z test_schema_correctness_tensor_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8474196Z test_schema_correctness_tensor_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8474387Z test_schema_correctness_tensor_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8474576Z test_schema_correctness_tensor_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:24:48.8474749Z test_schema_correctness_tensor_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8474931Z test_schema_correctness_tensor_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8475116Z test_schema_correctness_tensor_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:24:48.8475301Z test_schema_correctness_tensor_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8475482Z test_schema_correctness_tensor_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8475661Z test_schema_correctness_tensor_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:24:48.8475843Z test_schema_correctness_tensor_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8476020Z test_schema_correctness_tensor_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8476200Z test_schema_correctness_tensordot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.8476371Z test_schema_correctness_tensordot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8476555Z test_schema_correctness_tensordot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8476737Z test_schema_correctness_tensordot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8476916Z test_schema_correctness_tensordot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.8477095Z test_schema_correctness_tensordot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.8477268Z test_schema_correctness_tensordot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.8477440Z test_schema_correctness_tensordot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8477618Z test_schema_correctness_tensordot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:24:48.8477794Z test_schema_correctness_tensordot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:24:48.8477957Z test_schema_correctness_tile_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:24:48.8478131Z test_schema_correctness_tile_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:24:48.8478311Z test_schema_correctness_tile_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:24:48.8478490Z test_schema_correctness_tile_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:24:48.8478664Z test_schema_correctness_tile_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:24:48.8478835Z test_schema_correctness_tile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:24:48.8479002Z test_schema_correctness_tile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:24:48.8479213Z test_schema_correctness_tile_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:24:48.8479386Z test_schema_correctness_tile_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:24:48.8479570Z test_schema_correctness_tile_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:24:48.8479743Z test_schema_correctness_tile_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:24:48.8479913Z test_schema_correctness_tile_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:24:48.8480088Z test_schema_correctness_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.415s) 2022-12-01T10:24:48.8480256Z test_schema_correctness_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.450s) 2022-12-01T10:24:48.8480433Z test_schema_correctness_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.421s) 2022-12-01T10:24:48.8480608Z test_schema_correctness_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.455s) 2022-12-01T10:24:48.8480779Z test_schema_correctness_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.423s) 2022-12-01T10:24:48.8480939Z test_schema_correctness_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.422s) 2022-12-01T10:24:48.8481110Z test_schema_correctness_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.318s) 2022-12-01T10:24:48.8481279Z test_schema_correctness_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.417s) 2022-12-01T10:24:48.8481450Z test_schema_correctness_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.447s) 2022-12-01T10:24:48.8481618Z test_schema_correctness_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.416s) 2022-12-01T10:24:48.8481784Z test_schema_correctness_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.451s) 2022-12-01T10:24:48.8481951Z test_schema_correctness_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.417s) 2022-12-01T10:24:48.8482134Z test_schema_correctness_to_sparse_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8482314Z test_schema_correctness_to_sparse_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8482486Z test_schema_correctness_to_sparse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8482669Z test_schema_correctness_to_sparse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8482849Z test_schema_correctness_to_sparse_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8483029Z test_schema_correctness_to_sparse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8483210Z test_schema_correctness_to_sparse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8483390Z test_schema_correctness_to_sparse_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8483566Z test_schema_correctness_to_sparse_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8483739Z test_schema_correctness_to_sparse_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8483917Z test_schema_correctness_to_sparse_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8484076Z test_schema_correctness_to_sparse_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8484253Z test_schema_correctness_topk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8484428Z test_schema_correctness_topk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8484600Z test_schema_correctness_topk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8484798Z test_schema_correctness_topk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8484999Z test_schema_correctness_topk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8485170Z test_schema_correctness_topk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8485340Z test_schema_correctness_topk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8485510Z test_schema_correctness_topk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8485680Z test_schema_correctness_trace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8485858Z test_schema_correctness_trace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8486033Z test_schema_correctness_trace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8486208Z test_schema_correctness_trace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8486383Z test_schema_correctness_trace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8486555Z test_schema_correctness_trace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8486727Z test_schema_correctness_trace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8486980Z test_schema_correctness_trace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8487157Z test_schema_correctness_trace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8487328Z test_schema_correctness_transpose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8487509Z test_schema_correctness_transpose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8487697Z test_schema_correctness_transpose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8487886Z test_schema_correctness_transpose_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8488068Z test_schema_correctness_transpose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8488250Z test_schema_correctness_transpose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8488433Z test_schema_correctness_transpose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8488614Z test_schema_correctness_transpose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8488795Z test_schema_correctness_transpose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8488957Z test_schema_correctness_transpose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8489133Z test_schema_correctness_transpose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8489314Z test_schema_correctness_transpose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8489490Z test_schema_correctness_transpose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8489675Z test_schema_correctness_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8489862Z test_schema_correctness_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.8490048Z test_schema_correctness_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:24:48.8490227Z test_schema_correctness_trapezoid_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8490409Z test_schema_correctness_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8490611Z test_schema_correctness_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8490818Z test_schema_correctness_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8490993Z test_schema_correctness_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8491166Z test_schema_correctness_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.8491347Z test_schema_correctness_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8491521Z test_schema_correctness_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8491697Z test_schema_correctness_trapz_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8491881Z test_schema_correctness_trapz_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.8492045Z test_schema_correctness_trapz_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:24:48.8492224Z test_schema_correctness_trapz_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8492395Z test_schema_correctness_trapz_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8492565Z test_schema_correctness_trapz_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8492738Z test_schema_correctness_trapz_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8492911Z test_schema_correctness_trapz_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8493083Z test_schema_correctness_trapz_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8493259Z test_schema_correctness_trapz_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8493430Z test_schema_correctness_trapz_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:24:48.8494083Z test_schema_correctness_triangular_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:24:48.8494252Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:24:48.8494357Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:24:48.8494440Z should be replaced with 2022-12-01T10:24:48.8494672Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:24:48.8494768Z return self.op(*args, **kwargs) 2022-12-01T10:24:48.8494840Z ok (0.011s) 2022-12-01T10:24:48.8495035Z test_schema_correctness_triangular_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8495229Z test_schema_correctness_triangular_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8495409Z test_schema_correctness_triangular_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8495588Z test_schema_correctness_tril_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8495761Z test_schema_correctness_tril_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8495940Z test_schema_correctness_tril_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8496119Z test_schema_correctness_tril_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8496323Z test_schema_correctness_tril_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8496548Z test_schema_correctness_tril_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8496717Z test_schema_correctness_tril_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8496890Z test_schema_correctness_tril_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8497050Z test_schema_correctness_tril_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8497222Z test_schema_correctness_tril_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8497394Z test_schema_correctness_tril_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8497565Z test_schema_correctness_tril_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8497750Z test_schema_correctness_tril_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:24:48.8497932Z test_schema_correctness_tril_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:24:48.8498112Z test_schema_correctness_triu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8498281Z test_schema_correctness_triu_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8498459Z test_schema_correctness_triu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8498624Z test_schema_correctness_triu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8498798Z test_schema_correctness_triu_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8498967Z test_schema_correctness_triu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8499137Z test_schema_correctness_triu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8499310Z test_schema_correctness_triu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8499481Z test_schema_correctness_triu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8499651Z test_schema_correctness_triu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8499821Z test_schema_correctness_triu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8500110Z test_schema_correctness_triu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8500313Z test_schema_correctness_triu_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8500494Z test_schema_correctness_triu_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:24:48.8500683Z test_schema_correctness_true_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8500866Z test_schema_correctness_true_divide_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8501055Z test_schema_correctness_true_divide_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8501243Z test_schema_correctness_true_divide_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8501425Z test_schema_correctness_true_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8501608Z test_schema_correctness_true_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8501790Z test_schema_correctness_true_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8501958Z test_schema_correctness_true_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8502187Z test_schema_correctness_true_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8502412Z test_schema_correctness_true_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8502591Z test_schema_correctness_true_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8502770Z test_schema_correctness_true_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8502949Z test_schema_correctness_trunc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8503124Z test_schema_correctness_trunc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8503296Z test_schema_correctness_trunc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8503456Z test_schema_correctness_trunc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8503633Z test_schema_correctness_trunc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8503810Z test_schema_correctness_trunc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8503983Z test_schema_correctness_trunc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8504151Z test_schema_correctness_trunc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8504331Z test_schema_correctness_unbind_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8504506Z test_schema_correctness_unbind_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8504692Z test_schema_correctness_unbind_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8504878Z test_schema_correctness_unbind_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8505045Z test_schema_correctness_unbind_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8505227Z test_schema_correctness_unbind_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8505400Z test_schema_correctness_unbind_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8505572Z test_schema_correctness_unbind_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8505744Z test_schema_correctness_unbind_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8505916Z test_schema_correctness_unbind_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8506085Z test_schema_correctness_unbind_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8506259Z test_schema_correctness_unbind_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8506434Z test_schema_correctness_unbind_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8506605Z test_schema_correctness_unflatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8506782Z test_schema_correctness_unflatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8506967Z test_schema_correctness_unflatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8507150Z test_schema_correctness_unflatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8507335Z test_schema_correctness_unflatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8507515Z test_schema_correctness_unflatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:24:48.8507730Z test_schema_correctness_unflatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8507938Z test_schema_correctness_unflatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8508118Z test_schema_correctness_unflatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8508280Z test_schema_correctness_unflatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8508453Z test_schema_correctness_unflatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8508633Z test_schema_correctness_unflatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8508804Z test_schema_correctness_unflatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8508976Z test_schema_correctness_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8509153Z test_schema_correctness_unfold_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8509335Z test_schema_correctness_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8509516Z test_schema_correctness_unfold_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8509696Z test_schema_correctness_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:24:48.8509863Z test_schema_correctness_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8510036Z test_schema_correctness_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8510207Z test_schema_correctness_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8510383Z test_schema_correctness_unfold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:24:48.8510554Z test_schema_correctness_unfold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8510722Z test_schema_correctness_unfold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8510896Z test_schema_correctness_unfold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8511070Z test_schema_correctness_unfold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:24:48.8511248Z test_schema_correctness_uniform_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8511417Z test_schema_correctness_uniform_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8511597Z test_schema_correctness_uniform_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8511774Z test_schema_correctness_uniform_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8511950Z test_schema_correctness_uniform_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8512123Z test_schema_correctness_uniform_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8512317Z test_schema_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-12-01T10:24:48.8512506Z test_schema_correctness_unique_consecutive_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-12-01T10:24:48.8512698Z test_schema_correctness_unique_consecutive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-12-01T10:24:48.8512889Z test_schema_correctness_unique_consecutive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-12-01T10:24:48.8513065Z test_schema_correctness_unique_consecutive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-12-01T10:24:48.8513287Z test_schema_correctness_unique_consecutive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-12-01T10:24:48.8513502Z test_schema_correctness_unique_consecutive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-12-01T10:24:48.8513690Z test_schema_correctness_unique_consecutive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-12-01T10:24:48.8513876Z test_schema_correctness_unique_consecutive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-12-01T10:24:48.8514056Z test_schema_correctness_unique_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-12-01T10:24:48.8514230Z test_schema_correctness_unique_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.239s) 2022-12-01T10:24:48.8514411Z test_schema_correctness_unique_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.246s) 2022-12-01T10:24:48.8514583Z test_schema_correctness_unique_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.246s) 2022-12-01T10:24:48.8514750Z test_schema_correctness_unique_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.240s) 2022-12-01T10:24:48.8514924Z test_schema_correctness_unique_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.246s) 2022-12-01T10:24:48.8515092Z test_schema_correctness_unique_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.257s) 2022-12-01T10:24:48.8515263Z test_schema_correctness_unique_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.255s) 2022-12-01T10:24:48.8515437Z test_schema_correctness_unique_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.262s) 2022-12-01T10:24:48.8515619Z test_schema_correctness_unsqueeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8515919Z test_schema_correctness_unsqueeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8516109Z test_schema_correctness_unsqueeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8516359Z test_schema_correctness_unsqueeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8516599Z test_schema_correctness_unsqueeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8516862Z test_schema_correctness_unsqueeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8517158Z test_schema_correctness_unsqueeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8517502Z test_schema_correctness_unsqueeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8517813Z test_schema_correctness_unsqueeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8517987Z test_schema_correctness_unsqueeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8518161Z test_schema_correctness_unsqueeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8518342Z test_schema_correctness_unsqueeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8518516Z test_schema_correctness_unsqueeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8518678Z test_schema_correctness_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8518853Z test_schema_correctness_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8519029Z test_schema_correctness_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8519199Z test_schema_correctness_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8519372Z test_schema_correctness_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8519598Z test_schema_correctness_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8519809Z test_schema_correctness_var_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8519992Z test_schema_correctness_var_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8520176Z test_schema_correctness_var_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:24:48.8520344Z test_schema_correctness_var_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8520521Z test_schema_correctness_var_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8520698Z test_schema_correctness_var_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:24:48.8520876Z test_schema_correctness_vdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8521071Z test_schema_correctness_vdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.8521268Z test_schema_correctness_vdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:24:48.8521443Z test_schema_correctness_vdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8521613Z test_schema_correctness_vdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8521787Z test_schema_correctness_vdot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8521947Z test_schema_correctness_vdot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8522121Z test_schema_correctness_vdot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8522295Z test_schema_correctness_vdot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8522472Z test_schema_correctness_vdot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8522664Z test_schema_correctness_view_as_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8522849Z test_schema_correctness_view_as_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8523029Z test_schema_correctness_view_as_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8523208Z test_schema_correctness_view_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8523382Z test_schema_correctness_view_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8523552Z test_schema_correctness_view_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8523733Z test_schema_correctness_view_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8523913Z test_schema_correctness_view_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8524093Z test_schema_correctness_view_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8524266Z test_schema_correctness_view_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8524442Z test_schema_correctness_view_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8524619Z test_schema_correctness_view_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8524789Z test_schema_correctness_view_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8524958Z test_schema_correctness_view_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8525146Z test_schema_correctness_view_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8525340Z test_schema_correctness_view_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8525526Z test_schema_correctness_view_as_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8525713Z test_schema_correctness_view_as_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:24:48.8525887Z test_schema_correctness_view_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8526058Z test_schema_correctness_view_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8526236Z test_schema_correctness_view_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8526413Z test_schema_correctness_view_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8526578Z test_schema_correctness_view_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8526755Z test_schema_correctness_view_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8527009Z test_schema_correctness_view_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8527202Z test_schema_correctness_view_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8527375Z test_schema_correctness_view_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8527547Z test_schema_correctness_view_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:24:48.8527718Z test_schema_correctness_view_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8527890Z test_schema_correctness_view_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8528062Z test_schema_correctness_view_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:24:48.8528229Z test_schema_correctness_vsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8528406Z test_schema_correctness_vsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8528589Z test_schema_correctness_vsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8528772Z test_schema_correctness_vsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8528951Z test_schema_correctness_vsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8529129Z test_schema_correctness_vsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8529302Z test_schema_correctness_vsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8529476Z test_schema_correctness_vsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8529653Z test_schema_correctness_vsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8529813Z test_schema_correctness_vsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8529983Z test_schema_correctness_vsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8530154Z test_schema_correctness_vsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8530330Z test_schema_correctness_vsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8530509Z test_schema_correctness_vstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8530683Z test_schema_correctness_vstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8530906Z test_schema_correctness_vstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8531117Z test_schema_correctness_vstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8531299Z test_schema_correctness_vstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8531464Z test_schema_correctness_vstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8531638Z test_schema_correctness_vstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8531809Z test_schema_correctness_vstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8531979Z test_schema_correctness_vstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8532147Z test_schema_correctness_vstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8532315Z test_schema_correctness_vstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8532490Z test_schema_correctness_vstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8532664Z test_schema_correctness_vstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8532840Z test_schema_correctness_where_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8532999Z test_schema_correctness_where_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8533178Z test_schema_correctness_where_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8533355Z test_schema_correctness_where_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8533529Z test_schema_correctness_where_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8533704Z test_schema_correctness_where_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8533875Z test_schema_correctness_where_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8534041Z test_schema_correctness_where_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8534211Z test_schema_correctness_where_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8534371Z test_schema_correctness_where_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8534544Z test_schema_correctness_where_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8534719Z test_schema_correctness_where_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8534890Z test_schema_correctness_where_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8535072Z test_schema_correctness_xlogy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8535247Z test_schema_correctness_xlogy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:24:48.8535423Z test_schema_correctness_xlogy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8535594Z test_schema_correctness_xlogy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8535765Z test_schema_correctness_xlogy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8535921Z test_schema_correctness_xlogy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8536091Z test_schema_correctness_xlogy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8536264Z test_schema_correctness_xlogy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8536461Z test_schema_correctness_xlogy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8536658Z test_schema_correctness_xlogy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:24:48.8536835Z test_schema_correctness_zero__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8537006Z test_schema_correctness_zero__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8537186Z test_schema_correctness_zero__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8537363Z test_schema_correctness_zero__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8537522Z test_schema_correctness_zero__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8537691Z test_schema_correctness_zero__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8537861Z test_schema_correctness_zero__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8538032Z test_schema_correctness_zero__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8538200Z test_schema_correctness_zero__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8538366Z test_schema_correctness_zero__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8538535Z test_schema_correctness_zero__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8538703Z test_schema_correctness_zero__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:24:48.8538881Z test_schema_correctness_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8539038Z test_schema_correctness_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8539218Z test_schema_correctness_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8539398Z test_schema_correctness_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8539572Z test_schema_correctness_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8539744Z test_schema_correctness_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8539913Z test_schema_correctness_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8540287Z test_schema_correctness_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8540465Z test_schema_correctness_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8540635Z test_schema_correctness_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8540794Z test_schema_correctness_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8540970Z test_schema_correctness_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8541141Z test_schema_correctness_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:24:48.8541326Z test_schema_correctness_zeros_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8541503Z test_schema_correctness_zeros_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8541689Z test_schema_correctness_zeros_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8541873Z test_schema_correctness_zeros_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:24:48.8542116Z test_schema_correctness_zeros_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:24:48.8542304Z test_schema_correctness_zeros_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8542520Z test_schema_correctness_zeros_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8542701Z test_schema_correctness_zeros_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8542882Z test_schema_correctness_zeros_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8543061Z test_schema_correctness_zeros_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8543238Z test_schema_correctness_zeros_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8543416Z test_schema_correctness_zeros_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8543595Z test_schema_correctness_zeros_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:24:48.8543608Z 2022-12-01T10:24:48.8543850Z ---------------------------------------------------------------------- 2022-12-01T10:24:48.8543932Z Ran 5132 tests in 372.175s 2022-12-01T10:24:48.8543938Z 2022-12-01T10:24:48.8543999Z OK (skipped=168) 2022-12-01T10:24:48.8544003Z 2022-12-01T10:24:48.8544091Z Generating XML reports... 2022-12-01T10:24:48.8544392Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20221201101835.xml 2022-12-01T10:24:48.8544728Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20221201101835.xml 2022-12-01T10:24:48.8544734Z 2022-12-01T10:24:48.8545096Z ##[endgroup] 2022-12-01T10:24:48.8545388Z FINISHED PRINTING LOG FILE of test_schema_check (/var/lib/jenkins/workspace/test/test-reports/test_schema_check_6mgb0evx) 2022-12-01T10:24:48.8545394Z 2022-12-01T10:24:49.0494995Z Running test_ops ... [2022-12-01 10:24:49.049128] 2022-12-01T10:24:50.1476421Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:50.1760540Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:50.2084714Z Ignoring disabled issues: [] 2022-12-01T10:24:50.2245000Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:50.224219] 2022-12-01T10:24:50.2372223Z Ignoring disabled issues: [] 2022-12-01T10:24:50.2529740Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:50.252595] 2022-12-01T10:41:24.7961898Z 2022-12-01T10:41:24.7962415Z Expand the folded group to see the log file of test_ops 2022-12-01T10:41:24.7963422Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_87j_vym2) 2022-12-01T10:41:24.8007523Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-9670f1cd30b2aa55.xml 2022-12-01T10:41:24.8011014Z ============================= test session starts ============================== 2022-12-01T10:41:24.8013003Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:41:24.8014700Z cachedir: .pytest_cache 2022-12-01T10:41:24.8015715Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:41:24.8016868Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:41:24.8017781Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:41:24.8018397Z collecting ... collected 26295 items / 23 deselected / 26272 selected 2022-12-01T10:41:25.0498600Z Running 13125 items in this shard: test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_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_block_diag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_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_char_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_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_empty_like_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_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_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_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_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_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_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_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_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_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_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_repeat_interleave_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_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_slice_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___ror___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_erf_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_exp2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_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_mul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sin_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_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_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_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_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_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_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_acosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_arange_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_asin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bool_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clone_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cross_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diag_embed_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_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_double_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_equal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expand_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_eye_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_flip_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_float_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_floor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_frac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_i0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_imag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_inner_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_int_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_istft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ldexp_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_cross_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_long_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mH_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mT_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_argmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_median_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_normalize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_softmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_median_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mm_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_1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_narrow_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_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_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_feature_alpha_dropout_with_train_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_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_rrelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_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_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_normal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_outer_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_permute_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polar_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_put_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_roll_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_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_segment_reduce_lengths_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_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_i1e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_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_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_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_square_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_take_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_where_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_errors___rand___cpu, test/test_ops.py::TestCommonCPU::test_errors___rmod___cpu, test/test_ops.py::TestCommonCPU::test_errors___rmul___cpu, test/test_ops.py::TestCommonCPU::test_errors___ror___cpu, test/test_ops.py::TestCommonCPU::test_errors___rpow___cpu, test/test_ops.py::TestCommonCPU::test_errors_amin_cpu, test/test_ops.py::TestCommonCPU::test_errors_atan2_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_errors_cat_cpu, test/test_ops.py::TestCommonCPU::test_errors_copysign_cpu, test/test_ops.py::TestCommonCPU::test_errors_cov_cpu, test/test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_errors_eq_cpu, test/test_ops.py::TestCommonCPU::test_errors_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_errors_float_power_cpu, test/test_ops.py::TestCommonCPU::test_errors_gather_cpu, test/test_ops.py::TestCommonCPU::test_errors_gradient_cpu, test/test_ops.py::TestCommonCPU::test_errors_gt_cpu, test/test_ops.py::TestCommonCPU::test_errors_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_errors_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_errors_hstack_cpu, test/test_ops.py::TestCommonCPU::test_errors_hypot_cpu, test/test_ops.py::TestCommonCPU::test_errors_igamma_cpu, test/test_ops.py::TestCommonCPU::test_errors_index_select_cpu, test/test_ops.py::TestCommonCPU::test_errors_isclose_cpu, test/test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu, test/test_ops.py::TestCommonCPU::test_errors_ldexp_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu, test/test_ops.py::TestCommonCPU::test_errors_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_errors_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_errors_max_binary_cpu, test/test_ops.py::TestCommonCPU::test_errors_minimum_cpu, test/test_ops.py::TestCommonCPU::test_errors_mul_cpu, test/test_ops.py::TestCommonCPU::test_errors_multinomial_cpu, test/test_ops.py::TestCommonCPU::test_errors_ne_cpu, test/test_ops.py::TestCommonCPU::test_errors_neg_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_pow_cpu, test/test_ops.py::TestCommonCPU::test_errors_renorm_cpu, test/test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_errors_reshape_cpu, test/test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_errors_take_cpu, test/test_ops.py::TestCommonCPU::test_errors_unbind_cpu, test/test_ops.py::TestCommonCPU::test_errors_uniform_cpu, test/test_ops.py::TestCommonCPU::test_errors_view_cpu, test/test_ops.py::TestCommonCPU::test_errors_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_errors_vstack_cpu, test/test_ops.py::TestCommonCPU::test_errors_where_cpu, test/test_ops.py::TestCommonCPU::test_errors_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64, 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_addmm_decomposed_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_all_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_amin_cpu_int64, 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_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_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_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_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_vander_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linspace_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_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32, 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_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_matmul_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_max_reduction_no_dim_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_median_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_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_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_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_bilinear_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_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_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_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_feature_alpha_dropout_without_train_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_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_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_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_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_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_normalize_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_circular_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_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_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_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_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_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_smooth_l1_loss_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_softplus_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_softsign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_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_nn_functional_triplet_margin_loss_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_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_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_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_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_hermite_polynomial_he_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32, 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_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_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_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32, 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_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_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_T_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___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___rdiv___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_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_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_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_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_block_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_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_clamp_max_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_clone_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_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_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_cummax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_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_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_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_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_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_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_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_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_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_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_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_fft_rfftn_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_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_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_full_like_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_half_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_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_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_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_binary_return_by_ref_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_log10_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_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_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_max_binary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_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_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_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_polygamma_polygamma_n_0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_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_polygamma_polygamma_n_4_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_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_reciprocal_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_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_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_rsqrt_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_scatter_reduce_prod_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_short_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_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_bessel_y0_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_chebyshev_polynomial_v_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_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_ndtri_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_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_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_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_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_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_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_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_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32, 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_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64, 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_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64, 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_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32, 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_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32, 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_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_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_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_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_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_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32, 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_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_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_masked_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_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_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32, 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_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_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_conv2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_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_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_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_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_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_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_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_pairwise_distance_cpu_int64, 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_shuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_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_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_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_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32, 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_int64, 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_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, 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_nn_functional_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32, 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_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_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_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64, 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_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32, 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_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_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_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_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_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64, 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_to_size_cpu_int64, 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_symeig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64, 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_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64, 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_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64, 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_diagflat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_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_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_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_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_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_permute_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_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_where_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expand_as_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_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_floor_divide_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_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_full_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_dropout_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_gelu_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_hinge_embedding_loss_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_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_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_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_softmax_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_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_irfftn_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_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gather_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_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_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_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_logaddexp_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_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_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_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_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_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_elu_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_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_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_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_inf_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_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_out_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_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_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___ror___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_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_cos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_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_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_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_floor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_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_isclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_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_linspace_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_log_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_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_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_huber_loss_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_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_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_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_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_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_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_trunc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_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_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_acos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_asin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bool_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_byte_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clone_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_conj_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_count_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cross_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_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diff_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_double_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_equal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expand_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_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_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_flip_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_floor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gather_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_i0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_imag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_kron_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_le_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mT_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_softmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ne_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_zeros_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_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_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_conv1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_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_grid_sample_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_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_interpolate_area_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_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_multilabel_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_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_circular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_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_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_outer_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_positive_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_pow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_put_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resize__cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_slice_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sort_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_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_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_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_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_square_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_stft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_svd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_symeig_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_tile_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_topk_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_var_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_as_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_out_warning_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu, test/test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_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_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8, 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_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16, 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_constant_pad_nd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32, 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_copysign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32, 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_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128, 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_fft2_cpu_int32, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16, 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_bfloat16, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_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_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_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64, 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_ifftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64, 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_bool, 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_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_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32, 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_fmax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16, 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_frac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_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_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_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_log10_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32, 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_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8, 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_bfloat16, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32, 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_narrow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32, 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_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_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128, 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_float32, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16, 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_hardshrink_cpu_bfloat16, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32, 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_float64, 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_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64, 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_prelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8, 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_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool, 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_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8, 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_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64, 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_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool, 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_sin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_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_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_bool, 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_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, 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_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, 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_multigammaln_mvlgamma_p_5_cpu_int8, 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_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int8, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16, 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_tan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8, 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_complex64, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32, 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_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16, 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_view_as_cpu_bfloat16, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_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_logspace_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_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_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16, 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_abs_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64, 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_abs_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8, 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_abs_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64, 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_acos_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64, 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_acos_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64, 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_acosh_executor_aten_cpu_int16, 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_acosh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8, 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_add_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64, 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_add_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8, 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_addcdiv_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8, 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_addr_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_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_all_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8, 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_allclose_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32, 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_amax_executor_aten_cpu_float64, 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_amax_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32, 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_complex64, 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_any_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8, 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_arange_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8, 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_complex64, 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_float64, 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_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8, 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_asinh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32, 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_int32, 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_atan2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128, 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_atan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool, 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_float64, 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_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_atanh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16, 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_1d_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16, 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_2d_executor_aten_cpu_float64, 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_2d_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64, 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_atleast_3d_executor_aten_cpu_int16, 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_atleast_3d_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32, 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_and_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8, 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_or_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64, 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_bitwise_xor_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16, 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_broadcast_tensors_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool, 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_broadcast_to_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_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_cat_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32, 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_cat_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16, 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_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_float16, 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_chunk_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16, 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_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32, 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_clamp_min_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16, 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_int64, 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_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool, 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_complex32, 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_conj_physical_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8, 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_int16, 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_constant_pad_nd_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128, 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_contiguous_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8, 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_copysign_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32, 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_cos_executor_aten_cpu_int64, 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_cos_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64, 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_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_cosh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8, 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_complex64, 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_cumsum_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_cumsum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_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_embed_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64, 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_embed_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64, 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_digamma_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16, 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_float64, 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_floor_rounding_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64, 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_no_rounding_mode_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_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_div_trunc_rounding_executor_aten_cpu_float32, 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_div_trunc_rounding_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16, 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_complex32, 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_dsplit_executor_aten_cpu_float16, 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_dsplit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8, 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_dstack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8, 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_dstack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64, 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_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32, 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_like_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64, 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_eq_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64, 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_erf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8, 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_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_erfc_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8, 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_erfinv_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32, 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_erfinv_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64, 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_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_exp_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32, 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_exp_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128, 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_float32, 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_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8, 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_as_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16, 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_expand_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64, 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_fft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64, 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_int64, 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_fftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8, 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_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_complex32, 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_fftshift_executor_aten_cpu_float32, 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_fftshift_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8, 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_hfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32, 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_hfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool, 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_hfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128, 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_ifft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16, 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_ifftshift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool, 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_ihfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_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_ihfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_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_int32, 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_ihfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32, 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_ihfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8, 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_irfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128, 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_irfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64, 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_fft_rfft2_executor_nvfuser_cpu_int8, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16, 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_rfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_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_fill_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64, 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_flatten_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64, 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_flip_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8, 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_fliplr_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool, 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_float16, 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_flipud_executor_aten_cpu_float64, 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_flipud_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8, 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_complex128, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32, 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_float_power_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64, 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_floor_executor_aten_cpu_int32, 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_floor_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16, 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_fmin_executor_aten_cpu_int16, 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_fmin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32, 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_int16, 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_fmod_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8, 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_frac_executor_aten_cpu_float32, 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_frac_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_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_gcd_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64, 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_gt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8, 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_hsplit_executor_aten_cpu_bool, 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_hsplit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64, 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_hsplit_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16, 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_hstack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32, 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_igammac_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64, 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_add_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool, 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_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_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_fill_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_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_complex128, 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_int64, 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_index_select_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64, 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_isclose_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8, 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_isfinite_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16, 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_isinf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16, 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_isneginf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16, 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_isposinf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32, 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_isreal_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64, 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_lgamma_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32, 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_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64, 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_svd_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128, 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_linalg_svdvals_executor_nvfuser_cpu_float64, 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_linalg_vector_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64, 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_linspace_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64, 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_complex64, 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_float64, 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_log10_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_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_log2_executor_aten_cpu_bool, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128, 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_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64, 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_and_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64, 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_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16, 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_float64, 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_logical_xor_executor_aten_cpu_int64, 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_logical_xor_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8, 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_logsumexp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64, 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_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_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32, 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_list_of_tensors_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_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_bool, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8, 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_movedim_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8, 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_mul_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32, 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_mul_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16, 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_narrow_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64, 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_complex128, 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_float32, 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_int32, 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_ne_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16, 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_int16, 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_neg_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8, 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_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32, 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_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16, 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_empty_strided_executor_aten_cpu_float32, 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_empty_strided_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16, 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_ones_executor_aten_cpu_complex32, 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_float16, 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_ones_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64, 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_new_ones_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16, 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_new_zeros_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8, 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_nextafter_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16, 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_celu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16, 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_dropout_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64, 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_elu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64, 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_glu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16, 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_huber_loss_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16, 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_l1_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_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_layer_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64, 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_leaky_relu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16, 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_margin_ranking_loss_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32, 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_mish_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64, 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_mse_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16, 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_pairwise_distance_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32, 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_prelu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8, 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_relu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64, 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_tanhshrink_executor_aten_cpu_int32, 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_tanhshrink_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32, 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_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32, 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_ones_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64, 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_permute_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64, 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_permute_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32, 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_int16, 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_positive_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64, 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_pow_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64, 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_prod_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32, 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_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16, 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_reciprocal_executor_aten_cpu_int64, 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_reciprocal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64, 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_remainder_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16, 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_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8, 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_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_float64, 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_int32, 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_as_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8, 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_reshape_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32, 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_roll_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32, 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_round_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool, 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_rsqrt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16, 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_rsub_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32, 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_sgn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64, 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_sgn_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32, 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_sigmoid_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16, 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_sign_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64, 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_sign_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64, 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_sin_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32, 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_sin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool, 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_sinc_executor_aten_cpu_float64, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16, 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_float64, 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_sinh_executor_aten_cpu_int64, 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_sinh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_uint8, 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_bessel_j1_executor_aten_cpu_float32, 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_bessel_j1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int32, 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_bessel_j1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int8, 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_i0e_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32, 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_i1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8, 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_i1e_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32, 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_logit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8, 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_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float64, 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_spherical_bessel_j0_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16, 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_special_zeta_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16, 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_square_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16, 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_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64, 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_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16, 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_stack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16, 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_stack_executor_aten_cpu_int8, 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_stack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128, 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_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16, 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_std_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16, 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_float32, 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_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16, 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_complex128, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64, 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_sum_to_size_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64, 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_float64, 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_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_t_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128, 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_tanh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64, 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_to_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool, 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_transpose_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16, 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_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128, 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_float16, 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_triu_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16, 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_true_divide_executor_aten_cpu_int64, 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_true_divide_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16, 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_trunc_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16, 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_unfold_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool, 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_unsqueeze_executor_aten_cpu_float64, 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_unsqueeze_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_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_var_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16, 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_as_executor_aten_cpu_bool, 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_as_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16, 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_view_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32, 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_vsplit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64, 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_vstack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64, 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_where_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8, 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_addr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8, 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_amin_cpu_int8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8, 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_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8, 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_bool, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128, 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_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16, 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_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32, 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_2d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8, 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_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8, 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_bitwise_left_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_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_bitwise_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16, 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_clamp_min_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_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_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32, 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_column_stack_cpu_int8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32, 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_int8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_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_bool, 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_div_no_rounding_mode_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64, 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_bfloat16, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16, 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_int8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32, 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_exp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8, 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_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16, 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_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8, 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_fft_cpu_complex128, 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_fft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16, 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_fftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16, 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_complex128, 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_int32, 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_hfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32, 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_hfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16, 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_hfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32, 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_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64, 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_ifft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8, 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_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_ifftshift_cpu_float16, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32, 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_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_irfft2_cpu_float64, 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_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64, 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_irfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32, 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_int16, 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_irfftn_cpu_int8, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32, 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_rfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16, 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_rfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16, 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_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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_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_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64, 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_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128, 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_copy_cpu_float64, 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_bool, 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_complex64, 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_int64, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_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_isneginf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64, 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_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64, 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_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8, 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_complex64, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_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_log2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64, 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_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool, 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_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32, 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_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_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_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64, 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_float16, 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_float64, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool, 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_meshgrid_list_of_tensors_cpu_complex64, 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_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64, 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_meshgrid_variadic_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16, 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_int64, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16, 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_nan_to_num_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32, 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_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8, 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_ne_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32, 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_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8, 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_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16, 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_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_elu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64, 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_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_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64, 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_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8, 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_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16, 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_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_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_relu6_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8, 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_selu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16, 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_softshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128, 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_tanhshrink_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16, 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_complex128, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8, 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_bfloat16, 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_complex32, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64, 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_reshape_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32, 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_int32, 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_bool, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128, 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_sinc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32, 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_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16, 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_i0e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64, 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_float32, 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_i1e_cpu_int32, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64, 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_int32, 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_1_cpu_int8, 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_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int64, 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_spherical_bessel_j0_cpu_uint8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64, 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_int32, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_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_square_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64, 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_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128, 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_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32, 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_sum_to_size_cpu_uint8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64, 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_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8, 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_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64, 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_int16, 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_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool, 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_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32, 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_int64, 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_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16, 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_addr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64, 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_int64, 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_bfloat16, 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_allclose_cpu_complex64, 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_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32, 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_amax_cpu_int8, 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_amin_cpu_float16, 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_amin_cpu_int8, 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_bool, 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_complex64, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32, 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_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool, 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_int16, 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_uint8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32, 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_asin_cpu_int32, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool, 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_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16, 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_float32, 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_1d_cpu_int32, 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_2d_cpu_bfloat16, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16, 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_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128, 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_atleast_3d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64, 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_and_cpu_int32, 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_left_shift_cpu_int32, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_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_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16, 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_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16, 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_broadcast_to_cpu_float32, 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_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64, 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_cat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16, 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_cat_cpu_int64, 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_ceil_cpu_float64, 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_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_bool, 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_float16, 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_int16, 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_clamp_cpu_bfloat16, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16, 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_max_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32, 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_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128, 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_clone_cpu_float64, 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_clone_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64, 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_column_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32, 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_column_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64, 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_conj_physical_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool, 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_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8, 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_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64, 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_diagonal_cpu_bool, 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_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16, 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_digamma_cpu_uint8, 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_floor_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool, 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_float16, 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_no_rounding_mode_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64, 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_div_trunc_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64, 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_dsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16, 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_complex128, 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_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16, 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_dstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8, 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_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_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_exp_cpu_bfloat16, 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_exp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64, 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_as_cpu_bool, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32, 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_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64, 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_float64, 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_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8, 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_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8, 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_bool, 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_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32, 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_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_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128, 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_int32, 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_hfft_cpu_uint8, 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_hfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64, 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_int32, 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_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_ifft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128, 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_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64, 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_ifftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64, 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_ihfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8, 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_ihfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128, 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_irfft2_cpu_float64, 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_irfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool, 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_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32, 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_irfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8, 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_float64, 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_rfft2_cpu_uint8, 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_fft_rfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool, 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_float32, 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_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64, 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_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8, 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_bool, 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_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool, 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_fliplr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32, 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_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16, 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_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32, 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_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32, 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_bfloat16, 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_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32, 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_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16, 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_frac_cpu_float64, 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_gcd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32, 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_ge_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool, 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_gt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32, 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_heaviside_cpu_int64, 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_bfloat16, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64, 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_hsplit_cpu_int64, 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_hstack_cpu_complex64, 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_hstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8, 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_bfloat16, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32, 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_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8, 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_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32, 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_imag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32, 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_add_cpu_int64, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool, 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_complex64, 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_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_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_int8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16, 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_isclose_cpu_uint8, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16, 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_float16, 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_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_isinf_cpu_int8, 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_isnan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_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_isnan_cpu_int8, 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_isneginf_cpu_float16, 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_isneginf_cpu_int16, 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_isneginf_cpu_uint8, 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_isposinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64, 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_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32, 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_isreal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32, 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_lcm_cpu_int32, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64, 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_le_cpu_int8, 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_lgamma_cpu_bfloat16, 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_int64, 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_complex128, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16, 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_float32, 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_cpu_complex64, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32, 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_log1p_cpu_uint8, 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_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_log2_cpu_int64, 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_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64, 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_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16, 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_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_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_float16, 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_or_cpu_int16, 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_or_cpu_uint8, 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_logical_xor_cpu_float64, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16, 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_logsumexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64, 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_lt_cpu_int64, 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_lt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16, 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_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32, 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_maximum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32, 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_int64, 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_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool, 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_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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8, 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_complex128, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64, 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_mul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64, 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_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128, 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_float16, 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_int8, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128, 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_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32, 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_neg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool, 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_float64, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64, 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_empty_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_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_ones_cpu_uint8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32, 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_nextafter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32, 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_elu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_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_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_hinge_embedding_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128, 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_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_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_leaky_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16, 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_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16, 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_float32, 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_poisson_nll_loss_cpu_bfloat16, 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_poisson_nll_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16, 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_relu6_cpu_uint8, 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_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64, 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_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64, 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_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8, 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_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16, 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_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64, 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_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64, 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_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16, 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_permute_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64, 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_complex64, 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_positive_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64, 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_pow_cpu_float64, 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_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128, 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_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_randn_cpu_complex64, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64, 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_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_bfloat16, 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_float16, 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_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64, 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_int8, 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_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32, 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_repeat_cpu_uint8, 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_complex64, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_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_round_cpu_bfloat16, 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_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8, 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_complex64, 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_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16, 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_sigmoid_cpu_float32, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16, 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_sign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64, 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_int8, 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_bfloat16, 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_sin_cpu_float32, 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_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128, 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_float32, 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_sinc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128, 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_float32, 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_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int16, 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_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64, 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_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, 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_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int64, 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_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8, 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_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128, 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_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8, 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_complex64, 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_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64, 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_stack_cpu_uint8, 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_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_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16, 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_sub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128, 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_sub_cpu_int16, 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_int64, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16, 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_int8, 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_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16, 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_t_cpu_float64, 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_t_cpu_int64, 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_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_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_tan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8, 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_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32, 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_trace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16, 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_transpose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8, 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_bool, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8, 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_triu_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8, 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_trunc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16, 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_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64, 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_unflatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64, 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_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128, 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_as_cpu_complex64, 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_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16, 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_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32, 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_vsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16, 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_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32, 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_where_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32, 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_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_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_cholesky_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_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_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_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_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_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_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_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_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_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_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_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_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64, 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_jiterator_binary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_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_eigh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_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_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32, 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_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32, 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_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32, 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_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64, 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_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_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_linspace_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_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_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_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amax_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_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logsumexp_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_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_norm_cpu_float32, 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_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_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_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32, 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_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_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_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32, 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_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_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_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64, 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_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_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_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, 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_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_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_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_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_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_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_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64, 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_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_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_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_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_softmin_with_dtype_cpu_float32, 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_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_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_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_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_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_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_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_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_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_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_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_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_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64, 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_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_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_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atan_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_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_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_movedim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_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_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_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_without_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_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_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_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_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_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_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_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_symeig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_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_ifftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_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_ldl_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_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_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_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_mH_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_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_batch_norm_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_conv2d_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_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_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_feature_alpha_dropout_without_train_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_fractional_max_pool3d_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_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_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_hardtanh_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_huber_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_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_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_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_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_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_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_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_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_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_prelu_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_selu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_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_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_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_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_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_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_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_special_airy_ai_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_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_y1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_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_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_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_scaled_modified_bessel_k0_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_zeta_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_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_tensordot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_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_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_amin_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_any_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_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_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_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_equal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expand_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_fft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_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_floor_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_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_tensorsolve_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_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_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_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_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_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_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_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_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_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_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_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_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_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_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_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_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_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_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_hermite_polynomial_he_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_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_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_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_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_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_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_linalg_svdvals_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_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_permute_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_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_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_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_sinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_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_lu_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logspace_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_mean_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_masked_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_sum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_var_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_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_l1_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_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_pixel_shuffle_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_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_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_permute_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_slice_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_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_as_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_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_broadcast_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_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_cosh_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_div_no_rounding_mode_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_eq_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_expand_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_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_fft_ifft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_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_linalg_svd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_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_log10_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_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_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_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_mul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_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_new_zeros_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_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_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_repeat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_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_sgn_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_sinc_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_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_trace_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_true_divide_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_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_vsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_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_cumulative_trapezoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_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_return_by_ref_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_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_householder_product_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_inv_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_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_ldl_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_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_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_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_norm_subgradients_at_zero_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_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_slogdet_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_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_log2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_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_or_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_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_lu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_normalize_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_std_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_mul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_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_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_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_circular_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_reflect_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_shuffle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_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_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_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_sin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_slice_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cumsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_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_fft_rfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_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_neg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_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_celu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_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_real_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_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_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_gather_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_histc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_i0_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_isfinite_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_istft_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_le_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_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_power_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_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_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_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_log2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumprod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_log_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_logaddexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_std_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_native_batch_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_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_avg_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_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_dropout3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_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_grid_sample_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_huber_loss_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_interpolate_linear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_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_local_response_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_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_max_unpool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_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_pad_constant_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_pdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_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_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_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_nn_functional_upsample_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_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_polygamma_special_polygamma_n_0_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_scaled_modified_bessel_k1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_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_special_zeta_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_split_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_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_symeig_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_tensordot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_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_arange_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_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_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_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_clone_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_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_contiguous_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_cos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_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_dstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_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_exp_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_eye_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_fft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_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_fft_ihfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_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_flatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_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_fmin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_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_gt_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_hsplit_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_imag_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_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_index_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_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_lgamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_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_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_logspace_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_neg_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_celu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_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_pdist_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_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_relu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_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_prod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_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_repeat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_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_scalar_tensor_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_sin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_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_i0e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_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_spherical_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_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_sum_to_size_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_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_true_divide_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_unsqueeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_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_python_ref_db_op__refs_abs_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_all_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_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_atan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_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_atleast_3d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_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_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_broadcast_to_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_clamp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_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_equal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_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_exp_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_eye_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_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_ifft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_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_fft_ifftshift_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_fft_irfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_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_float_power_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_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_fmin_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_full_like_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_hypot_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_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_index_copy__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_index_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_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_log2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_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_mul_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_native_layer_norm_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_dropout_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_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_huber_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_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_prelu_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_softplus_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_ones_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_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_positive_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_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_randn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_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_reciprocal_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_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_rot90_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_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_rsqrt_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_scalar_tensor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_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_sign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_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_sinc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_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_bessel_j1_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_special_i1e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_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_sum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_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_tan_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_transpose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_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_trunc_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_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_var_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_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_zeros_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_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___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___ror___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rxor___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_acosh_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_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_aminmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argsort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argwhere_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rand___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___ror___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rxor___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_all_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_allclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_aminmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_arange_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argsort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_and_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_left_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_shapes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_char_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_chunk_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_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_count_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_eq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_eye_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_geqrf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_heaviside_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_histc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogram_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogramdd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_igammac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_imag_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isfinite_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isneginf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isposinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isreal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_istft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_2inputs_2outputs_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_jiterator_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_unary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lcm_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvalsh_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_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_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_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_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_ex_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_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_and_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_not_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_xor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_bilinear_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_binary_cross_entropy_with_logits_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_conv1d_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_cosine_similarity_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_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gelu_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_hardsigmoid_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_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_instance_norm_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_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_linear_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_layer_norm_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_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_replicate_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_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu6_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_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize_as__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsub_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_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_short_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signbit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_airy_ai_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j1_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_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_v_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_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtr_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_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_zeta_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tile_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_autocast_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_uniform_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_real_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bincount_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_left_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_or_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_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_broadcast_shapes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bucketize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_byte_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_count_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___radd___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___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmul___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_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amin_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_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan2_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_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_baddbmm_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_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_block_diag_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_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chalf_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_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_copysign_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_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummax_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_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumulative_trapezoid_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_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_trunc_rounding_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_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp_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_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flatten_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_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmax_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_frexp_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_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hypot_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_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_istft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kron_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_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_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_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_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_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_singular_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_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_triangular_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_svdvals_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_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vecdot_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_log10_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_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_dtype_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_logdet_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_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amax_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_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logaddexp_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_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_normalize_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_masked_var_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_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_with_dim_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_median_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_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mm_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_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nan_to_num_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_adaptive_avg_pool1d_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_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_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_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout_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_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool3d_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_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardtanh_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_instance_norm_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_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool3d_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_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_grad_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_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_reflect_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_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu6_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_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_loss_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_nn_functional_upsample_nearest_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_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_outer_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_polygamma_polygamma_n_3_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_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_as_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_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_neg_3_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_scatter_add_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_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sgn_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_sin_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_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_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_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_erfcx_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_ndtr_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_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_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_svd_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_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_sparse_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_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triangular_solve_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_true_divide_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_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_mean_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_vsplit_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___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rdiv___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___rmod___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_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asinh_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_atleast_1d_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_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bernoulli_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_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cat_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_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_min_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_conj_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_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_deg2rad_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_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_floor_rounding_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_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfinv_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_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfftn_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_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft2_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_flip_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_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hypot_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_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_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_istft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_singular_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_lstsq_grad_oriented_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_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_solve_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_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_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_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_singular_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_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp_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_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amin_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_log_softmax_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_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_prod_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_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_with_dim_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_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_1_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_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_layer_norm_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_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool2d_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_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_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose1d_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_cosine_embedding_loss_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_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gaussian_nll_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_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_area_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_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_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_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pairwise_distance_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_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softplus_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_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_outer_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_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pinverse_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_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_4_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_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_interleave_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_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_3_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_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_mean_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_scatter_reduce_sum_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_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinh_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_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_squeeze_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_sub_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_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tan_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_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensordot_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_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_eq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_equal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfftn_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_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft_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_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_floor_divide_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_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gcd_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_ge_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_geqrf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_heaviside_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_histogram_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_imag_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isfinite_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isinf_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_istft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_unary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_le_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_ex_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_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_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_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_and_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_or_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_xor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_multinomial_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_narrow_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ne_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_empty_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nextafter_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_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_elu_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_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_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_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bilinear_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_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_grad_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_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_margin_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_one_hot_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softsign_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_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ones_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_randn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_randn_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resize__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resize_as__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_mean_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_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_short_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signbit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j1_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_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_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tril_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_triu_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_uniform_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unique_consecutive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unique_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_real_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_H_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cumsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_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_fft_ihfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_neg_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_elu_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_hardshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_huber_loss_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_mse_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_remainder_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_round_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sum_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_tensor_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_all_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_any_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_float_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_histogram_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_i0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_int_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_le_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cond_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_eig_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_norm_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_linalg_slogdet_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_long_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_argmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_cumprod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_cumsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_logaddexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_median_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_normalize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_std_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_var_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_binary_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_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_native_batch_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_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_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_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_ctc_loss_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_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_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_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_put_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_real_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_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_searchsorted_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_slice_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_square_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_view_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-12-01T10:41:25.2090204Z 2022-12-01T10:41:25.2090534Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2090934Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2091305Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2091661Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2092060Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 SKIPPED (Fails on cuda + rocm) [ 0%] 2022-12-01T10:41:25.2092471Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2092842Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2093215Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2093564Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2093920Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2094277Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2094622Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2094985Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2095342Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2095699Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2096054Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2096426Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2096789Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2097151Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2097744Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 SKIPPED (Skipped!) [ 0%] 2022-12-01T10:41:25.2098120Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2098541Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2098896Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2099261Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2099620Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2100132Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2100567Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2100941Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2101311Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2101671Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2102017Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2102389Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2102757Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2103106Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2103471Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2103838Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2104203Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2104550Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2104911Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2105272Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2105631Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2106044Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 SKIPPED (Expected: randn_like is not comparable between dtypes) [ 0%] 2022-12-01T10:41:25.2106460Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2106840Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2107220Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2107575Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2107936Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2108292Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2108638Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2108993Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_slice_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2109353Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2109777Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2110196Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2110556Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2110909Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2111273Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2111626Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2111982Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2112344Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:25.2112665Z test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu PASSED [ 0%] 2022-12-01T10:41:25.2112975Z test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu PASSED [ 0%] 2022-12-01T10:41:25.2113279Z test_ops.py::TestCommonCPU::test_dtypes___ror___cpu PASSED [ 0%] 2022-12-01T10:41:25.2113576Z test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu PASSED [ 0%] 2022-12-01T10:41:25.2113858Z test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu PASSED [ 0%] 2022-12-01T10:41:25.2114150Z test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu PASSED [ 0%] 2022-12-01T10:41:25.2114443Z test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu PASSED [ 0%] 2022-12-01T10:41:25.2114729Z test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu PASSED [ 0%] 2022-12-01T10:41:25.2115024Z test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu PASSED [ 0%] 2022-12-01T10:41:25.2115328Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu PASSED [ 0%] 2022-12-01T10:41:25.2115631Z test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu PASSED [ 0%] 2022-12-01T10:41:25.2115915Z test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu PASSED [ 0%] 2022-12-01T10:41:25.2116210Z test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu PASSED [ 0%] 2022-12-01T10:41:25.2116505Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu PASSED [ 0%] 2022-12-01T10:41:25.2116786Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu PASSED [ 0%] 2022-12-01T10:41:25.2117082Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu PASSED [ 0%] 2022-12-01T10:41:25.2117387Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu PASSED [ 0%] 2022-12-01T10:41:25.2117689Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu PASSED [ 0%] 2022-12-01T10:41:25.2117995Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu PASSED [ 0%] 2022-12-01T10:41:25.2118314Z test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu PASSED [ 0%] 2022-12-01T10:41:25.2118619Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu PASSED [ 0%] 2022-12-01T10:41:25.2118903Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu PASSED [ 0%] 2022-12-01T10:41:25.2119197Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu PASSED [ 0%] 2022-12-01T10:41:25.2119502Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu PASSED [ 0%] 2022-12-01T10:41:25.2119811Z test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu PASSED [ 0%] 2022-12-01T10:41:25.2120100Z test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu PASSED [ 0%] 2022-12-01T10:41:25.2120393Z test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu PASSED [ 0%] 2022-12-01T10:41:25.2120691Z test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu PASSED [ 0%] 2022-12-01T10:41:25.2121010Z test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu PASSED [ 0%] 2022-12-01T10:41:25.2121361Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu PASSED [ 0%] 2022-12-01T10:41:25.2121743Z test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu PASSED [ 0%] 2022-12-01T10:41:25.2122076Z test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu PASSED [ 0%] 2022-12-01T10:41:25.2122364Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu PASSED [ 0%] 2022-12-01T10:41:25.2122664Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu PASSED [ 0%] 2022-12-01T10:41:25.2122966Z test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu PASSED [ 0%] 2022-12-01T10:41:25.2123248Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu PASSED [ 0%] 2022-12-01T10:41:25.2123545Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu PASSED [ 0%] 2022-12-01T10:41:25.2123843Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu PASSED [ 0%] 2022-12-01T10:41:25.2124243Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu PASSED [ 0%] 2022-12-01T10:41:25.2124530Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu PASSED [ 0%] 2022-12-01T10:41:25.2124831Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu PASSED [ 0%] 2022-12-01T10:41:25.2125135Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu PASSED [ 0%] 2022-12-01T10:41:25.2125420Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu PASSED [ 0%] 2022-12-01T10:41:25.2125719Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu PASSED [ 0%] 2022-12-01T10:41:25.2126018Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu PASSED [ 0%] 2022-12-01T10:41:25.2126319Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu PASSED [ 0%] 2022-12-01T10:41:25.2126609Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu PASSED [ 0%] 2022-12-01T10:41:25.2126909Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu PASSED [ 0%] 2022-12-01T10:41:25.2127211Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu PASSED [ 0%] 2022-12-01T10:41:25.2127497Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu PASSED [ 0%] 2022-12-01T10:41:25.2127791Z test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu PASSED [ 0%] 2022-12-01T10:41:25.2128090Z test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu PASSED [ 0%] 2022-12-01T10:41:25.2128378Z test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu PASSED [ 0%] 2022-12-01T10:41:25.2128679Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu PASSED [ 0%] 2022-12-01T10:41:25.2128970Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu PASSED [ 0%] 2022-12-01T10:41:25.2129262Z test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu PASSED [ 0%] 2022-12-01T10:41:25.2129548Z test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu PASSED [ 0%] 2022-12-01T10:41:25.2129852Z test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu PASSED [ 0%] 2022-12-01T10:41:25.2130144Z test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu PASSED [ 0%] 2022-12-01T10:41:25.2130422Z test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu PASSED [ 0%] 2022-12-01T10:41:25.2130718Z test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu PASSED [ 0%] 2022-12-01T10:41:25.2131013Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu PASSED [ 0%] 2022-12-01T10:41:25.2131315Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu PASSED [ 0%] 2022-12-01T10:41:25.2131602Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu PASSED [ 0%] 2022-12-01T10:41:25.2131900Z test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu PASSED [ 0%] 2022-12-01T10:41:25.2132249Z test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu PASSED [ 0%] 2022-12-01T10:41:25.2132716Z test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu PASSED [ 0%] 2022-12-01T10:41:25.2133023Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu PASSED [ 0%] 2022-12-01T10:41:25.2133325Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu PASSED [ 0%] 2022-12-01T10:41:25.2133641Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu PASSED [ 0%] 2022-12-01T10:41:25.2133942Z test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu PASSED [ 0%] 2022-12-01T10:41:25.2134244Z test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu PASSED [ 0%] 2022-12-01T10:41:25.2134538Z test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu PASSED [ 1%] 2022-12-01T10:41:25.2134819Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu PASSED [ 1%] 2022-12-01T10:41:25.2135119Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu PASSED [ 1%] 2022-12-01T10:41:25.2135423Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu PASSED [ 1%] 2022-12-01T10:41:25.2135732Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu PASSED [ 1%] 2022-12-01T10:41:25.2136018Z test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu PASSED [ 1%] 2022-12-01T10:41:25.2136316Z test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu PASSED [ 1%] 2022-12-01T10:41:25.2136615Z test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu PASSED [ 1%] 2022-12-01T10:41:25.2136920Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu PASSED [ 1%] 2022-12-01T10:41:25.2137262Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu PASSED [ 1%] 2022-12-01T10:41:25.2137580Z test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu PASSED [ 1%] 2022-12-01T10:41:25.2137879Z test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu PASSED [ 1%] 2022-12-01T10:41:25.2138171Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu PASSED [ 1%] 2022-12-01T10:41:25.2138469Z test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu PASSED [ 1%] 2022-12-01T10:41:25.2138763Z test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu PASSED [ 1%] 2022-12-01T10:41:25.2139064Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu PASSED [ 1%] 2022-12-01T10:41:25.2139379Z test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu PASSED [ 1%] 2022-12-01T10:41:25.2139697Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu PASSED [ 1%] 2022-12-01T10:41:25.2140185Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 1%] 2022-12-01T10:41:25.2140522Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu PASSED [ 1%] 2022-12-01T10:41:25.2140856Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu PASSED [ 1%] 2022-12-01T10:41:25.2141198Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu PASSED [ 1%] 2022-12-01T10:41:25.2141548Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 1%] 2022-12-01T10:41:25.2141876Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu PASSED [ 1%] 2022-12-01T10:41:25.2142205Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu PASSED [ 1%] 2022-12-01T10:41:25.2142532Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu PASSED [ 1%] 2022-12-01T10:41:25.2142845Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu PASSED [ 1%] 2022-12-01T10:41:25.2143172Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu PASSED [ 1%] 2022-12-01T10:41:25.2143500Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu PASSED [ 1%] 2022-12-01T10:41:25.2143822Z test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu PASSED [ 1%] 2022-12-01T10:41:25.2144187Z test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu PASSED [ 1%] 2022-12-01T10:41:25.2144529Z test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu PASSED [ 1%] 2022-12-01T10:41:25.2144835Z test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu PASSED [ 1%] 2022-12-01T10:41:25.2145121Z test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu PASSED [ 1%] 2022-12-01T10:41:25.2145419Z test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu PASSED [ 1%] 2022-12-01T10:41:25.2145722Z test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu PASSED [ 1%] 2022-12-01T10:41:25.2146026Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu PASSED [ 1%] 2022-12-01T10:41:25.2146315Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu PASSED [ 1%] 2022-12-01T10:41:25.2146610Z test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu PASSED [ 1%] 2022-12-01T10:41:25.2146907Z test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu PASSED [ 1%] 2022-12-01T10:41:25.2147194Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu PASSED [ 1%] 2022-12-01T10:41:25.2147493Z test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu PASSED [ 1%] 2022-12-01T10:41:25.2147794Z test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu PASSED [ 1%] 2022-12-01T10:41:25.2148086Z test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu PASSED [ 1%] 2022-12-01T10:41:25.2148366Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu PASSED [ 1%] 2022-12-01T10:41:25.2148657Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu PASSED [ 1%] 2022-12-01T10:41:25.2148964Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j0_cpu PASSED [ 1%] 2022-12-01T10:41:25.2149262Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu PASSED [ 1%] 2022-12-01T10:41:25.2149567Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu PASSED [ 1%] 2022-12-01T10:41:25.2149903Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu PASSED [ 1%] 2022-12-01T10:41:25.2150265Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu PASSED [ 1%] 2022-12-01T10:41:25.2150584Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu PASSED [ 1%] 2022-12-01T10:41:25.2150889Z test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu PASSED [ 1%] 2022-12-01T10:41:25.2151185Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu PASSED [ 1%] 2022-12-01T10:41:25.2151464Z test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu PASSED [ 1%] 2022-12-01T10:41:25.2151764Z test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu PASSED [ 1%] 2022-12-01T10:41:25.2152065Z test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu PASSED [ 1%] 2022-12-01T10:41:25.2152357Z test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu PASSED [ 1%] 2022-12-01T10:41:25.2152644Z test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu PASSED [ 1%] 2022-12-01T10:41:25.2152943Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu PASSED [ 1%] 2022-12-01T10:41:25.2153239Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu PASSED [ 1%] 2022-12-01T10:41:25.2153528Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu PASSED [ 1%] 2022-12-01T10:41:25.2153828Z test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu PASSED [ 1%] 2022-12-01T10:41:25.2154123Z test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu PASSED [ 1%] 2022-12-01T10:41:25.2154423Z test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu PASSED [ 1%] 2022-12-01T10:41:25.2154712Z test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu PASSED [ 1%] 2022-12-01T10:41:25.2155011Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu PASSED [ 1%] 2022-12-01T10:41:25.2155347Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu PASSED [ 1%] 2022-12-01T10:41:25.2155657Z test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu PASSED [ 1%] 2022-12-01T10:41:25.2155951Z test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu PASSED [ 1%] 2022-12-01T10:41:25.2156248Z test_ops.py::TestCommonCPU::test_dtypes_abs_cpu PASSED [ 1%] 2022-12-01T10:41:25.2156543Z test_ops.py::TestCommonCPU::test_dtypes_acos_cpu PASSED [ 1%] 2022-12-01T10:41:25.2156824Z test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu PASSED [ 1%] 2022-12-01T10:41:25.2157118Z test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu PASSED [ 1%] 2022-12-01T10:41:25.2157413Z test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu PASSED [ 1%] 2022-12-01T10:41:25.2157705Z test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu PASSED [ 1%] 2022-12-01T10:41:25.2158009Z test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu PASSED [ 1%] 2022-12-01T10:41:25.2158303Z test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu PASSED [ 1%] 2022-12-01T10:41:25.2158585Z test_ops.py::TestCommonCPU::test_dtypes_arange_cpu PASSED [ 1%] 2022-12-01T10:41:25.2158878Z test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu PASSED [ 1%] 2022-12-01T10:41:25.2159169Z test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu PASSED [ 1%] 2022-12-01T10:41:25.2159471Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu PASSED [ 1%] 2022-12-01T10:41:25.2159755Z test_ops.py::TestCommonCPU::test_dtypes_asin_cpu PASSED [ 1%] 2022-12-01T10:41:25.2160043Z test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu PASSED [ 1%] 2022-12-01T10:41:25.2160334Z test_ops.py::TestCommonCPU::test_dtypes_atan_cpu PASSED [ 1%] 2022-12-01T10:41:25.2160613Z test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu PASSED [ 1%] 2022-12-01T10:41:25.2160912Z test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu PASSED [ 1%] 2022-12-01T10:41:25.2161209Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu PASSED [ 1%] 2022-12-01T10:41:25.2161511Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu PASSED [ 1%] 2022-12-01T10:41:25.2161801Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu PASSED [ 1%] 2022-12-01T10:41:25.2162096Z test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu PASSED [ 1%] 2022-12-01T10:41:25.2162384Z test_ops.py::TestCommonCPU::test_dtypes_bool_cpu PASSED [ 1%] 2022-12-01T10:41:25.2162689Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu SKIPPED (Skipped!) [ 1%] 2022-12-01T10:41:25.2163016Z test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu PASSED [ 1%] 2022-12-01T10:41:25.2163319Z test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu PASSED [ 1%] 2022-12-01T10:41:25.2163622Z test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu PASSED [ 1%] 2022-12-01T10:41:25.2163911Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu PASSED [ 1%] 2022-12-01T10:41:25.2164305Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu PASSED [ 1%] 2022-12-01T10:41:25.2164607Z test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu PASSED [ 1%] 2022-12-01T10:41:25.2164887Z test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu PASSED [ 1%] 2022-12-01T10:41:25.2165184Z test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu PASSED [ 1%] 2022-12-01T10:41:25.2165475Z test_ops.py::TestCommonCPU::test_dtypes_clone_cpu PASSED [ 1%] 2022-12-01T10:41:25.2165773Z test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu PASSED [ 1%] 2022-12-01T10:41:25.2166064Z test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu PASSED [ 1%] 2022-12-01T10:41:25.2166365Z test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu PASSED [ 1%] 2022-12-01T10:41:25.2166706Z test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu PASSED [ 1%] 2022-12-01T10:41:25.2167044Z test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu PASSED [ 1%] 2022-12-01T10:41:25.2167341Z test_ops.py::TestCommonCPU::test_dtypes_cos_cpu PASSED [ 1%] 2022-12-01T10:41:25.2167632Z test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu PASSED [ 1%] 2022-12-01T10:41:25.2167930Z test_ops.py::TestCommonCPU::test_dtypes_cross_cpu PASSED [ 1%] 2022-12-01T10:41:25.2168207Z test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu PASSED [ 1%] 2022-12-01T10:41:25.2168495Z test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu PASSED [ 1%] 2022-12-01T10:41:25.2168800Z test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu PASSED [ 1%] 2022-12-01T10:41:25.2169092Z test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu PASSED [ 1%] 2022-12-01T10:41:25.2169396Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu PASSED [ 1%] 2022-12-01T10:41:25.2169700Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu PASSED [ 1%] 2022-12-01T10:41:25.2170006Z test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu PASSED [ 1%] 2022-12-01T10:41:25.2170299Z test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu PASSED [ 1%] 2022-12-01T10:41:25.2170599Z test_ops.py::TestCommonCPU::test_dtypes_double_cpu PASSED [ 1%] 2022-12-01T10:41:25.2170889Z test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu PASSED [ 1%] 2022-12-01T10:41:25.2171167Z test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu PASSED [ 1%] 2022-12-01T10:41:25.2171455Z test_ops.py::TestCommonCPU::test_dtypes_empty_cpu PASSED [ 1%] 2022-12-01T10:41:25.2171746Z test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu PASSED [ 1%] 2022-12-01T10:41:25.2172040Z test_ops.py::TestCommonCPU::test_dtypes_equal_cpu PASSED [ 1%] 2022-12-01T10:41:25.2172313Z test_ops.py::TestCommonCPU::test_dtypes_erf_cpu PASSED [ 1%] 2022-12-01T10:41:25.2172601Z test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu PASSED [ 1%] 2022-12-01T10:41:25.2172892Z test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu PASSED [ 1%] 2022-12-01T10:41:25.2173165Z test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu PASSED [ 1%] 2022-12-01T10:41:25.2173459Z test_ops.py::TestCommonCPU::test_dtypes_exp_cpu PASSED [ 1%] 2022-12-01T10:41:25.2173750Z test_ops.py::TestCommonCPU::test_dtypes_expand_cpu PASSED [ 1%] 2022-12-01T10:41:25.2174039Z test_ops.py::TestCommonCPU::test_dtypes_eye_cpu PASSED [ 1%] 2022-12-01T10:41:25.2174318Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu PASSED [ 2%] 2022-12-01T10:41:25.2174612Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu PASSED [ 2%] 2022-12-01T10:41:25.2174912Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu PASSED [ 2%] 2022-12-01T10:41:25.2175199Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu PASSED [ 2%] 2022-12-01T10:41:25.2175498Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu PASSED [ 2%] 2022-12-01T10:41:25.2175790Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu PASSED [ 2%] 2022-12-01T10:41:25.2176080Z test_ops.py::TestCommonCPU::test_dtypes_fill_cpu PASSED [ 2%] 2022-12-01T10:41:25.2176355Z test_ops.py::TestCommonCPU::test_dtypes_flip_cpu PASSED [ 2%] 2022-12-01T10:41:25.2176645Z test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu PASSED [ 2%] 2022-12-01T10:41:25.2176939Z test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu PASSED [ 2%] 2022-12-01T10:41:25.2177214Z test_ops.py::TestCommonCPU::test_dtypes_float_cpu PASSED [ 2%] 2022-12-01T10:41:25.2177537Z test_ops.py::TestCommonCPU::test_dtypes_floor_cpu PASSED [ 2%] 2022-12-01T10:41:25.2177851Z test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu PASSED [ 2%] 2022-12-01T10:41:25.2178139Z test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu PASSED [ 2%] 2022-12-01T10:41:25.2178415Z test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu PASSED [ 2%] 2022-12-01T10:41:25.2178701Z test_ops.py::TestCommonCPU::test_dtypes_frac_cpu PASSED [ 2%] 2022-12-01T10:41:25.2178990Z test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu PASSED [ 2%] 2022-12-01T10:41:25.2179269Z test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu PASSED [ 2%] 2022-12-01T10:41:25.2179559Z test_ops.py::TestCommonCPU::test_dtypes_i0_cpu PASSED [ 2%] 2022-12-01T10:41:25.2179843Z test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu PASSED [ 2%] 2022-12-01T10:41:25.2180340Z test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu PASSED [ 2%] 2022-12-01T10:41:25.2180624Z test_ops.py::TestCommonCPU::test_dtypes_imag_cpu PASSED [ 2%] 2022-12-01T10:41:25.2180919Z test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu PASSED [ 2%] 2022-12-01T10:41:25.2181220Z test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu PASSED [ 2%] 2022-12-01T10:41:25.2181501Z test_ops.py::TestCommonCPU::test_dtypes_inner_cpu PASSED [ 2%] 2022-12-01T10:41:25.2181786Z test_ops.py::TestCommonCPU::test_dtypes_int_cpu PASSED [ 2%] 2022-12-01T10:41:25.2182078Z test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu PASSED [ 2%] 2022-12-01T10:41:25.2182366Z test_ops.py::TestCommonCPU::test_dtypes_isin_cpu PASSED [ 2%] 2022-12-01T10:41:25.2182643Z test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu PASSED [ 2%] 2022-12-01T10:41:25.2182930Z test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu PASSED [ 2%] 2022-12-01T10:41:25.2183223Z test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu PASSED [ 2%] 2022-12-01T10:41:25.2183507Z test_ops.py::TestCommonCPU::test_dtypes_istft_cpu PASSED [ 2%] 2022-12-01T10:41:25.2183831Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 2%] 2022-12-01T10:41:25.2184196Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 2%] 2022-12-01T10:41:25.2184534Z test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu PASSED [ 2%] 2022-12-01T10:41:25.2184816Z test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu PASSED [ 2%] 2022-12-01T10:41:25.2185110Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu PASSED [ 2%] 2022-12-01T10:41:25.2185409Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu PASSED [ 2%] 2022-12-01T10:41:25.2185697Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu PASSED [ 2%] 2022-12-01T10:41:25.2185998Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu PASSED [ 2%] 2022-12-01T10:41:25.2186323Z test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu PASSED [ 2%] 2022-12-01T10:41:25.2186645Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu PASSED [ 2%] 2022-12-01T10:41:25.2186932Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu PASSED [ 2%] 2022-12-01T10:41:25.2187236Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu PASSED [ 2%] 2022-12-01T10:41:25.2187544Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu PASSED [ 2%] 2022-12-01T10:41:25.2187831Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu PASSED [ 2%] 2022-12-01T10:41:25.2188133Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu PASSED [ 2%] 2022-12-01T10:41:25.2188440Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu PASSED [ 2%] 2022-12-01T10:41:25.2188818Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu PASSED [ 2%] 2022-12-01T10:41:25.2189139Z test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu PASSED [ 2%] 2022-12-01T10:41:25.2189434Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu PASSED [ 2%] 2022-12-01T10:41:25.2189736Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu PASSED [ 2%] 2022-12-01T10:41:25.2190024Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu PASSED [ 2%] 2022-12-01T10:41:25.2190323Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu PASSED [ 2%] 2022-12-01T10:41:25.2190624Z test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu PASSED [ 2%] 2022-12-01T10:41:25.2190915Z test_ops.py::TestCommonCPU::test_dtypes_log2_cpu PASSED [ 2%] 2022-12-01T10:41:25.2191193Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu PASSED [ 2%] 2022-12-01T10:41:25.2191493Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu PASSED [ 2%] 2022-12-01T10:41:25.2191799Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu PASSED [ 2%] 2022-12-01T10:41:25.2192090Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu PASSED [ 2%] 2022-12-01T10:41:25.2192389Z test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu PASSED [ 2%] 2022-12-01T10:41:25.2192686Z test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu PASSED [ 2%] 2022-12-01T10:41:25.2192982Z test_ops.py::TestCommonCPU::test_dtypes_logit_cpu PASSED [ 2%] 2022-12-01T10:41:25.2193261Z test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu PASSED [ 2%] 2022-12-01T10:41:25.2193554Z test_ops.py::TestCommonCPU::test_dtypes_long_cpu PASSED [ 2%] 2022-12-01T10:41:25.2193844Z test_ops.py::TestCommonCPU::test_dtypes_lt_cpu PASSED [ 2%] 2022-12-01T10:41:25.2194114Z test_ops.py::TestCommonCPU::test_dtypes_lu_cpu PASSED [ 2%] 2022-12-01T10:41:25.2194406Z test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu PASSED [ 2%] 2022-12-01T10:41:25.2194700Z test_ops.py::TestCommonCPU::test_dtypes_mH_cpu PASSED [ 2%] 2022-12-01T10:41:25.2194987Z test_ops.py::TestCommonCPU::test_dtypes_mT_cpu PASSED [ 2%] 2022-12-01T10:41:25.2195268Z test_ops.py::TestCommonCPU::test_dtypes_masked_argmin_cpu PASSED [ 2%] 2022-12-01T10:41:25.2195567Z test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu PASSED [ 2%] 2022-12-01T10:41:25.2195871Z test_ops.py::TestCommonCPU::test_dtypes_masked_logsumexp_cpu PASSED [ 2%] 2022-12-01T10:41:25.2196161Z test_ops.py::TestCommonCPU::test_dtypes_masked_mean_cpu PASSED [ 2%] 2022-12-01T10:41:25.2196457Z test_ops.py::TestCommonCPU::test_dtypes_masked_median_cpu PASSED [ 2%] 2022-12-01T10:41:25.2196755Z test_ops.py::TestCommonCPU::test_dtypes_masked_norm_cpu PASSED [ 2%] 2022-12-01T10:41:25.2197060Z test_ops.py::TestCommonCPU::test_dtypes_masked_normalize_cpu PASSED [ 2%] 2022-12-01T10:41:25.2197347Z test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu PASSED [ 2%] 2022-12-01T10:41:25.2197650Z test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu PASSED [ 2%] 2022-12-01T10:41:25.2197954Z test_ops.py::TestCommonCPU::test_dtypes_masked_softmax_cpu PASSED [ 2%] 2022-12-01T10:41:25.2198239Z test_ops.py::TestCommonCPU::test_dtypes_masked_softmin_cpu PASSED [ 2%] 2022-12-01T10:41:25.2198536Z test_ops.py::TestCommonCPU::test_dtypes_masked_std_cpu PASSED [ 2%] 2022-12-01T10:41:25.2198833Z test_ops.py::TestCommonCPU::test_dtypes_masked_sum_cpu PASSED [ 2%] 2022-12-01T10:41:25.2199125Z test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu PASSED [ 2%] 2022-12-01T10:41:25.2199406Z test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu PASSED [ 2%] 2022-12-01T10:41:25.2199699Z test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu PASSED [ 2%] 2022-12-01T10:41:25.2200063Z test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu PASSED [ 2%] 2022-12-01T10:41:25.2200373Z test_ops.py::TestCommonCPU::test_dtypes_median_cpu PASSED [ 2%] 2022-12-01T10:41:25.2200686Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu PASSED [ 2%] 2022-12-01T10:41:25.2201019Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu PASSED [ 2%] 2022-12-01T10:41:25.2201344Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu PASSED [ 2%] 2022-12-01T10:41:25.2201637Z test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu PASSED [ 2%] 2022-12-01T10:41:25.2201929Z test_ops.py::TestCommonCPU::test_dtypes_mm_cpu PASSED [ 2%] 2022-12-01T10:41:25.2202223Z test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu PASSED [ 2%] 2022-12-01T10:41:25.2202508Z test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu PASSED [ 2%] 2022-12-01T10:41:25.2202819Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu PASSED [ 2%] 2022-12-01T10:41:25.2203137Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu PASSED [ 2%] 2022-12-01T10:41:25.2203439Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu PASSED [ 2%] 2022-12-01T10:41:25.2203747Z test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu PASSED [ 2%] 2022-12-01T10:41:25.2204114Z test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu PASSED [ 2%] 2022-12-01T10:41:25.2204418Z test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu PASSED [ 2%] 2022-12-01T10:41:25.2204713Z test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu PASSED [ 2%] 2022-12-01T10:41:25.2205010Z test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu PASSED [ 2%] 2022-12-01T10:41:25.2205313Z test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu PASSED [ 2%] 2022-12-01T10:41:25.2205600Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu PASSED [ 2%] 2022-12-01T10:41:25.2205904Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu PASSED [ 2%] 2022-12-01T10:41:25.2206207Z test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu PASSED [ 2%] 2022-12-01T10:41:25.2206533Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu PASSED [ 2%] 2022-12-01T10:41:25.2206866Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu PASSED [ 2%] 2022-12-01T10:41:25.2207215Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu PASSED [ 2%] 2022-12-01T10:41:25.2207561Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu PASSED [ 2%] 2022-12-01T10:41:25.2207895Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu PASSED [ 2%] 2022-12-01T10:41:25.2208211Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu PASSED [ 2%] 2022-12-01T10:41:25.2208540Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu PASSED [ 2%] 2022-12-01T10:41:25.2208860Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu PASSED [ 2%] 2022-12-01T10:41:25.2209162Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu PASSED [ 2%] 2022-12-01T10:41:25.2209477Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu PASSED [ 2%] 2022-12-01T10:41:25.2209809Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu PASSED [ 2%] 2022-12-01T10:41:25.2210154Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu PASSED [ 2%] 2022-12-01T10:41:25.2210484Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu PASSED [ 2%] 2022-12-01T10:41:25.2210817Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu PASSED [ 2%] 2022-12-01T10:41:25.2211144Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu PASSED [ 2%] 2022-12-01T10:41:25.2211455Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu PASSED [ 2%] 2022-12-01T10:41:25.2211815Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu PASSED [ 2%] 2022-12-01T10:41:25.2212162Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu PASSED [ 2%] 2022-12-01T10:41:25.2212483Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu PASSED [ 2%] 2022-12-01T10:41:25.2212826Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu PASSED [ 2%] 2022-12-01T10:41:25.2213181Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu PASSED [ 2%] 2022-12-01T10:41:25.2213517Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu PASSED [ 2%] 2022-12-01T10:41:25.2213832Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu PASSED [ 2%] 2022-12-01T10:41:25.2214169Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu PASSED [ 2%] 2022-12-01T10:41:25.2214519Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu PASSED [ 3%] 2022-12-01T10:41:25.2214867Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu PASSED [ 3%] 2022-12-01T10:41:25.2215208Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu PASSED [ 3%] 2022-12-01T10:41:25.2215558Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu PASSED [ 3%] 2022-12-01T10:41:25.2215891Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu PASSED [ 3%] 2022-12-01T10:41:25.2216194Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu PASSED [ 3%] 2022-12-01T10:41:25.2216513Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu PASSED [ 3%] 2022-12-01T10:41:25.2216842Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu PASSED [ 3%] 2022-12-01T10:41:25.2217179Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu PASSED [ 3%] 2022-12-01T10:41:25.2217500Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu PASSED [ 3%] 2022-12-01T10:41:25.2217841Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu PASSED [ 3%] 2022-12-01T10:41:25.2218179Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu PASSED [ 3%] 2022-12-01T10:41:25.2218504Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu PASSED [ 3%] 2022-12-01T10:41:25.2218834Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu PASSED [ 3%] 2022-12-01T10:41:25.2219154Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu PASSED [ 3%] 2022-12-01T10:41:25.2219484Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu PASSED [ 3%] 2022-12-01T10:41:25.2219815Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu PASSED [ 3%] 2022-12-01T10:41:25.2220300Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu PASSED [ 3%] 2022-12-01T10:41:25.2220632Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu PASSED [ 3%] 2022-12-01T10:41:25.2220953Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu PASSED [ 3%] 2022-12-01T10:41:25.2221290Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu PASSED [ 3%] 2022-12-01T10:41:25.2221624Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu PASSED [ 3%] 2022-12-01T10:41:25.2221967Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu PASSED [ 3%] 2022-12-01T10:41:25.2222347Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu PASSED [ 3%] 2022-12-01T10:41:25.2222683Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu PASSED [ 3%] 2022-12-01T10:41:25.2223009Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu PASSED [ 3%] 2022-12-01T10:41:25.2223314Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu PASSED [ 3%] 2022-12-01T10:41:25.2223698Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu PASSED [ 3%] 2022-12-01T10:41:25.2224050Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu PASSED [ 3%] 2022-12-01T10:41:25.2224376Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu XFAIL [ 3%] 2022-12-01T10:41:25.2224695Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu PASSED [ 3%] 2022-12-01T10:41:25.2225025Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu PASSED [ 3%] 2022-12-01T10:41:25.2225361Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu PASSED [ 3%] 2022-12-01T10:41:25.2225683Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu PASSED [ 3%] 2022-12-01T10:41:25.2226013Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu PASSED [ 3%] 2022-12-01T10:41:25.2226339Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu PASSED [ 3%] 2022-12-01T10:41:25.2226671Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu PASSED [ 3%] 2022-12-01T10:41:25.2226996Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu PASSED [ 3%] 2022-12-01T10:41:25.2227329Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu PASSED [ 3%] 2022-12-01T10:41:25.2227706Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu PASSED [ 3%] 2022-12-01T10:41:25.2228066Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu PASSED [ 3%] 2022-12-01T10:41:25.2228376Z test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu PASSED [ 3%] 2022-12-01T10:41:25.2228672Z test_ops.py::TestCommonCPU::test_dtypes_norm_cpu PASSED [ 3%] 2022-12-01T10:41:25.2228968Z test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu PASSED [ 3%] 2022-12-01T10:41:25.2229249Z test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu PASSED [ 3%] 2022-12-01T10:41:25.2229541Z test_ops.py::TestCommonCPU::test_dtypes_normal_cpu PASSED [ 3%] 2022-12-01T10:41:25.2229837Z test_ops.py::TestCommonCPU::test_dtypes_ones_cpu PASSED [ 3%] 2022-12-01T10:41:25.2230132Z test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu PASSED [ 3%] 2022-12-01T10:41:25.2230420Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu PASSED [ 3%] 2022-12-01T10:41:25.2230718Z test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu XFAIL [ 3%] 2022-12-01T10:41:25.2231008Z test_ops.py::TestCommonCPU::test_dtypes_outer_cpu PASSED [ 3%] 2022-12-01T10:41:25.2231292Z test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu PASSED [ 3%] 2022-12-01T10:41:25.2231588Z test_ops.py::TestCommonCPU::test_dtypes_permute_cpu PASSED [ 3%] 2022-12-01T10:41:25.2231882Z test_ops.py::TestCommonCPU::test_dtypes_polar_cpu PASSED [ 3%] 2022-12-01T10:41:25.2232207Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:41:25.2232548Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:41:25.2233071Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:41:25.2233449Z test_ops.py::TestCommonCPU::test_dtypes_put_cpu PASSED [ 3%] 2022-12-01T10:41:25.2233731Z test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu PASSED [ 3%] 2022-12-01T10:41:25.2234030Z test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu PASSED [ 3%] 2022-12-01T10:41:25.2234327Z test_ops.py::TestCommonCPU::test_dtypes_randn_cpu PASSED [ 3%] 2022-12-01T10:41:25.2234619Z test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu PASSED [ 3%] 2022-12-01T10:41:25.2234896Z test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu PASSED [ 3%] 2022-12-01T10:41:25.2235187Z test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu PASSED [ 3%] 2022-12-01T10:41:25.2235525Z test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu XFAIL [ 3%] 2022-12-01T10:41:25.2235840Z test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu PASSED [ 3%] 2022-12-01T10:41:25.2236131Z test_ops.py::TestCommonCPU::test_dtypes_roll_cpu PASSED [ 3%] 2022-12-01T10:41:25.2236422Z test_ops.py::TestCommonCPU::test_dtypes_round_cpu PASSED [ 3%] 2022-12-01T10:41:25.2236717Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu PASSED [ 3%] 2022-12-01T10:41:25.2237027Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:41:25.2237349Z test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu PASSED [ 3%] 2022-12-01T10:41:25.2237655Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu PASSED [ 3%] 2022-12-01T10:41:25.2237953Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu PASSED [ 3%] 2022-12-01T10:41:25.2238262Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu PASSED [ 3%] 2022-12-01T10:41:25.2238575Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu PASSED [ 3%] 2022-12-01T10:41:25.2238888Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu PASSED [ 3%] 2022-12-01T10:41:25.2239181Z test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu PASSED [ 3%] 2022-12-01T10:41:25.2239495Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu PASSED [ 3%] 2022-12-01T10:41:25.2239809Z test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu PASSED [ 3%] 2022-12-01T10:41:25.2240087Z test_ops.py::TestCommonCPU::test_dtypes_sin_cpu PASSED [ 3%] 2022-12-01T10:41:25.2240373Z test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu PASSED [ 3%] 2022-12-01T10:41:25.2240673Z test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu PASSED [ 3%] 2022-12-01T10:41:25.2240976Z test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu PASSED [ 3%] 2022-12-01T10:41:25.2241270Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu PASSED [ 3%] 2022-12-01T10:41:25.2241605Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu PASSED [ 3%] 2022-12-01T10:41:25.2241950Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu PASSED [ 3%] 2022-12-01T10:41:25.2242565Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:41:25.2242954Z test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu PASSED [ 3%] 2022-12-01T10:41:25.2243260Z test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu PASSED [ 3%] 2022-12-01T10:41:25.2243586Z test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu PASSED [ 3%] 2022-12-01T10:41:25.2243914Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu PASSED [ 3%] 2022-12-01T10:41:25.2244342Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu PASSED [ 3%] 2022-12-01T10:41:25.2244670Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu PASSED [ 3%] 2022-12-01T10:41:25.2244984Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu PASSED [ 3%] 2022-12-01T10:41:25.2245329Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu PASSED [ 3%] 2022-12-01T10:41:25.2245863Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:41:25.2246452Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:41:25.2246842Z test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu PASSED [ 3%] 2022-12-01T10:41:25.2247168Z test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu PASSED [ 3%] 2022-12-01T10:41:25.2247523Z test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu PASSED [ 3%] 2022-12-01T10:41:25.2247875Z test_ops.py::TestCommonCPU::test_dtypes_split_cpu PASSED [ 3%] 2022-12-01T10:41:25.2248165Z test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu PASSED [ 3%] 2022-12-01T10:41:25.2248470Z test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu PASSED [ 3%] 2022-12-01T10:41:25.2248764Z test_ops.py::TestCommonCPU::test_dtypes_square_cpu PASSED [ 3%] 2022-12-01T10:41:25.2249047Z test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu PASSED [ 3%] 2022-12-01T10:41:25.2249339Z test_ops.py::TestCommonCPU::test_dtypes_std_cpu PASSED [ 3%] 2022-12-01T10:41:25.2249631Z test_ops.py::TestCommonCPU::test_dtypes_sum_cpu PASSED [ 3%] 2022-12-01T10:41:25.2249926Z test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu PASSED [ 3%] 2022-12-01T10:41:25.2250207Z test_ops.py::TestCommonCPU::test_dtypes_svd_cpu PASSED [ 3%] 2022-12-01T10:41:25.2250504Z test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu PASSED [ 3%] 2022-12-01T10:41:25.2250802Z test_ops.py::TestCommonCPU::test_dtypes_take_cpu PASSED [ 3%] 2022-12-01T10:41:25.2251082Z test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu PASSED [ 3%] 2022-12-01T10:41:25.2251370Z test_ops.py::TestCommonCPU::test_dtypes_to_cpu PASSED [ 3%] 2022-12-01T10:41:25.2251672Z test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:41:25.2251975Z test_ops.py::TestCommonCPU::test_dtypes_trace_cpu PASSED [ 3%] 2022-12-01T10:41:25.2252265Z test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu PASSED [ 3%] 2022-12-01T10:41:25.2252568Z test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu PASSED [ 3%] 2022-12-01T10:41:25.2252865Z test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu PASSED [ 3%] 2022-12-01T10:41:25.2253147Z test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu PASSED [ 3%] 2022-12-01T10:41:25.2253443Z test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu PASSED [ 3%] 2022-12-01T10:41:25.2253745Z test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu PASSED [ 3%] 2022-12-01T10:41:25.2254050Z test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu PASSED [ 3%] 2022-12-01T10:41:25.2254332Z test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu PASSED [ 3%] 2022-12-01T10:41:25.2254624Z test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu PASSED [ 3%] 2022-12-01T10:41:25.2254919Z test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu PASSED [ 3%] 2022-12-01T10:41:25.2255197Z test_ops.py::TestCommonCPU::test_dtypes_view_cpu PASSED [ 3%] 2022-12-01T10:41:25.2255487Z test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu PASSED [ 3%] 2022-12-01T10:41:25.2255779Z test_ops.py::TestCommonCPU::test_dtypes_where_cpu PASSED [ 3%] 2022-12-01T10:41:25.2256074Z test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu PASSED [ 3%] 2022-12-01T10:41:25.2256351Z test_ops.py::TestCommonCPU::test_errors___rand___cpu PASSED [ 3%] 2022-12-01T10:41:25.2256637Z test_ops.py::TestCommonCPU::test_errors___rmod___cpu PASSED [ 3%] 2022-12-01T10:41:25.2256925Z test_ops.py::TestCommonCPU::test_errors___rmul___cpu PASSED [ 4%] 2022-12-01T10:41:25.2257199Z test_ops.py::TestCommonCPU::test_errors___ror___cpu PASSED [ 4%] 2022-12-01T10:41:25.2257487Z test_ops.py::TestCommonCPU::test_errors___rpow___cpu PASSED [ 4%] 2022-12-01T10:41:25.2257780Z test_ops.py::TestCommonCPU::test_errors_amin_cpu PASSED [ 4%] 2022-12-01T10:41:25.2258067Z test_ops.py::TestCommonCPU::test_errors_atan2_cpu PASSED [ 4%] 2022-12-01T10:41:25.2258383Z test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu PASSED [ 4%] 2022-12-01T10:41:25.2258710Z test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu PASSED [ 4%] 2022-12-01T10:41:25.2259003Z test_ops.py::TestCommonCPU::test_errors_cat_cpu PASSED [ 4%] 2022-12-01T10:41:25.2259275Z test_ops.py::TestCommonCPU::test_errors_copysign_cpu PASSED [ 4%] 2022-12-01T10:41:25.2259564Z test_ops.py::TestCommonCPU::test_errors_cov_cpu PASSED [ 4%] 2022-12-01T10:41:25.2259862Z test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu PASSED [ 4%] 2022-12-01T10:41:25.2260293Z test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu PASSED [ 4%] 2022-12-01T10:41:25.2260591Z test_ops.py::TestCommonCPU::test_errors_eq_cpu PASSED [ 4%] 2022-12-01T10:41:25.2260879Z test_ops.py::TestCommonCPU::test_errors_fliplr_cpu PASSED [ 4%] 2022-12-01T10:41:25.2261171Z test_ops.py::TestCommonCPU::test_errors_float_power_cpu PASSED [ 4%] 2022-12-01T10:41:25.2261460Z test_ops.py::TestCommonCPU::test_errors_gather_cpu PASSED [ 4%] 2022-12-01T10:41:25.2261757Z test_ops.py::TestCommonCPU::test_errors_gradient_cpu PASSED [ 4%] 2022-12-01T10:41:25.2262051Z test_ops.py::TestCommonCPU::test_errors_gt_cpu PASSED [ 4%] 2022-12-01T10:41:25.2262328Z test_ops.py::TestCommonCPU::test_errors_heaviside_cpu PASSED [ 4%] 2022-12-01T10:41:25.2262624Z test_ops.py::TestCommonCPU::test_errors_hsplit_cpu PASSED [ 4%] 2022-12-01T10:41:25.2262915Z test_ops.py::TestCommonCPU::test_errors_hstack_cpu PASSED [ 4%] 2022-12-01T10:41:25.2263205Z test_ops.py::TestCommonCPU::test_errors_hypot_cpu PASSED [ 4%] 2022-12-01T10:41:25.2263481Z test_ops.py::TestCommonCPU::test_errors_igamma_cpu PASSED [ 4%] 2022-12-01T10:41:25.2263772Z test_ops.py::TestCommonCPU::test_errors_index_select_cpu PASSED [ 4%] 2022-12-01T10:41:25.2264072Z test_ops.py::TestCommonCPU::test_errors_isclose_cpu PASSED [ 4%] 2022-12-01T10:41:25.2264399Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2264736Z test_ops.py::TestCommonCPU::test_errors_ldexp_cpu PASSED [ 4%] 2022-12-01T10:41:25.2265033Z test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu PASSED [ 4%] 2022-12-01T10:41:25.2265339Z test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu PASSED [ 4%] 2022-12-01T10:41:25.2265629Z test_ops.py::TestCommonCPU::test_errors_logical_or_cpu PASSED [ 4%] 2022-12-01T10:41:25.2265924Z test_ops.py::TestCommonCPU::test_errors_masked_select_cpu PASSED [ 4%] 2022-12-01T10:41:25.2266223Z test_ops.py::TestCommonCPU::test_errors_max_binary_cpu PASSED [ 4%] 2022-12-01T10:41:25.2266504Z test_ops.py::TestCommonCPU::test_errors_minimum_cpu PASSED [ 4%] 2022-12-01T10:41:25.2266796Z test_ops.py::TestCommonCPU::test_errors_mul_cpu PASSED [ 4%] 2022-12-01T10:41:25.2267092Z test_ops.py::TestCommonCPU::test_errors_multinomial_cpu PASSED [ 4%] 2022-12-01T10:41:25.2267382Z test_ops.py::TestCommonCPU::test_errors_ne_cpu PASSED [ 4%] 2022-12-01T10:41:25.2267655Z test_ops.py::TestCommonCPU::test_errors_neg_cpu PASSED [ 4%] 2022-12-01T10:41:25.2267965Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu PASSED [ 4%] 2022-12-01T10:41:25.2268286Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu PASSED [ 4%] 2022-12-01T10:41:25.2268581Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu PASSED [ 4%] 2022-12-01T10:41:25.2268901Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu PASSED [ 4%] 2022-12-01T10:41:25.2269236Z test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu PASSED [ 4%] 2022-12-01T10:41:25.2269637Z test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu PASSED [ 4%] 2022-12-01T10:41:25.2269946Z test_ops.py::TestCommonCPU::test_errors_pow_cpu PASSED [ 4%] 2022-12-01T10:41:25.2270293Z test_ops.py::TestCommonCPU::test_errors_renorm_cpu PASSED [ 4%] 2022-12-01T10:41:25.2270596Z test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu PASSED [ 4%] 2022-12-01T10:41:25.2270884Z test_ops.py::TestCommonCPU::test_errors_reshape_cpu PASSED [ 4%] 2022-12-01T10:41:25.2271182Z test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu PASSED [ 4%] 2022-12-01T10:41:25.2271710Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:41:25.2272277Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:41:25.2272847Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:41:25.2273427Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:41:25.2273999Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:41:25.2274390Z test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu PASSED [ 4%] 2022-12-01T10:41:25.2274687Z test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu PASSED [ 4%] 2022-12-01T10:41:25.2274991Z test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu PASSED [ 4%] 2022-12-01T10:41:25.2275285Z test_ops.py::TestCommonCPU::test_errors_take_cpu PASSED [ 4%] 2022-12-01T10:41:25.2275580Z test_ops.py::TestCommonCPU::test_errors_unbind_cpu PASSED [ 4%] 2022-12-01T10:41:25.2275864Z test_ops.py::TestCommonCPU::test_errors_uniform_cpu PASSED [ 4%] 2022-12-01T10:41:25.2276160Z test_ops.py::TestCommonCPU::test_errors_view_cpu PASSED [ 4%] 2022-12-01T10:41:25.2276449Z test_ops.py::TestCommonCPU::test_errors_vsplit_cpu PASSED [ 4%] 2022-12-01T10:41:25.2276728Z test_ops.py::TestCommonCPU::test_errors_vstack_cpu PASSED [ 4%] 2022-12-01T10:41:25.2277040Z test_ops.py::TestCommonCPU::test_errors_where_cpu SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2277351Z test_ops.py::TestCommonCPU::test_errors_xlogy_cpu PASSED [ 4%] 2022-12-01T10:41:25.2277677Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2278022Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2278388Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2278756Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2279126Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2279473Z test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2279835Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2280196Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2280543Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2280904Z test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2281294Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2281681Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2282022Z test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2282379Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2282736Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2283091Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2283429Z test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2283784Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2284237Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2284593Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2284939Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2285297Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2285659Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2286003Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2286378Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2286763Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2287134Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2287479Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2287834Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2288191Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2288556Z test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2288905Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2289266Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2289629Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2289980Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2290340Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2290698Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2291056Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2291403Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2291779Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2292149Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2292543Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2292916Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2293277Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2293642Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2294001Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2294352Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2294714Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2295096Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2295462Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2295836Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2296219Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2296590Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2296937Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2297294Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2297655Z test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2298024Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2298375Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2298739Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2299106Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2299456Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2299826Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2300393Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2300767Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2301131Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2301505Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2301870Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2302238Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:25.2302593Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2302940Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2303284Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2303639Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2304068Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2304449Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2304805Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2305158Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2305512Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2305859Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2306221Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2306585Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2306943Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2307310Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2307670Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2308016Z test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2308371Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2308749Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2309133Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2309513Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2309864Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2310216Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2310570Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2310927Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2311265Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2311619Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2311976Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2312320Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2312675Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2313026Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2313375Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2313717Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2314067Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2314421Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2314812Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2315182Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2315539Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2315898Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2316247Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2316607Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2316969Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2317327Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2317675Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2318037Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2318401Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2318764Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2319115Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2319474Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2319832Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2320193Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2320542Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2320905Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2321259Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2321602Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2321960Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2322315Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2322663Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2323005Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2323357Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2323713Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2324147Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2324493Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2324849Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2325208Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2325547Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2325937Z test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2326344Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2326696Z test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2327036Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2327385Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2327740Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2328097Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2328538Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2328892Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2329245Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2329592Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2329959Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2330327Z test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2330692Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2331039Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2331395Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2331737Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2332090Z test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2332442Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2332805Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2333168Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2333532Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2333876Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2334228Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2334585Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2334931Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2335288Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2335651Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2336001Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2336341Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2336700Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2337096Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2337492Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2337833Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2338187Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2338542Z test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2338914Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2339320Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2339734Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2340252Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2340625Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2341015Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2341391Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2341745Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2342091Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2342444Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2342801Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2343156Z test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2343509Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2343877Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2344245Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2344612Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2344979Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2345359Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2345729Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2346091Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2346476Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2346862Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2347255Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2347630Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2348062Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2348468Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2348840Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2349215Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2349595Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2349967Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:25.2350344Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2350713Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2351086Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2351453Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2351811Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2352156Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2352511Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2352861Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2353199Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2353548Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2353911Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2354283Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2354644Z test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2355018Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2355382Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2355742Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2356087Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2356446Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2356805Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2357142Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2357496Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2357852Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2358196Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2358543Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2358938Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2359301Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2359699Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2360048Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2360423Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2360794Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2361219Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2361653Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2362185Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2362639Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2363074Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2363466Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2363892Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2364436Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2364863Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2365255Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2365713Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2366170Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2366603Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2366993Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2367412Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2367844Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2368299Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2368709Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2369143Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2369604Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2370058Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2370472Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2370906Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2371328Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2371741Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2372206Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2372627Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2373063Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2373450Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2373896Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2374372Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2374790Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2417690Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2418061Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2418417Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2418764Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2419111Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2419456Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2419797Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2420494Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2420846Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2421191Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2421536Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2421882Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2422225Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2422602Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2423000Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2423402Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2423794Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2424171Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2424546Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2424925Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2425299Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2425814Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2426236Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2426622Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2427034Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2427425Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2427791Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2428164Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2428534Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2428917Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2429306Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2429693Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2430085Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2430481Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2430862Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2431244Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2431627Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2432035Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2432456Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2432868Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2433269Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2433671Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2434050Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2434419Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2434793Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2435175Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2435552Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2435928Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2436348Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2436768Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2437145Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2437536Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2437933Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2438333Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2438732Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2439118Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2439492Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2439856Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2440241Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2440632Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2441014Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2441402Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2441785Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2442167Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2442548Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2442928Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2443319Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2443699Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2444148Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:25.2444524Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2444896Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2445273Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2445654Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2446032Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2446473Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2446895Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2447290Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2447682Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2448082Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2448477Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2448860Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2449233Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2449617Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2450005Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2450397Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2450785Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2451184Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2451579Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2451974Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2452349Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2452738Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2453133Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2453526Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2453917Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2454344Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2454767Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2455156Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2455511Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2455873Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2456227Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2456570Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2456938Z test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2457328Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2457726Z test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2458081Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:41:25.2458461Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:41:25.2458844Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:41:25.2459215Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2459555Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2459908Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2460471Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2460830Z test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2461204Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2461574Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2461937Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2462285Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2462642Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2463013Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2463387Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2463741Z test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2464103Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2464463Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2464824Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2465173Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2465539Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2465905Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2466244Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2466594Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2466947Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2467295Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2467648Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2468028Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:41:25.2468389Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2468801Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2469210Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2469599Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2469982Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2470372Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2470753Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2471129Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2471492Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2471835Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2472194Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2472558Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2472912Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2473251Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2473603Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2473954Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2474309Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2474655Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2475014Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2475377Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2475731Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2476088Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2476461Z test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2476848Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2477216Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2477592Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2477970Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2478352Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2478718Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2479097Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2479524Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2479936Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2480620Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:41:25.2481057Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2481430Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2481826Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2482217Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2482626Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2483034Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2483421Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2483774Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2484222Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2484585Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2484783Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2485155Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:41:25.2485514Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:41:25.2485682Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2485877Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2486071Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2486264Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2486457Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2486641Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2486820Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2487000Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2487210Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2487579Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:41:25.2487976Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:41:25.2488349Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:41:25.2488576Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2488771Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2488955Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2489136Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2489315Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2489490Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2489675Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2489843Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2490002Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2490176Z test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:25.2490342Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2490512Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2490676Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2490855Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2491034Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2491215Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2491392Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2491558Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2491725Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2491893Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2492074Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2492247Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2492418Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2492586Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2492749Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2492919Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2493080Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2493251Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2493459Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2493700Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2493899Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2494152Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2494333Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2494509Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2494664Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2494844Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2495024Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2495196Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2495369Z test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2495542Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2495711Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2495881Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2496049Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2496208Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2496382Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2496557Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2496726Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2496895Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2497065Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2497221Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2497378Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2497539Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2497684Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2497844Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2497998Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2498151Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2498307Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2498459Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2498617Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2498791Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2498944Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2499119Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2499303Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2499458Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2499619Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2499780Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2500052Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2500236Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2500403Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2500548Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2500712Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2500870Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2501026Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2501191Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2501360Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2501529Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2501683Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2501839Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2501985Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2502145Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2502294Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2502454Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2502610Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2502767Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2502934Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2503105Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2503250Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2503422Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:41:25.2503593Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:41:25.2503749Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2503902Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2504053Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2504195Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2504342Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2504497Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2504691Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2504887Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2505051Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2505210Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2505370Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2505526Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2505693Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2505852Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2505996Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2506155Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2506308Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2506463Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2506614Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2506772Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2506928Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2507091Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2507231Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2507389Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2507542Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2507695Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2507851Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2507998Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2508157Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2508314Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2508472Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2508615Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2508770Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2508931Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2509085Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2509285Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2509492Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2509693Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2509880Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:25.2510061Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2510232Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2510387Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2510541Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2510703Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2510855Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2511022Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2511183Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_sum_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2511343Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2511506Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2511666Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2511847Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2512009Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2512165Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool PASSED [ 8%] 2022-12-01T10:41:25.2512322Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2512481Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2512706Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool SKIPPED (Expected: new_empty_strided is not comparable) [ 9%] 2022-12-01T10:41:25.2512870Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2513019Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2513172Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2513325Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2513483Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2513660Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2513852Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:41:25.2514037Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:41:25.2514221Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:41:25.2514379Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2514521Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2514676Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2514841Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2514998Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2515171Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2515330Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2515519Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2515716Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2515865Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2516019Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2516175Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2516346Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2516515Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2516669Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2516822Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2516979Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2517135Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2517273Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2517423Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2517592Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2517755Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2517922Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2518111Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2518514Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-12-01T10:41:25.2518687Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2518849Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2518999Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2519364Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-12-01T10:41:25.2519546Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2519714Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2519911Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2520292Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-12-01T10:41:25.2520662Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-12-01T10:41:25.2520827Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2520985Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2521143Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2521284Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2521471Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2521670Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2521822Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2521982Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2522135Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2522294Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2522448Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2522586Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2522745Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2522902Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2523056Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2523212Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2523368Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2523522Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool PASSED [ 9%] 2022-12-01T10:41:25.2523680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2523819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2524058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:25.2524225Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2524390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2524552Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2524708Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2524873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:25.2525028Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2525185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2525330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2525487Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2525645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2525811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:25.2525971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:25.2526133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2526288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2526446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:25.2526588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2526742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2526943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:25.2527104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2527293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2527457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:25.2527620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2527796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:25.2527967Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2528125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2528287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:25.2528444Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2528603Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:25.2528757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2528915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:25.2529070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2529224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2529370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2529525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2529678Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2529834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2529995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2530152Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2530319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:25.2530474Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2530697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 SKIPPED (Works for int64, fails for everything else) [ 9%] 2022-12-01T10:41:25.2530840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2530995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2531153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2531309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2531462Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2531614Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2531769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2531929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2532075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2532234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2532390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2532579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2532765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2532921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2533079Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2533234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2533391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:25.2533533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2533685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2533843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:25.2533999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:25.2534189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 9%] 2022-12-01T10:41:25.2534362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:25.2534533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2534696Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2534845Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2535001Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2535155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2535328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2535497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2535651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2535805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2535963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2536107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2536260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2536421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2536596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2536767Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2536922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2537078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2537235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2537394Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2537535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2537706Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2537871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2538063Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2538255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2538420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2538588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2538749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2538897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2539061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2539217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2539371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2539539Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2539699Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2539859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2540180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2540362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2540509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2540668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2540828Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2540990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2541170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2541327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2541490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2541653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2541799Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2541965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2542124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2542294Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2542452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2542612Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2542785Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2542963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2543137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2543294Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2543459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2543620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2543837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2544002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2544199Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2544360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2544518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2544666Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2544826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2544983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2545140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2545321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:41:25.2545505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:41:25.2545679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:41:25.2545836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2545991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2546135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2546291Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2546445Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2546604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2546761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2546917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2547069Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2547236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2547386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2547549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2547706Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2547865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2548031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2548191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2548350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2548512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2548671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2548825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2548987Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2549148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2549305Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2549497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2549686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2549847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2550007Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2550152Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2550313Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2550470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2550691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2550856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2551020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2551185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2551345Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2551504Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2551652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2551815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2551972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2552132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2552290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2552452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2552607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2552766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2552914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2553074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2553232Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2553389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2553544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2553714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2553878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2554040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2554184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2554341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2554504Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2554664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:25.2554822Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2554977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2555167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2555370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2555525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2555667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:25.2555825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:25.2555984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2556155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2556316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2556472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2556631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2556783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2556924Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2557085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2557245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2557409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2557571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2557737Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2557899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2558065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2558226Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2558372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2558540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2558700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2558857Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2559012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2559171Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2559331Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2559499Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2559645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2559805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2559964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2560120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2560280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2560432Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2560619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2560814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2560960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2561121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2561282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2561492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:25.2561704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:25.2561896Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:25.2562104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:25.2562311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:25.2562511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:25.2562702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:25.2562878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:25.2563036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2563194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2563350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2563511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2563668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2563837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2564070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2564294Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 SKIPPED (The backward may give different results) [ 11%] 2022-12-01T10:41:25.2564449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2564621Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2564798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2564971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2565157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2565324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2565488Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2565656Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2565835Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2565992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2566197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2566395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2566582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2566748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2566925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2567098Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2567267Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2567426Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2567595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2567786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2567967Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 SKIPPED (67470!) [ 11%] 2022-12-01T10:41:25.2568141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 SKIPPED (67470!) [ 11%] 2022-12-01T10:41:25.2568311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2568475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2568639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2568807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2568960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2569137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2569301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2569471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2569638Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2569808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2569984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2570156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2570327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2570490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2570652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 XFAIL [ 11%] 2022-12-01T10:41:25.2570811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2570966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2571124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2571277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2571438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2571596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2571774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2571975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2572137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2572304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2572471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2572634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2572796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2572961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2573125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2573281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2573442Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 XFAIL [ 11%] 2022-12-01T10:41:25.2573606Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2573767Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2573925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2574086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2574242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2574394Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2574541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2574700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2574853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2575014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2575173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2575340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2575505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2575670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2575832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2575985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2576151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2576312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2576477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2576637Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2576796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2576969Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_log_softmax_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2577138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2577316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:25.2577504Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2577666Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:25.2577830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_median_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:25.2577992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2578167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2578329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2578492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2578663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2578819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2579007Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmax_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2579175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmin_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2579336Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2579500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2579659Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2579824Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2580124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2580365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2580514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2580676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 SKIPPED (67470!) [ 12%] 2022-12-01T10:41:25.2580841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2581000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2581177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2581357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2581518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2581677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2581851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2582027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2582205Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2582366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2582541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2582700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2582860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2583109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2583302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2583449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2583604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2583770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2583929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2584085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2584236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2584415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2584595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2584755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2584932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2585092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2585256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2585417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2585574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2585728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2585902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_batch_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2586073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2586249Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2586408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2586591Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:41:25.2586765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:41:25.2586930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2587089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2587255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2587419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2587565Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2587728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2587919Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2588107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2588290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2588482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2588695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2588902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2589083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2589257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2589424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2589599Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2589776Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2589969Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2590171Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2590345Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2590522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2590697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2590869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2591045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2591234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2591429Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2591619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2591809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2591988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2592167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2592340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2592523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2592704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2592878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2593058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2593237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2593420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2593600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2593779Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2593957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2594159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2594379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2594556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2594743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2594935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2595109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2595289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2595480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2595674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2595852Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2596020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2596201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2596379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2596553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2596742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2596923Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2597111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2597293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2597474Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2597647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2597834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2598019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2598208Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2598393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2598573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2598758Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2598938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2599123Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2599286Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2599457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2599657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:25.2599864Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2600037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2600221Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2600391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2600573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2600749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2600930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2601111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:25.2601291Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:25.2601465Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2601648Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2601826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2602005Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2602197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2602408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2602616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2602783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2602960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2603146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2603312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2603471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2603633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2603797Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2603962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2604174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2604335Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2604497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2604655Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 XFAIL [ 13%] 2022-12-01T10:41:25.2604810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 XFAIL [ 13%] 2022-12-01T10:41:25.2604968Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2605160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2605351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2605517Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2605665Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2605829Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2605991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2606148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2606339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:41:25.2606534Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:41:25.2606723Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:41:25.2606907Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:41:25.2607087Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:41:25.2607236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2607397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2607559Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2607720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2607883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2608043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2608208Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2608371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2608552Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 SKIPPED (Test expects tensor input) [ 13%] 2022-12-01T10:41:25.2608715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2608873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2609030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2609183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2609354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2609519Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2609683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2609844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2609992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2610149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2610321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2610483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2610670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2610860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2611020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2611186Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2611331Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2611500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2611664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2611822Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2611976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2612137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2612293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2612444Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2612630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:41:25.2612778Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2612935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2613091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2613245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2613409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2613570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2613747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2613921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2614077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2614250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2614418Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2614595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2614757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2614917Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2615077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2615236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2615393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2615535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2615693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2615847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2616001Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2616187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2616342Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2616531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2616690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2616844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2617002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2617180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:25.2617349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2617505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2617702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:41:25.2617874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2618041Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2618211Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2618366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2618537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2618726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2618914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2619100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2619532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:41:25.2619701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2619865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2620187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2620363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2620524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2620693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2620861Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2621050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2621235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2621404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2621586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2621765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2621935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2622165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2622371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2622536Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2622733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2622921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2623107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:25.2623505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:41:25.2623885Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:41:25.2624259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:41:25.2624618Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:41:25.2624807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:25.2624991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2625161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2625328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2625492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2625649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2625805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2625970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2626133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2626295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2626453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2626617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2626777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2626939Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2627094Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2627248Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2627391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2627542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2627700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2627853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2628052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2628236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2628400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2628561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2628719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2628862Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2629025Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2629183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2629338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2629499Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2629655Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2629825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2629987Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2630141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2630304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2630463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2630616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2630783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 SKIPPED [ 14%] 2022-12-01T10:41:25.2630946Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 SKIPPED [ 14%] 2022-12-01T10:41:25.2631110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 SKIPPED [ 14%] 2022-12-01T10:41:25.2631269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2631424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2631569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2631732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2631893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2632068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2632229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2632408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-12-01T10:41:25.2632567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2632745Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-12-01T10:41:25.2632901Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2633064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2633223Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2633378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2633535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2633727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2633933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2634096Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2634257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2634402Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2634577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2634748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2634907Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2635067Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2635236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2635397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2635555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2635697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2635852Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2636008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2636172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2636331Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2636491Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2636664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2636820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2636982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2637127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2637288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2637446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2637606Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:25.2637764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2637922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2638081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2638241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2638373Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2638517Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2638663Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2638806Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2638964Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:25.2639120Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2639298Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2639474Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2639603Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 XFAIL [ 14%] 2022-12-01T10:41:25.2639739Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 XFAIL [ 14%] 2022-12-01T10:41:25.2639880Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2640026Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:25.2640167Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2640312Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:25.2640498Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:41:25.2640698Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:41:25.2640891Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:41:25.2641031Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2641190Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:25.2641345Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2641504Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2641658Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:25.2641809Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2641959Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2642116Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:25.2642253Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2642425Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:25.2642587Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2642755Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 XFAIL [ 14%] 2022-12-01T10:41:25.2642917Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:25.2643074Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2643237Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2643412Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2643582Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2643719Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:25.2643863Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2644075Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:25.2644221Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2644362Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2644508Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:25.2644654Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:25.2644835Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2644993Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2645134Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:25.2645273Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:25.2645408Z test_ops.py::TestCommonCPU::test_out_H_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2645548Z test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2645687Z test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 PASSED [ 14%] 2022-12-01T10:41:25.2645822Z test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2645957Z test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2646081Z test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2646214Z test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 PASSED [ 15%] 2022-12-01T10:41:25.2646349Z test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2646481Z test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2646618Z test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2646756Z test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2646980Z test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 15%] 2022-12-01T10:41:25.2647119Z test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2647249Z test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2647389Z test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2647531Z test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2647668Z test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2647805Z test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2647945Z test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2648098Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:41:25.2648239Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 PASSED [ 15%] 2022-12-01T10:41:25.2648365Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 PASSED [ 15%] 2022-12-01T10:41:25.2648504Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 PASSED [ 15%] 2022-12-01T10:41:25.2648661Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2648814Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2648952Z test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2649089Z test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2649230Z test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2649367Z test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2649507Z test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2649646Z test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2649789Z test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2649954Z test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2650137Z test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2650293Z test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2650451Z test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2650591Z test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2650731Z test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2650902Z test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:41:25.2651040Z test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2651178Z test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2651319Z test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2651464Z test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2651602Z test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2651739Z test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2651879Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2652006Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2652155Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2652295Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2652433Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2652573Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2652714Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2652859Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2652998Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2653125Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2653264Z test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2653402Z test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2653541Z test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2653688Z test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2653826Z test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2653977Z test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2654113Z test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 PASSED [ 15%] 2022-12-01T10:41:25.2654236Z test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2654371Z test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2654515Z test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2654653Z test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2654790Z test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2654927Z test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2655065Z test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 PASSED [ 15%] 2022-12-01T10:41:25.2655236Z test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2655395Z test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2655537Z test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2655677Z test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2655816Z test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2655954Z test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2656090Z test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2656223Z test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 PASSED [ 15%] 2022-12-01T10:41:25.2656356Z test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2656498Z test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2656640Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2656782Z test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2656919Z test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2657060Z test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2657200Z test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2657347Z test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2657483Z test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2657621Z test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2657745Z test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2657886Z test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2658029Z test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2658163Z test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2658299Z test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2658487Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:41:25.2658641Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2658783Z test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2658924Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2659130Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 15%] 2022-12-01T10:41:25.2659284Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2659438Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2659593Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2659768Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2660046Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2660287Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2660461Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2660606Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2660827Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2661033Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2661189Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2661347Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2661501Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2661661Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2661825Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2661972Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2662121Z test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2662265Z test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2662410Z test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2662554Z test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2662695Z test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2662837Z test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2662975Z test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2663101Z test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2663240Z test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2663381Z test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2663523Z test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2663663Z test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2663800Z test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2663945Z test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2664099Z test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j1_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2664235Z test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2664380Z test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2664555Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2664695Z test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2664835Z test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2664977Z test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:25.2665113Z test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2665249Z test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2665387Z test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2665512Z test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2665650Z test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2665790Z test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 PASSED [ 16%] 2022-12-01T10:41:25.2665938Z test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2666110Z test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2666306Z test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2666445Z test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2666586Z test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2666712Z test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2666849Z test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2666982Z test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2667116Z test_ops.py::TestCommonCPU::test_out_add_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2667253Z test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2667391Z test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2667539Z test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2667675Z test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2667796Z test_ops.py::TestCommonCPU::test_out_all_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2668016Z test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-12-01T10:41:25.2668150Z test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2668286Z test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 XFAIL [ 16%] 2022-12-01T10:41:25.2668421Z test_ops.py::TestCommonCPU::test_out_any_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2668555Z test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2668689Z test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2668825Z test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2668951Z test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2669084Z test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2669219Z test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2669356Z test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2669493Z test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2669628Z test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2669766Z test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 PASSED [ 16%] 2022-12-01T10:41:25.2669903Z test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 PASSED [ 16%] 2022-12-01T10:41:25.2670026Z test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2670171Z test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2670311Z test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2670444Z test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2670576Z test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2670711Z test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2670845Z test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2670979Z test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2671099Z test_ops.py::TestCommonCPU::test_out_char_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2671263Z test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2671448Z test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2671581Z test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2671720Z test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2671854Z test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2671991Z test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2672134Z test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2672257Z test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2672393Z test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2672531Z test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2672671Z test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2672812Z test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2672945Z test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2673083Z test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2673218Z test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2673355Z test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 XFAIL [ 16%] 2022-12-01T10:41:25.2673476Z test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 XFAIL [ 16%] 2022-12-01T10:41:25.2673610Z test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2673750Z test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2673885Z test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2674022Z test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2674171Z test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2674306Z test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2674486Z test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 16%] 2022-12-01T10:41:25.2674609Z test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2674743Z test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2674881Z test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2675016Z test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2675154Z test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2675291Z test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2675429Z test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2675563Z test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2675687Z test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2675824Z test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2675959Z test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2676095Z test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2676230Z test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2676367Z test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2676531Z test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2676705Z test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2676829Z test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2676964Z test_ops.py::TestCommonCPU::test_out_float_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2677103Z test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2677237Z test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2677375Z test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2677512Z test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2677647Z test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2677781Z test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 PASSED [ 16%] 2022-12-01T10:41:25.2677902Z test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2678035Z test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 XFAIL [ 16%] 2022-12-01T10:41:25.2678172Z test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2678307Z test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2678443Z test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2678579Z test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2678714Z test_ops.py::TestCommonCPU::test_out_int_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2678853Z test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2678977Z test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2679115Z test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2679299Z test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:41:25.2679471Z test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:41:25.2679607Z test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2679737Z test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 PASSED [ 16%] 2022-12-01T10:41:25.2679874Z test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2680025Z test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2680155Z test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2680296Z test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2680437Z test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2680589Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2680748Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 SKIPPED (Skipped!) [ 16%] 2022-12-01T10:41:25.2680906Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2681045Z test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2681194Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2681347Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2681481Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2681655Z test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2681796Z test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2681998Z test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2682154Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2682294Z test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2682436Z test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2682579Z test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2682718Z test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2682852Z test_ops.py::TestCommonCPU::test_out_log_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2683002Z test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2683145Z test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2683289Z test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2683427Z test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2683569Z test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:25.2683705Z test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2683830Z test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2684044Z test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2684184Z test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2684317Z test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2684458Z test_ops.py::TestCommonCPU::test_out_masked_amax_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2684601Z test_ops.py::TestCommonCPU::test_out_masked_argmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2684742Z test_ops.py::TestCommonCPU::test_out_masked_argmin_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2684883Z test_ops.py::TestCommonCPU::test_out_masked_cumsum_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2685019Z test_ops.py::TestCommonCPU::test_out_masked_log_softmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2685163Z test_ops.py::TestCommonCPU::test_out_masked_logaddexp_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2685306Z test_ops.py::TestCommonCPU::test_out_masked_normalize_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2685446Z test_ops.py::TestCommonCPU::test_out_masked_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2685587Z test_ops.py::TestCommonCPU::test_out_masked_softmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2685728Z test_ops.py::TestCommonCPU::test_out_masked_std_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2685864Z test_ops.py::TestCommonCPU::test_out_masked_var_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2686003Z test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 XFAIL [ 17%] 2022-12-01T10:41:25.2686127Z test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2686282Z test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2686418Z test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2686556Z test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2686708Z test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2686860Z test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2686997Z test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2687164Z test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2687313Z test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2687447Z test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2687601Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2687749Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2687886Z test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2688024Z test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2688163Z test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2688307Z test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2688444Z test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2688571Z test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 XFAIL [ 17%] 2022-12-01T10:41:25.2688716Z test_ops.py::TestCommonCPU::test_out_native_batch_norm_cpu_float32 XFAIL [ 17%] 2022-12-01T10:41:25.2688866Z test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2689000Z test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2689139Z test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2689275Z test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2689413Z test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2689550Z test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2689676Z test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2689813Z test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2689998Z test_ops.py::TestCommonCPU::test_out_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2690169Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2690337Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2690505Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2690661Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2690816Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 XFAIL [ 17%] 2022-12-01T10:41:25.2690959Z test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2691129Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2691311Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2691461Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2691626Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2691795Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2691954Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2692108Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2692257Z test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2692458Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2692656Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2692825Z test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2692988Z test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:41:25.2693138Z test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2693296Z test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2693454Z test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2693612Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2693753Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2693918Z test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2694086Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2694259Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2694425Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2694594Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2694749Z test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2694905Z test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2695058Z test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2695198Z test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 XFAIL [ 17%] 2022-12-01T10:41:25.2695354Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2695506Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2695671Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2695829Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2695993Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2696150Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2696303Z test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2696460Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2696612Z test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 PASSED [ 17%] 2022-12-01T10:41:25.2696770Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2696926Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2697087Z test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2697246Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2697408Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2697560Z test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2697705Z test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2697871Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2698033Z test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2698214Z test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2698369Z test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2698526Z test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2698693Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2698860Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2699023Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2699151Z test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 XFAIL [ 17%] 2022-12-01T10:41:25.2699294Z test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2699437Z test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2699574Z test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 XFAIL [ 17%] 2022-12-01T10:41:25.2699715Z test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 XFAIL [ 17%] 2022-12-01T10:41:25.2699864Z test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2700158Z test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2700297Z test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 XFAIL [ 17%] 2022-12-01T10:41:25.2700426Z test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2700566Z test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2700726Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2700899Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:41:25.2701071Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:41:25.2701236Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:41:25.2701378Z test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2701517Z test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2701651Z test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2701776Z test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2701918Z test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2702058Z test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2702204Z test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2702342Z test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2702481Z test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2702617Z test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2702750Z test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2702873Z test_ops.py::TestCommonCPU::test_out_round_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2703038Z test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:41:25.2703179Z test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2703382Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2703527Z test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:25.2703716Z test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2703876Z test_ops.py::TestCommonCPU::test_out_select_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2704023Z test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2704152Z test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2704291Z test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2704426Z test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2704564Z test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2704702Z test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2704839Z test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2704992Z test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2705158Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2705540Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-12-01T10:41:25.2705703Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2705866Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2706008Z test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2706150Z test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2706318Z test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2706480Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2706641Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2706797Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2706930Z test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2707110Z test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2707277Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2707631Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-12-01T10:41:25.2707977Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-12-01T10:41:25.2708126Z test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2708266Z test_ops.py::TestCommonCPU::test_out_split_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2708412Z test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2708551Z test_ops.py::TestCommonCPU::test_out_square_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2708674Z test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2708809Z test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2708948Z test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2709080Z test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2709252Z test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2709424Z test_ops.py::TestCommonCPU::test_out_t_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2709563Z test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2709697Z test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2709820Z test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2709954Z test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2710094Z test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2710233Z test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2710369Z test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2710512Z test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 PASSED [ 18%] 2022-12-01T10:41:25.2710653Z test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 PASSED [ 18%] 2022-12-01T10:41:25.2710791Z test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2710914Z test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2711054Z test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2711191Z test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2711343Z test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2711482Z test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2711618Z test_ops.py::TestCommonCPU::test_out_var_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2711758Z test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2711898Z test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2712030Z test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:25.2712168Z test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu PASSED [ 18%] 2022-12-01T10:41:25.2712305Z test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu PASSED [ 18%] 2022-12-01T10:41:25.2712439Z test_ops.py::TestCommonCPU::test_out_warning___ror___cpu PASSED [ 18%] 2022-12-01T10:41:25.2712574Z test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu PASSED [ 18%] 2022-12-01T10:41:25.2712710Z test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu PASSED [ 18%] 2022-12-01T10:41:25.2712849Z test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu PASSED [ 18%] 2022-12-01T10:41:25.2712986Z test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu PASSED [ 18%] 2022-12-01T10:41:25.2713114Z test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu PASSED [ 18%] 2022-12-01T10:41:25.2713253Z test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu PASSED [ 18%] 2022-12-01T10:41:25.2713390Z test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu PASSED [ 18%] 2022-12-01T10:41:25.2713526Z test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu PASSED [ 18%] 2022-12-01T10:41:25.2713664Z test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu PASSED [ 18%] 2022-12-01T10:41:25.2713804Z test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu PASSED [ 18%] 2022-12-01T10:41:25.2713942Z test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu PASSED [ 18%] 2022-12-01T10:41:25.2714084Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu PASSED [ 18%] 2022-12-01T10:41:25.2714213Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu PASSED [ 18%] 2022-12-01T10:41:25.2714381Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu PASSED [ 18%] 2022-12-01T10:41:25.2714565Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu PASSED [ 18%] 2022-12-01T10:41:25.2714721Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu PASSED [ 18%] 2022-12-01T10:41:25.2714865Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu PASSED [ 18%] 2022-12-01T10:41:25.2715012Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu PASSED [ 18%] 2022-12-01T10:41:25.2715156Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu PASSED [ 18%] 2022-12-01T10:41:25.2715311Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu PASSED [ 18%] 2022-12-01T10:41:25.2715462Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu PASSED [ 18%] 2022-12-01T10:41:25.2715601Z test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu PASSED [ 18%] 2022-12-01T10:41:25.2715745Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu PASSED [ 18%] 2022-12-01T10:41:25.2715885Z test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu PASSED [ 18%] 2022-12-01T10:41:25.2716039Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu PASSED [ 18%] 2022-12-01T10:41:25.2716191Z test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu PASSED [ 18%] 2022-12-01T10:41:25.2716322Z test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu PASSED [ 18%] 2022-12-01T10:41:25.2716460Z test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu PASSED [ 18%] 2022-12-01T10:41:25.2716598Z test_ops.py::TestCommonCPU::test_out_warning__refs_cumsum_cpu PASSED [ 18%] 2022-12-01T10:41:25.2716753Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu PASSED [ 18%] 2022-12-01T10:41:25.2716893Z test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu PASSED [ 18%] 2022-12-01T10:41:25.2717081Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu SKIPPED (Expected: empty is not comparable) [ 18%] 2022-12-01T10:41:25.2717220Z test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu PASSED [ 18%] 2022-12-01T10:41:25.2717358Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu PASSED [ 18%] 2022-12-01T10:41:25.2717485Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu PASSED [ 18%] 2022-12-01T10:41:25.2717623Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu PASSED [ 18%] 2022-12-01T10:41:25.2717764Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu PASSED [ 18%] 2022-12-01T10:41:25.2717900Z test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu PASSED [ 18%] 2022-12-01T10:41:25.2718039Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu PASSED [ 18%] 2022-12-01T10:41:25.2718178Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu PASSED [ 18%] 2022-12-01T10:41:25.2718327Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu PASSED [ 18%] 2022-12-01T10:41:25.2718468Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu PASSED [ 18%] 2022-12-01T10:41:25.2718598Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu PASSED [ 18%] 2022-12-01T10:41:25.2718738Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu PASSED [ 18%] 2022-12-01T10:41:25.2718888Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu PASSED [ 18%] 2022-12-01T10:41:25.2719029Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu PASSED [ 18%] 2022-12-01T10:41:25.2719170Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu PASSED [ 18%] 2022-12-01T10:41:25.2719309Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu PASSED [ 18%] 2022-12-01T10:41:25.2719449Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu PASSED [ 18%] 2022-12-01T10:41:25.2719597Z test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu PASSED [ 18%] 2022-12-01T10:41:25.2719754Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu PASSED [ 18%] 2022-12-01T10:41:25.2719935Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu PASSED [ 18%] 2022-12-01T10:41:25.2720075Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu PASSED [ 18%] 2022-12-01T10:41:25.2720215Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu PASSED [ 18%] 2022-12-01T10:41:25.2720354Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu PASSED [ 18%] 2022-12-01T10:41:25.2720488Z test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu PASSED [ 18%] 2022-12-01T10:41:25.2720631Z test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu PASSED [ 18%] 2022-12-01T10:41:25.2720768Z test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu PASSED [ 18%] 2022-12-01T10:41:25.2720903Z test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu PASSED [ 18%] 2022-12-01T10:41:25.2721033Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu PASSED [ 18%] 2022-12-01T10:41:25.2721173Z test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu PASSED [ 18%] 2022-12-01T10:41:25.2721314Z test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu PASSED [ 18%] 2022-12-01T10:41:25.2721453Z test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu PASSED [ 18%] 2022-12-01T10:41:25.2721588Z test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu PASSED [ 18%] 2022-12-01T10:41:25.2721724Z test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu PASSED [ 18%] 2022-12-01T10:41:25.2721874Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu PASSED [ 18%] 2022-12-01T10:41:25.2722014Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu PASSED [ 18%] 2022-12-01T10:41:25.2722158Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu PASSED [ 18%] 2022-12-01T10:41:25.2722298Z test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu PASSED [ 18%] 2022-12-01T10:41:25.2722434Z test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu PASSED [ 18%] 2022-12-01T10:41:25.2722576Z test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu PASSED [ 18%] 2022-12-01T10:41:25.2722710Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu PASSED [ 18%] 2022-12-01T10:41:25.2722857Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu PASSED [ 18%] 2022-12-01T10:41:25.2723004Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu PASSED [ 18%] 2022-12-01T10:41:25.2723149Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu PASSED [ 19%] 2022-12-01T10:41:25.2723280Z test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu PASSED [ 19%] 2022-12-01T10:41:25.2723445Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu PASSED [ 19%] 2022-12-01T10:41:25.2723583Z test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu PASSED [ 19%] 2022-12-01T10:41:25.2723728Z test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu PASSED [ 19%] 2022-12-01T10:41:25.2723886Z test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu PASSED [ 19%] 2022-12-01T10:41:25.2724116Z test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu PASSED [ 19%] 2022-12-01T10:41:25.2724307Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu SKIPPED (Expected: empty is not comparable) [ 19%] 2022-12-01T10:41:25.2724462Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu PASSED [ 19%] 2022-12-01T10:41:25.2724592Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu PASSED [ 19%] 2022-12-01T10:41:25.2724733Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu PASSED [ 19%] 2022-12-01T10:41:25.2724873Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu PASSED [ 19%] 2022-12-01T10:41:25.2725015Z test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu PASSED [ 19%] 2022-12-01T10:41:25.2725256Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu SKIPPED (Expected: dropout is not comparable) [ 19%] 2022-12-01T10:41:25.2725460Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 19%] 2022-12-01T10:41:25.2725622Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_huber_loss_cpu PASSED [ 19%] 2022-12-01T10:41:25.2725780Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu PASSED [ 19%] 2022-12-01T10:41:25.2725942Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu PASSED [ 19%] 2022-12-01T10:41:25.2726089Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu PASSED [ 19%] 2022-12-01T10:41:25.2726259Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 19%] 2022-12-01T10:41:25.2726415Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu PASSED [ 19%] 2022-12-01T10:41:25.2726574Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu PASSED [ 19%] 2022-12-01T10:41:25.2726730Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu PASSED [ 19%] 2022-12-01T10:41:25.2726889Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu PASSED [ 19%] 2022-12-01T10:41:25.2727051Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu PASSED [ 19%] 2022-12-01T10:41:25.2727213Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu PASSED [ 19%] 2022-12-01T10:41:25.2727370Z test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu PASSED [ 19%] 2022-12-01T10:41:25.2727511Z test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu PASSED [ 19%] 2022-12-01T10:41:25.2727654Z test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu PASSED [ 19%] 2022-12-01T10:41:25.2727794Z test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu PASSED [ 19%] 2022-12-01T10:41:25.2727940Z test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu PASSED [ 19%] 2022-12-01T10:41:25.2728086Z test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu PASSED [ 19%] 2022-12-01T10:41:25.2728226Z test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu PASSED [ 19%] 2022-12-01T10:41:25.2728369Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu PASSED [ 19%] 2022-12-01T10:41:25.2728496Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu PASSED [ 19%] 2022-12-01T10:41:25.2728634Z test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu PASSED [ 19%] 2022-12-01T10:41:25.2728772Z test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu PASSED [ 19%] 2022-12-01T10:41:25.2728909Z test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu PASSED [ 19%] 2022-12-01T10:41:25.2729063Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j1_cpu PASSED [ 19%] 2022-12-01T10:41:25.2729212Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu PASSED [ 19%] 2022-12-01T10:41:25.2729356Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu PASSED [ 19%] 2022-12-01T10:41:25.2729507Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu PASSED [ 19%] 2022-12-01T10:41:25.2729683Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu PASSED [ 19%] 2022-12-01T10:41:25.2729844Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu PASSED [ 19%] 2022-12-01T10:41:25.2729984Z test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu PASSED [ 19%] 2022-12-01T10:41:25.2730127Z test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu PASSED [ 19%] 2022-12-01T10:41:25.2730271Z test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu PASSED [ 19%] 2022-12-01T10:41:25.2730411Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu PASSED [ 19%] 2022-12-01T10:41:25.2730578Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu PASSED [ 19%] 2022-12-01T10:41:25.2730755Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu PASSED [ 19%] 2022-12-01T10:41:25.2730894Z test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu PASSED [ 19%] 2022-12-01T10:41:25.2731018Z test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu PASSED [ 19%] 2022-12-01T10:41:25.2731167Z test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu PASSED [ 19%] 2022-12-01T10:41:25.2731306Z test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu PASSED [ 19%] 2022-12-01T10:41:25.2731446Z test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu PASSED [ 19%] 2022-12-01T10:41:25.2731593Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu PASSED [ 19%] 2022-12-01T10:41:25.2731731Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu PASSED [ 19%] 2022-12-01T10:41:25.2731879Z test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu PASSED [ 19%] 2022-12-01T10:41:25.2732017Z test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu PASSED [ 19%] 2022-12-01T10:41:25.2732172Z test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu PASSED [ 19%] 2022-12-01T10:41:25.2732321Z test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu PASSED [ 19%] 2022-12-01T10:41:25.2732463Z test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu PASSED [ 19%] 2022-12-01T10:41:25.2732603Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu PASSED [ 19%] 2022-12-01T10:41:25.2732741Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu PASSED [ 19%] 2022-12-01T10:41:25.2732880Z test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu PASSED [ 19%] 2022-12-01T10:41:25.2733019Z test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu PASSED [ 19%] 2022-12-01T10:41:25.2733157Z test_ops.py::TestCommonCPU::test_out_warning_acos_cpu PASSED [ 19%] 2022-12-01T10:41:25.2733283Z test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu PASSED [ 19%] 2022-12-01T10:41:25.2733449Z test_ops.py::TestCommonCPU::test_out_warning_add_cpu PASSED [ 19%] 2022-12-01T10:41:25.2733650Z test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu XFAIL [ 19%] 2022-12-01T10:41:25.2733792Z test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu PASSED [ 19%] 2022-12-01T10:41:25.2733930Z test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu PASSED [ 19%] 2022-12-01T10:41:25.2734064Z test_ops.py::TestCommonCPU::test_out_warning_addr_cpu PASSED [ 19%] 2022-12-01T10:41:25.2734285Z test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2022-12-01T10:41:25.2734422Z test_ops.py::TestCommonCPU::test_out_warning_amin_cpu PASSED [ 19%] 2022-12-01T10:41:25.2734546Z test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu PASSED [ 19%] 2022-12-01T10:41:25.2734687Z test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu PASSED [ 19%] 2022-12-01T10:41:25.2734828Z test_ops.py::TestCommonCPU::test_out_warning_asin_cpu PASSED [ 19%] 2022-12-01T10:41:25.2734963Z test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu PASSED [ 19%] 2022-12-01T10:41:25.2735096Z test_ops.py::TestCommonCPU::test_out_warning_atan_cpu PASSED [ 19%] 2022-12-01T10:41:25.2735232Z test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu PASSED [ 19%] 2022-12-01T10:41:25.2735368Z test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu PASSED [ 19%] 2022-12-01T10:41:25.2735504Z test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu PASSED [ 19%] 2022-12-01T10:41:25.2735629Z test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu PASSED [ 19%] 2022-12-01T10:41:25.2735765Z test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu PASSED [ 19%] 2022-12-01T10:41:25.2735952Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu PASSED [ 19%] 2022-12-01T10:41:25.2736177Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu PASSED [ 19%] 2022-12-01T10:41:25.2736372Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu PASSED [ 19%] 2022-12-01T10:41:25.2736511Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu PASSED [ 19%] 2022-12-01T10:41:25.2736651Z test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu PASSED [ 19%] 2022-12-01T10:41:25.2736784Z test_ops.py::TestCommonCPU::test_out_warning_bool_cpu PASSED [ 19%] 2022-12-01T10:41:25.2736935Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu PASSED [ 19%] 2022-12-01T10:41:25.2737063Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu PASSED [ 19%] 2022-12-01T10:41:25.2737197Z test_ops.py::TestCommonCPU::test_out_warning_byte_cpu PASSED [ 19%] 2022-12-01T10:41:25.2737334Z test_ops.py::TestCommonCPU::test_out_warning_cat_cpu PASSED [ 19%] 2022-12-01T10:41:25.2737472Z test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu PASSED [ 19%] 2022-12-01T10:41:25.2737610Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu PASSED [ 19%] 2022-12-01T10:41:25.2737752Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu PASSED [ 19%] 2022-12-01T10:41:25.2737886Z test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu PASSED [ 19%] 2022-12-01T10:41:25.2738020Z test_ops.py::TestCommonCPU::test_out_warning_clone_cpu PASSED [ 19%] 2022-12-01T10:41:25.2738141Z test_ops.py::TestCommonCPU::test_out_warning_conj_cpu PASSED [ 19%] 2022-12-01T10:41:25.2738283Z test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu PASSED [ 19%] 2022-12-01T10:41:25.2738425Z test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu PASSED [ 19%] 2022-12-01T10:41:25.2738566Z test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu PASSED [ 19%] 2022-12-01T10:41:25.2738707Z test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu PASSED [ 19%] 2022-12-01T10:41:25.2738843Z test_ops.py::TestCommonCPU::test_out_warning_cross_cpu PASSED [ 19%] 2022-12-01T10:41:25.2738980Z test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu PASSED [ 19%] 2022-12-01T10:41:25.2739174Z test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu PASSED [ 19%] 2022-12-01T10:41:25.2739302Z test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu PASSED [ 19%] 2022-12-01T10:41:25.2739438Z test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu PASSED [ 19%] 2022-12-01T10:41:25.2739572Z test_ops.py::TestCommonCPU::test_out_warning_diag_cpu PASSED [ 19%] 2022-12-01T10:41:25.2739710Z test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu PASSED [ 19%] 2022-12-01T10:41:25.2739844Z test_ops.py::TestCommonCPU::test_out_warning_diff_cpu PASSED [ 19%] 2022-12-01T10:41:25.2740110Z test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu PASSED [ 19%] 2022-12-01T10:41:25.2740258Z test_ops.py::TestCommonCPU::test_out_warning_dist_cpu PASSED [ 19%] 2022-12-01T10:41:25.2740408Z test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu PASSED [ 19%] 2022-12-01T10:41:25.2740549Z test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu PASSED [ 19%] 2022-12-01T10:41:25.2740686Z test_ops.py::TestCommonCPU::test_out_warning_double_cpu PASSED [ 19%] 2022-12-01T10:41:25.2740820Z test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu PASSED [ 19%] 2022-12-01T10:41:25.2740958Z test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu PASSED [ 19%] 2022-12-01T10:41:25.2741176Z test_ops.py::TestCommonCPU::test_out_warning_equal_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2022-12-01T10:41:25.2741311Z test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu PASSED [ 19%] 2022-12-01T10:41:25.2741508Z test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu PASSED [ 19%] 2022-12-01T10:41:25.2741684Z test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu PASSED [ 19%] 2022-12-01T10:41:25.2741811Z test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu PASSED [ 19%] 2022-12-01T10:41:25.2741949Z test_ops.py::TestCommonCPU::test_out_warning_expand_cpu PASSED [ 19%] 2022-12-01T10:41:25.2742085Z test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu PASSED [ 19%] 2022-12-01T10:41:25.2742220Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu PASSED [ 19%] 2022-12-01T10:41:25.2742360Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu PASSED [ 19%] 2022-12-01T10:41:25.2742496Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu PASSED [ 19%] 2022-12-01T10:41:25.2742634Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu PASSED [ 19%] 2022-12-01T10:41:25.2742772Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu PASSED [ 20%] 2022-12-01T10:41:25.2742904Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu PASSED [ 20%] 2022-12-01T10:41:25.2743041Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu XFAIL [ 20%] 2022-12-01T10:41:25.2743179Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu PASSED [ 20%] 2022-12-01T10:41:25.2743317Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu PASSED [ 20%] 2022-12-01T10:41:25.2743454Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu PASSED [ 20%] 2022-12-01T10:41:25.2743590Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu PASSED [ 20%] 2022-12-01T10:41:25.2743723Z test_ops.py::TestCommonCPU::test_out_warning_flip_cpu PASSED [ 20%] 2022-12-01T10:41:25.2743859Z test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu PASSED [ 20%] 2022-12-01T10:41:25.2743984Z test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu PASSED [ 20%] 2022-12-01T10:41:25.2744121Z test_ops.py::TestCommonCPU::test_out_warning_floor_cpu PASSED [ 20%] 2022-12-01T10:41:25.2744263Z test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu PASSED [ 20%] 2022-12-01T10:41:25.2744396Z test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu PASSED [ 20%] 2022-12-01T10:41:25.2744531Z test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu PASSED [ 20%] 2022-12-01T10:41:25.2744667Z test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu PASSED [ 20%] 2022-12-01T10:41:25.2744803Z test_ops.py::TestCommonCPU::test_out_warning_gather_cpu PASSED [ 20%] 2022-12-01T10:41:25.2744936Z test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu PASSED [ 20%] 2022-12-01T10:41:25.2745069Z test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu PASSED [ 20%] 2022-12-01T10:41:25.2745195Z test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu PASSED [ 20%] 2022-12-01T10:41:25.2745334Z test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu PASSED [ 20%] 2022-12-01T10:41:25.2745475Z test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu PASSED [ 20%] 2022-12-01T10:41:25.2745699Z test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 20%] 2022-12-01T10:41:25.2745834Z test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu PASSED [ 20%] 2022-12-01T10:41:25.2745969Z test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu PASSED [ 20%] 2022-12-01T10:41:25.2746101Z test_ops.py::TestCommonCPU::test_out_warning_i0_cpu PASSED [ 20%] 2022-12-01T10:41:25.2746244Z test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu PASSED [ 20%] 2022-12-01T10:41:25.2746367Z test_ops.py::TestCommonCPU::test_out_warning_imag_cpu PASSED [ 20%] 2022-12-01T10:41:25.2746505Z test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu PASSED [ 20%] 2022-12-01T10:41:25.2746678Z test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu PASSED [ 20%] 2022-12-01T10:41:25.2746855Z test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu PASSED [ 20%] 2022-12-01T10:41:25.2746990Z test_ops.py::TestCommonCPU::test_out_warning_isin_cpu PASSED [ 20%] 2022-12-01T10:41:25.2747127Z test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu PASSED [ 20%] 2022-12-01T10:41:25.2747263Z test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu PASSED [ 20%] 2022-12-01T10:41:25.2747453Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:41:25.2747613Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:41:25.2747750Z test_ops.py::TestCommonCPU::test_out_warning_kron_cpu PASSED [ 20%] 2022-12-01T10:41:25.2747887Z test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu PASSED [ 20%] 2022-12-01T10:41:25.2748026Z test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu PASSED [ 20%] 2022-12-01T10:41:25.2748162Z test_ops.py::TestCommonCPU::test_out_warning_le_cpu PASSED [ 20%] 2022-12-01T10:41:25.2748300Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu PASSED [ 20%] 2022-12-01T10:41:25.2748439Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu PASSED [ 20%] 2022-12-01T10:41:25.2748590Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu PASSED [ 20%] 2022-12-01T10:41:25.2748720Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu PASSED [ 20%] 2022-12-01T10:41:25.2748864Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu PASSED [ 20%] 2022-12-01T10:41:25.2749003Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu PASSED [ 20%] 2022-12-01T10:41:25.2749152Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu PASSED [ 20%] 2022-12-01T10:41:25.2749294Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu PASSED [ 20%] 2022-12-01T10:41:25.2749454Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu PASSED [ 20%] 2022-12-01T10:41:25.2749592Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu PASSED [ 20%] 2022-12-01T10:41:25.2749742Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu PASSED [ 20%] 2022-12-01T10:41:25.2749884Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu PASSED [ 20%] 2022-12-01T10:41:25.2750021Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu PASSED [ 20%] 2022-12-01T10:41:25.2750172Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu PASSED [ 20%] 2022-12-01T10:41:25.2750311Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu PASSED [ 20%] 2022-12-01T10:41:25.2750476Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu PASSED [ 20%] 2022-12-01T10:41:25.2750620Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu PASSED [ 20%] 2022-12-01T10:41:25.2750760Z test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu PASSED [ 20%] 2022-12-01T10:41:25.2750915Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu PASSED [ 20%] 2022-12-01T10:41:25.2751055Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu PASSED [ 20%] 2022-12-01T10:41:25.2751188Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu PASSED [ 20%] 2022-12-01T10:41:25.2751329Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu PASSED [ 20%] 2022-12-01T10:41:25.2751464Z test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu PASSED [ 20%] 2022-12-01T10:41:25.2751597Z test_ops.py::TestCommonCPU::test_out_warning_log2_cpu PASSED [ 20%] 2022-12-01T10:41:25.2751731Z test_ops.py::TestCommonCPU::test_out_warning_log_cpu PASSED [ 20%] 2022-12-01T10:41:25.2751935Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu PASSED [ 20%] 2022-12-01T10:41:25.2752077Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu PASSED [ 20%] 2022-12-01T10:41:25.2752243Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu PASSED [ 20%] 2022-12-01T10:41:25.2752373Z test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu PASSED [ 20%] 2022-12-01T10:41:25.2752512Z test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu PASSED [ 20%] 2022-12-01T10:41:25.2752649Z test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu PASSED [ 20%] 2022-12-01T10:41:25.2752787Z test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu PASSED [ 20%] 2022-12-01T10:41:25.2752921Z test_ops.py::TestCommonCPU::test_out_warning_logit_cpu PASSED [ 20%] 2022-12-01T10:41:25.2753053Z test_ops.py::TestCommonCPU::test_out_warning_lu_cpu XFAIL [ 20%] 2022-12-01T10:41:25.2753191Z test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu PASSED [ 20%] 2022-12-01T10:41:25.2753324Z test_ops.py::TestCommonCPU::test_out_warning_mT_cpu PASSED [ 20%] 2022-12-01T10:41:25.2753453Z test_ops.py::TestCommonCPU::test_out_warning_masked_amin_cpu PASSED [ 20%] 2022-12-01T10:41:25.2753594Z test_ops.py::TestCommonCPU::test_out_warning_masked_cumprod_cpu PASSED [ 20%] 2022-12-01T10:41:25.2753737Z test_ops.py::TestCommonCPU::test_out_warning_masked_logsumexp_cpu PASSED [ 20%] 2022-12-01T10:41:25.2753875Z test_ops.py::TestCommonCPU::test_out_warning_masked_mean_cpu PASSED [ 20%] 2022-12-01T10:41:25.2754013Z test_ops.py::TestCommonCPU::test_out_warning_masked_norm_cpu PASSED [ 20%] 2022-12-01T10:41:25.2754153Z test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu PASSED [ 20%] 2022-12-01T10:41:25.2754293Z test_ops.py::TestCommonCPU::test_out_warning_masked_softmax_cpu PASSED [ 20%] 2022-12-01T10:41:25.2754432Z test_ops.py::TestCommonCPU::test_out_warning_masked_softmin_cpu PASSED [ 20%] 2022-12-01T10:41:25.2754559Z test_ops.py::TestCommonCPU::test_out_warning_masked_sum_cpu PASSED [ 20%] 2022-12-01T10:41:25.2754695Z test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu PASSED [ 20%] 2022-12-01T10:41:25.2754850Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu PASSED [ 20%] 2022-12-01T10:41:25.2754987Z test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu PASSED [ 20%] 2022-12-01T10:41:25.2755122Z test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu PASSED [ 20%] 2022-12-01T10:41:25.2755261Z test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu XFAIL [ 20%] 2022-12-01T10:41:25.2755394Z test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu PASSED [ 20%] 2022-12-01T10:41:25.2755530Z test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu XFAIL [ 20%] 2022-12-01T10:41:25.2755667Z test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu PASSED [ 20%] 2022-12-01T10:41:25.2755799Z test_ops.py::TestCommonCPU::test_out_warning_ne_cpu PASSED [ 20%] 2022-12-01T10:41:25.2755938Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu PASSED [ 20%] 2022-12-01T10:41:25.2756087Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu PASSED [ 20%] 2022-12-01T10:41:25.2756224Z test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu PASSED [ 20%] 2022-12-01T10:41:25.2756360Z test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu PASSED [ 20%] 2022-12-01T10:41:25.2756530Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu PASSED [ 20%] 2022-12-01T10:41:25.2756687Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu PASSED [ 20%] 2022-12-01T10:41:25.2756829Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu PASSED [ 20%] 2022-12-01T10:41:25.2756985Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu PASSED [ 20%] 2022-12-01T10:41:25.2757142Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu PASSED [ 20%] 2022-12-01T10:41:25.2757355Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu PASSED [ 20%] 2022-12-01T10:41:25.2757536Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu PASSED [ 20%] 2022-12-01T10:41:25.2757703Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu PASSED [ 20%] 2022-12-01T10:41:25.2757866Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu PASSED [ 20%] 2022-12-01T10:41:25.2758032Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu PASSED [ 20%] 2022-12-01T10:41:25.2758186Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu PASSED [ 20%] 2022-12-01T10:41:25.2758330Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu PASSED [ 20%] 2022-12-01T10:41:25.2758515Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu PASSED [ 20%] 2022-12-01T10:41:25.2758689Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:41:25.2758850Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu PASSED [ 20%] 2022-12-01T10:41:25.2759006Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu PASSED [ 20%] 2022-12-01T10:41:25.2759165Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu PASSED [ 20%] 2022-12-01T10:41:25.2759332Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu PASSED [ 20%] 2022-12-01T10:41:25.2759503Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu PASSED [ 20%] 2022-12-01T10:41:25.2759670Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu PASSED [ 20%] 2022-12-01T10:41:25.2759815Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu PASSED [ 20%] 2022-12-01T10:41:25.2759974Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu PASSED [ 20%] 2022-12-01T10:41:25.2760134Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu XFAIL [ 20%] 2022-12-01T10:41:25.2760302Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu PASSED [ 20%] 2022-12-01T10:41:25.2760459Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:41:25.2760623Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu PASSED [ 20%] 2022-12-01T10:41:25.2760786Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu PASSED [ 20%] 2022-12-01T10:41:25.2760953Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu PASSED [ 20%] 2022-12-01T10:41:25.2761115Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:41:25.2761294Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:41:25.2761450Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:41:25.2761606Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu PASSED [ 20%] 2022-12-01T10:41:25.2761765Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu PASSED [ 20%] 2022-12-01T10:41:25.2761923Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu PASSED [ 20%] 2022-12-01T10:41:25.2762088Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu PASSED [ 20%] 2022-12-01T10:41:25.2762242Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu PASSED [ 21%] 2022-12-01T10:41:25.2762407Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu PASSED [ 21%] 2022-12-01T10:41:25.2762546Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu PASSED [ 21%] 2022-12-01T10:41:25.2762725Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu PASSED [ 21%] 2022-12-01T10:41:25.2762910Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu PASSED [ 21%] 2022-12-01T10:41:25.2763060Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu PASSED [ 21%] 2022-12-01T10:41:25.2763220Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu PASSED [ 21%] 2022-12-01T10:41:25.2763382Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu PASSED [ 21%] 2022-12-01T10:41:25.2763537Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu PASSED [ 21%] 2022-12-01T10:41:25.2763693Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu PASSED [ 21%] 2022-12-01T10:41:25.2763839Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu PASSED [ 21%] 2022-12-01T10:41:25.2764047Z test_ops.py::TestCommonCPU::test_out_warning_ones_cpu XFAIL [ 21%] 2022-12-01T10:41:25.2764207Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu PASSED [ 21%] 2022-12-01T10:41:25.2764352Z test_ops.py::TestCommonCPU::test_out_warning_outer_cpu PASSED [ 21%] 2022-12-01T10:41:25.2764495Z test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu PASSED [ 21%] 2022-12-01T10:41:25.2764651Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu PASSED [ 21%] 2022-12-01T10:41:25.2764827Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:41:25.2764975Z test_ops.py::TestCommonCPU::test_out_warning_positive_cpu PASSED [ 21%] 2022-12-01T10:41:25.2765101Z test_ops.py::TestCommonCPU::test_out_warning_pow_cpu PASSED [ 21%] 2022-12-01T10:41:25.2765238Z test_ops.py::TestCommonCPU::test_out_warning_put_cpu PASSED [ 21%] 2022-12-01T10:41:25.2765377Z test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu PASSED [ 21%] 2022-12-01T10:41:25.2765518Z test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu PASSED [ 21%] 2022-12-01T10:41:25.2765657Z test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu PASSED [ 21%] 2022-12-01T10:41:25.2765797Z test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu PASSED [ 21%] 2022-12-01T10:41:25.2765935Z test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu PASSED [ 21%] 2022-12-01T10:41:25.2766072Z test_ops.py::TestCommonCPU::test_out_warning_resize__cpu PASSED [ 21%] 2022-12-01T10:41:25.2766200Z test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu PASSED [ 21%] 2022-12-01T10:41:25.2766343Z test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu PASSED [ 21%] 2022-12-01T10:41:25.2766485Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu PASSED [ 21%] 2022-12-01T10:41:25.2766622Z test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu PASSED [ 21%] 2022-12-01T10:41:25.2766755Z test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu PASSED [ 21%] 2022-12-01T10:41:25.2766896Z test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu PASSED [ 21%] 2022-12-01T10:41:25.2767051Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu PASSED [ 21%] 2022-12-01T10:41:25.2767201Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu PASSED [ 21%] 2022-12-01T10:41:25.2767345Z test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu PASSED [ 21%] 2022-12-01T10:41:25.2767551Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu PASSED [ 21%] 2022-12-01T10:41:25.2767688Z test_ops.py::TestCommonCPU::test_out_warning_select_cpu PASSED [ 21%] 2022-12-01T10:41:25.2767829Z test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu PASSED [ 21%] 2022-12-01T10:41:25.2767962Z test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu PASSED [ 21%] 2022-12-01T10:41:25.2768100Z test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu PASSED [ 21%] 2022-12-01T10:41:25.2768265Z test_ops.py::TestCommonCPU::test_out_warning_sign_cpu PASSED [ 21%] 2022-12-01T10:41:25.2768442Z test_ops.py::TestCommonCPU::test_out_warning_slice_cpu PASSED [ 21%] 2022-12-01T10:41:25.2768582Z test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu PASSED [ 21%] 2022-12-01T10:41:25.2768704Z test_ops.py::TestCommonCPU::test_out_warning_sort_cpu PASSED [ 21%] 2022-12-01T10:41:25.2768845Z test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu PASSED [ 21%] 2022-12-01T10:41:25.2768993Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu PASSED [ 21%] 2022-12-01T10:41:25.2769142Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu PASSED [ 21%] 2022-12-01T10:41:25.2769533Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-12-01T10:41:25.2769676Z test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu PASSED [ 21%] 2022-12-01T10:41:25.2769822Z test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu PASSED [ 21%] 2022-12-01T10:41:25.2769985Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu PASSED [ 21%] 2022-12-01T10:41:25.2770129Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu PASSED [ 21%] 2022-12-01T10:41:25.2770288Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu PASSED [ 21%] 2022-12-01T10:41:25.2770429Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu PASSED [ 21%] 2022-12-01T10:41:25.2770574Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu PASSED [ 21%] 2022-12-01T10:41:25.2770753Z test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu PASSED [ 21%] 2022-12-01T10:41:25.2770921Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu PASSED [ 21%] 2022-12-01T10:41:25.2771282Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-12-01T10:41:25.2771629Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-12-01T10:41:25.2771841Z test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu PASSED [ 21%] 2022-12-01T10:41:25.2771975Z test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu PASSED [ 21%] 2022-12-01T10:41:25.2772148Z test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu PASSED [ 21%] 2022-12-01T10:41:25.2772330Z test_ops.py::TestCommonCPU::test_out_warning_square_cpu PASSED [ 21%] 2022-12-01T10:41:25.2772499Z test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu PASSED [ 21%] 2022-12-01T10:41:25.2772650Z test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu PASSED [ 21%] 2022-12-01T10:41:25.2772950Z test_ops.py::TestCommonCPU::test_out_warning_stft_cpu PASSED [ 21%] 2022-12-01T10:41:25.2773122Z test_ops.py::TestCommonCPU::test_out_warning_sub_cpu PASSED [ 21%] 2022-12-01T10:41:25.2773291Z test_ops.py::TestCommonCPU::test_out_warning_sum_cpu PASSED [ 21%] 2022-12-01T10:41:25.2773460Z test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu PASSED [ 21%] 2022-12-01T10:41:25.2773627Z test_ops.py::TestCommonCPU::test_out_warning_svd_cpu PASSED [ 21%] 2022-12-01T10:41:25.2773755Z test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu PASSED [ 21%] 2022-12-01T10:41:25.2773929Z test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu PASSED [ 21%] 2022-12-01T10:41:25.2774096Z test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu PASSED [ 21%] 2022-12-01T10:41:25.2774301Z test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu PASSED [ 21%] 2022-12-01T10:41:25.2774491Z test_ops.py::TestCommonCPU::test_out_warning_tile_cpu PASSED [ 21%] 2022-12-01T10:41:25.2774692Z test_ops.py::TestCommonCPU::test_out_warning_to_cpu PASSED [ 21%] 2022-12-01T10:41:25.2774890Z test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu PASSED [ 21%] 2022-12-01T10:41:25.2775065Z test_ops.py::TestCommonCPU::test_out_warning_topk_cpu PASSED [ 21%] 2022-12-01T10:41:25.2775188Z test_ops.py::TestCommonCPU::test_out_warning_trace_cpu PASSED [ 21%] 2022-12-01T10:41:25.2775357Z test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu PASSED [ 21%] 2022-12-01T10:41:25.2775521Z test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu PASSED [ 21%] 2022-12-01T10:41:25.2775691Z test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu PASSED [ 21%] 2022-12-01T10:41:25.2775853Z test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu PASSED [ 21%] 2022-12-01T10:41:25.2776038Z test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu PASSED [ 21%] 2022-12-01T10:41:25.2776224Z test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu PASSED [ 21%] 2022-12-01T10:41:25.2776397Z test_ops.py::TestCommonCPU::test_out_warning_var_cpu PASSED [ 21%] 2022-12-01T10:41:25.2776563Z test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu PASSED [ 21%] 2022-12-01T10:41:25.2776688Z test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu PASSED [ 21%] 2022-12-01T10:41:25.2776853Z test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu PASSED [ 21%] 2022-12-01T10:41:25.2777044Z test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu XFAIL [ 21%] 2022-12-01T10:41:25.2777208Z test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu PASSED [ 21%] 2022-12-01T10:41:25.2777377Z test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:25.2777573Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:41:25.2777765Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 PASSED [ 21%] 2022-12-01T10:41:25.2777940Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 XFAIL [ 21%] 2022-12-01T10:41:25.2778074Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 PASSED [ 21%] 2022-12-01T10:41:25.2778244Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:25.2778414Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 PASSED [ 21%] 2022-12-01T10:41:25.2778581Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 PASSED [ 21%] 2022-12-01T10:41:25.2778749Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 PASSED [ 21%] 2022-12-01T10:41:25.2778918Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 PASSED [ 21%] 2022-12-01T10:41:25.2779124Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:41:25.2779297Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool PASSED [ 21%] 2022-12-01T10:41:25.2779441Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 PASSED [ 21%] 2022-12-01T10:41:25.2779612Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 PASSED [ 21%] 2022-12-01T10:41:25.2779784Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 PASSED [ 21%] 2022-12-01T10:41:25.2780156Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 PASSED [ 21%] 2022-12-01T10:41:25.2780378Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 PASSED [ 21%] 2022-12-01T10:41:25.2780557Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 PASSED [ 21%] 2022-12-01T10:41:25.2780736Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 PASSED [ 21%] 2022-12-01T10:41:25.2780932Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 PASSED [ 21%] 2022-12-01T10:41:25.2781064Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 PASSED [ 21%] 2022-12-01T10:41:25.2781295Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 PASSED [ 21%] 2022-12-01T10:41:25.2781501Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool PASSED [ 21%] 2022-12-01T10:41:25.2781683Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 PASSED [ 21%] 2022-12-01T10:41:25.2781858Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 PASSED [ 21%] 2022-12-01T10:41:25.2782035Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 PASSED [ 21%] 2022-12-01T10:41:25.2782205Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 PASSED [ 21%] 2022-12-01T10:41:25.2782377Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 PASSED [ 21%] 2022-12-01T10:41:25.2782520Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:41:25.2782729Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 PASSED [ 21%] 2022-12-01T10:41:25.2782902Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 XFAIL [ 21%] 2022-12-01T10:41:25.2783077Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 XFAIL [ 21%] 2022-12-01T10:41:25.2783272Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool PASSED [ 21%] 2022-12-01T10:41:25.2783452Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 PASSED [ 21%] 2022-12-01T10:41:25.2783620Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:25.2783787Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 PASSED [ 21%] 2022-12-01T10:41:25.2783914Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 PASSED [ 21%] 2022-12-01T10:41:25.2784083Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 PASSED [ 21%] 2022-12-01T10:41:25.2784271Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 PASSED [ 21%] 2022-12-01T10:41:25.2784442Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 PASSED [ 21%] 2022-12-01T10:41:25.2784628Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:25.2784823Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:25.2785000Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:25.2785171Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2785301Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:25.2785470Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:25.2785638Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2785835Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:25.2786010Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 PASSED [ 22%] 2022-12-01T10:41:25.2786195Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:25.2786399Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2786569Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:25.2786700Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:25.2786869Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool PASSED [ 22%] 2022-12-01T10:41:25.2787049Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:25.2787219Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:25.2787407Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:25.2787587Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:25.2787786Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2787996Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:25.2788171Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:25.2788305Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2788478Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:25.2788653Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:25.2788848Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:25.2789054Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:25.2789267Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:25.2789453Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:25.2789643Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2789783Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:25.2789963Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2790137Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool PASSED [ 22%] 2022-12-01T10:41:25.2790319Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:25.2790493Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:25.2790685Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:25.2790860Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:25.2791037Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:25.2791168Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2791343Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool PASSED [ 22%] 2022-12-01T10:41:25.2791528Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:25.2791711Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:25.2791883Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2792056Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:25.2792255Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:25.2792452Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool PASSED [ 22%] 2022-12-01T10:41:25.2792587Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:25.2792759Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2792940Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:25.2793123Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:25.2793298Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:25.2793473Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2793642Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:25.2793832Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2793970Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:25.2794153Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:25.2794393Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:25.2794600Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:25.2794772Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2794945Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:25.2795118Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:25.2795338Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:25.2795537Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool PASSED [ 22%] 2022-12-01T10:41:25.2795686Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:25.2795878Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:25.2796060Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:25.2796242Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2796418Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:25.2796596Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:25.2796773Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2796955Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:25.2797092Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool PASSED [ 22%] 2022-12-01T10:41:25.2797306Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 PASSED [ 22%] 2022-12-01T10:41:25.2797489Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:25.2797673Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2797851Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:25.2798029Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:25.2798209Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2798392Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:25.2798534Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:25.2798764Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2798957Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:25.2799132Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:25.2799311Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:25.2799488Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2799660Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool PASSED [ 22%] 2022-12-01T10:41:25.2799839Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2799977Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:25.2800161Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:25.2800340Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2800546Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2800734Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:25.2800942Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool PASSED [ 22%] 2022-12-01T10:41:25.2801148Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2801335Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:25.2801544Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:25.2801681Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2801859Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2802037Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:25.2802234Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:25.2802410Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2802586Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool PASSED [ 22%] 2022-12-01T10:41:25.2802774Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:25.2802950Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2803099Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:25.2803299Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:25.2803489Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool PASSED [ 22%] 2022-12-01T10:41:25.2803687Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:25.2803900Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:25.2804190Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:25.2804395Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2804589Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:25.2804772Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2804910Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:25.2805110Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool PASSED [ 22%] 2022-12-01T10:41:25.2805290Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:25.2805467Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:25.2805665Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:25.2805849Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:25.2806020Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2806189Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:25.2806318Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2806495Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:25.2806671Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:25.2806840Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:25.2807012Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:25.2807208Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:25.2807376Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:25.2807583Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool PASSED [ 22%] 2022-12-01T10:41:25.2807751Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:25.2807962Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:25.2808139Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 PASSED [ 22%] 2022-12-01T10:41:25.2808315Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:25.2808494Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:25.2808667Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2808901Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:25.2809078Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:25.2809211Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:25.2809386Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:25.2809557Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2809737Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool PASSED [ 23%] 2022-12-01T10:41:25.2809927Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 PASSED [ 23%] 2022-12-01T10:41:25.2810104Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:25.2810285Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:25.2810481Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:25.2810616Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:25.2810803Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:25.2810983Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 PASSED [ 23%] 2022-12-01T10:41:25.2811188Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:25.2811372Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:25.2811545Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:25.2811723Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2811898Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:25.2812093Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool PASSED [ 23%] 2022-12-01T10:41:25.2812231Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:25.2812413Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:25.2812587Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:25.2812767Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:25.2812940Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2813160Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:25.2813341Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool PASSED [ 23%] 2022-12-01T10:41:25.2813530Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:25.2813679Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 PASSED [ 23%] 2022-12-01T10:41:25.2813879Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:25.2814101Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:25.2814336Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2814517Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:25.2814696Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 PASSED [ 23%] 2022-12-01T10:41:25.2814874Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 PASSED [ 23%] 2022-12-01T10:41:25.2815047Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:25.2815189Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool PASSED [ 23%] 2022-12-01T10:41:25.2815391Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:25.2815609Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 PASSED [ 23%] 2022-12-01T10:41:25.2815801Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:25.2815988Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:25.2816174Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:25.2816358Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2816544Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 PASSED [ 23%] 2022-12-01T10:41:25.2816729Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:25.2816873Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:25.2817062Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:25.2817266Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:25.2817484Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2817672Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:25.2817861Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:25.2818058Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:25.2818241Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:25.2818379Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:25.2818569Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2818750Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:25.2818946Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:25.2819124Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2819308Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:25.2819480Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool PASSED [ 23%] 2022-12-01T10:41:25.2819660Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:25.2819791Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:25.2820126Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:25.2820309Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:25.2820481Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:25.2820707Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:25.2820936Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool PASSED [ 23%] 2022-12-01T10:41:25.2821155Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:25.2821342Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:25.2821480Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:25.2821651Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:25.2821825Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:25.2821997Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2822167Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:25.2822371Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:25.2822553Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:25.2822737Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:25.2822869Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2823053Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:25.2823232Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool PASSED [ 23%] 2022-12-01T10:41:25.2823417Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:25.2823599Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 PASSED [ 23%] 2022-12-01T10:41:25.2823807Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:25.2824005Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2824198Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:25.2824378Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool PASSED [ 23%] 2022-12-01T10:41:25.2824524Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:25.2824707Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 PASSED [ 23%] 2022-12-01T10:41:25.2824889Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:25.2825069Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:25.2825244Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:25.2825423Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2825631Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:25.2825810Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool PASSED [ 23%] 2022-12-01T10:41:25.2825952Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:25.2826131Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:25.2826306Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:25.2826481Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2826675Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 PASSED [ 23%] 2022-12-01T10:41:25.2826901Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:25.2827095Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2827303Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:25.2827486Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool PASSED [ 23%] 2022-12-01T10:41:25.2827713Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:25.2827909Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:25.2828097Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2828290Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:25.2828489Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 PASSED [ 23%] 2022-12-01T10:41:25.2828682Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:25.2828870Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:25.2829082Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:25.2829233Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:25.2829440Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2829619Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool PASSED [ 23%] 2022-12-01T10:41:25.2829802Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 PASSED [ 23%] 2022-12-01T10:41:25.2829990Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:25.2830199Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 PASSED [ 23%] 2022-12-01T10:41:25.2830373Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:25.2830545Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:25.2830682Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:25.2830882Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:25.2831056Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:25.2831231Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:25.2831423Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:25.2831605Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 PASSED [ 23%] 2022-12-01T10:41:25.2831785Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:25.2831964Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:25.2832140Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:25.2832278Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:25.2832522Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:41:25.2832747Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:41:25.2832974Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:41:25.2833187Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:41:25.2833433Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:41:25.2833648Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:41:25.2833888Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:41:25.2834153Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:41:25.2834410Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:41:25.2834673Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:41:25.2834893Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:41:25.2835108Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:41:25.2835329Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:41:25.2835512Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 PASSED [ 24%] 2022-12-01T10:41:25.2835693Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 PASSED [ 24%] 2022-12-01T10:41:25.2835867Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:25.2836049Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:25.2836178Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:25.2836374Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:41:25.2836548Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:25.2836721Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:25.2836918Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:25.2837091Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2837262Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:25.2837441Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:25.2837573Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:25.2837753Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:41:25.2837944Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool PASSED [ 24%] 2022-12-01T10:41:25.2838123Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:25.2838300Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:25.2838474Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2838648Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:25.2838829Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool PASSED [ 24%] 2022-12-01T10:41:25.2838965Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 PASSED [ 24%] 2022-12-01T10:41:25.2839138Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:25.2839307Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2839498Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool PASSED [ 24%] 2022-12-01T10:41:25.2839674Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:25.2839876Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:25.2840044Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2840220Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:25.2840393Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 PASSED [ 24%] 2022-12-01T10:41:25.2840598Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:25.2840783Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:25.2840962Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 PASSED [ 24%] 2022-12-01T10:41:25.2841158Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:25.2841336Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:25.2841515Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool PASSED [ 24%] 2022-12-01T10:41:25.2841688Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:25.2841821Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:25.2841994Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2842166Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:25.2842346Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:25.2842518Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 PASSED [ 24%] 2022-12-01T10:41:25.2842706Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:25.2842910Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2843087Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool PASSED [ 24%] 2022-12-01T10:41:25.2843272Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:25.2843414Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:25.2843594Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:25.2843768Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:25.2843948Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:25.2844203Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:25.2844417Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:25.2844610Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:25.2844792Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:25.2844927Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:25.2845102Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:25.2845278Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:25.2845455Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2845632Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:25.2845815Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool PASSED [ 24%] 2022-12-01T10:41:25.2846050Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:25.2846234Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:25.2846371Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:25.2846546Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:25.2846734Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:41:25.2846918Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool PASSED [ 24%] 2022-12-01T10:41:25.2847157Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:25.2847376Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 PASSED [ 24%] 2022-12-01T10:41:25.2847566Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:25.2847768Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:25.2847952Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:25.2848098Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:25.2848279Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:25.2848456Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:25.2848641Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool PASSED [ 24%] 2022-12-01T10:41:25.2848825Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:25.2849001Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:25.2849210Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2849400Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool PASSED [ 24%] 2022-12-01T10:41:25.2849546Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:25.2849724Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:25.2849902Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:25.2850082Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool PASSED [ 24%] 2022-12-01T10:41:25.2850268Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:25.2850448Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:25.2850625Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:25.2850800Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2850947Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:25.2851147Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:25.2851325Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2851508Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:25.2851693Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:25.2851870Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:25.2852045Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:25.2852251Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:25.2852401Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:25.2852600Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:25.2852798Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2852988Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:25.2853164Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:41:25.2853345Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:25.2853557Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:25.2853763Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2853939Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:25.2854074Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:25.2854255Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:25.2854447Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:25.2854618Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2854795Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:25.2854974Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2855160Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:25.2855372Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:25.2855510Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:25.2855692Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:25.2872144Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:25.2872374Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:25.2872535Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:25.2872686Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:25.2872841Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:25.2873001Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:25.2873158Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:25.2873292Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:25.2873437Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool PASSED [ 25%] 2022-12-01T10:41:25.2873590Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:25.2873742Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:25.2873891Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:25.2874040Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:25.2874186Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:25.2874330Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:25.2874470Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:25.2874620Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool PASSED [ 25%] 2022-12-01T10:41:25.2874770Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:25.2874917Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:25.2875067Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:25.2875217Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:25.2875362Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:25.2875508Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 PASSED [ 25%] 2022-12-01T10:41:25.2875799Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 PASSED [ 25%] 2022-12-01T10:41:25.2875998Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 PASSED [ 25%] 2022-12-01T10:41:25.2876148Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:25.2876295Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:25.2876441Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:25.2876586Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:25.2876731Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:25.2876887Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 PASSED [ 25%] 2022-12-01T10:41:25.2877039Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 PASSED [ 25%] 2022-12-01T10:41:25.2877181Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:25.2877331Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:25.2877482Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:25.2877631Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:25.2877778Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:25.2877924Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool PASSED [ 25%] 2022-12-01T10:41:25.2878076Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 PASSED [ 25%] 2022-12-01T10:41:25.2878220Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:25.2878352Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:25.2878492Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:25.2878639Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:25.2878792Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:25.2878939Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool PASSED [ 25%] 2022-12-01T10:41:25.2879090Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:25.2879239Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:25.2879391Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:25.2879531Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 PASSED [ 25%] 2022-12-01T10:41:25.2879676Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:25.2879829Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool PASSED [ 25%] 2022-12-01T10:41:25.2879993Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 PASSED [ 25%] 2022-12-01T10:41:25.2880156Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 PASSED [ 25%] 2022-12-01T10:41:25.2880312Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:25.2880467Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:25.2880621Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:25.2880760Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:25.2880911Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:25.2881055Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:25.2881200Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:25.2881373Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:25.2881547Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:25.2881723Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-12-01T10:41:25.2881879Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:25.2882031Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:25.2882168Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:25.2882311Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool PASSED [ 25%] 2022-12-01T10:41:25.2882463Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:25.2882614Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:25.2882760Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:25.2882904Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:25.2883056Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:25.2883201Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:25.2883336Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:25.2883479Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:25.2883623Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:25.2883765Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:25.2883929Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-12-01T10:41:25.2884162Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:25.2884313Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:25.2884454Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:25.2884584Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:25.2884735Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:25.2884881Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:25.2885030Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:25.2885204Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:25.2885346Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:25.2885491Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:25.2885633Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:25.2885765Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool PASSED [ 25%] 2022-12-01T10:41:25.2885908Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:25.2886055Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:25.2886193Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:25.2886334Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:25.2886477Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:25.2886616Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:25.2886754Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:25.2886911Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:25.2887088Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:25.2887227Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:25.2887364Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:25.2887502Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:25.2887655Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:25.2887805Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:25.2887954Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:25.2888095Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 PASSED [ 25%] 2022-12-01T10:41:25.2888252Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 PASSED [ 25%] 2022-12-01T10:41:25.2888405Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:25.2888552Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:25.2888698Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:25.2888845Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:25.2888993Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool PASSED [ 25%] 2022-12-01T10:41:25.2889146Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 PASSED [ 25%] 2022-12-01T10:41:25.2889281Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:25.2889426Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:25.2889575Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:25.2889721Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:25.2889867Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:25.2890015Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:25.2890157Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:25.2890297Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool PASSED [ 25%] 2022-12-01T10:41:25.2890437Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:25.2890566Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:25.2890705Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:25.2890857Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:25.2891010Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:25.2891161Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:25.2891318Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:41:25.2891474Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 XFAIL [ 25%] 2022-12-01T10:41:25.2891622Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 XFAIL [ 25%] 2022-12-01T10:41:25.2891757Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 XFAIL [ 25%] 2022-12-01T10:41:25.2891901Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 XFAIL [ 25%] 2022-12-01T10:41:25.2892046Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 XFAIL [ 25%] 2022-12-01T10:41:25.2892228Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:41:25.2892381Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 XFAIL [ 25%] 2022-12-01T10:41:25.2892558Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 XFAIL [ 25%] 2022-12-01T10:41:25.2892705Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 XFAIL [ 25%] 2022-12-01T10:41:25.2892854Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 XFAIL [ 26%] 2022-12-01T10:41:25.2892991Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 XFAIL [ 26%] 2022-12-01T10:41:25.2893137Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 XFAIL [ 26%] 2022-12-01T10:41:25.2893284Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool XFAIL [ 26%] 2022-12-01T10:41:25.2893438Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 XFAIL [ 26%] 2022-12-01T10:41:25.2893587Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 XFAIL [ 26%] 2022-12-01T10:41:25.2893731Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 XFAIL [ 26%] 2022-12-01T10:41:25.2893876Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 XFAIL [ 26%] 2022-12-01T10:41:25.2894021Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 XFAIL [ 26%] 2022-12-01T10:41:25.2894163Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 XFAIL [ 26%] 2022-12-01T10:41:25.2894322Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 XFAIL [ 26%] 2022-12-01T10:41:25.2894476Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 XFAIL [ 26%] 2022-12-01T10:41:25.2894625Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 XFAIL [ 26%] 2022-12-01T10:41:25.2894773Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 XFAIL [ 26%] 2022-12-01T10:41:25.2894925Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 XFAIL [ 26%] 2022-12-01T10:41:25.2895079Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 XFAIL [ 26%] 2022-12-01T10:41:25.2895229Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2895378Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool PASSED [ 26%] 2022-12-01T10:41:25.2895519Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:25.2895668Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2895814Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2895963Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:25.2896109Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:25.2896258Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:25.2896412Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2896572Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:25.2896717Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 PASSED [ 26%] 2022-12-01T10:41:25.2896869Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2897017Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2897167Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:25.2897315Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:25.2897463Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:25.2897640Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2897786Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:25.2897949Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2898094Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool PASSED [ 26%] 2022-12-01T10:41:25.2898242Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2898390Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2898531Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:25.2898676Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:25.2898830Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2898977Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool PASSED [ 26%] 2022-12-01T10:41:25.2899118Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:25.2899268Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2899415Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2899562Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:25.2899706Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:25.2899853Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:25.2900168Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:25.2900328Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2900477Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:25.2900620Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2900768Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool PASSED [ 26%] 2022-12-01T10:41:25.2900919Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 PASSED [ 26%] 2022-12-01T10:41:25.2901068Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:25.2901218Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:25.2901365Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2901513Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:25.2901661Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:25.2901791Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:25.2901940Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:25.2902087Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2902232Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:25.2902383Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2902526Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool PASSED [ 26%] 2022-12-01T10:41:25.2902674Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2902820Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2902956Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:25.2903124Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:25.2903342Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2903538Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2903699Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:25.2903852Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2904006Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2904160Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:25.2904300Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2904460Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2904626Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:25.2904790Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:25.2904952Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2905114Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2905270Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2905428Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:25.2905580Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2905717Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 XFAIL [ 26%] 2022-12-01T10:41:25.2905870Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:25.2906021Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2906169Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool PASSED [ 26%] 2022-12-01T10:41:25.2906318Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:25.2906461Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:25.2906605Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:25.2906749Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:25.2906878Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:25.2907023Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:25.2907163Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool PASSED [ 26%] 2022-12-01T10:41:25.2907310Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2907453Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:25.2907596Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:25.2907739Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:25.2907887Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2908023Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:25.2908164Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2908306Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2908448Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:25.2908586Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:25.2908771Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:25.2908957Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2909112Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2909252Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2909407Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2909570Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:25.2909722Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:25.2909874Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:25.2910028Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:25.2910181Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:25.2910337Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2910490Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:25.2910629Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:25.2910780Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:25.2910931Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2911085Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool PASSED [ 26%] 2022-12-01T10:41:25.2911243Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:25.2911397Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:25.2911549Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2911705Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2911842Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:25.2911997Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:25.2912152Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:25.2912304Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:25.2912459Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:25.2912611Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:25.2912763Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:25.2912917Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 PASSED [ 27%] 2022-12-01T10:41:25.2913072Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:25.2913208Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:25.2913359Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:25.2913513Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:25.2913664Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:25.2913812Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:25.2913965Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:25.2914108Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2914279Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:25.2914436Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:25.2914579Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:25.2914742Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2914894Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool PASSED [ 27%] 2022-12-01T10:41:25.2915055Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 PASSED [ 27%] 2022-12-01T10:41:25.2915213Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 PASSED [ 27%] 2022-12-01T10:41:25.2915370Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:25.2915527Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:25.2915666Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:25.2915820Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:25.2915968Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:25.2916115Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:25.2916259Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:25.2916409Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:25.2916558Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:25.2916708Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:25.2916842Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:25.2917016Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2917193Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:25.2917366Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:25.2917533Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:25.2917699Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:25.2917872Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2918048Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:25.2918221Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:25.2918376Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:25.2918547Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:25.2918716Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:25.2918879Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:25.2919031Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool PASSED [ 27%] 2022-12-01T10:41:25.2919178Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:25.2919326Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:25.2919473Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:25.2919662Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:25.2919822Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:25.2919968Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:25.2920113Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:25.2920258Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2920403Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool PASSED [ 27%] 2022-12-01T10:41:25.2920549Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:25.2920691Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:25.2920832Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:25.2920977Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2921130Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool PASSED [ 27%] 2022-12-01T10:41:25.2921281Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:25.2921433Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:25.2921587Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:25.2921734Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:25.2921883Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:25.2922030Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:25.2922163Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool PASSED [ 27%] 2022-12-01T10:41:25.2922320Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 PASSED [ 27%] 2022-12-01T10:41:25.2922475Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 PASSED [ 27%] 2022-12-01T10:41:25.2922625Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:25.2922773Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:25.2922920Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:25.2923066Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:25.2923210Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:25.2923360Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2923503Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2923650Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:25.2923794Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:25.2923941Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2924172Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 PASSED [ 27%] 2022-12-01T10:41:25.2924328Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 PASSED [ 27%] 2022-12-01T10:41:25.2924479Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:25.2924610Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:25.2924755Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:25.2924900Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:25.2925040Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:25.2925214Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:25.2925384Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:25.2925577Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:41:25.2925779Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:41:25.2925975Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:41:25.2926154Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:41:25.2926345Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:41:25.2926561Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:41:25.2926782Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:41:25.2926997Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:41:25.2927208Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:41:25.2927417Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:41:25.2927626Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:41:25.2927832Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:41:25.2928039Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:41:25.2928233Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:41:25.2928387Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2928537Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool PASSED [ 27%] 2022-12-01T10:41:25.2928694Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:25.2928846Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:25.2928996Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:25.2929144Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:25.2929292Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:25.2929447Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 PASSED [ 27%] 2022-12-01T10:41:25.2929589Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 PASSED [ 27%] 2022-12-01T10:41:25.2929740Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:25.2929890Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:25.2930038Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:25.2930183Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:25.2930332Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:25.2930514Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2930710Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 PASSED [ 27%] 2022-12-01T10:41:25.2930852Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:25.2931005Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:25.2931156Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:25.2931301Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:25.2931443Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:25.2931591Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:25.2931736Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:25.2931903Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:25.2932103Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:41:25.2932265Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2932428Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:25.2932590Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2932750Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:25.2932926Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2933095Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2933262Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:25.2933431Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:25.2933590Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:25.2933763Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2933928Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:25.2934095Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2934259Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:25.2934433Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2934623Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 28%] 2022-12-01T10:41:25.2934796Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:25.2934963Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2935131Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2935314Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:25.2935489Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:25.2935669Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:25.2935860Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2936071Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2936246Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:25.2936419Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:25.2936595Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:25.2936745Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 XFAIL [ 28%] 2022-12-01T10:41:25.2936923Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2937097Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:25.2937262Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2937428Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:25.2937592Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2937755Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2937916Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:25.2938076Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:25.2938223Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:25.2938388Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2938548Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:25.2938709Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:25.2938867Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:25.2939025Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:25.2939193Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2939366Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2939536Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:25.2939692Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:25.2939860Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:25.2940173Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:25.2940348Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2940514Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:25.2940669Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:25.2940818Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2940967Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2941101Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool PASSED [ 28%] 2022-12-01T10:41:25.2941255Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:25.2941461Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 PASSED [ 28%] 2022-12-01T10:41:25.2941643Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:25.2941788Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:25.2941945Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2942097Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:25.2942247Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:25.2942385Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:25.2942540Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2942694Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:25.2942846Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:25.2942996Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:25.2943146Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:25.2943292Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:25.2943439Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2943584Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:25.2943716Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:25.2943859Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:25.2944012Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:25.2944166Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:25.2944314Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2944461Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:25.2944602Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:25.2944756Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:25.2944894Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:25.2945045Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2945190Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:25.2945342Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2945486Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:25.2945631Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool PASSED [ 28%] 2022-12-01T10:41:25.2945785Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:25.2945937Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 PASSED [ 28%] 2022-12-01T10:41:25.2946071Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:25.2946218Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2946361Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:25.2946502Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:25.2946644Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:25.2946800Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2947000Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:25.2947223Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:25.2947380Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 SKIPPED (Skipped!) [ 28%] 2022-12-01T10:41:25.2947535Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:25.2947685Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:25.2947832Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:25.2947980Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:25.2948129Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:25.2948283Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:25.2948435Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:25.2948572Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:25.2948728Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2948879Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool PASSED [ 28%] 2022-12-01T10:41:25.2949033Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:25.2949190Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:25.2949341Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:25.2949490Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:25.2949638Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:25.2949789Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool PASSED [ 28%] 2022-12-01T10:41:25.2949934Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:25.2950090Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 PASSED [ 28%] 2022-12-01T10:41:25.2950311Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:25.2950462Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2950611Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:25.2950760Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:25.2950909Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:25.2951060Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2951196Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:25.2951344Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:25.2951491Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:25.2951633Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:25.2951775Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:25.2951924Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2952068Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:25.2952212Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2952345Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:25.2952513Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:25.2952682Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:25.2952833Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2952980Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:25.2953122Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:25.2953263Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:25.2953408Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:25.2953546Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:25.2953696Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:25.2953843Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:25.2953989Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:25.2954143Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:25.2954291Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:25.2954437Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:25.2954588Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:25.2954716Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:25.2954859Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:25.2955002Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:25.2955146Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:25.2955299Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:25.2955443Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:25.2955583Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:25.2955740Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 PASSED [ 29%] 2022-12-01T10:41:25.2955890Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:25.2956026Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:25.2956173Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:25.2956320Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:25.2956466Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 PASSED [ 29%] 2022-12-01T10:41:25.2956612Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:25.2956762Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:25.2956905Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2957057Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:25.2957196Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:25.2957341Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2957488Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:25.2957633Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:25.2957778Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool PASSED [ 29%] 2022-12-01T10:41:25.2957948Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:25.2958116Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2958258Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:25.2958385Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:25.2958532Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:25.2958677Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:25.2958817Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2958956Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:25.2959097Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:25.2959248Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:25.2959387Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool PASSED [ 29%] 2022-12-01T10:41:25.2959519Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:25.2959660Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:25.2959814Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:25.2959964Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:25.2960124Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_bool PASSED [ 29%] 2022-12-01T10:41:25.2960280Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:25.2960434Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:25.2960591Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:25.2960742Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:25.2960900Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:25.2961054Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:25.2961211Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:25.2961366Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:25.2961518Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2961666Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:25.2961818Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:25.2961971Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool PASSED [ 29%] 2022-12-01T10:41:25.2962114Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:25.2962266Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2962416Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:25.2962561Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool PASSED [ 29%] 2022-12-01T10:41:25.2962713Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2962859Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:25.2963002Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:25.2963150Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:25.2963314Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:25.2963496Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool PASSED [ 29%] 2022-12-01T10:41:25.2963655Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:25.2963810Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2964025Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:25.2964186Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:25.2964372Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:25.2964557Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:25.2964739Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:25.2964906Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:25.2965087Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:25.2965268Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:25.2965446Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2965625Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:25.2965797Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:25.2965973Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:25.2966155Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:25.2966331Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:25.2966490Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 29%] 2022-12-01T10:41:25.2966662Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:25.2966829Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2966996Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:25.2967162Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:25.2967317Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool PASSED [ 29%] 2022-12-01T10:41:25.2967476Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:25.2967631Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2967785Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:25.2967927Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:25.2968078Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:25.2968230Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 PASSED [ 29%] 2022-12-01T10:41:25.2968381Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:25.2968526Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:25.2968675Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:25.2968851Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2969020Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:25.2969152Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:25.2969304Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:25.2969457Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 PASSED [ 29%] 2022-12-01T10:41:25.2969609Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:25.2969758Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:25.2969904Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:25.2970052Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:25.2970201Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool PASSED [ 29%] 2022-12-01T10:41:25.2970345Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 PASSED [ 29%] 2022-12-01T10:41:25.2970495Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:25.2970643Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:25.2970791Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:25.2970941Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 PASSED [ 29%] 2022-12-01T10:41:25.2971090Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 PASSED [ 29%] 2022-12-01T10:41:25.2971239Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:25.2971384Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2971520Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:25.2971671Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:25.2971819Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:25.2971971Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:25.2972126Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 PASSED [ 29%] 2022-12-01T10:41:25.2972278Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 PASSED [ 29%] 2022-12-01T10:41:25.2972427Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:25.2972573Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:25.2972707Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 XFAIL [ 29%] 2022-12-01T10:41:25.2972854Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:25.2973001Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:25.2973145Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:25.2973288Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2973432Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:25.2973573Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:25.2973720Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:25.2973863Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool PASSED [ 29%] 2022-12-01T10:41:25.2974002Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 PASSED [ 29%] 2022-12-01T10:41:25.2974207Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:25.2974352Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:25.2974527Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:25.2974669Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:25.2974811Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:25.2974971Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:25.2975124Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2975263Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:25.2975408Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:25.2975561Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:25.2975703Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:25.2975848Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool PASSED [ 30%] 2022-12-01T10:41:25.2975991Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2976140Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:25.2976280Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool PASSED [ 30%] 2022-12-01T10:41:25.2976419Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:25.2976567Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:25.2976710Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2976851Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:25.2976994Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:25.2977139Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:25.2977285Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:25.2977428Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:25.2977556Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:25.2977698Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:25.2977854Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 XFAIL [ 30%] 2022-12-01T10:41:25.2978007Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool XFAIL [ 30%] 2022-12-01T10:41:25.2978164Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 XFAIL [ 30%] 2022-12-01T10:41:25.2978319Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 XFAIL [ 30%] 2022-12-01T10:41:25.2978474Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 XFAIL [ 30%] 2022-12-01T10:41:25.2978627Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 XFAIL [ 30%] 2022-12-01T10:41:25.2978764Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:25.2978907Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2979049Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:25.2979191Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:25.2979338Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 XFAIL [ 30%] 2022-12-01T10:41:25.2979481Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 XFAIL [ 30%] 2022-12-01T10:41:25.2979648Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 XFAIL [ 30%] 2022-12-01T10:41:25.2979833Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:25.2980134Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:25.2980268Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool PASSED [ 30%] 2022-12-01T10:41:25.2980419Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:25.2980567Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:25.2980714Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:25.2980855Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:25.2980998Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:25.2981145Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool PASSED [ 30%] 2022-12-01T10:41:25.2981293Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2981461Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:25.2981606Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:25.2981759Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:25.2981911Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool PASSED [ 30%] 2022-12-01T10:41:25.2982071Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:25.2982231Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:25.2982388Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2982542Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:25.2982679Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:25.2982825Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:25.2982977Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:25.2983125Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:25.2983275Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2983420Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:25.2983563Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:25.2983708Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:25.2983849Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:25.2984001Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:25.2984149Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:25.2984301Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool PASSED [ 30%] 2022-12-01T10:41:25.2984458Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:25.2984608Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2984756Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:25.2984908Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:25.2985044Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:25.2985256Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:25.2985407Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:25.2985591Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:25.2985749Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:25.2985910Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:25.2986065Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:25.2986219Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2986371Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:25.2986507Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:25.2986660Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool PASSED [ 30%] 2022-12-01T10:41:25.2986815Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:25.2986964Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:25.2987113Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:25.2987260Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:25.2987405Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:25.2987554Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:25.2987690Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:25.2987843Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:25.2987990Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2988135Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:25.2988294Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:25.2988446Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:25.2988600Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2988748Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:25.2988880Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:25.2989033Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 PASSED [ 30%] 2022-12-01T10:41:25.2989180Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:25.2989330Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:25.2989478Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:25.2989626Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:25.2989773Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:25.2989921Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:25.2990068Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:25.2990204Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:25.2990347Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:25.2990492Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:25.2990634Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:25.2990822Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 PASSED [ 30%] 2022-12-01T10:41:25.2991000Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:25.2991150Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2991299Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:25.2991434Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:25.2991578Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:25.2991725Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:25.2991871Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool PASSED [ 30%] 2022-12-01T10:41:25.2992022Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:25.2992176Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 PASSED [ 30%] 2022-12-01T10:41:25.2992328Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:25.2992476Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2992607Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:25.2992754Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:25.2992897Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:25.2993043Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:25.2993185Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool PASSED [ 30%] 2022-12-01T10:41:25.2993337Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:25.2993486Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2993634Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:25.2993772Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:25.2993916Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:25.2994060Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:25.2994207Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:25.2994349Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 PASSED [ 31%] 2022-12-01T10:41:25.2994496Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 PASSED [ 31%] 2022-12-01T10:41:25.2994641Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu PASSED [ 31%] 2022-12-01T10:41:25.2994785Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu PASSED [ 31%] 2022-12-01T10:41:25.2994937Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu PASSED [ 31%] 2022-12-01T10:41:25.2995091Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu PASSED [ 31%] 2022-12-01T10:41:25.2995234Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu XFAIL [ 31%] 2022-12-01T10:41:25.2995385Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu PASSED [ 31%] 2022-12-01T10:41:25.2995551Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu PASSED [ 31%] 2022-12-01T10:41:25.2995697Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu PASSED [ 31%] 2022-12-01T10:41:25.2995839Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu PASSED [ 31%] 2022-12-01T10:41:25.2995984Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu PASSED [ 31%] 2022-12-01T10:41:25.2996159Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu PASSED [ 31%] 2022-12-01T10:41:25.2996304Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu PASSED [ 31%] 2022-12-01T10:41:25.2996488Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu PASSED [ 31%] 2022-12-01T10:41:25.2996635Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu PASSED [ 31%] 2022-12-01T10:41:25.2996780Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu PASSED [ 31%] 2022-12-01T10:41:25.2996923Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu PASSED [ 31%] 2022-12-01T10:41:25.2997082Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu PASSED [ 31%] 2022-12-01T10:41:25.2997291Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu PASSED [ 31%] 2022-12-01T10:41:25.2997506Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu PASSED [ 31%] 2022-12-01T10:41:25.2997644Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu XFAIL [ 31%] 2022-12-01T10:41:25.2997797Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu PASSED [ 31%] 2022-12-01T10:41:25.2997954Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu XFAIL [ 31%] 2022-12-01T10:41:25.2998106Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu PASSED [ 31%] 2022-12-01T10:41:25.2998248Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu PASSED [ 31%] 2022-12-01T10:41:25.2998400Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu PASSED [ 31%] 2022-12-01T10:41:25.2998556Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu PASSED [ 31%] 2022-12-01T10:41:25.2998710Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu PASSED [ 31%] 2022-12-01T10:41:25.2998847Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu PASSED [ 31%] 2022-12-01T10:41:25.2998998Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu PASSED [ 31%] 2022-12-01T10:41:25.2999149Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu XFAIL [ 31%] 2022-12-01T10:41:25.2999296Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu PASSED [ 31%] 2022-12-01T10:41:25.2999456Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu PASSED [ 31%] 2022-12-01T10:41:25.2999598Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu PASSED [ 31%] 2022-12-01T10:41:25.2999761Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu PASSED [ 31%] 2022-12-01T10:41:25.2999926Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu PASSED [ 31%] 2022-12-01T10:41:25.3000095Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 31%] 2022-12-01T10:41:25.3000270Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 31%] 2022-12-01T10:41:25.3000437Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu PASSED [ 31%] 2022-12-01T10:41:25.3000611Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu PASSED [ 31%] 2022-12-01T10:41:25.3000765Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu PASSED [ 31%] 2022-12-01T10:41:25.3000914Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu PASSED [ 31%] 2022-12-01T10:41:25.3001059Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu PASSED [ 31%] 2022-12-01T10:41:25.3001209Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu PASSED [ 31%] 2022-12-01T10:41:25.3001364Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu PASSED [ 31%] 2022-12-01T10:41:25.3001499Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu PASSED [ 31%] 2022-12-01T10:41:25.3001651Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu PASSED [ 31%] 2022-12-01T10:41:25.3001844Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu XFAIL [ 31%] 2022-12-01T10:41:25.3002071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3002267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3002458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3002647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3002834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3003021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3003199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3003386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3003581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3003781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3004036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3004235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3004429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3004620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3004815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3005005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3005187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3005382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3005572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3005765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3005956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3006151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3006342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3006544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3006737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3006926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3007136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3007359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3007551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3007743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3007933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3008123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3008415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3008662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3008855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3009046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3009227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3009420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3009609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3009799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3009984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3010177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3010375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3010573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3010765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3010956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3011137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3011326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3011516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3011715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3011912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3012108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3012347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3012573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3012764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3012953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3013130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3013318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3013518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3013714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3013909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3014101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3014292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3014479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3014670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3014860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3015040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3015225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3015412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3015598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3015785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3015981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3016175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3016364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3016551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3016745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3016934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3017134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3017354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3017544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3017760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3017949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:25.3018136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3018325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3018517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3018701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3018894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3019083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3019269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3019456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3019644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3019833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3020171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3020364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3020552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3020731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3020921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3021110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3021296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3021484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3021673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3021867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3022066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3022258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3022447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3022690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3022917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3023111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3023303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3023494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3023685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3023880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3024077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3024282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3024484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3024667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3024863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3025059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3025266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3025469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3025670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3025864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3026060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3026253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3026447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3026641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3026821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3027014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3027202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3027391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3027586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3027807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3028033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3028231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3028423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3028600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3028796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3028991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3029184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3029376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3029565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3029751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3029947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3030175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3030371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3030553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3030741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3030929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3031116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3031303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3031501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3031692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3031886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3032075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3032268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3032444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3032633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3032881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3033078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3033297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3033494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3033686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3033877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3034065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3034256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3034435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3034621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3034811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3034998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3035186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3035372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3035560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3035758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3035949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3036148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3036333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3036526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3036719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3036912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3037101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3037298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3037493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3037689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3037882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3038102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3038303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3038505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3038702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3038898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3039090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3039283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3039478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3039676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3039872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3040068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3040258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3040444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3040637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3040833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3041025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3041220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3041410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3041612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3041817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3042021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3042220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3042403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3042595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3042790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3043015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3043231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3043441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3043642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3043838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:25.3044112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3044309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3044488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3044683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3044875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3045078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3045277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3045469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3045660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3045861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3046056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3046253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3046436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3046630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3046827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3047026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3047223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3047417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3047614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3047814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3048015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3048255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3048475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3048680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3048875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3049071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3049268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3049467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3049662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3049854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3050052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3050243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3050437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3050617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3050815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3051009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3051207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3051400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3051605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3051814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3052022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3052229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3052428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3052617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3052826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3053039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3053271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3053524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3053731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3053940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3054149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3054355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3054566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3054770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3054955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3055161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3055359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3055553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3055752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3055946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3056156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3056363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3056567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3056773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3056964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3057165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3057362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3057553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3057744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3057929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3058111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3058338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3058563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3058792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3058972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3059161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3059350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3059541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3059730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3059921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3060220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3060414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3060606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3060796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3060971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3061168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3061364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3061558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3061750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3061941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3062128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3062329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3062527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3062742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3062924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3063117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3063312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3063553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3063779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3063969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3064168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3064362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3064553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3064745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3064932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3065129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3065319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3065512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3065702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3065904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3066104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3066307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3066503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3066697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3066881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3067076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3067272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3067468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3067671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3067866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3068059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3068251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3068446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3068668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3068878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3069067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3069262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3069454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3069670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3069870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3070068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:25.3070275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3070478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3070676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3070859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3071063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3071270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3071478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3071679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3071880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3072080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3072278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3072481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3072673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3072869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3073050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3073239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3073429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3073617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3073835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3074061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3074252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3074451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3074645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3074838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3075017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3075221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3075421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3075627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3075831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3076028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3076224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3076423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3076630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3076830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3077026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3077233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3077437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3077637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3077843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3078050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3078250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3078453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3078646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3078875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3079095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3079302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3079508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3079706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3079905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3080103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3080308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3080510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3080706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3080899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3081094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3081280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3081487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3081689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3081885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3082081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3082278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3082472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3082668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3082869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3083064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3083244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3083441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3083638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3083897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3084170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3084396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3084583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3084770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3084958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3085144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3085327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3085520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3085713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3085908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3086098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3086291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3086480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3086669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3086857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3087048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3087225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3087424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3087621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3087815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3088005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3088207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3088404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3088596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3088786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3088975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3089188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3089410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3089604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3089794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3089987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3090188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3090385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3090578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3090777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3090970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3091154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3091359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3091557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3091757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3091955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3092150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3092349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3092540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3092736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3092932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3093120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3093323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3093518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3093721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3093920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3094115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3094353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3094575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3094771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3094968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3095148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3095340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3095535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3095734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3095931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3096123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:25.3096317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3096525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3096732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3096934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3097126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3097339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3097550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3097755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3097961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3098169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3098378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3098580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3098782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:41:25.3098985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3099187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3099410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3099651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3099855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3100164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3100374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3100586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3100792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3100999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3101199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3101410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3101617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3101809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3102013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3102220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3102423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3102642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3102845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3103052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3103257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3103452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3103647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3103833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3104028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3104222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3104456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3104679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3104876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3105068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3105271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3105467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3105663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3105845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3106039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3106230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3106422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3106620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3106817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3107012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3107203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3107392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3107580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3107758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3107951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3108152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3108348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3108545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3108937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:25.3109234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:25.3109544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:25.3109858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:25.3110199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:25.3110572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:25.3110863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:25.3111172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:25.3111472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:25.3111784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3112109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3112434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3112751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3113065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3113374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3113687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3113999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3114313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3114630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3114949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3115263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3115576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3115891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3116209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:25.3116400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3116588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3116773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3116944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3117158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3117372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3117638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3117826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3118022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3118211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3118398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3118590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3118783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3118957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3119143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3119330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3119515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3119706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3119891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3120081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3120274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3120460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3120653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3120828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3121017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3121209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3121400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3121588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3121773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3121956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3122148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3122375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3122600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3122778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3122968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3123159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3123350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3123542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3123734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3123926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3124178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3124372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3124567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3124746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3124937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3125131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:25.3125322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3125510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3125733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3125922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3126112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3126306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3126500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3126676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3126872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3127061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3127245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3127462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3127675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3127862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3128052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3128250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3128444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3128623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3128819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3129007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3129197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3129395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3129596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3129790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3129989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3130187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3130382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3130562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3130755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3130949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3131139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3131345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3131551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3131751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3131949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3132146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3132339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3132557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3132780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3132971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3133161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3133352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3133549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3133742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3133945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3134144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3134338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3134517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3134711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3134901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3135090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3135283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3135479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3135673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3135863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3136053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3136239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3136422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3136614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3136800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3136993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3137182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3137371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3137560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3137773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3137988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3138182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3138358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3138543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3138739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3138936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3139129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3139322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3139515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3139705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3139896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3140239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3140430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3140624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3140819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3141011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3141202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3141393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3141588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3141789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3141987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3142180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3142361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3142554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3142795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3142998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3143225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3143431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3143633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3143836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3144035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3144232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3144417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3144613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3144811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3145019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3145222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3145425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3145626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3145818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3146015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3146212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3146391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3146583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3146774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3146967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3147169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3147366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3147563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3147754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3147974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3148196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3148388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3148565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3148758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3148948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3149143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3149341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3149530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3149724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3149917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3150106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3150295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3150478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3150670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3150857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3151057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:25.3151255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3151450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3151641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3151834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3152026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3152224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3152405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3152594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3152784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3153009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3153233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3153426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3153619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3153815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3154004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3154203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3154387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3154585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3154774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3154972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3155172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3155371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3155561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3155760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3155958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3156150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3156332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3156522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3156716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3156910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3157110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3157306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3157497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3157701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3157931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3158154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3158333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3158535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3158742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3158945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3159145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3159341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3159539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3159732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3159927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3160124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3160314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3160495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3160684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3160876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3161072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3161269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3161467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3161665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3161861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3162050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3162241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3162419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3162614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3162809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3163027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3163252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3163440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3163635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3163825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3164087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3164285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3164471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3164665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3164864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3165056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3165250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3165452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3165651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3165849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3166049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3166241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3166420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3166613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3166817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3167018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3167213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3167404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3167600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3167795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3168031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3168258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3168442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3168634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3168828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3169023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3169225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3169427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3169624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3169813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3170000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3170187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3170382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3170565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3170757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3170947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3171135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3171331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3171527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3171717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3171911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3172105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3172304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3172485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3172675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3172867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3173089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3173309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3173501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3173688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3173887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3174078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3174278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3174456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3174651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3174842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3175031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3175221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3175411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3175601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3175790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3175986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3176176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3176360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3176555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3176747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:25.3176941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3177133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3177327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3177517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3177714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3177908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3178126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3178334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3178524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3178713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3178902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3179100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3179299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3179502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3179700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3179892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3180183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3180365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3180558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3180748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3180944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3181135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3181323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3181509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3181704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3181889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3182077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3182271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3182459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3182649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3182844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3183035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3183271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3183464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3183687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3183882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3184063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3184257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3184449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3184644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3184836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3185033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3185225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3185416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3185606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3185795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3185974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3186166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3186369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3186564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3186753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3186944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3187137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3187337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3187538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3187738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3187920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3188109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3188328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3188546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3188742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3188936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3189144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3189345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3189543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3189738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3189924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3190124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3190315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3190506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3190703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3190898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3191102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3191302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3191496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3191698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3191876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3192067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3192257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3192444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3192630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3192823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3193018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3193208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3193458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3193674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3193853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3194044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3194227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3194415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3194603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3194801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3194991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3195183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3195369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3195558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3195731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3195921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3196108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3196295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3196482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3196676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3196867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3197057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3197247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3197439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3197616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3197805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3197991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3198177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3198366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3198580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3198789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3198975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3199164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3199354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3199531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3199720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3199910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3200097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3200283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3200476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3200667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3200858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3201046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3201237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3201412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3201597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3201783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3201965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3202153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:25.3202344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3202533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3202722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3202907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3203093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3203265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3203488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3203703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3203889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3204144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3204331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3204521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3204705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3204895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3205076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3205262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3205448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3205650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3205848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3206042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3206235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3206441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3206636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3206834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3207026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3207206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3207396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3207595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3207789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3207980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3208170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3208358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3208545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3208770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3208995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3209182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3209376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3209568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3209759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3209949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3210139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3210325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3210523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3210720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3210913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3211097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3211292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3211484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3211675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3211862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3212059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3212253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3212443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3212630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3212815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3212984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3213173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3213361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3213553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3213780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3213999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3214197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3214392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3214586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3214778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3214966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3215162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3215355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3215546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3215742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3215932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3216121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3216317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3216516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3216715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3216899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3217098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3217291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3217488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3217685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3217875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3218071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3218262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3218460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3218682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3218866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3219090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3219280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3219480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3219683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3219881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3220180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3220381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3220572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3220764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3220945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3221137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3221333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3221538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3221738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3221934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3222128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3222320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3222516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3222715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3222907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3223105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3223299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3223491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3223681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3223929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3224164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3224369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3224572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3224767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3224964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3225155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3225349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3225548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3225743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3225934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3226125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3226316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3226506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3226698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3226895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3227081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3227275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3227465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3227661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3227853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:25.3228045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3228236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3228428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3228622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3228810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3229019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3229236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3229428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3229627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3229827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3230021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3230217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3230412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3230605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3230794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3230978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3231171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3231365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3231552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3231741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3231928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3232115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3232310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3232502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3232695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3232874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3233066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3233260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3233451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3233639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3233824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3234036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3234251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3234442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3234639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3234820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3235010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3235202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3235391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3235577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3235770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3235963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3236156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3236343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3236534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3236714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3236912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3237106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3237302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3237494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3237684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3237881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3238070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3238262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3238450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3238631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3238823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3239054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3239273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3239473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3239748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3239955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3240146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3240338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3240529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3240706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3240902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3241101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3241294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3241485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3241680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3241873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3242060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3242246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3242429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3242603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3242794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3242986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3243173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3243360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3243541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3243723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3243909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3244193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3244411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3244590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3244780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3244965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3245153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3245339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3245526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3245719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3245905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3246097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3246284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3246463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3246655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3246849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3247042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3247236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3247444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3247652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3247861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3248069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3248273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3248458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3248649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3248848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3249050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3249276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3249505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3249702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3249900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3250099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3250295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3250498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3250692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3250887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3251078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3251280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3251480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3251690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3251897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3252101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3252304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3252506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3252695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3252908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3253115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3253316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3253514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3253709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:25.3253898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3254088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3254308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3254532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3254719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3254920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3255117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3255308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3255509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3255704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3255902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3256094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3256282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3256468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3256654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3256831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3257019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3257208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3257403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3257590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3257786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3257981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3258172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3258363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3258556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3258731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3258922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3259107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3259326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3259544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3259734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3259927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3260216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3260400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3260594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3260770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3260966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3261157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3261346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3261535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3261723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3261912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3262102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3262293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3262469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3262657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3262843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3263026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3263207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3263396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3263580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3263770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3263964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3264155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3264380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3264604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3264792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3264991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3265185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3265382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3265579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3265781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3265984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3266182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3266379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3266561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3266756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3266954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3267159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3267355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3267560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3267762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3267958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3268154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3268347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3268529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3268722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3268924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3269125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3269326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3269547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3269807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3269997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3270192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3270388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3270574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3270769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3270962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3271157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3271355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3271553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3271748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3271943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3272143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3272337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3272514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3272713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3272907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3273101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3273298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3273488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3273692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3273892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3274085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3274279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3274497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3274727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3274937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3275131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3275323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3275517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3275716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3275910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3276104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3276302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3276495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3276675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3276879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3277080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3277278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3277477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3277664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3277848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3278035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3278222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3278404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3278587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3278777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3278967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3279154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3279340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:25.3279554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3279768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3279968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3280161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3280366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3280555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3280749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3280944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3281140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3281330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3281523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3281725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3281927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3282132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3282333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3282519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3282711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3282899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3283087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3283281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3283476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3283673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3283864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3284117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3284311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3284491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3284712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3284930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3285117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3285312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3285503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3285696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3285909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3286116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3286330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3286530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3286741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3286948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3287157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3287363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3287573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3287790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3288000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3288206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3288417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3288637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3288836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3289047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3289258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3289464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3289700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3289935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3290151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3290367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3290577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3290785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3290989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3291190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3291402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3291596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3291786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3291979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3292170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3292360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3292547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3292738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3292934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3293113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3293305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3293502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3293692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3293888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3294076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3294273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3294469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3294695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3294918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3295115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3295297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3295491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3295683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3295877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3296066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3296255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3296444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3296626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3296811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3296997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3297184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3297379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3297567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3297761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3297949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3298139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3298328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3298518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3298713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3298892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3299085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3299288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3299486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3299711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3300045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3300235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3300429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3300621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3300813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3301001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3301181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3301381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3301576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3301766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3301959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3302151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3302347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3302539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3302742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3302951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3303145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3303334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3303525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3303712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3303902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3304088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3304273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3304457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3304644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3304879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3305088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3305281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3305471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:25.3305657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3305842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3306026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3306213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3306409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3306606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3306800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3306979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3307373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:25.3307686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:25.3307997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:25.3308308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:25.3308616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:25.3308928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:25.3309251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:25.3309569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:25.3309882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:25.3310181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:25.3310493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:25.3310802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:25.3311107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:25.3311388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:25.3311649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:25.3311883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:25.3312112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:25.3312343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:25.3312576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:25.3312809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:25.3313042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:25.3313265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:25.3313491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:25.3313722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:25.3313913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3314114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3314308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3314500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3314688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3314877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3315080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3315284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3315469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3315661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3315856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3316053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3316249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3316467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3316685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3316879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3317067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3317256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3317437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3317636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3317836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3318030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3318220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3318411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3318603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3318800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3318990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3319192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3319377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3319566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3319756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3319956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3320151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3320355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3320555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3320749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3320941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3321131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3321341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3321562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3321757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3321963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3322168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3322372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3322582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3322793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3323002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3323207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3323409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3323610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3323822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3324129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3324338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3324544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3324749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3324951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3325161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3325369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3325568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3325764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3325956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3326168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3326411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3326653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3326859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3327072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3327281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3327490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3327703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3327913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3328123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3328336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3328563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3328774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3328988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3329194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3329396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3329597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3329801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3330011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3330221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3330429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3330626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3330839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3331046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3331254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3331487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3331727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3331940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3332157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3332372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3332592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3332808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3333013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3333234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3333453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3333672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3333879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3334083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:25.3334291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3334497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3334702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3334908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3335119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3335316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3335534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3335747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3335962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3336182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3336434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3336681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3336901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3337120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3337339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3337555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3337762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3337982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3338187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3338396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3338602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3338821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3339032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3339243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3339459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3339666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3339882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3340195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3340400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3340604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3340809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3341018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3341223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3341469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3341703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3341910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3342119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3342324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3342516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3342721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3342925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3343126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3343329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3343535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3343741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3343945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3344149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3344359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3344566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3344765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3344975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3345193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3345408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3345622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3345832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3346045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3346318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3346610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3376767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3377114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3377339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3377551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3377773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3377978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3378190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3378396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3378606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3378810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3379016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3379226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3379429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3379615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3379800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3380129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3380317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3380503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3380686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3380874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3381067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3381257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3381445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3381755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3381977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3382161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3382348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3382535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3382715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3382897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3383077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3383258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3383445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3383634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3383812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3383995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3384177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3384365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3384554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3384740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3384922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3385108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3385290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3385483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3385667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3385863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3386050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3386239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3386425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3386641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3386833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3387051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3387234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3387420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3387600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3387784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3387970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3388155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3388337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3388532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3388720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3388907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3389098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3389284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3389461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3389638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3389818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3389997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3390184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3390368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3390551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3390737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3390919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3391098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:25.3391274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3391465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3391682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3391897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3392082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3392266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3392449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3392826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:41:25.3393152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:41:25.3393474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:41:25.3393793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:41:25.3394119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:41:25.3394441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:41:25.3394630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3394819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3395007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3395198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3395382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3395573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3395758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3395944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3396126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3396310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3396494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3396677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3396858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3397036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3397252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3397472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3397661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3397841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3398019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3398198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3398391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3398580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3398773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3398961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3399149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3399335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3399523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3399721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3399920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3400119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3400314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3400502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3400691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3400880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3401072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3401258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3401445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3401630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3401813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3402006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3402223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3402454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3402638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3402822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3403006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3403196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3403386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3403579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3403763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3403952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3404212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3404401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3404587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3404775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3404971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3405162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3405351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3405538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3405720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3405912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3406100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3406287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3406473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3406669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3406857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3407051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3407267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3407486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3407668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3407849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3408033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3408217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3408409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3408598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3408780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3408962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3409142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3409322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3409513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3409699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3409891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3410077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3410261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3410450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3410638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3410827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3411017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3411197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3411382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3411562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3411749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3411959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3412142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3412366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3412547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3412736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3412920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3413105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3413289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3413468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3413646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3413833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3414015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3414199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3414380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3414563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3414745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3414928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3415116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3415295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3415478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3415664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3415846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3416027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3416207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3416394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3416578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3416760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:25.3416967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3417177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3417354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3417533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3417709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3417895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3418089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3418276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3418460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3418646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3418832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3419009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3419191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3419375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3419555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3419734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3419926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3420213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3420395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3420578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3420754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3420940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3421116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3421296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3421477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3421660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3421886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3422107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3422286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3422463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3422645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3422828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3423014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3423200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3423383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3423561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3423749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3423933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3424116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3424307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3424489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3424685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3424872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3425059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3425245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3425434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3425622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3425804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3425988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3426169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3426344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3426523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3426699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3426913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3427127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3427313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3427495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3427678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3427864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3428047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3428227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3428417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3428602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3428792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3428977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3429164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3429351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3429538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3429720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3429902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3430078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3430254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3430436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3430623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3430805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3430994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3431178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3431359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3431540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3431747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3431951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3432131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3432311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3432490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3432669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3432856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3433039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3433232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3433420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3433604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3433783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3433965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3434147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3434327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3434503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3434688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3434870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3435050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3435230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3435409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3435589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3435773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3435957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3436139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3436317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3436526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3436707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3436935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3437119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3437303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3437488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3437677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3437873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3438072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3438268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3438471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3438670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3438867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3439066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3439262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3439451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3439644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3439839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3440032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3440227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3440420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3440615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3440809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3441008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3441208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3441430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:25.3441647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3441839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3442023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3442210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3442397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3442592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3442785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3442981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3443170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3443355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3443538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3443726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3443916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3444180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3444368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3444558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3444742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3444928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3445114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3445302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3445491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3445681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3445867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3446049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3446244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3446467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3446680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3446868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3447052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3447241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3447436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3447632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3447832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3448025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3448216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3448434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3448648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3448861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3449078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3449295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3449512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3449726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3449931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3450146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3450362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3450580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3450796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3451011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3451283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3451524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3451737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3451950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3452162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3452368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3452580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3452791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3453009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3453227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3453438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3453652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3453868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3454076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3454278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3454480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3454693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3454896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3455106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3455307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3455509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3455704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3455902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3456121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3456336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3456517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3456712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3456899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3457084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3457269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3457460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3457646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3457828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3458012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3458202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3458389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3458581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3458762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3458951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3459141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3459337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3459528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3459721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3459911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3460198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3460397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3460595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3460775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3460969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3461210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3461437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3461632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3461828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3462025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3462220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3462412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3462602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3462780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3462970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3463163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3463360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3463557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3463755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3463952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3464146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3464339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3464530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3464708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3464897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3465143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3465333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3465519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3465716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3465913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3466107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3466324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3466542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3466721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3466916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3467106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3467295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3467484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3467675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:25.3467874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3468072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3468266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3468459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3468643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3468843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3469045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3469244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3469434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3469625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3469811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3469995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3470185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3470380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3470556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3470745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3470932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3471121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3471338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3471529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3471751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3471934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3472120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3472316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3472491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3472681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3472868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3473066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3473257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3473457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3473654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3473848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3474040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3474233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3474415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3474619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3474817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3475020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3475218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3475414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3475608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3475799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3475991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3476177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3476387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3476562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3476773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3476957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3477139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3477331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3477524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3477718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3477910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3478097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3478272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3478461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3478643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3478826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3479017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3479207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3479398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3479589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3479777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3479965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3480149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3480347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3480544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3480734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3480921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3481146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3481400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3481620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3481836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3482020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3482202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3482396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3482586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3482786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3482987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3483184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3483378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3483575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3483776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3484050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3484245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3484439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3484628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3484814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3485001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3485188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3485380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3485575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3485767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3485954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3486129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3486318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3486529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:25.3486768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:25.3487004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:25.3487207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:25.3487425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:25.3487639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:25.3487850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:25.3488063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:25.3488272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:25.3488455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3488658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3488858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3489059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3489259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3489458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3489656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3489854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3490048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3490244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3490423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3490620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3490816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3491005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3491194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3491381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3491567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3491795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3491995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3492218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3492399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3492589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3492778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3492974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3493176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3493364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3493554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:25.3493747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3493935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3494125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3494300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3494497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3494693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3494889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3495083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3495275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3495465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3495656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3495854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3496053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3496235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3496438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3496635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3496854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3497049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3497271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3497471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3497667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3497872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3498075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3498265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3498466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3498657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3498848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3499039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3499229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3499422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3499622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3499817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3500103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3500282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3500477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3500668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3500865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3501057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3501254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3501452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3501643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3501836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3502079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3502302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3502500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3502695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3502889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3503083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3503274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3503469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3503672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3503868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3504064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3504256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3504437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3504640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3504844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3505040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3505234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3505426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3505622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3505824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3506030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3506225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3506406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3506601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3506796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3506994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3507227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3507467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3507669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3507865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3508060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3508253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3508439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3508635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3508824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3509015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3509219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3509419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3509619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3509814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3510011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3510203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3510379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3510574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3510766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3510958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3511149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3511345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3511543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3511737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3511929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3512125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3512334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3512561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3512760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3512960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3513156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3513348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3513539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3513730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3513916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3514114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3514294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3514493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3514693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3514886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3515081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3515272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3515462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3515653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3515846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3516042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3516221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3516407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3516592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3516781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3516977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3517170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3517390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3517608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3517797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3517983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3518163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3518351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3518540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3518731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3518926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3519123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3519313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:25.3519508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3519699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3519893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3520071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3520269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3520459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3520648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3520836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3521025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3521225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3521425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3521624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3521818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3522000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3522195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3522416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3522637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3522828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3523018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3523207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3523395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3523588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3523789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3524043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3524241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3524434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3524627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3524819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3525016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3525209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3525399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3525584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3525774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3525951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3526151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3526349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3526545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3526740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3526932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3527123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3527316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3527564Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3527844Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3528061Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3528253Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3528458Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:25.3528618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 PASSED [ 50%] 2022-12-01T10:41:25.3528774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 PASSED [ 50%] 2022-12-01T10:41:25.3528931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 PASSED [ 50%] 2022-12-01T10:41:25.3529086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 PASSED [ 50%] 2022-12-01T10:41:25.3529236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 PASSED [ 50%] 2022-12-01T10:41:25.3529387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 PASSED [ 50%] 2022-12-01T10:41:25.3529529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 PASSED [ 50%] 2022-12-01T10:41:25.3529698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 PASSED [ 50%] 2022-12-01T10:41:25.3529851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:25.3530005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 PASSED [ 50%] 2022-12-01T10:41:25.3530164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 PASSED [ 50%] 2022-12-01T10:41:25.3530321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:25.3530475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 PASSED [ 50%] 2022-12-01T10:41:25.3530625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool PASSED [ 50%] 2022-12-01T10:41:25.3530777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 PASSED [ 50%] 2022-12-01T10:41:25.3530915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 PASSED [ 50%] 2022-12-01T10:41:25.3531066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 PASSED [ 50%] 2022-12-01T10:41:25.3531214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:25.3531363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 PASSED [ 50%] 2022-12-01T10:41:25.3531508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 PASSED [ 50%] 2022-12-01T10:41:25.3531653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 PASSED [ 50%] 2022-12-01T10:41:25.3531803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:25.3531952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool PASSED [ 50%] 2022-12-01T10:41:25.3532095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 PASSED [ 50%] 2022-12-01T10:41:25.3532247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:25.3532392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:25.3532540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 PASSED [ 50%] 2022-12-01T10:41:25.3532684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 PASSED [ 50%] 2022-12-01T10:41:25.3532832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 PASSED [ 50%] 2022-12-01T10:41:25.3533007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:25.3533182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 PASSED [ 50%] 2022-12-01T10:41:25.3533313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 PASSED [ 50%] 2022-12-01T10:41:25.3533455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 PASSED [ 50%] 2022-12-01T10:41:25.3533600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 PASSED [ 50%] 2022-12-01T10:41:25.3533747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 PASSED [ 50%] 2022-12-01T10:41:25.3533890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 PASSED [ 50%] 2022-12-01T10:41:25.3534054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 PASSED [ 50%] 2022-12-01T10:41:25.3534260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 PASSED [ 50%] 2022-12-01T10:41:25.3534446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:25.3534598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:25.3534731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 PASSED [ 50%] 2022-12-01T10:41:25.3534873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 PASSED [ 50%] 2022-12-01T10:41:25.3535012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 PASSED [ 50%] 2022-12-01T10:41:25.3535155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 PASSED [ 50%] 2022-12-01T10:41:25.3535309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:25.3535460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 PASSED [ 50%] 2022-12-01T10:41:25.3535611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 PASSED [ 50%] 2022-12-01T10:41:25.3535819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:41:25.3536011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:41:25.3536218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:41:25.3536422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:41:25.3536625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:41:25.3536779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:25.3536930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool PASSED [ 50%] 2022-12-01T10:41:25.3537086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 PASSED [ 50%] 2022-12-01T10:41:25.3537240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:25.3537390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 PASSED [ 50%] 2022-12-01T10:41:25.3537528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 PASSED [ 50%] 2022-12-01T10:41:25.3537683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:25.3537831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool PASSED [ 50%] 2022-12-01T10:41:25.3537985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 PASSED [ 50%] 2022-12-01T10:41:25.3538138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:25.3538324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 PASSED [ 50%] 2022-12-01T10:41:25.3538473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 PASSED [ 50%] 2022-12-01T10:41:25.3538655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:25.3538794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool PASSED [ 50%] 2022-12-01T10:41:25.3538945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:25.3539092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 PASSED [ 50%] 2022-12-01T10:41:25.3539238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 PASSED [ 50%] 2022-12-01T10:41:25.3539381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 PASSED [ 50%] 2022-12-01T10:41:25.3539528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 PASSED [ 50%] 2022-12-01T10:41:25.3539679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool PASSED [ 50%] 2022-12-01T10:41:25.3539834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 PASSED [ 50%] 2022-12-01T10:41:25.3540101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:25.3540235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 PASSED [ 50%] 2022-12-01T10:41:25.3540386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:25.3540539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool PASSED [ 50%] 2022-12-01T10:41:25.3540697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 PASSED [ 50%] 2022-12-01T10:41:25.3540851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:25.3541003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 PASSED [ 50%] 2022-12-01T10:41:25.3541160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool PASSED [ 50%] 2022-12-01T10:41:25.3541323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:25.3541466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 PASSED [ 50%] 2022-12-01T10:41:25.3541622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 PASSED [ 50%] 2022-12-01T10:41:25.3541777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 PASSED [ 50%] 2022-12-01T10:41:25.3541932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3542083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3542246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 PASSED [ 51%] 2022-12-01T10:41:25.3542408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:25.3542568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:25.3542726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:25.3542867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3543022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3543183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:25.3543346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:25.3543503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:25.3543653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:25.3543857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:25.3544060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3544200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3544357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:25.3544514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:25.3544668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3544891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:25.3545128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3545316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool PASSED [ 51%] 2022-12-01T10:41:25.3545476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:25.3545633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:25.3545776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3545929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3546084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool PASSED [ 51%] 2022-12-01T10:41:25.3546240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:25.3546395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:25.3546548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3546719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:25.3546892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 PASSED [ 51%] 2022-12-01T10:41:25.3547045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:25.3547212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:25.3547376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3547540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:25.3547696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool PASSED [ 51%] 2022-12-01T10:41:25.3547861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:25.3548026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:25.3548184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:25.3548346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:25.3548490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:25.3548647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:25.3548799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:25.3548953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 PASSED [ 51%] 2022-12-01T10:41:25.3549107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:25.3549257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:25.3549444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:25.3549624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:25.3549756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3549911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:25.3550062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3550216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 PASSED [ 51%] 2022-12-01T10:41:25.3550372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:25.3550523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 PASSED [ 51%] 2022-12-01T10:41:25.3550677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:25.3550830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:25.3550983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:25.3551121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3551269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3551425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:25.3551576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:25.3551729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool PASSED [ 51%] 2022-12-01T10:41:25.3551888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:25.3552044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:25.3552203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3552351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:25.3552503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool PASSED [ 51%] 2022-12-01T10:41:25.3552658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 PASSED [ 51%] 2022-12-01T10:41:25.3552813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:25.3552964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3553118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3553274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:25.3553430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 PASSED [ 51%] 2022-12-01T10:41:25.3553570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 PASSED [ 51%] 2022-12-01T10:41:25.3553726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:25.3553876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:25.3554027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:25.3554174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:25.3554322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3554471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3554641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 PASSED [ 51%] 2022-12-01T10:41:25.3554831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:25.3555005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:25.3555162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:25.3555318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3555467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool PASSED [ 51%] 2022-12-01T10:41:25.3555622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:25.3555776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:25.3555930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:25.3556079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:25.3556215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3556364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3556529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:25.3556688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool PASSED [ 51%] 2022-12-01T10:41:25.3556851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 PASSED [ 51%] 2022-12-01T10:41:25.3557013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:25.3557172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:25.3557333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3557496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool PASSED [ 51%] 2022-12-01T10:41:25.3557653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:25.3557819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:25.3557983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:25.3558140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3558300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:25.3558463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:25.3558625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:25.3558785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:25.3558930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:25.3559086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:25.3559239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:25.3559393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3559550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3559704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:25.3559853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool PASSED [ 51%] 2022-12-01T10:41:25.3560007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:25.3560157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3560326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:25.3560503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool PASSED [ 51%] 2022-12-01T10:41:25.3560660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:25.3560814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:25.3560963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:25.3561120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:25.3561273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:25.3561423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:25.3561566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3561717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:25.3561878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:25.3562041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:25.3562202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 PASSED [ 51%] 2022-12-01T10:41:25.3562354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:25.3562509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:25.3562665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:25.3562806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool PASSED [ 52%] 2022-12-01T10:41:25.3562968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 PASSED [ 52%] 2022-12-01T10:41:25.3563128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 PASSED [ 52%] 2022-12-01T10:41:25.3563283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:25.3563437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:25.3563591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:25.3563744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:25.3563900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:25.3564130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:25.3564274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:25.3564429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool PASSED [ 52%] 2022-12-01T10:41:25.3564586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:25.3564742Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:25.3564891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:25.3565044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:25.3565214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:25.3565379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:25.3565531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:25.3565729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:25.3565922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:25.3566095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:25.3566260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool PASSED [ 52%] 2022-12-01T10:41:25.3566432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:25.3566602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:25.3566766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:25.3566927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:25.3567083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:25.3567248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:25.3567421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:25.3567585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:25.3567745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:25.3567909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:25.3568069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 PASSED [ 52%] 2022-12-01T10:41:25.3568224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 PASSED [ 52%] 2022-12-01T10:41:25.3568384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:25.3568531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:25.3568685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:25.3568838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:25.3568986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:25.3569147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 PASSED [ 52%] 2022-12-01T10:41:25.3569298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:25.3569453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:25.3569603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:25.3569791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:25.3569980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:25.3570133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:25.3570286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:25.3570434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:25.3570588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:25.3570738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:25.3570888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:25.3571046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:25.3571254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool PASSED [ 52%] 2022-12-01T10:41:25.3571449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 PASSED [ 52%] 2022-12-01T10:41:25.3571613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 PASSED [ 52%] 2022-12-01T10:41:25.3571773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:25.3571930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:25.3572084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:25.3572242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:25.3572387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool PASSED [ 52%] 2022-12-01T10:41:25.3572531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:25.3572683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:25.3572828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:25.3572973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:25.3573119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:25.3573268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:25.3573418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:25.3573575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:25.3573709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool PASSED [ 52%] 2022-12-01T10:41:25.3573863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:25.3574012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:25.3574158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:25.3574300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:25.3574455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:25.3574604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool PASSED [ 52%] 2022-12-01T10:41:25.3574753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:25.3574901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:25.3575035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:25.3575181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:25.3575325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:25.3575482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:25.3575635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool PASSED [ 52%] 2022-12-01T10:41:25.3575791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:25.3575941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:25.3576089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:25.3576229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:25.3576380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:25.3576558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:25.3576740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:25.3576890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:25.3577037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:25.3577183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:25.3577330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:25.3577463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:25.3577618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool PASSED [ 52%] 2022-12-01T10:41:25.3577771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:25.3577928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:25.3578085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:25.3578244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 PASSED [ 52%] 2022-12-01T10:41:25.3578400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:25.3578552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:25.3578705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:25.3578847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:25.3578997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:25.3579149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:25.3579302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:25.3579457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:25.3579608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:25.3579760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:25.3579906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:25.3580148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:25.3580300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:25.3580447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:25.3580596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool PASSED [ 52%] 2022-12-01T10:41:25.3580753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 PASSED [ 52%] 2022-12-01T10:41:25.3580909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:25.3581060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:25.3581209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:25.3581345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:25.3581500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool PASSED [ 52%] 2022-12-01T10:41:25.3581653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:25.3581803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:25.3581959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:25.3582164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool PASSED [ 52%] 2022-12-01T10:41:25.3582372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 PASSED [ 52%] 2022-12-01T10:41:25.3582524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:25.3582677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:25.3582813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:25.3582972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:25.3583128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:25.3583281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:25.3583434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:25.3583590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:25.3583756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:41:25.3583916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool PASSED [ 53%] 2022-12-01T10:41:25.3584072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:25.3584237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:25.3584394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3584553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:25.3584706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:25.3584869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:25.3585026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:25.3585181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:25.3585329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:25.3585486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3585637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3585794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:25.3585956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:25.3586116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:25.3586274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3586429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3586582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:25.3586722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:25.3586879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool PASSED [ 53%] 2022-12-01T10:41:25.3587038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:25.3587197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:25.3587352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3587535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3587721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:25.3587873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:25.3588020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:25.3588172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:25.3588337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:25.3588499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 PASSED [ 53%] 2022-12-01T10:41:25.3588657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:25.3588812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:25.3588967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:25.3589125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:25.3589277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool PASSED [ 53%] 2022-12-01T10:41:25.3589422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3589578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:25.3589731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3589884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:25.3590037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:41:25.3590197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3590356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:25.3590510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:25.3590651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:25.3590806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:25.3590956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3591111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:25.3591265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:25.3591424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:25.3591580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3591733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:25.3591885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:25.3592026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:25.3592179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:25.3592337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3592492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:25.3592644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3592825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:25.3592980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:25.3593168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:25.3593306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3593457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:25.3593609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:25.3593761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:25.3593913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3594066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:25.3594219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3594373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:25.3594525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:25.3594665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:25.3594817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool PASSED [ 53%] 2022-12-01T10:41:25.3594969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:25.3595121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 PASSED [ 53%] 2022-12-01T10:41:25.3595272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 PASSED [ 53%] 2022-12-01T10:41:25.3595422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3595573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:25.3595728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:25.3595870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:41:25.3596029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:25.3596182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 PASSED [ 53%] 2022-12-01T10:41:25.3596333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3596486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:25.3596636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:25.3596789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:25.3596945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:25.3597085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:41:25.3597235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:25.3597385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:25.3597539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:41:25.3597692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool PASSED [ 53%] 2022-12-01T10:41:25.3597843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3597992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:25.3598142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:25.3598325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:41:25.3598499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3598652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:25.3598802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3598948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:25.3599109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:41:25.3599271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:25.3599430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3599589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3599735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:25.3599887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3600036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3600194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 PASSED [ 53%] 2022-12-01T10:41:25.3600352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3600508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3600660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:41:25.3600808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool PASSED [ 53%] 2022-12-01T10:41:25.3600962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:25.3601099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3601246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:25.3601396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:41:25.3601545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool PASSED [ 53%] 2022-12-01T10:41:25.3601695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 PASSED [ 53%] 2022-12-01T10:41:25.3601842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3601987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:25.3602136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:25.3602275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:25.3602426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 PASSED [ 53%] 2022-12-01T10:41:25.3602569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:25.3602713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:25.3602860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:25.3603012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:41:25.3603164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 PASSED [ 53%] 2022-12-01T10:41:25.3603313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:25.3603446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:25.3603626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3603802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:25.3603949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:25.3604159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:25.3604309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:25.3604455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:25.3604603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:25.3604735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:25.3604897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:25.3605058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:25.3605217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3605371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:25.3605526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:25.3605681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:25.3605837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:25.3605990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool PASSED [ 54%] 2022-12-01T10:41:25.3606131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3606289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:25.3606442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:25.3606594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:25.3606752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 PASSED [ 54%] 2022-12-01T10:41:25.3606909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 PASSED [ 54%] 2022-12-01T10:41:25.3607058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:25.3607210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:25.3607343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool PASSED [ 54%] 2022-12-01T10:41:25.3607492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3607636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:25.3607785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:25.3607935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:25.3608089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:25.3608242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:25.3608393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3608535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 PASSED [ 54%] 2022-12-01T10:41:25.3608688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 PASSED [ 54%] 2022-12-01T10:41:25.3608839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 PASSED [ 54%] 2022-12-01T10:41:25.3609024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool PASSED [ 54%] 2022-12-01T10:41:25.3609189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 PASSED [ 54%] 2022-12-01T10:41:25.3609392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 PASSED [ 54%] 2022-12-01T10:41:25.3609550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 PASSED [ 54%] 2022-12-01T10:41:25.3609706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3609859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:25.3609997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:25.3610150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:25.3610308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:25.3610461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool PASSED [ 54%] 2022-12-01T10:41:25.3610626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 PASSED [ 54%] 2022-12-01T10:41:25.3610784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:25.3610942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:25.3611101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:25.3611243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool PASSED [ 54%] 2022-12-01T10:41:25.3611405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 PASSED [ 54%] 2022-12-01T10:41:25.3611565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 PASSED [ 54%] 2022-12-01T10:41:25.3611724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:25.3611880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:25.3612041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:25.3612208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 PASSED [ 54%] 2022-12-01T10:41:25.3612370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3612527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:25.3612672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:25.3612829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:25.3612981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool PASSED [ 54%] 2022-12-01T10:41:25.3613136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3613293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:25.3613445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:25.3613598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:25.3613749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:25.3613896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 PASSED [ 54%] 2022-12-01T10:41:25.3614050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:25.3614204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3614357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:25.3614567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool PASSED [ 54%] 2022-12-01T10:41:25.3614752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 PASSED [ 54%] 2022-12-01T10:41:25.3614908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 PASSED [ 54%] 2022-12-01T10:41:25.3615062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:25.3615215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:25.3615353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:25.3615501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:25.3615650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:25.3615805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:25.3615961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3616115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:25.3616264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:25.3616409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:25.3616545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:25.3616691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:25.3616844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool PASSED [ 54%] 2022-12-01T10:41:25.3617003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:25.3617162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3617319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:25.3617475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:25.3617628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:25.3617768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:25.3617923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:25.3618075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool PASSED [ 54%] 2022-12-01T10:41:25.3618231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3618385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:25.3618540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:25.3618702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 PASSED [ 54%] 2022-12-01T10:41:25.3618852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:25.3619004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3619143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:25.3619294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:25.3619442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:25.3619588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:25.3619736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:25.3619906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:25.3620188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:25.3620338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:25.3620476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:25.3620622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool PASSED [ 54%] 2022-12-01T10:41:25.3620773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3620921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:25.3621070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:25.3621218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:25.3621368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:25.3621522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3621663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:25.3621816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:25.3621962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:25.3622110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:25.3622279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:25.3622449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 54%] 2022-12-01T10:41:25.3622616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:25.3622780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3622942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:25.3623090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 PASSED [ 54%] 2022-12-01T10:41:25.3623246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:25.3623412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 PASSED [ 54%] 2022-12-01T10:41:25.3623574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:25.3623743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 PASSED [ 54%] 2022-12-01T10:41:25.3623909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:25.3624076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3624238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:25.3624399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:25.3624547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:25.3624700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:25.3624855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:25.3625009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:25.3625159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool PASSED [ 55%] 2022-12-01T10:41:25.3625360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:25.3625552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:25.3625703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:25.3625837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:25.3625983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:25.3626128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:25.3626277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:25.3626429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:25.3626581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3626733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:25.3626883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:25.3627014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:25.3627165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:25.3627309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:25.3627461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:25.3627610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool PASSED [ 55%] 2022-12-01T10:41:25.3627765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:25.3627918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:25.3628073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3628225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:25.3628373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3628530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool PASSED [ 55%] 2022-12-01T10:41:25.3628697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:25.3628860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:25.3629019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3629174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:25.3629329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:25.3629486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:25.3629638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:25.3629793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool PASSED [ 55%] 2022-12-01T10:41:25.3629958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:25.3630118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:25.3630277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3630436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:25.3630592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:25.3630777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:25.3630960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:25.3631110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:25.3631266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 PASSED [ 55%] 2022-12-01T10:41:25.3631421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3631574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:25.3631731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:25.3631889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:25.3632042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:25.3632199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:25.3632343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:25.3632497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:25.3632656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:25.3632815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3632971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:25.3633126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:25.3633284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:25.3633436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:25.3633583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:25.3633721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:25.3633866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:25.3634025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 PASSED [ 55%] 2022-12-01T10:41:25.3634183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3634338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:25.3634495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:25.3634649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:25.3634808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:25.3634950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool PASSED [ 55%] 2022-12-01T10:41:25.3635104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 PASSED [ 55%] 2022-12-01T10:41:25.3635259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3635411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:25.3635565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:25.3635718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:25.3635870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3636050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:25.3636237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 55%] 2022-12-01T10:41:25.3636447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:25.3636627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:25.3636800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:25.3636971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:25.3637143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:25.3637322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:25.3637504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:25.3637686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:25.3637851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:25.3638025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:25.3638198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:25.3638373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:25.3638528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:25.3638683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3638838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:25.3638994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:25.3639148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:25.3639285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool PASSED [ 55%] 2022-12-01T10:41:25.3639443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 PASSED [ 55%] 2022-12-01T10:41:25.3639597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3639749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:25.3639900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:25.3640049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:25.3640201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:25.3640357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:25.3640509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:25.3640647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 PASSED [ 55%] 2022-12-01T10:41:25.3640794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3640937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:25.3641086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:25.3641232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:25.3641390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:25.3641570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool PASSED [ 55%] 2022-12-01T10:41:25.3641753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:25.3641896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:25.3642048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:25.3642199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 XFAIL [ 55%] 2022-12-01T10:41:25.3642353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 XFAIL [ 55%] 2022-12-01T10:41:25.3642507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 XFAIL [ 55%] 2022-12-01T10:41:25.3642659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 XFAIL [ 55%] 2022-12-01T10:41:25.3642811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 XFAIL [ 55%] 2022-12-01T10:41:25.3642959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 XFAIL [ 55%] 2022-12-01T10:41:25.3643096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 XFAIL [ 55%] 2022-12-01T10:41:25.3643263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3643410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:25.3643562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:25.3643715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:25.3643866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 PASSED [ 55%] 2022-12-01T10:41:25.3644074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:25.3644226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:25.3644376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:25.3644513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:25.3644662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:25.3644817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 PASSED [ 56%] 2022-12-01T10:41:25.3644971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:25.3645118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3645267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:25.3645416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:25.3645577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3645723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 PASSED [ 56%] 2022-12-01T10:41:25.3645883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3646037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:25.3646202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool PASSED [ 56%] 2022-12-01T10:41:25.3646375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 PASSED [ 56%] 2022-12-01T10:41:25.3646543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 PASSED [ 56%] 2022-12-01T10:41:25.3646708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3646873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:25.3647056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:25.3647248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:25.3647405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3647563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 PASSED [ 56%] 2022-12-01T10:41:25.3647717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3647874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:25.3648036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 PASSED [ 56%] 2022-12-01T10:41:25.3648189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:25.3648345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:25.3648492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3648654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 PASSED [ 56%] 2022-12-01T10:41:25.3648812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 PASSED [ 56%] 2022-12-01T10:41:25.3648967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3649127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3649281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:25.3649439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3649594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3649754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3649931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3650105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3650272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3650437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3650602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3650761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3650925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3651101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3651268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3651443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3651615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3651785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:25.3651971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3652145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3652345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:25.3652545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3652716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 56%] 2022-12-01T10:41:25.3652879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 56%] 2022-12-01T10:41:25.3653049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:25.3653219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3653392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3653564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3653750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3653934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:25.3654114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:25.3654295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:25.3654460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3654630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3654810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:25.3654994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3655177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:25.3655357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:25.3655525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3655693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3655869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:25.3656045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:25.3656209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:25.3656383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:25.3656551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3656715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3656883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:25.3657044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:25.3657209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3657370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:25.3657562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:25.3657753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:25.3657927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3658091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3658263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3658438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3658610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3658783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3658958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3659139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 56%] 2022-12-01T10:41:25.3659300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3659473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:25.3659645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:25.3659818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:25.3660087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3660262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3660437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:25.3660593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:25.3660731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3660877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3661034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 PASSED [ 56%] 2022-12-01T10:41:25.3661190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 PASSED [ 56%] 2022-12-01T10:41:25.3661339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:25.3661486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3661639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:25.3661797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3661954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool PASSED [ 56%] 2022-12-01T10:41:25.3662102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 PASSED [ 56%] 2022-12-01T10:41:25.3662261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 PASSED [ 56%] 2022-12-01T10:41:25.3662419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:25.3662576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3662732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:25.3662886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:25.3663088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:25.3663285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 PASSED [ 56%] 2022-12-01T10:41:25.3663432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 PASSED [ 56%] 2022-12-01T10:41:25.3663591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 PASSED [ 56%] 2022-12-01T10:41:25.3663746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:25.3663905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:25.3664060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 PASSED [ 56%] 2022-12-01T10:41:25.3664214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:25.3664365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:25.3664515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:25.3664664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool PASSED [ 56%] 2022-12-01T10:41:25.3664807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 PASSED [ 56%] 2022-12-01T10:41:25.3664958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:25.3665104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:25.3665250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:25.3665402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:25.3665556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:25.3665716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 PASSED [ 56%] 2022-12-01T10:41:25.3665875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 PASSED [ 56%] 2022-12-01T10:41:25.3666014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:25.3666161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:25.3666305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:25.3666451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:25.3666595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:25.3666745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:25.3666901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:25.3667054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 PASSED [ 57%] 2022-12-01T10:41:25.3667197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:25.3667350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 PASSED [ 57%] 2022-12-01T10:41:25.3667495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3667640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:25.3667790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:25.3667951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:25.3668109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool PASSED [ 57%] 2022-12-01T10:41:25.3668273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:25.3668463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:25.3668639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3668794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:25.3668950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:25.3669107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:25.3669264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:25.3669421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:25.3669578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3669734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:25.3669877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:25.3670033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:25.3670186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:25.3670343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:25.3670497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:25.3670655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:25.3670806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 PASSED [ 57%] 2022-12-01T10:41:25.3670957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:25.3671106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:25.3671248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:25.3671414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:25.3671571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 PASSED [ 57%] 2022-12-01T10:41:25.3671726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3671879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:25.3672031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:25.3672186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:25.3672343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:25.3672493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:25.3672654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 PASSED [ 57%] 2022-12-01T10:41:25.3672811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:25.3672965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 PASSED [ 57%] 2022-12-01T10:41:25.3673119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3673273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:25.3673426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:25.3673582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 PASSED [ 57%] 2022-12-01T10:41:25.3673723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:25.3673903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:25.3674085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:25.3674232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:25.3674377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:25.3674533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:25.3674684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 PASSED [ 57%] 2022-12-01T10:41:25.3674833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:25.3674981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:25.3675122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:25.3675275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3675428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:25.3675574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:25.3675721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool PASSED [ 57%] 2022-12-01T10:41:25.3675876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:25.3676026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:25.3676176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:25.3676311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:25.3676459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:25.3676615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:25.3676783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:25.3676993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 PASSED [ 57%] 2022-12-01T10:41:25.3677203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3677410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:25.3677659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:25.3677925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:25.3678202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool PASSED [ 57%] 2022-12-01T10:41:25.3678394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:25.3678553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:25.3678706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3678853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:25.3678999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:25.3679143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:25.3679297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:25.3679437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool PASSED [ 57%] 2022-12-01T10:41:25.3679594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:25.3679791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3679947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:25.3680132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:25.3680283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:25.3680435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:25.3680581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool PASSED [ 57%] 2022-12-01T10:41:25.3680719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3680865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:25.3681014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:25.3681174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:25.3681328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool PASSED [ 57%] 2022-12-01T10:41:25.3681483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3681639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:25.3681790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:25.3681930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:25.3682079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:25.3682232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:25.3682385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:25.3682540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3682689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:25.3682836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:25.3682985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:25.3683131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool PASSED [ 57%] 2022-12-01T10:41:25.3683274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:25.3683428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:25.3683577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:25.3683725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:25.3683872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:25.3684100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:25.3684252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool PASSED [ 57%] 2022-12-01T10:41:25.3684407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:25.3684543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:25.3684700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:25.3684853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3685024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3685190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:25.3685390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_bool PASSED [ 57%] 2022-12-01T10:41:25.3685589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3685753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:25.3685918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:25.3686067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:25.3686226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3686386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:25.3686545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:25.3686702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:25.3686856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:25.3687011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool PASSED [ 57%] 2022-12-01T10:41:25.3687169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:25.3687313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:25.3687467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:25.3687622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:25.3687781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:25.3687936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:25.3688094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3688262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:25.3688426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:25.3688587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:25.3688735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:25.3688893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3689048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:25.3689202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:25.3689396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:25.3689582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3689762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:25.3689947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:25.3690130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:25.3690298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:25.3690483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:25.3690689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:25.3690898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:25.3691078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:25.3691254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:25.3691428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:25.3691603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:25.3691777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:25.3691923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool PASSED [ 58%] 2022-12-01T10:41:25.3692086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:25.3692250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:25.3692407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:25.3692563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3692718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:25.3692868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool PASSED [ 58%] 2022-12-01T10:41:25.3693018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:25.3693154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:25.3693307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:25.3693455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:25.3693612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:25.3693770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 PASSED [ 58%] 2022-12-01T10:41:25.3693924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 PASSED [ 58%] 2022-12-01T10:41:25.3694077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:25.3694225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3694376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:25.3694513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:25.3694661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool PASSED [ 58%] 2022-12-01T10:41:25.3694824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 PASSED [ 58%] 2022-12-01T10:41:25.3694981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 PASSED [ 58%] 2022-12-01T10:41:25.3695139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 PASSED [ 58%] 2022-12-01T10:41:25.3695292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:25.3695446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:25.3695595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:25.3695736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:25.3695892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 PASSED [ 58%] 2022-12-01T10:41:25.3696072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 PASSED [ 58%] 2022-12-01T10:41:25.3696312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 PASSED [ 58%] 2022-12-01T10:41:25.3696461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 PASSED [ 58%] 2022-12-01T10:41:25.3696613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:25.3696765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3696915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:25.3697054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:25.3697209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 PASSED [ 58%] 2022-12-01T10:41:25.3697363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 PASSED [ 58%] 2022-12-01T10:41:25.3697516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 PASSED [ 58%] 2022-12-01T10:41:25.3697666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:25.3697812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:25.3697970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 PASSED [ 58%] 2022-12-01T10:41:25.3698128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:25.3698281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:25.3698416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:25.3698563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3698712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:25.3698871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 PASSED [ 58%] 2022-12-01T10:41:25.3699027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 PASSED [ 58%] 2022-12-01T10:41:25.3699175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3699321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:25.3699473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool PASSED [ 58%] 2022-12-01T10:41:25.3699626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 PASSED [ 58%] 2022-12-01T10:41:25.3699783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:25.3700044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3700202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:25.3700361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:25.3700512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:25.3700665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 PASSED [ 58%] 2022-12-01T10:41:25.3700813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3700966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:25.3701101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:25.3701250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:25.3701400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:25.3701603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool PASSED [ 58%] 2022-12-01T10:41:25.3701793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 PASSED [ 58%] 2022-12-01T10:41:25.3701945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:25.3702092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3702236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:25.3702367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:25.3702529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 XFAIL [ 58%] 2022-12-01T10:41:25.3702683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool XFAIL [ 58%] 2022-12-01T10:41:25.3702841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 XFAIL [ 58%] 2022-12-01T10:41:25.3702997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 XFAIL [ 58%] 2022-12-01T10:41:25.3703154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 XFAIL [ 58%] 2022-12-01T10:41:25.3703303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool PASSED [ 58%] 2022-12-01T10:41:25.3703460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 PASSED [ 58%] 2022-12-01T10:41:25.3703595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:25.3703743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3703892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:25.3704041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:25.3704234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 SKIPPED (diag is not supported by meta) [ 58%] 2022-12-01T10:41:25.3704426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 SKIPPED (diag is not supported by meta) [ 58%] 2022-12-01T10:41:25.3704588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:25.3704751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 PASSED [ 58%] 2022-12-01T10:41:25.3704913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 PASSED [ 58%] 2022-12-01T10:41:25.3705057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:25.3705212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3705366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:25.3705523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:25.3705679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:25.3705835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:25.3705985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:25.3706133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:25.3706266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:25.3706415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:25.3706570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3706727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:25.3706876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 PASSED [ 58%] 2022-12-01T10:41:25.3707048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:25.3707221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:25.3707364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3707519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:25.3707661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:25.3707818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:25.3707972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:25.3708128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:25.3708279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:25.3708433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3708590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:25.3708735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:25.3708867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool PASSED [ 59%] 2022-12-01T10:41:25.3709023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:25.3709174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:25.3709326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:25.3709472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:25.3709620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:25.3709775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool PASSED [ 59%] 2022-12-01T10:41:25.3709937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 PASSED [ 59%] 2022-12-01T10:41:25.3710086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:25.3710241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:25.3710392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:25.3710547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:25.3710702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool PASSED [ 59%] 2022-12-01T10:41:25.3710866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 PASSED [ 59%] 2022-12-01T10:41:25.3711026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:25.3711185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:25.3711339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3711484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:25.3711638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:25.3711789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:25.3711941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:25.3712094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool PASSED [ 59%] 2022-12-01T10:41:25.3712280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 PASSED [ 59%] 2022-12-01T10:41:25.3712445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:25.3712630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:25.3712773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:25.3712927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3713084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:25.3713241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:25.3713397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:25.3713550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:25.3713704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:25.3713855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:25.3714001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3714145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3714295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool PASSED [ 59%] 2022-12-01T10:41:25.3714452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:25.3714604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:25.3714755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:25.3714905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:25.3715058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:25.3715213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:25.3715350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool PASSED [ 59%] 2022-12-01T10:41:25.3715502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:25.3715654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:25.3715800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3715950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:25.3716106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:25.3716262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:25.3716420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 PASSED [ 59%] 2022-12-01T10:41:25.3716564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:25.3716718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:25.3716868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:25.3717013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:25.3717164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:25.3717312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:25.3717460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool PASSED [ 59%] 2022-12-01T10:41:25.3717617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:25.3717799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 PASSED [ 59%] 2022-12-01T10:41:25.3717969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:25.3718117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:25.3718262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:25.3718416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:25.3718569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 PASSED [ 59%] 2022-12-01T10:41:25.3718723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:25.3718873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:25.3719027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3719166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:25.3719316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:25.3719464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:25.3719612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool PASSED [ 59%] 2022-12-01T10:41:25.3719765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 PASSED [ 59%] 2022-12-01T10:41:25.3719920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:25.3720068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:25.3720218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3720368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:25.3720525Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:25.3720690Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:25.3720853Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3721021Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float64 XFAIL [ 59%] 2022-12-01T10:41:25.3721184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:25.3721345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:25.3721507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3721668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:25.3721814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:25.3721973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:25.3722136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:25.3722304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:25.3722471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:25.3722633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3722797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:25.3722955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:25.3723139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:25.3723310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool PASSED [ 59%] 2022-12-01T10:41:25.3723471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:25.3723629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:25.3723789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:25.3723946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool PASSED [ 59%] 2022-12-01T10:41:25.3724169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:25.3724332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:25.3724493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:25.3724640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:25.3724797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:25.3724965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:25.3725128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3725288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool PASSED [ 59%] 2022-12-01T10:41:25.3725455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:25.3725619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:25.3725783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3725945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:25.3726091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:25.3726251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool PASSED [ 59%] 2022-12-01T10:41:25.3726419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:25.3726586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:25.3726749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:25.3726910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3727073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:25.3727232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:25.3727391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:25.3727550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:25.3727723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:25.3727893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:25.3728061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:25.3728223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:25.3728422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:25.3728586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:25.3728774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3728920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:25.3729084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:25.3729244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool PASSED [ 60%] 2022-12-01T10:41:25.3729404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 PASSED [ 60%] 2022-12-01T10:41:25.3729566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:25.3729721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:25.3729883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:25.3730044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool PASSED [ 60%] 2022-12-01T10:41:25.3730211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:25.3730364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:25.3730526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 PASSED [ 60%] 2022-12-01T10:41:25.3730685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:25.3730851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 PASSED [ 60%] 2022-12-01T10:41:25.3731017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:25.3731182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:25.3731347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3731508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:25.3731681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:25.3731905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool PASSED [ 60%] 2022-12-01T10:41:25.3732119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:25.3732288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:25.3732452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3732617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:25.3732786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:25.3732948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool PASSED [ 60%] 2022-12-01T10:41:25.3733114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:25.3733275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:25.3733423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:25.3733582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3733740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:25.3733939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:25.3734139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:25.3734299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3734460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:25.3734621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool PASSED [ 60%] 2022-12-01T10:41:25.3734771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:25.3734931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3735091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool PASSED [ 60%] 2022-12-01T10:41:25.3735254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:25.3735411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3735573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool PASSED [ 60%] 2022-12-01T10:41:25.3735743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:25.3735910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:25.3736069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:25.3736216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3736390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:25.3736557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool PASSED [ 60%] 2022-12-01T10:41:25.3736735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:25.3736905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:25.3737070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:25.3737234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3737394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3737565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:25.3737731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:25.3737906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:25.3738076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 PASSED [ 60%] 2022-12-01T10:41:25.3738241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:25.3738406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool PASSED [ 60%] 2022-12-01T10:41:25.3738579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:25.3738750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 PASSED [ 60%] 2022-12-01T10:41:25.3738921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 PASSED [ 60%] 2022-12-01T10:41:25.3739088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:25.3739267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3739465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:25.3739630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3739792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3740051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3740232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3740405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool PASSED [ 60%] 2022-12-01T10:41:25.3740570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3740723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3740886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool PASSED [ 60%] 2022-12-01T10:41:25.3741051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:25.3741215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3741395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:25.3741578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:25.3741764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:25.3741945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 PASSED [ 60%] 2022-12-01T10:41:25.3742128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:25.3742294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:25.3742496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3742770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:25.3743016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:25.3743196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:25.3743370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:25.3743544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:25.3743719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3743885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3744048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:25.3744200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:25.3744362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 PASSED [ 60%] 2022-12-01T10:41:25.3744522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3744684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3744902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:25.3745099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:25.3745264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:25.3745424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:25.3745571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3745732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:25.3745891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool PASSED [ 60%] 2022-12-01T10:41:25.3746061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:25.3746228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 PASSED [ 60%] 2022-12-01T10:41:25.3746393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:25.3746561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:25.3746724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3746892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:25.3747045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:25.3747205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:25.3747376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:25.3747546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:25.3747714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:25.3747880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:25.3748042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3748209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:25.3748372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool PASSED [ 60%] 2022-12-01T10:41:25.3748529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:25.3748695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:25.3748860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3749024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3749190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:25.3749352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:25.3749520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:25.3749691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:25.3749854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 PASSED [ 60%] 2022-12-01T10:41:25.3750018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:25.3750169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:25.3750362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:25.3750558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:25.3750720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:25.3750880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:25.3751055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:25.3751229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 PASSED [ 61%] 2022-12-01T10:41:25.3751401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:25.3751575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:25.3751735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:25.3751908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:25.3752067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool PASSED [ 61%] 2022-12-01T10:41:25.3752236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 PASSED [ 61%] 2022-12-01T10:41:25.3752399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:25.3752557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:25.3752733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 PASSED [ 61%] 2022-12-01T10:41:25.3752913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:25.3753082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:25.3753243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:25.3753425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:25.3753697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:25.3753918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:25.3754090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:25.3754261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:25.3754436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:25.3754606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool PASSED [ 61%] 2022-12-01T10:41:25.3754778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 PASSED [ 61%] 2022-12-01T10:41:25.3754940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:25.3755108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:25.3755271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:25.3755442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:25.3755605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:25.3755807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:25.3755999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:25.3756170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 PASSED [ 61%] 2022-12-01T10:41:25.3756333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:25.3756482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:25.3756645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:25.3756803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool PASSED [ 61%] 2022-12-01T10:41:25.3756968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 PASSED [ 61%] 2022-12-01T10:41:25.3757133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:25.3757296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:25.3757454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:25.3757611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:25.3757755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:25.3757913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:25.3758076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:25.3758237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:25.3758400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:25.3758560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:25.3758730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:25.3758896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool PASSED [ 61%] 2022-12-01T10:41:25.3759069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:25.3759228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:25.3759391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:25.3759555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:25.3759719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:25.3759882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool PASSED [ 61%] 2022-12-01T10:41:25.3760051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 PASSED [ 61%] 2022-12-01T10:41:25.3760219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:25.3760382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:25.3760547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:25.3760700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:25.3760864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:25.3761052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:25.3761249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:25.3761414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:25.3761594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:25.3761772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:25.3761948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:25.3762125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:25.3762294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:25.3762474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool PASSED [ 61%] 2022-12-01T10:41:25.3762659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:25.3762840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:25.3763020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:25.3763196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:25.3763374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:25.3763549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:25.3763723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:25.3763888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:25.3764130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:25.3764304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:25.3764481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:25.3764656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:25.3764830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:25.3765005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:25.3765171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool PASSED [ 61%] 2022-12-01T10:41:25.3765343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 PASSED [ 61%] 2022-12-01T10:41:25.3765498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:25.3765665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:25.3765828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:25.3765993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:25.3766157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:25.3766316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool PASSED [ 61%] 2022-12-01T10:41:25.3766519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 PASSED [ 61%] 2022-12-01T10:41:25.3766715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 PASSED [ 61%] 2022-12-01T10:41:25.3766877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:25.3767028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:25.3767193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:25.3767353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:25.3767517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:25.3767681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:25.3767885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:41:25.3768097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:41:25.3768306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:41:25.3768511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:41:25.3768699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:41:25.3768901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:41:25.3769109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:41:25.3769320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:41:25.3769525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:41:25.3769728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:41:25.3769891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:25.3770061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:25.3770221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:25.3770382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:25.3770528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:25.3770686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:25.3770840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool PASSED [ 61%] 2022-12-01T10:41:25.3771000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:25.3771165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:25.3771322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:25.3771479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:25.3771634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:25.3771809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool PASSED [ 61%] 2022-12-01T10:41:25.3772017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:25.3772175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:25.3772335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:25.3772491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:25.3772652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool PASSED [ 61%] 2022-12-01T10:41:25.3772813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:25.3772975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:25.3773137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:25.3773287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool PASSED [ 61%] 2022-12-01T10:41:25.3773446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:25.3773605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:25.3773770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:41:25.3773931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:25.3774090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:25.3774250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3774423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:41:25.3774588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool PASSED [ 62%] 2022-12-01T10:41:25.3774746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3774909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:25.3775071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:25.3775236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:25.3775398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool PASSED [ 62%] 2022-12-01T10:41:25.3775568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:25.3775734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:25.3775897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:25.3776058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3776208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3776369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:41:25.3776529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:25.3776691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3776851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3777035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool PASSED [ 62%] 2022-12-01T10:41:25.3777220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3777376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:25.3777522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3777678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3777846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:25.3778014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3778173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:25.3778337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:25.3778499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3778666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3778829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3778986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:25.3779148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3779306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:25.3779469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3779633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3779808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:41:25.3780100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool PASSED [ 62%] 2022-12-01T10:41:25.3780276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 PASSED [ 62%] 2022-12-01T10:41:25.3780458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:25.3780617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3780785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:25.3780950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3781128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:25.3781303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:25.3781471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3781636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:25.3781799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:25.3781960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:25.3782107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3782265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3782520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool PASSED [ 62%] 2022-12-01T10:41:25.3782722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:25.3782888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3783050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:25.3783213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3783374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3783527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool PASSED [ 62%] 2022-12-01T10:41:25.3783699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:25.3783872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:25.3784041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3784206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:25.3784366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:25.3784532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3784694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool PASSED [ 62%] 2022-12-01T10:41:25.3784864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:25.3785014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:25.3785176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:25.3785336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3785503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool PASSED [ 62%] 2022-12-01T10:41:25.3785669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:25.3785830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:25.3785993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:25.3786155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3786317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool PASSED [ 62%] 2022-12-01T10:41:25.3786479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:25.3786651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:25.3786818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3786985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:25.3787149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:25.3787308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3787468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:25.3787632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3787834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:25.3788023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:25.3788194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:25.3788363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3788534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3788702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:25.3788865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3789034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3789199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:25.3789364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:25.3789516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:25.3789678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3789847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3790013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:25.3790174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:25.3790335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:25.3790498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3790659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool PASSED [ 62%] 2022-12-01T10:41:25.3790833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:25.3790992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3791155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:25.3791316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3791476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3791638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool PASSED [ 62%] 2022-12-01T10:41:25.3791811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:25.3791979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3792140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:25.3792304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3792455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool PASSED [ 62%] 2022-12-01T10:41:25.3792628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:25.3792796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3792991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:25.3793155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3793347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:25.3793507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3793668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool PASSED [ 62%] 2022-12-01T10:41:25.3793821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:25.3793983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:25.3794147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3794313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:25.3794479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:25.3794640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3794799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:25.3794963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:25.3795126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:25.3795280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:25.3795439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:25.3795600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:25.3795766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:25.3795927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool PASSED [ 63%] 2022-12-01T10:41:25.3796092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 PASSED [ 63%] 2022-12-01T10:41:25.3796254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:25.3796414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:25.3796573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:25.3796719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:25.3796882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool PASSED [ 63%] 2022-12-01T10:41:25.3797054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 PASSED [ 63%] 2022-12-01T10:41:25.3797226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 PASSED [ 63%] 2022-12-01T10:41:25.3797391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 PASSED [ 63%] 2022-12-01T10:41:25.3797556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:25.3797720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:25.3797883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:25.3798047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:25.3798196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool PASSED [ 63%] 2022-12-01T10:41:25.3798389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 PASSED [ 63%] 2022-12-01T10:41:25.3798574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:25.3798734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:25.3798896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:25.3799055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:25.3799217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool PASSED [ 63%] 2022-12-01T10:41:25.3799389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 PASSED [ 63%] 2022-12-01T10:41:25.3799542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:25.3799709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:25.3799870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:25.3800030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:25.3800192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:25.3800356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:25.3800521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:25.3800684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool PASSED [ 63%] 2022-12-01T10:41:25.3800853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 PASSED [ 63%] 2022-12-01T10:41:25.3801008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:25.3801170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:25.3801332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:25.3801491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:25.3801666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:25.3801836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:25.3802005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:25.3802177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:25.3802346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:25.3802503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:25.3802667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:25.3802829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:25.3802991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:25.3803150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:25.3803309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:25.3803499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:41:25.3803697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:25.3803893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:25.3804105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:25.3804272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool PASSED [ 63%] 2022-12-01T10:41:25.3804435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:25.3804599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:25.3804758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:25.3804914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:25.3805080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:25.3805244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:25.3805393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:25.3805553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:25.3805713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:25.3805873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:25.3806031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:25.3806196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:25.3806359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:25.3806526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:25.3806688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:25.3806836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:25.3806996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:25.3807152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:25.3807310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:25.3807467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:25.3807623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:25.3807779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:25.3807937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:25.3808077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:25.3808230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool PASSED [ 63%] 2022-12-01T10:41:25.3808388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:25.3808550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:25.3808702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:25.3808854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:25.3809063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:25.3809277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:25.3809445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:25.3809595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:25.3809755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:25.3809915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:25.3810079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool PASSED [ 63%] 2022-12-01T10:41:25.3810250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 PASSED [ 63%] 2022-12-01T10:41:25.3810420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 PASSED [ 63%] 2022-12-01T10:41:25.3810583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:25.3810744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:25.3810904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:25.3811061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 PASSED [ 63%] 2022-12-01T10:41:25.3811224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:25.3811386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:25.3811546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:25.3811704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:25.3811867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:25.3812029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:25.3812194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:25.3812349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool PASSED [ 63%] 2022-12-01T10:41:25.3812497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:25.3812652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:25.3812807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:25.3812963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:25.3813120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:25.3813289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:25.3813452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:25.3813616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:25.3813766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:25.3813930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 PASSED [ 63%] 2022-12-01T10:41:25.3814095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool PASSED [ 63%] 2022-12-01T10:41:25.3814295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 PASSED [ 63%] 2022-12-01T10:41:25.3814469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 PASSED [ 63%] 2022-12-01T10:41:25.3814665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:25.3814827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:25.3814986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:25.3815144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:25.3815301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:25.3815469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool PASSED [ 63%] 2022-12-01T10:41:25.3815644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:25.3815813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:25.3815976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:25.3816135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool PASSED [ 63%] 2022-12-01T10:41:25.3816309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 PASSED [ 63%] 2022-12-01T10:41:25.3816481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 PASSED [ 63%] 2022-12-01T10:41:25.3816650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:25.3816804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:25.3816966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:25.3817127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:25.3817298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:25.3817465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool PASSED [ 64%] 2022-12-01T10:41:25.3817638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 PASSED [ 64%] 2022-12-01T10:41:25.3817812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:25.3817971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:25.3823842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:25.3824048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:25.3824229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:25.3824397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool PASSED [ 64%] 2022-12-01T10:41:25.3824571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:25.3824739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:25.3824905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:25.3825069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:25.3825224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:25.3825492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 PASSED [ 64%] 2022-12-01T10:41:25.3825701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:25.3825865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:25.3826027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:25.3826190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:25.3826352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool PASSED [ 64%] 2022-12-01T10:41:25.3826522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:25.3826684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:25.3826836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:25.3827003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:25.3827164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:25.3827331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:25.3827501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:25.3827663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:25.3827825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:25.3827988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:25.3828139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:25.3828303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:25.3828475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:25.3828644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:25.3828809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:25.3828972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:25.3829134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:25.3829298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:25.3829466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool PASSED [ 64%] 2022-12-01T10:41:25.3829622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:25.3829785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:25.3829947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:25.3830109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:25.3830271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool PASSED [ 64%] 2022-12-01T10:41:25.3830440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:25.3830608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 PASSED [ 64%] 2022-12-01T10:41:25.3830799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:25.3830992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:25.3831144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:25.3831303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:25.3831460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:25.3831620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:25.3831778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:25.3831936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool PASSED [ 64%] 2022-12-01T10:41:25.3832093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:25.3832256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:25.3832405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:25.3832558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:25.3832708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:25.3832873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:25.3833037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool PASSED [ 64%] 2022-12-01T10:41:25.3833198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:25.3833380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:25.3833569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:25.3833752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:25.3833915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:25.3834084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:25.3834253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:25.3834423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:25.3834601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:25.3834780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:25.3834965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:25.3835142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:25.3835311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:25.3835471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:25.3835634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 XFAIL [ 64%] 2022-12-01T10:41:25.3835795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:25.3835955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:25.3836145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:25.3836337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:25.3836499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:25.3836661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:25.3836820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool PASSED [ 64%] 2022-12-01T10:41:25.3836972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:25.3837132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:25.3837291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:25.3837452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:25.3837605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:25.3837762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:25.3837919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:25.3838091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:25.3838262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:25.3838419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:25.3838585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:25.3838758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:25.3838925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool PASSED [ 64%] 2022-12-01T10:41:25.3839101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:25.3839266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:25.3839436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:25.3839601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:25.3839760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:25.3839924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool PASSED [ 64%] 2022-12-01T10:41:25.3840099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:25.3840269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:25.3840431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:25.3840593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:25.3840762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:25.3840925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:25.3841100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:25.3841256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:25.3841452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:25.3841645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:25.3841817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:25.3841989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:25.3842154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:25.3842318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:25.3842483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:25.3842654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:25.3842814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:25.3842984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:25.3843149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:25.3843310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:25.3843473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:25.3843633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:25.3843791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:25.3843951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:25.3844195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:25.3844342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:25.3844517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:25.3844685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool PASSED [ 64%] 2022-12-01T10:41:25.3844860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 PASSED [ 64%] 2022-12-01T10:41:25.3845028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 PASSED [ 65%] 2022-12-01T10:41:25.3845197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3845364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:25.3845534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:25.3845702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3845853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:25.3846016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:25.3846182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:25.3846348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:25.3846508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 PASSED [ 65%] 2022-12-01T10:41:25.3846672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 PASSED [ 65%] 2022-12-01T10:41:25.3846866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3847059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3847237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:25.3847419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 65%] 2022-12-01T10:41:25.3847611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:25.3847790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:25.3847973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:25.3848159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:25.3848354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:25.3848541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3848724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:25.3848889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:25.3849042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool PASSED [ 65%] 2022-12-01T10:41:25.3849209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 PASSED [ 65%] 2022-12-01T10:41:25.3849372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:25.3849541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:25.3849707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool PASSED [ 65%] 2022-12-01T10:41:25.3849879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:25.3850050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 PASSED [ 65%] 2022-12-01T10:41:25.3850214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 PASSED [ 65%] 2022-12-01T10:41:25.3850377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3850530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:25.3850692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:25.3850855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:25.3851027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:25.3851189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 PASSED [ 65%] 2022-12-01T10:41:25.3851350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 PASSED [ 65%] 2022-12-01T10:41:25.3851509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3851669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3851816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:25.3851975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:25.3852159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:25.3852316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:25.3852534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:25.3852703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 PASSED [ 65%] 2022-12-01T10:41:25.3852867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3853026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3853189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:25.3853337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:25.3853504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:25.3853668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool PASSED [ 65%] 2022-12-01T10:41:25.3853836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:25.3854003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 PASSED [ 65%] 2022-12-01T10:41:25.3854167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 PASSED [ 65%] 2022-12-01T10:41:25.3854333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3854494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:25.3854657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:25.3854826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3854988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:25.3855146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool PASSED [ 65%] 2022-12-01T10:41:25.3855309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:25.3855469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 PASSED [ 65%] 2022-12-01T10:41:25.3855628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3855783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3855942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:25.3856095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:25.3856264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 PASSED [ 65%] 2022-12-01T10:41:25.3856426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 PASSED [ 65%] 2022-12-01T10:41:25.3856584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:25.3856739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:25.3856894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:25.3857052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:25.3857265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:41:25.3857508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:41:25.3857732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:41:25.3857941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:41:25.3858148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:41:25.3858353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:41:25.3858559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:41:25.3858794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:41:25.3859028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:41:25.3859249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:41:25.3859470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:41:25.3859691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:41:25.3859910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:41:25.3860257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:41:25.3860430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3860595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:25.3860764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:25.3860928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool PASSED [ 65%] 2022-12-01T10:41:25.3861099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 PASSED [ 65%] 2022-12-01T10:41:25.3861261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:25.3861426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:25.3861593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool PASSED [ 65%] 2022-12-01T10:41:25.3861757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 PASSED [ 65%] 2022-12-01T10:41:25.3861927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 PASSED [ 65%] 2022-12-01T10:41:25.3862094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:25.3862253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:25.3862427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:25.3862598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3862762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3862990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3863253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 65%] 2022-12-01T10:41:25.3863432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3863598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3863778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3863955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3864144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3864332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:25.3864517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3864699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:25.3864881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:25.3865082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:25.3865255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3865433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:25.3865615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3865797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3865978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3866155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3866329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3866520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:25.3866712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:25.3866894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:25.3867087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:25.3867281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3867469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3867660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:25.3867851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:25.3868030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:25.3868235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:25.3868479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3868667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3868845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:25.3869031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:25.3869218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:25.3869402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3869583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3869765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:25.3869948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3870126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:25.3870302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:25.3870466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:25.3870638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:25.3870815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:25.3871001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3871186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:25.3871373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3871555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3871732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:25.3871920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 66%] 2022-12-01T10:41:25.3872108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3872280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:25.3872462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:25.3872641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:25.3872825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:25.3873010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3873193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3873401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:25.3873607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:25.3873785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:25.3873938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3874104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 PASSED [ 66%] 2022-12-01T10:41:25.3874269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:25.3874436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3874602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:25.3874768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:25.3874932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3875091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:25.3875253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:25.3875398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:25.3875554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:25.3875708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:25.3875875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3876045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:25.3876209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3876370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:25.3876535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:25.3876700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:25.3876851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:25.3877022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3877191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:25.3877360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:25.3877524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:25.3877688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:25.3877853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:25.3878015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3878165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:25.3878326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:25.3878485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:25.3878670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:25.3878827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:25.3879023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 PASSED [ 66%] 2022-12-01T10:41:25.3879183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3879342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:25.3879501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:25.3879657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:25.3879820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:25.3879984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3880151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:25.3880313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:25.3880473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:25.3880634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:25.3880798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3880964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 PASSED [ 66%] 2022-12-01T10:41:25.3881115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 PASSED [ 66%] 2022-12-01T10:41:25.3881278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:25.3881444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3881621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:25.3881792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3881958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:25.3882123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:25.3882287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:25.3882455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:25.3882608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3882772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:25.3882937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:25.3883100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:25.3883262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:25.3883427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:25.3883589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:25.3883750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3883900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:25.3884160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:25.3884356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:25.3884515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:25.3884688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3884862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:25.3885031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:25.3885199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3885366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:25.3885523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:25.3885687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3885854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 PASSED [ 66%] 2022-12-01T10:41:25.3886017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:25.3886182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:25.3886346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:25.3886512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3886673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool PASSED [ 66%] 2022-12-01T10:41:25.3886840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 PASSED [ 66%] 2022-12-01T10:41:25.3886995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 PASSED [ 66%] 2022-12-01T10:41:25.3887160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:25.3887319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3887478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:25.3887636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:25.3887791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool PASSED [ 66%] 2022-12-01T10:41:25.3887953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:25.3888117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:25.3888278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:25.3888421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:25.3888577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:25.3888742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:25.3888906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:25.3889066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:25.3889221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:25.3889410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:25.3889610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:25.3889755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:25.3889911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:25.3890074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:25.3890239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:25.3890401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:25.3890560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:25.3890718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:25.3890881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:25.3891039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool PASSED [ 67%] 2022-12-01T10:41:25.3891188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3891344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:25.3891499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:25.3891667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:25.3891836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:25.3892005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3892169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:25.3892334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:25.3892497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:25.3892649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:25.3892809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:25.3892969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 PASSED [ 67%] 2022-12-01T10:41:25.3893128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:25.3893286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:25.3893443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:25.3893608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool PASSED [ 67%] 2022-12-01T10:41:25.3893775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 PASSED [ 67%] 2022-12-01T10:41:25.3893926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3894087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:25.3894247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:25.3894410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:25.3894575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:25.3894762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:25.3894945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool PASSED [ 67%] 2022-12-01T10:41:25.3895107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3895265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:25.3895411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:25.3895568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:25.3895719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:25.3895871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool PASSED [ 67%] 2022-12-01T10:41:25.3896042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:25.3896206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 PASSED [ 67%] 2022-12-01T10:41:25.3896366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3896529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:25.3896677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:25.3896834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:25.3896990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:25.3897146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:25.3897316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:25.3897482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 PASSED [ 67%] 2022-12-01T10:41:25.3897641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3897800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:25.3897959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:25.3898115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:25.3898290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_bool PASSED [ 67%] 2022-12-01T10:41:25.3898466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3898644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:25.3898821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:25.3898995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:25.3899167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:25.3899339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3899511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:25.3899664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:25.3899831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:25.3900143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:25.3900341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:25.3900504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:25.3900674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3900845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:25.3901013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:25.3901181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:25.3901345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:25.3901520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:25.3901694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:25.3901891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:25.3902085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:25.3902282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3902478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:25.3902672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:25.3902867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:25.3903059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:25.3903245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:25.3903440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3903631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:25.3903816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3904005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:25.3904190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:25.3904372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:25.3904547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:25.3904720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:25.3904880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:25.3905043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:25.3905207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3905398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:25.3905585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:25.3905741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:25.3905900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:25.3906062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool PASSED [ 67%] 2022-12-01T10:41:25.3906234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:25.3906386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3906550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:25.3906713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:25.3906884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:25.3907047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool PASSED [ 67%] 2022-12-01T10:41:25.3907218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:25.3907389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 PASSED [ 67%] 2022-12-01T10:41:25.3907556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3907721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:25.3907872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:25.3908037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:25.3908199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:25.3908368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:25.3908534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 PASSED [ 67%] 2022-12-01T10:41:25.3908694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 PASSED [ 67%] 2022-12-01T10:41:25.3908855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:25.3909014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:25.3909163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:25.3909319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:25.3909487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 PASSED [ 67%] 2022-12-01T10:41:25.3909650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 PASSED [ 67%] 2022-12-01T10:41:25.3909812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3909969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:25.3910138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:25.3910304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 PASSED [ 67%] 2022-12-01T10:41:25.3910467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:25.3910616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:25.3910810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:25.3910997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:25.3911158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:25.3911318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:25.3911475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:25.3911630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:25.3911793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:25.3911950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool PASSED [ 67%] 2022-12-01T10:41:25.3912104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 PASSED [ 67%] 2022-12-01T10:41:25.3912266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 PASSED [ 67%] 2022-12-01T10:41:25.3912425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:25.3912581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:25.3912736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:25.3912907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:25.3913072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool PASSED [ 68%] 2022-12-01T10:41:25.3913246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:25.3913406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:25.3913579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:25.3913746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:25.3913911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:25.3914067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:25.3914224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:25.3914381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:25.3914538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:25.3914708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:25.3914858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:25.3915018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:25.3915175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:25.3915344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:25.3915506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:25.3915664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:25.3915822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:25.3916009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:25.3916180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:25.3916359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:25.3916523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:25.3916687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:25.3916845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:25.3917003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:25.3917162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:25.3917326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:25.3917488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:25.3917639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:25.3917797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:25.3917963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool PASSED [ 68%] 2022-12-01T10:41:25.3918133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:25.3918299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:25.3918462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:25.3918620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:25.3918787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:25.3918954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:25.3919101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool PASSED [ 68%] 2022-12-01T10:41:25.3919263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:25.3919427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:25.3919584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:25.3919742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:25.3919909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:25.3920077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:25.3920242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:25.3920404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:25.3920555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:25.3920713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:25.3920873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:25.3921032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:25.3921200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:25.3921399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:25.3921602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:25.3921770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool PASSED [ 68%] 2022-12-01T10:41:25.3921946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:25.3922110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:25.3922280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:25.3922448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:25.3922614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:25.3922784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:25.3922951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:25.3923117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:25.3923279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:25.3923430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool PASSED [ 68%] 2022-12-01T10:41:25.3923598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:25.3923764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:25.3923926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:25.3924193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:25.3924361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:25.3924525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:25.3924690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:25.3924852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:25.3925000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:25.3925169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool PASSED [ 68%] 2022-12-01T10:41:25.3925344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 PASSED [ 68%] 2022-12-01T10:41:25.3925518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:25.3925689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:25.3925855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:25.3926024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:25.3926190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:25.3926357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:25.3926512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool PASSED [ 68%] 2022-12-01T10:41:25.3926689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:25.3926891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:25.3927101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:25.3927273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 PASSED [ 68%] 2022-12-01T10:41:25.3927441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:25.3927605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:25.3927772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:25.3927936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:25.3928089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:25.3928258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:25.3928429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:25.3928595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 PASSED [ 68%] 2022-12-01T10:41:25.3928759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:25.3928923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:25.3929084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:25.3929249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:25.3929409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:25.3929560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:25.3929722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:25.3929883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:25.3930039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:25.3930205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:25.3930374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 PASSED [ 68%] 2022-12-01T10:41:25.3930537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:25.3930698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:25.3930850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:25.3931012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:25.3931172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:25.3931332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:25.3931493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:25.3931653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:25.3931819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:25.3931986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 PASSED [ 68%] 2022-12-01T10:41:25.3932171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:25.3932348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:25.3932510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool PASSED [ 68%] 2022-12-01T10:41:25.3932673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:25.3932837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:25.3932999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:25.3933159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:25.3933319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:25.3933480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:25.3933650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 PASSED [ 68%] 2022-12-01T10:41:25.3933802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:25.3933967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:25.3934127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:25.3934313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:25.3934492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float64 PASSED [ 69%] 2022-12-01T10:41:25.3934648Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3934811Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3934983Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3935137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3935298Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3935460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3935624Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3935782Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3935941Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3936104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3936264Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3936432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3936583Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3936741Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3936901Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3937081Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:41:25.3937258Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:41:25.3937422Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 XFAIL [ 69%] 2022-12-01T10:41:25.3937613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 XFAIL [ 69%] 2022-12-01T10:41:25.3937804Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3937971Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3938116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3938297Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:41:25.3938470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:41:25.3938636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3938799Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3938962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3939125Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3939286Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3939431Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3939590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 XFAIL [ 69%] 2022-12-01T10:41:25.3939756Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3939919Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3940252Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 69%] 2022-12-01T10:41:25.3940420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3940581Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3940740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3940904Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3941050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3941218Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3941386Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3941552Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3941721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3941885Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3942054Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3942217Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3942384Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3942537Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3942694Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3942854Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3943018Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3943240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3943444Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3943601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3943761Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3943908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 XFAIL [ 69%] 2022-12-01T10:41:25.3944076Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3944240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3944417Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3944591Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3944764Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3944929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3945088Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3945250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3945401Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3945559Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3945729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3945905Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3946075Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3946239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3946398Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3946570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3946733Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3946884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3947044Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3947209Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3947380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3947547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3947701Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3947858Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3948020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3948171Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3948333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3948491Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3948703Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3948900Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3949065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3949226Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3949398Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3949561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3949711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3949869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3950025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3950183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3950339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3950502Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3950681Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:41:25.3950858Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:41:25.3951025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3951179Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3951339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3951509Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3951670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3951831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3951990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3952149Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3952314Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3952467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3952635Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3952806Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3952976Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3953142Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3953302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3953467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3953633Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3953797Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3953953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3954178Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3954373Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3954534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3954703Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:25.3954866Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3955029Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3955192Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3955343Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3955506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3955670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3955829Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3955992Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3956151Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:25.3956324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3956487Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3956647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3956795Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3956957Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3957124Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3957288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3957446Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3957601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3957760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3957927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3958089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3958239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3958406Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3958572Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3958729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3958891Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3959059Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3959223Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3959391Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3959573Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3959769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3959935Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3960095Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3960251Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3960417Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3960578Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3960734Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3960896Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3961049Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3961212Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3961371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3961583Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:41:25.3961801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:41:25.3962013Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:41:25.3962210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:41:25.3962418Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:41:25.3962622Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:41:25.3962819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:41:25.3963001Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:41:25.3963164Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3963321Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3963483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:41:25.3963640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 XFAIL [ 70%] 2022-12-01T10:41:25.3963807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3964021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3964200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3964356Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3964531Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3964698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3964870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3965080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3965291Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3965461Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3965623Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3965796Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3965963Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3966134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3966304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3966494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3966658Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3966833Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3967003Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3967181Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3967355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3967516Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3967697Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3967875Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3968052Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3968241Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3968426Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3968601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3968771Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3968938Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3969121Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3969287Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3969473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3969712Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 70%] 2022-12-01T10:41:25.3969884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3970052Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3970220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3970410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3970602Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3970767Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3970939Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3971107Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3971281Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3971445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:41:25.3971610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3971772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3971940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3972118Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3972272Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3972437Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3972598Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3972766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3972947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:41:25.3973116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3973288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3973447Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3973613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3973762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3973929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3974084Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3974241Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3974400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3974567Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amax_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3974734Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amin_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3974903Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3975065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3975229Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3975399Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logsumexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3975563Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3975760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_median_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3975926Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3976132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3976303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3976473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3976625Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3976793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3976954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3977114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3977279Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3977455Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3977613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3977790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3977979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:25.3978144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3978321Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3978482Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3978638Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:25.3978799Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3978956Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3979115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3979293Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3979472Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3979625Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3979781Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3980065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3980231Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3980407Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_batch_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3980564Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3980746Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:41:25.3980979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 71%] 2022-12-01T10:41:25.3981210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 71%] 2022-12-01T10:41:25.3981412Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3981609Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3981774Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3981968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3982160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3982354Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3982546Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3982731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3982917Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3983084Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3983261Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3983440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3983618Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3983795Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3983988Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3984178Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3984365Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3984544Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3984705Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3984887Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3985102Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3985312Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3985508Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3985699Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3985873Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3986045Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3986226Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3986408Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3986588Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3986802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3987022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3987213Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3987404Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3987580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3987757Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3987935Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3988120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3988286Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3988480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3988661Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3988838Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3989013Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3989201Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3989386Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3989573Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3989762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3989954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3990143Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3990330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3990516Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3990707Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3990898Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3991084Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3991273Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3991458Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3991643Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3991807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3992009Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3992184Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3992386Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3992556Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3992742Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3992934Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3993124Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3993305Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3993477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3993661Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3993851Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3994055Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3994238Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3994415Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3994604Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3994796Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3994961Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3995126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3995279Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3995443Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3995603Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3995764Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3995924Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:41:25.3996094Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3996259Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3996420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3996603Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:41:25.3996798Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:41:25.3996957Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3997114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3997277Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3997464Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3997648Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3997810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3997977Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3998130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3998296Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3998456Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:41:25.3998620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3998795Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3998962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3999130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3999292Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3999473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.3999625Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3999782Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.3999947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.4000116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.4000283Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.4000443Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.4000602Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.4000758Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.4000921Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.4001095Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.4001273Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.4001452Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.4001611Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.4001772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:25.4001928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.4002088Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:25.4002245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4002389Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4002549Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4002707Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4002909Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4003113Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4003291Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4003446Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4003620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4003809Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4004330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:41:25.4004709Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:41:25.4004881Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4005108Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4005358Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4005837Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:41:25.4006025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4006209Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4006376Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4006538Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4006731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4006924Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4007311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:41:25.4007697Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:41:25.4008083Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:41:25.4008259Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4008435Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4008610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4008784Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4008947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4009101Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4009262Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4009467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4009655Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4009819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4009974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4010126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4010282Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4010443Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4010603Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4010764Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4010928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4011082Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4011244Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4011415Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4011584Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4011755Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4011900Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4012059Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4012217Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4012392Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4012554Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4012723Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4012886Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4013048Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4013194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4013353Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4013512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4013683Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4013847Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4014011Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4014177Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4014338Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4014494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 XFAIL [ 72%] 2022-12-01T10:41:25.4014659Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4014843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4015038Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4015204Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4015361Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4015533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4015693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4015850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4015998Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4016155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4016314Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 XFAIL [ 72%] 2022-12-01T10:41:25.4016470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 XFAIL [ 72%] 2022-12-01T10:41:25.4016635Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:25.4016800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4016964Z test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4017132Z test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4017303Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4017458Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4017623Z test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4017790Z test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4017952Z test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4018119Z test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4018289Z test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4018459Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4018641Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4018794Z test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4018956Z test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4019121Z test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4019294Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4019531Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 SKIPPED (Only fails for LAZY, passes on everything else) [ 72%] 2022-12-01T10:41:25.4019698Z test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4019860Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4020119Z test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4020289Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4020450Z test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4020663Z test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4020866Z test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4021043Z test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4021209Z test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4021379Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4021562Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4021739Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4021915Z test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4022081Z test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4022255Z test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4022419Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4022597Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4022773Z test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4022939Z test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4023104Z test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4023265Z test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4023419Z test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4023589Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4023758Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4023926Z test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4024091Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4024263Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4024444Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4024609Z test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4024779Z test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4024952Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4025139Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4025320Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4025488Z test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4025654Z test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4025818Z test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4025978Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4026141Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:25.4026292Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4026498Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4026702Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4026872Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4027039Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4027208Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4027383Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4027552Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4027721Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4027879Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4028046Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4028214Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4028377Z test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4028540Z test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4028697Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4028854Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4029010Z test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4029166Z test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4029337Z test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4029503Z test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4029669Z test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4029837Z test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4030005Z test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4030174Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4030338Z test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 XFAIL [ 73%] 2022-12-01T10:41:25.4030486Z test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4030652Z test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4030818Z test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4031008Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4031180Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4031361Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4031556Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4031727Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4031902Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4032063Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4032282Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4032478Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4032661Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4032836Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4033010Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4033200Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4033367Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4033542Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4033705Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4033887Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4034051Z test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4034214Z test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4034389Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4034557Z test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4034729Z test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4034897Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4035048Z test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4035220Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amax_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4035399Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4035571Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_median_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4035748Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4035923Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4036097Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4036265Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4036449Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4036625Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4036797Z test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4036978Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4037140Z test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4037305Z test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4037474Z test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4037639Z test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4037801Z test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4037974Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4038185Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4038412Z test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4038581Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4038747Z test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4038912Z test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4039113Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4039310Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4039504Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4039683Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4039874Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4040076Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4040291Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4040475Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4040660Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4040847Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4041037Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4041231Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4041442Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4041645Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4041842Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4042038Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 73%] 2022-12-01T10:41:25.4042220Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4042414Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4042606Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4042795Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4042996Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4043194Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4043381Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4043564Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4043753Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4044026Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4044280Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4044466Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4044664Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4044853Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4045047Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4045230Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4045427Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4045631Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4045819Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4046011Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4046193Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4046386Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4046580Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4046763Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4046938Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4047138Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4047330Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4047517Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4047698Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4047863Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4048031Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4048201Z test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4048446Z test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 73%] 2022-12-01T10:41:25.4048605Z test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4048768Z test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4048931Z test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4049099Z test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4049264Z test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4049425Z test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4049598Z test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4049799Z test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:25.4049998Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4050166Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4050330Z test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4050508Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4050691Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4050855Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4051018Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4051203Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4051384Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4051549Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4051737Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4051905Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4052075Z test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4052240Z test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4052397Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4052569Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4052753Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4052919Z test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4053081Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4053256Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4053428Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4053599Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4053770Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4053975Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4054145Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4054324Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4054490Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4054655Z test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4054822Z test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4054990Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4055154Z test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4055314Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4055513Z test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4055701Z test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4055878Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4056037Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4056198Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4056360Z test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4056534Z test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4056716Z test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4056880Z test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4057055Z test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4057226Z test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4057380Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4057548Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4057710Z test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4057888Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4058051Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4058222Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4058397Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4058566Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4058736Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4058891Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4059061Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4059229Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4059395Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4059579Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4059748Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4059917Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4060296Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4060452Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4060658Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4060858Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4061061Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4061262Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4061512Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4061747Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4061921Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4062106Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4062262Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4062429Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4062598Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4062802Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:41:25.4062973Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4063192Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4063371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4063574Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4063776Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4063944Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4064112Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4064313Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:41:25.4064516Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:41:25.4064699Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4064875Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4065045Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4065215Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4065383Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4065547Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4065717Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4065883Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4066053Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4066216Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4066384Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4066550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4066720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4066886Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4067042Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4067239Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4067437Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4067608Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4067789Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4067972Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4068154Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4068357Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4068554Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4068712Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4068880Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4069047Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4069216Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4069382Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4069552Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4069729Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4069901Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4070062Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4070233Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4070405Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4070574Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4070744Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4070914Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4071089Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4071254Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4071416Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4071609Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4071813Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4071986Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4072193Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4072361Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4072530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4072733Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:41:25.4072906Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4073106Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:25.4073293Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4073468Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4073635Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4073835Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4074037Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4074234Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4074433Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4074647Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:41:25.4074860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:41:25.4075047Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:41:25.4075219Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4075404Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4075575Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4075788Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4076001Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4076193Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4076364Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4076545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4076715Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4076940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4077116Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4077370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 75%] 2022-12-01T10:41:25.4077551Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4077740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4077911Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4078087Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4078268Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4078440Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4078645Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4078843Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4079008Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4079171Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4079344Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4079516Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4079721Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4079930Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4080127Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4080300Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4080506Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4080681Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4080881Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4081072Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4081235Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4081445Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmax_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4081655Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmin_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4081824Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumsum_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4082007Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logsumexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4082181Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_mean_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4082358Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_median_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4082530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4082713Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_normalize_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4082895Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4083075Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4083248Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_std_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4083411Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_sum_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4083581Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_var_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4083749Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4083934Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4084170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4084398Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4084574Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4084803Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4084970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4085127Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4085293Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4085480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4085669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4085838Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4086024Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_batch_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4086191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4086394Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4086602Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4086833Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:41:25.4087037Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4087234Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4087425Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4087619Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4087806Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4087995Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4088193Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4088396Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4088579Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4088802Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:41:25.4088994Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4089205Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4089425Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4089626Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4089827Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4090024Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 75%] 2022-12-01T10:41:25.4090232Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4090484Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:41:25.4090666Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4090854Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4091042Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4091243Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4091431Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4091624Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4091822Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4092022Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4092224Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4092416Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4092600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4092795Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4092987Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4093179Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4093369Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 XFAIL [ 75%] 2022-12-01T10:41:25.4093565Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4093770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-12-01T10:41:25.4093965Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4094136Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4094363Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:41:25.4094572Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4094763Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4094956Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4095148Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4095344Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4095530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4095713Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4095920Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4096117Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4096310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4096497Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4096685Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4096869Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4097056Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4097254Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4097440Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4097640Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4097824Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4097992Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:25.4098192Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:25.4098430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 76%] 2022-12-01T10:41:25.4098603Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4098794Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4098983Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4099152Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4099322Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4099478Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4099646Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4099815Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4100100Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4100305Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4100514Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4100690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4100863Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4101029Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4101185Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4101369Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4101591Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4101779Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4101982Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4102148Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4102323Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4102494Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4102666Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4102850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4103032Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4103245Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4103417Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4103584Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4103786Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4103957Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4104124Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4104314Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4104482Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4104649Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4104818Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4104997Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4105166Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4105351Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4105560Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4105769Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4105973Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4106185Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4106413Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4106593Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4106818Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4106992Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4107167Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4107425Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4107905Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-12-01T10:41:25.4108127Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4108293Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4108475Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4108685Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4108918Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4109319Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-12-01T10:41:25.4109711Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-12-01T10:41:25.4110106Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 76%] 2022-12-01T10:41:25.4110318Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4110503Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4110678Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4110850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4111005Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4111176Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4111343Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4111502Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4111707Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:41:25.4111868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4112042Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 XFAIL [ 76%] 2022-12-01T10:41:25.4112217Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4112373Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4112546Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4112716Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4112879Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4113044Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4113211Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4113379Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4113581Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4113779Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4113948Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4114115Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4114280Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4114447Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4114612Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4114813Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4115021Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:25.4115186Z test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4115343Z test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4115510Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4115676Z test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4115841Z test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4116007Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4116174Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4116341Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4116512Z test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4116678Z test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4116833Z test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4117002Z test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4117168Z test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4117337Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4117501Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4117670Z test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4117841Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4118010Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4118166Z test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4118335Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4118501Z test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4118672Z test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4118841Z test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4119005Z test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4119171Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4119365Z test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4119562Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4119720Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4119891Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4120058Z test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4120220Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4120390Z test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4120561Z test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4120727Z test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4120894Z test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4121047Z test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4121213Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4121399Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4121565Z test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4121733Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4121913Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4122084Z test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4122249Z test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4122420Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4122586Z test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4122755Z test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:25.4122921Z test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4123131Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 77%] 2022-12-01T10:41:25.4123294Z test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4123463Z test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4123629Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4123793Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4123947Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4124189Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4124360Z test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4124528Z test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4124697Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4124865Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4125039Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4125212Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4125403Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4125612Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4125790Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4125958Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4126128Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4126298Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4126470Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4126636Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4126806Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4126963Z test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4127132Z test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4127303Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4127471Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4127647Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4127810Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4127972Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4128136Z test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4128296Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4128466Z test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4128634Z test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4128804Z test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4128972Z test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4129147Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4129311Z test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4129476Z test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4129640Z test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4129798Z test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4129971Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4130145Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4130313Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4130482Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4130658Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4130834Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4131004Z test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4131223Z test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4131422Z test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4131588Z test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4131792Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (skip) [ 77%] 2022-12-01T10:41:25.4131982Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 SKIPPED (skip) [ 77%] 2022-12-01T10:41:25.4132148Z test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4132313Z test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4132504Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4132677Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4132842Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4133027Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4133220Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4133392Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4133570Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4133750Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4133933Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4134119Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4134301Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4134486Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4134665Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4134838Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4135007Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4135181Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4135369Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4135541Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4135720Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4135893Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4136075Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4136249Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4136500Z test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4136696Z test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4136862Z test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4137031Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4137239Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4137442Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4137597Z test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4137771Z test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4137936Z test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4138105Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4138270Z test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4138442Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amax_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4138617Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amin_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4138798Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumprod_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4138966Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4139139Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4139319Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_log_softmax_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4139499Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logaddexp_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4139670Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_mean_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4139841Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4140114Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_normalize_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4140302Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4140481Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4140644Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmax_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4140821Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmin_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4140992Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_std_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4141162Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_sum_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4141333Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4141504Z test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4141675Z test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4141870Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4142056Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4142213Z test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4142381Z test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4142550Z test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4142713Z test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4142900Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4143087Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4143322Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4143526Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4143689Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4143857Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 XFAIL [ 77%] 2022-12-01T10:41:25.4144021Z test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4144186Z test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4144405Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 SKIPPED (Expected: new_empty is not comparable) [ 77%] 2022-12-01T10:41:25.4144576Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4144750Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4144955Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4145152Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4145331Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4145524Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4145713Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4145902Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4146093Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:25.4146284Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4146473Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4146656Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4146853Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4147035Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4147221Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4147436Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:41:25.4147652Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4147873Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4148073Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4148270Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4148466Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 78%] 2022-12-01T10:41:25.4148647Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4148826Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4149046Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4149264Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4149450Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4149652Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4149849Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4150049Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4150232Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4150419Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4150607Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4150786Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4150983Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4151180Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4151375Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4151563Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4151756Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4151960Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4152153Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4152344Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4152516Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4152697Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4152877Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4153073Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4153262Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4153454Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4153642Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4153825Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4154021Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4154205Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4154376Z test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4154542Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4154737Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4154933Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4155103Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4155282Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4155449Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4155607Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4155773Z test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4155948Z test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4156119Z test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4156288Z test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4156456Z test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4156622Z test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4156785Z test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4156954Z test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4157110Z test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4157281Z test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4157458Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4157627Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4157804Z test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4157973Z test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4158140Z test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4158315Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4158499Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 SKIPPED (Allowed exception) [ 78%] 2022-12-01T10:41:25.4158698Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:41:25.4158873Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4159042Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4159220Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4159390Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4159577Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4159757Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4159933Z test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4160107Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4160295Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4160466Z test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4160668Z test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4160861Z test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4161043Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4161209Z test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4161386Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4161563Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4161727Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4161902Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4162101Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4162278Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4162457Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4162647Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4163084Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-12-01T10:41:25.4163465Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-12-01T10:41:25.4163650Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4163808Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4164040Z test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4164214Z test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4164384Z test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4164552Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4164721Z test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4164884Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4165059Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4165233Z test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4165401Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4165567Z test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4165738Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 XFAIL [ 78%] 2022-12-01T10:41:25.4165903Z test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4166066Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4166233Z test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4166405Z test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4166589Z test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4166785Z test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4167004Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4167169Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4167333Z test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4167499Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4167661Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4167828Z test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4167996Z test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4168150Z test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4168325Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:25.4168473Z test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 PASSED [ 78%] 2022-12-01T10:41:25.4168622Z test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 PASSED [ 78%] 2022-12-01T10:41:25.4168770Z test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 PASSED [ 78%] 2022-12-01T10:41:25.4168924Z test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 PASSED [ 78%] 2022-12-01T10:41:25.4169070Z test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 PASSED [ 78%] 2022-12-01T10:41:25.4169217Z test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 PASSED [ 78%] 2022-12-01T10:41:25.4169370Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 PASSED [ 78%] 2022-12-01T10:41:25.4169513Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 PASSED [ 78%] 2022-12-01T10:41:25.4169667Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 PASSED [ 78%] 2022-12-01T10:41:25.4169821Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 PASSED [ 78%] 2022-12-01T10:41:25.4169978Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 PASSED [ 78%] 2022-12-01T10:41:25.4170133Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4170291Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4170453Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4170603Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4170739Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4170900Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4171052Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4171214Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4171372Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4171522Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4171679Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4171835Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4171990Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4172175Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:41:25.4172364Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4172549Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4172703Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4172864Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4173017Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4173166Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4173328Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4173469Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4173628Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4173784Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4173940Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4174097Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4174247Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4174402Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4174559Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4174702Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4174858Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4175012Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4175163Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4175330Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4175488Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4175647Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4175812Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4175965Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4176110Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4176268Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4176428Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4176628Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:41:25.4176845Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 79%] 2022-12-01T10:41:25.4177002Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4177185Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4177360Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4177514Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 XFAIL [ 79%] 2022-12-01T10:41:25.4177685Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4177844Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4178024Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4178176Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4178327Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4178477Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4178629Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4178777Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4178911Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4179061Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4179208Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4179351Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4179504Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4179657Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4179804Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4180053Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4180203Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4180353Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4180510Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4180665Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4180827Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4180979Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4181132Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4181291Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4181589Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4181731Z test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4181884Z test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4182035Z test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4182182Z test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4182337Z test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4182486Z test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4182630Z test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4182781Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4182918Z test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4183064Z test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4183210Z test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4183368Z test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 XFAIL [ 79%] 2022-12-01T10:41:25.4183568Z test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4183753Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4183913Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4184071Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4184202Z test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4184349Z test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4184507Z test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4184658Z test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4184804Z test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4184951Z test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4185108Z test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4185252Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4185390Z test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4185539Z test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4185704Z test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4185854Z test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4186002Z test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4186164Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:41:25.4186310Z test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4186457Z test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4186608Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4186743Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4186890Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4187040Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4187190Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4187340Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4187490Z test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4187640Z test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4187786Z test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4187921Z test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4188065Z test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4188207Z test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4188350Z test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4188495Z test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4188644Z test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4188787Z test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4188965Z test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4189100Z test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4189326Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:41:25.4189469Z test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4189622Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4189778Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4189928Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4190080Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4190233Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4190380Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4190540Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:25.4190715Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4190866Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4191024Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4191182Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4191343Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4191501Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4191661Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4191804Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4191984Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4192150Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4192383Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 80%] 2022-12-01T10:41:25.4192540Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4192697Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4192865Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4193019Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4193178Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4193330Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4193486Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4193632Z test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4193776Z test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4193919Z test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4194080Z test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4194226Z test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4194378Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4194555Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4194733Z test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:41:25.4194886Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4195030Z test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4195188Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumprod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4195342Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4195503Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_normalize_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4195658Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4195805Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4195962Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_sum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4196113Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_var_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4196262Z test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4196435Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4196579Z test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4196731Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4196876Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:41:25.4197008Z test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4197176Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:41:25.4197398Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 80%] 2022-12-01T10:41:25.4197551Z test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4197702Z test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4197863Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4198062Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4198224Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4198398Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4198558Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4198740Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4198913Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4199081Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4199260Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4199424Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4199574Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4199722Z test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4199870Z test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4200036Z test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4200217Z test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4200367Z test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4200512Z test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4200658Z test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4200804Z test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4200949Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:41:25.4201095Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4201247Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4201404Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4201556Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4201710Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4201855Z test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4201995Z test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4202148Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4202298Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4202435Z test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4202577Z test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4202724Z test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4202868Z test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4203006Z test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4203155Z test_ops.py::TestMathBitsCPU::test_conj_view_slice_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4203335Z test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:41:25.4203478Z test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4203637Z test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4203780Z test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4203913Z test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4204144Z test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4204293Z test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:41:25.4204443Z test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4204584Z test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4204734Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:41:25.4204876Z test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4205031Z test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4205163Z test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4205306Z test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4205483Z test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4205627Z test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4205809Z test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4205960Z test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4206104Z test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4206263Z test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4206404Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4206547Z test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4206690Z test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4206838Z test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4207194Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 SKIPPED (Operation doesn't support conjugated inputs.) [ 80%] 2022-12-01T10:41:25.4207341Z test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4207489Z test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4207629Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:41:25.4207780Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:25.4207925Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4208080Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4208235Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4208393Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4208556Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4208709Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4208917Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 SKIPPED (Errors when storage_offset is included) [ 80%] 2022-12-01T10:41:25.4209075Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4209237Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4209393Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4209562Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4209727Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4209884Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4210047Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4210220Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4210378Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4210529Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4210680Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4210840Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4211010Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:41:25.4211197Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4211390Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4211546Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 PASSED [ 80%] 2022-12-01T10:41:25.4211702Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4211863Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4212021Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4212164Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4212318Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4212479Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4212644Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4212809Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4212970Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4213125Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4213282Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4213429Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4213588Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4213758Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4213930Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4214085Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4214242Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4214405Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4214557Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4214736Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4214883Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4215037Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4215192Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4215349Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4215569Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 81%] 2022-12-01T10:41:25.4215731Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4215891Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4216051Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4216225Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4216367Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 XFAIL [ 81%] 2022-12-01T10:41:25.4216558Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4216782Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4216935Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4217096Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4217255Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4217410Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4217565Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4217708Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4217866Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4218025Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4218177Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4218329Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4218482Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4218643Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4218795Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4218946Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4219088Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4219245Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4219415Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4219573Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4219724Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4219889Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4220171Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4220334Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4220484Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4220641Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4220802Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4220953Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4221102Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4221253Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4221408Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4221573Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4221726Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4221862Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4222059Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4222240Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4222397Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4222546Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4222699Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4222854Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4223009Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4223152Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4223302Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4223472Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4223627Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4223791Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4223937Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4224086Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 XFAIL [ 81%] 2022-12-01T10:41:25.4224248Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4224396Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4224554Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4224716Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4224868Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4225025Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4225171Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4225319Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4225468Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4225621Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4225780Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4225929Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4226081Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4226237Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4226389Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4226554Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4226703Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4226856Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4226997Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4227146Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4227293Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4227460Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:41:25.4227660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:41:25.4227835Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4227988Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4228141Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4228291Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:41:25.4228444Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4228597Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4228749Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4228904Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4229062Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4229214Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4229367Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4229517Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4229665Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4229819Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4229972Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4230124Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4230278Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4230426Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4230576Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4230733Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4230876Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4231035Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4231184Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4231333Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4231484Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4231634Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4231781Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4231986Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:41:25.4232190Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:41:25.4232332Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:25.4232480Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4232636Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4232791Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4232984Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4233165Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4233344Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4233498Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4233645Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4233808Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4233975Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4234142Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4234303Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4234477Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4234642Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4234804Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4234971Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4235118Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4235303Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4235476Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4235631Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4235795Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4235955Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4236119Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4236285Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4236435Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4236589Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:41:25.4236739Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4236889Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4237040Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4237208Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4237365Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4237520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4237677Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4237819Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:41:25.4237969Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4238115Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4238271Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4238446Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4238629Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4238793Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_normalize_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4238956Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4239103Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_std_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4239255Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4239400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4239549Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4239705Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4239862Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4240033Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4240213Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4240417Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4240575Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4240741Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4240916Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4241094Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4241267Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4241446Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4241627Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4241802Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4241985Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4242158Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4242356Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4242526Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4242683Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4242833Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4242987Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4243133Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:41:25.4243285Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4243426Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4243580Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4243722Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4243899Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4244172Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4244331Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4244499Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4244653Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4244806Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4245011Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 82%] 2022-12-01T10:41:25.4245167Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4245328Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4245479Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4245625Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4245773Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4245923Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4246073Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_slice_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4246229Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4246382Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4246535Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4246692Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4246843Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4246992Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4247145Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4247293Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4247442Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4247577Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4247735Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4247895Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4248132Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4248296Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4248446Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4248590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4248746Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4248888Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4249042Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4249189Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4249337Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4249526Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4249904Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 SKIPPED (Operation doesn't support conjugated inputs.) [ 82%] 2022-12-01T10:41:25.4250055Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4250207Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4250345Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4250494Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4250636Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4250792Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:25.4250935Z test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4251080Z test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4251227Z test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4251371Z test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4251511Z test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4251641Z test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4251782Z test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4251931Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4252083Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4252224Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4252371Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4252521Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4252666Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4252810Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4252952Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4253099Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4253241Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4253396Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 PASSED [ 82%] 2022-12-01T10:41:25.4253543Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4253701Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4253862Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4254000Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cumsum_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4254146Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4254336Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:41:25.4254534Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:41:25.4254678Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4254823Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4255010Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4255169Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:41:25.4255349Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4255486Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4255635Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4255778Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4255933Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4256084Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4256231Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4256385Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4256535Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4256672Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4256821Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4256973Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4257124Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4257275Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4257424Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4257572Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4257717Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4257860Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4258016Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4258165Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4258316Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4258464Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4258613Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4258757Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4258981Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4259125Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 XFAIL [ 83%] 2022-12-01T10:41:25.4259271Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4259423Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4259573Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4259728Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4259880Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 XFAIL [ 83%] 2022-12-01T10:41:25.4260114Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4260268Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4260413Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4260628Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4260810Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4260971Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4261116Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4261307Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:41:25.4261455Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4261604Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4261767Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4261917Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4262091Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4262258Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4262429Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4262588Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4262756Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4262922Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4263081Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4263248Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4263390Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4263573Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 SKIPPED (Test expects tensor input) [ 83%] 2022-12-01T10:41:25.4263721Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4263868Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4264026Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4264178Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4264325Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4264475Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4264610Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4264762Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4264923Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j0_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4265083Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j1_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4265235Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4265391Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4265571Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4265749Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4265924Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4266099Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4266285Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4266435Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4266583Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4266727Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4266879Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4267022Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4267166Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4267313Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4267458Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4267613Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4267767Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4267908Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4268057Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4268201Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4268350Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4268482Z test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4274043Z test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4274234Z test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4274392Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4274539Z test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4274684Z test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4274827Z test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 XFAIL [ 83%] 2022-12-01T10:41:25.4275016Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 83%] 2022-12-01T10:41:25.4275229Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 SKIPPED (Works for float64, fails for everything else) [ 83%] 2022-12-01T10:41:25.4275375Z test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4275522Z test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4275670Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4275821Z test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4275963Z test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4276123Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4276257Z test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4276398Z test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4276551Z test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 XFAIL [ 83%] 2022-12-01T10:41:25.4276692Z test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4276834Z test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 XFAIL [ 83%] 2022-12-01T10:41:25.4277063Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4277241Z test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4277388Z test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4277521Z test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4277665Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4277821Z test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4277965Z test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4278104Z test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4278256Z test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4278405Z test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4278550Z test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4278701Z test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4278846Z test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4278988Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4279148Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4279289Z test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:25.4279447Z test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4279607Z test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4279752Z test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4279911Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:41:25.4280041Z test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4280181Z test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4280320Z test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4280459Z test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4280599Z test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4280742Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4280882Z test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4281038Z test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:41:25.4281171Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4281311Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4281451Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4281601Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4281743Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4281884Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4282027Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4282170Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4282311Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4282481Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4282659Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4282805Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4282949Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4283090Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4283230Z test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4283372Z test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4283503Z test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4283642Z test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4283794Z test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4283938Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4284181Z test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4284325Z test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4284467Z test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4284609Z test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4284736Z test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4284877Z test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4285021Z test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4285180Z test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4285324Z test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4285466Z test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4285615Z test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4285758Z test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4285888Z test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4286031Z test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4286175Z test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4286318Z test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4286458Z test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4286656Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 84%] 2022-12-01T10:41:25.4286799Z test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4286948Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4287097Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4287245Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4287392Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4287545Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4287700Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4287853Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4288048Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4288244Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4288405Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4288551Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4288722Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4288874Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4289052Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4289200Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4289358Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4289513Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4289679Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4289819Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4289966Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4290124Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4290273Z test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 XFAIL [ 84%] 2022-12-01T10:41:25.4290419Z test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4290566Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4290724Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4290877Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4291023Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4291166Z test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4291311Z test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4291457Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4291601Z test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4291746Z test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 XFAIL [ 84%] 2022-12-01T10:41:25.4291890Z test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4292032Z test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4292172Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4292306Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4292449Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4292588Z test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4292736Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_amax_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4292888Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4293043Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumprod_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4293190Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4293350Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4293522Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_logaddexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4293707Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4293852Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4294000Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_prod_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4294151Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4294299Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmin_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4294447Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_std_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4294593Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_sum_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4294728Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_var_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4294890Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4295053Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4295195Z test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4295340Z test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4295505Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4295671Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4295830Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4295976Z test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4296108Z test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4296254Z test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4296396Z test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4296546Z test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4296682Z test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4296840Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4297001Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4297148Z test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4297286Z test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4297431Z test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4297582Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4297725Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 XFAIL [ 84%] 2022-12-01T10:41:25.4297877Z test_ops.py::TestMathBitsCPU::test_neg_view_native_batch_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4298017Z test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4298177Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:41:25.4298319Z test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4298447Z test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4298625Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4298829Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4299006Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4299210Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:25.4299374Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4299537Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4299712Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4299869Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4300212Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4300389Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4300563Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4300731Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4300896Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4301063Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4301298Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-12-01T10:41:25.4301475Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4301644Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4301812Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4301981Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4302148Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4302326Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4302505Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4302685Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4302846Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4303007Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4303173Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4303338Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4303501Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4303673Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4303828Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4303996Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4304161Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4304328Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4304554Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4304739Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4304925Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4305092Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4305258Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4305418Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4305585Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4305759Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4305921Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4306083Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4306228Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4306403Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4306569Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4306764Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4306938Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4307113Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4307262Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4307413Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4307556Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 XFAIL [ 85%] 2022-12-01T10:41:25.4307713Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_native_batch_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4307873Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4308017Z test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4308160Z test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4308310Z test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4308455Z test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4308601Z test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4308769Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4308922Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4309082Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4309226Z test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4309378Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4309529Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4309673Z test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4309816Z test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4310026Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4310202Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4310352Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4310498Z test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4310652Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4310832Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:41:25.4310976Z test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4311134Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4311301Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4311443Z test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4311576Z test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4311730Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4311876Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4312035Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4312213Z test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:41:25.4312369Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4312528Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4312685Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4312832Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4313009Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4313415Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:41:25.4313757Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:41:25.4313910Z test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4314062Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4314215Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4314392Z test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4314741Z test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:41:25.4314918Z test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4315097Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4315269Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4315638Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:41:25.4316003Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:41:25.4316384Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:41:25.4316566Z test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4316714Z test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4316871Z test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4317012Z test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4317144Z test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 XFAIL [ 85%] 2022-12-01T10:41:25.4317287Z test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4317428Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4317570Z test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4317714Z test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4317852Z test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4317997Z test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4318136Z test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4318267Z test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4318406Z test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4318545Z test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4318689Z test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4318835Z test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4318975Z test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4319134Z test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4319275Z test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4319404Z test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4319547Z test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4319689Z test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4319830Z test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4320045Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-12-01T10:41:25.4320190Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4320330Z test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4320472Z test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4320601Z test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4320742Z test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4320881Z test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4321027Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:25.4321192Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu PASSED [ 85%] 2022-12-01T10:41:25.4321366Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu PASSED [ 85%] 2022-12-01T10:41:25.4321555Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu PASSED [ 85%] 2022-12-01T10:41:25.4321745Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu PASSED [ 86%] 2022-12-01T10:41:25.4321914Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu PASSED [ 86%] 2022-12-01T10:41:25.4322070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu PASSED [ 86%] 2022-12-01T10:41:25.4322236Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu PASSED [ 86%] 2022-12-01T10:41:25.4322401Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu PASSED [ 86%] 2022-12-01T10:41:25.4322574Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu PASSED [ 86%] 2022-12-01T10:41:25.4322757Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu PASSED [ 86%] 2022-12-01T10:41:25.4322930Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu PASSED [ 86%] 2022-12-01T10:41:25.4323115Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu PASSED [ 86%] 2022-12-01T10:41:25.4323277Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu PASSED [ 86%] 2022-12-01T10:41:25.4323441Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu PASSED [ 86%] 2022-12-01T10:41:25.4323595Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu PASSED [ 86%] 2022-12-01T10:41:25.4323771Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu PASSED [ 86%] 2022-12-01T10:41:25.4323935Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu PASSED [ 86%] 2022-12-01T10:41:25.4324199Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu PASSED [ 86%] 2022-12-01T10:41:25.4324382Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu PASSED [ 86%] 2022-12-01T10:41:25.4324555Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu PASSED [ 86%] 2022-12-01T10:41:25.4324717Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu PASSED [ 86%] 2022-12-01T10:41:25.4324889Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu PASSED [ 86%] 2022-12-01T10:41:25.4325041Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu PASSED [ 86%] 2022-12-01T10:41:25.4325214Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu PASSED [ 86%] 2022-12-01T10:41:25.4325387Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu PASSED [ 86%] 2022-12-01T10:41:25.4325563Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu PASSED [ 86%] 2022-12-01T10:41:25.4325735Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu PASSED [ 86%] 2022-12-01T10:41:25.4325904Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu PASSED [ 86%] 2022-12-01T10:41:25.4326076Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu PASSED [ 86%] 2022-12-01T10:41:25.4326240Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu PASSED [ 86%] 2022-12-01T10:41:25.4326413Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu PASSED [ 86%] 2022-12-01T10:41:25.4326563Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu PASSED [ 86%] 2022-12-01T10:41:25.4326735Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu PASSED [ 86%] 2022-12-01T10:41:25.4326902Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu PASSED [ 86%] 2022-12-01T10:41:25.4327105Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu PASSED [ 86%] 2022-12-01T10:41:25.4327274Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu PASSED [ 86%] 2022-12-01T10:41:25.4327478Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu PASSED [ 86%] 2022-12-01T10:41:25.4327649Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu PASSED [ 86%] 2022-12-01T10:41:25.4327813Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu PASSED [ 86%] 2022-12-01T10:41:25.4327983Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu PASSED [ 86%] 2022-12-01T10:41:25.4328135Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu PASSED [ 86%] 2022-12-01T10:41:25.4328301Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu PASSED [ 86%] 2022-12-01T10:41:25.4328473Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu PASSED [ 86%] 2022-12-01T10:41:25.4328641Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu PASSED [ 86%] 2022-12-01T10:41:25.4328810Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu PASSED [ 86%] 2022-12-01T10:41:25.4328978Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu PASSED [ 86%] 2022-12-01T10:41:25.4329143Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu PASSED [ 86%] 2022-12-01T10:41:25.4329318Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu PASSED [ 86%] 2022-12-01T10:41:25.4329483Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu PASSED [ 86%] 2022-12-01T10:41:25.4329634Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu PASSED [ 86%] 2022-12-01T10:41:25.4329795Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu PASSED [ 86%] 2022-12-01T10:41:25.4329958Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu PASSED [ 86%] 2022-12-01T10:41:25.4330131Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu PASSED [ 86%] 2022-12-01T10:41:25.4330298Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu PASSED [ 86%] 2022-12-01T10:41:25.4330464Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu PASSED [ 86%] 2022-12-01T10:41:25.4330626Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu PASSED [ 86%] 2022-12-01T10:41:25.4330797Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu PASSED [ 86%] 2022-12-01T10:41:25.4330957Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu PASSED [ 86%] 2022-12-01T10:41:25.4331129Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu PASSED [ 86%] 2022-12-01T10:41:25.4331302Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu PASSED [ 86%] 2022-12-01T10:41:25.4331471Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu PASSED [ 86%] 2022-12-01T10:41:25.4331633Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu PASSED [ 86%] 2022-12-01T10:41:25.4331799Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu PASSED [ 86%] 2022-12-01T10:41:25.4331961Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu PASSED [ 86%] 2022-12-01T10:41:25.4332129Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu PASSED [ 86%] 2022-12-01T10:41:25.4332292Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu PASSED [ 86%] 2022-12-01T10:41:25.4332445Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu PASSED [ 86%] 2022-12-01T10:41:25.4332643Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu PASSED [ 86%] 2022-12-01T10:41:25.4332848Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu PASSED [ 86%] 2022-12-01T10:41:25.4333014Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu PASSED [ 86%] 2022-12-01T10:41:25.4333176Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu PASSED [ 86%] 2022-12-01T10:41:25.4333348Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu PASSED [ 86%] 2022-12-01T10:41:25.4333528Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu PASSED [ 86%] 2022-12-01T10:41:25.4333718Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu PASSED [ 86%] 2022-12-01T10:41:25.4333919Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 86%] 2022-12-01T10:41:25.4334090Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu PASSED [ 86%] 2022-12-01T10:41:25.4334285Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 86%] 2022-12-01T10:41:25.4334468Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu PASSED [ 86%] 2022-12-01T10:41:25.4334653Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu PASSED [ 86%] 2022-12-01T10:41:25.4334825Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu PASSED [ 86%] 2022-12-01T10:41:25.4334989Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu PASSED [ 86%] 2022-12-01T10:41:25.4335154Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu PASSED [ 86%] 2022-12-01T10:41:25.4335323Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu PASSED [ 86%] 2022-12-01T10:41:25.4335488Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu PASSED [ 86%] 2022-12-01T10:41:25.4335650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu PASSED [ 86%] 2022-12-01T10:41:25.4335823Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu PASSED [ 86%] 2022-12-01T10:41:25.4335992Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu PASSED [ 86%] 2022-12-01T10:41:25.4336166Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu PASSED [ 86%] 2022-12-01T10:41:25.4336337Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu PASSED [ 86%] 2022-12-01T10:41:25.4336500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu PASSED [ 86%] 2022-12-01T10:41:25.4336681Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu PASSED [ 86%] 2022-12-01T10:41:25.4336847Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu PASSED [ 86%] 2022-12-01T10:41:25.4337016Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu PASSED [ 86%] 2022-12-01T10:41:25.4337167Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu PASSED [ 86%] 2022-12-01T10:41:25.4337328Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu PASSED [ 86%] 2022-12-01T10:41:25.4337507Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j0_cpu PASSED [ 86%] 2022-12-01T10:41:25.4337687Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j1_cpu PASSED [ 86%] 2022-12-01T10:41:25.4337861Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu PASSED [ 86%] 2022-12-01T10:41:25.4338058Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu PASSED [ 86%] 2022-12-01T10:41:25.4338252Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu PASSED [ 86%] 2022-12-01T10:41:25.4338427Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu PASSED [ 86%] 2022-12-01T10:41:25.4338613Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu PASSED [ 86%] 2022-12-01T10:41:25.4338793Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_spherical_bessel_j0_cpu PASSED [ 86%] 2022-12-01T10:41:25.4338961Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu PASSED [ 86%] 2022-12-01T10:41:25.4339121Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu PASSED [ 86%] 2022-12-01T10:41:25.4339291Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu PASSED [ 86%] 2022-12-01T10:41:25.4339454Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu PASSED [ 86%] 2022-12-01T10:41:25.4339620Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu PASSED [ 86%] 2022-12-01T10:41:25.4339794Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu PASSED [ 86%] 2022-12-01T10:41:25.4340086Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu PASSED [ 86%] 2022-12-01T10:41:25.4340248Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu PASSED [ 86%] 2022-12-01T10:41:25.4340411Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu PASSED [ 86%] 2022-12-01T10:41:25.4340578Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu PASSED [ 86%] 2022-12-01T10:41:25.4340747Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu PASSED [ 86%] 2022-12-01T10:41:25.4340921Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu PASSED [ 86%] 2022-12-01T10:41:25.4341086Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu PASSED [ 86%] 2022-12-01T10:41:25.4341254Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu PASSED [ 86%] 2022-12-01T10:41:25.4341418Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu PASSED [ 86%] 2022-12-01T10:41:25.4341584Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu PASSED [ 86%] 2022-12-01T10:41:25.4341736Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu PASSED [ 86%] 2022-12-01T10:41:25.4341911Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu PASSED [ 86%] 2022-12-01T10:41:25.4342084Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu PASSED [ 86%] 2022-12-01T10:41:25.4342254Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu PASSED [ 86%] 2022-12-01T10:41:25.4342429Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu PASSED [ 86%] 2022-12-01T10:41:25.4342598Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu PASSED [ 86%] 2022-12-01T10:41:25.4342768Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu PASSED [ 86%] 2022-12-01T10:41:25.4342950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu PASSED [ 86%] 2022-12-01T10:41:25.4343125Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu PASSED [ 86%] 2022-12-01T10:41:25.4343277Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu PASSED [ 86%] 2022-12-01T10:41:25.4343444Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu PASSED [ 86%] 2022-12-01T10:41:25.4343653Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu PASSED [ 86%] 2022-12-01T10:41:25.4343863Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu PASSED [ 86%] 2022-12-01T10:41:25.4344092Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu SKIPPED (_refs.copy_to does not have an entry in python_ref_db) [ 86%] 2022-12-01T10:41:25.4344269Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu PASSED [ 86%] 2022-12-01T10:41:25.4344443Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu PASSED [ 87%] 2022-12-01T10:41:25.4344613Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu PASSED [ 87%] 2022-12-01T10:41:25.4344855Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu SKIPPED (_refs.empty_strided does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:41:25.4345069Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu SKIPPED (_refs.equal does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:41:25.4345239Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu PASSED [ 87%] 2022-12-01T10:41:25.4345409Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu PASSED [ 87%] 2022-12-01T10:41:25.4345573Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu PASSED [ 87%] 2022-12-01T10:41:25.4345752Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu PASSED [ 87%] 2022-12-01T10:41:25.4345916Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu PASSED [ 87%] 2022-12-01T10:41:25.4346090Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu PASSED [ 87%] 2022-12-01T10:41:25.4346267Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu PASSED [ 87%] 2022-12-01T10:41:25.4346439Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu PASSED [ 87%] 2022-12-01T10:41:25.4346594Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu PASSED [ 87%] 2022-12-01T10:41:25.4346761Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu PASSED [ 87%] 2022-12-01T10:41:25.4346926Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu PASSED [ 87%] 2022-12-01T10:41:25.4347103Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu PASSED [ 87%] 2022-12-01T10:41:25.4347274Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu PASSED [ 87%] 2022-12-01T10:41:25.4347445Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu PASSED [ 87%] 2022-12-01T10:41:25.4347617Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu PASSED [ 87%] 2022-12-01T10:41:25.4347789Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu PASSED [ 87%] 2022-12-01T10:41:25.4347957Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu PASSED [ 87%] 2022-12-01T10:41:25.4348111Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu PASSED [ 87%] 2022-12-01T10:41:25.4348280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu PASSED [ 87%] 2022-12-01T10:41:25.4348458Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu PASSED [ 87%] 2022-12-01T10:41:25.4348633Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu PASSED [ 87%] 2022-12-01T10:41:25.4348796Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu PASSED [ 87%] 2022-12-01T10:41:25.4348990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu PASSED [ 87%] 2022-12-01T10:41:25.4349183Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu PASSED [ 87%] 2022-12-01T10:41:25.4349349Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu PASSED [ 87%] 2022-12-01T10:41:25.4349578Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu SKIPPED (_refs.full_like does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:41:25.4349732Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu PASSED [ 87%] 2022-12-01T10:41:25.4349900Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu PASSED [ 87%] 2022-12-01T10:41:25.4350069Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu PASSED [ 87%] 2022-12-01T10:41:25.4350240Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu PASSED [ 87%] 2022-12-01T10:41:25.4350413Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu PASSED [ 87%] 2022-12-01T10:41:25.4350646Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu SKIPPED (_refs.index_copy_ does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:41:25.4350870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu SKIPPED (_refs.index_fill_ does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:41:25.4351042Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu PASSED [ 87%] 2022-12-01T10:41:25.4351217Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu PASSED [ 87%] 2022-12-01T10:41:25.4351386Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu PASSED [ 87%] 2022-12-01T10:41:25.4351542Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu PASSED [ 87%] 2022-12-01T10:41:25.4351707Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu PASSED [ 87%] 2022-12-01T10:41:25.4351880Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu PASSED [ 87%] 2022-12-01T10:41:25.4352044Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu PASSED [ 87%] 2022-12-01T10:41:25.4352220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu PASSED [ 87%] 2022-12-01T10:41:25.4352390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu PASSED [ 87%] 2022-12-01T10:41:25.4352563Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu PASSED [ 87%] 2022-12-01T10:41:25.4352738Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu PASSED [ 87%] 2022-12-01T10:41:25.4352895Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu PASSED [ 87%] 2022-12-01T10:41:25.4353059Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu PASSED [ 87%] 2022-12-01T10:41:25.4353232Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu PASSED [ 87%] 2022-12-01T10:41:25.4353413Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu PASSED [ 87%] 2022-12-01T10:41:25.4353577Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu PASSED [ 87%] 2022-12-01T10:41:25.4353762Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu PASSED [ 87%] 2022-12-01T10:41:25.4353941Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu PASSED [ 87%] 2022-12-01T10:41:25.4354122Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu PASSED [ 87%] 2022-12-01T10:41:25.4354340Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu PASSED [ 87%] 2022-12-01T10:41:25.4354540Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_huber_loss_cpu PASSED [ 87%] 2022-12-01T10:41:25.4354739Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 87%] 2022-12-01T10:41:25.4354925Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu PASSED [ 87%] 2022-12-01T10:41:25.4355107Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu PASSED [ 87%] 2022-12-01T10:41:25.4355287Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu PASSED [ 87%] 2022-12-01T10:41:25.4355463Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu PASSED [ 87%] 2022-12-01T10:41:25.4355648Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu PASSED [ 87%] 2022-12-01T10:41:25.4355839Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu PASSED [ 87%] 2022-12-01T10:41:25.4356062Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu SKIPPED (_refs.ones does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:41:25.4356290Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu SKIPPED (_refs.ones_like does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:41:25.4356448Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu PASSED [ 87%] 2022-12-01T10:41:25.4356619Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu PASSED [ 87%] 2022-12-01T10:41:25.4356780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu PASSED [ 87%] 2022-12-01T10:41:25.4356948Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu PASSED [ 87%] 2022-12-01T10:41:25.4357118Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu PASSED [ 87%] 2022-12-01T10:41:25.4357285Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu PASSED [ 87%] 2022-12-01T10:41:25.4357450Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu PASSED [ 87%] 2022-12-01T10:41:25.4357627Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu PASSED [ 87%] 2022-12-01T10:41:25.4357800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu PASSED [ 87%] 2022-12-01T10:41:25.4357957Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu PASSED [ 87%] 2022-12-01T10:41:25.4358128Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu PASSED [ 87%] 2022-12-01T10:41:25.4358362Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu SKIPPED (_refs.rfloordiv does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:41:25.4358531Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu PASSED [ 87%] 2022-12-01T10:41:25.4358696Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu PASSED [ 87%] 2022-12-01T10:41:25.4358917Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu SKIPPED (_refs.rpow does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:41:25.4359083Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu PASSED [ 87%] 2022-12-01T10:41:25.4359249Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu PASSED [ 87%] 2022-12-01T10:41:25.4359493Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu SKIPPED (_refs.scalar_tensor does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:41:25.4359671Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu PASSED [ 87%] 2022-12-01T10:41:25.4359875Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu PASSED [ 87%] 2022-12-01T10:41:25.4360038Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu PASSED [ 87%] 2022-12-01T10:41:25.4360209Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu PASSED [ 87%] 2022-12-01T10:41:25.4360374Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu PASSED [ 87%] 2022-12-01T10:41:25.4360541Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu PASSED [ 87%] 2022-12-01T10:41:25.4360705Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu PASSED [ 87%] 2022-12-01T10:41:25.4360885Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j0_cpu PASSED [ 87%] 2022-12-01T10:41:25.4361069Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j1_cpu PASSED [ 87%] 2022-12-01T10:41:25.4361234Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu PASSED [ 87%] 2022-12-01T10:41:25.4361409Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu PASSED [ 87%] 2022-12-01T10:41:25.4361596Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu PASSED [ 87%] 2022-12-01T10:41:25.4361763Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu PASSED [ 87%] 2022-12-01T10:41:25.4361926Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu PASSED [ 87%] 2022-12-01T10:41:25.4362098Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu PASSED [ 87%] 2022-12-01T10:41:25.4362262Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu PASSED [ 87%] 2022-12-01T10:41:25.4362426Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu PASSED [ 87%] 2022-12-01T10:41:25.4362598Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu PASSED [ 87%] 2022-12-01T10:41:25.4362760Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu PASSED [ 87%] 2022-12-01T10:41:25.4362924Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu PASSED [ 87%] 2022-12-01T10:41:25.4363099Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu PASSED [ 87%] 2022-12-01T10:41:25.4363270Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu PASSED [ 87%] 2022-12-01T10:41:25.4363438Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu PASSED [ 87%] 2022-12-01T10:41:25.4363672Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu SKIPPED (_refs.trunc_divide does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:41:25.4363840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu PASSED [ 87%] 2022-12-01T10:41:25.4364102Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu PASSED [ 87%] 2022-12-01T10:41:25.4364279Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu PASSED [ 87%] 2022-12-01T10:41:25.4364429Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu PASSED [ 87%] 2022-12-01T10:41:25.4364601Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu PASSED [ 87%] 2022-12-01T10:41:25.4364769Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu PASSED [ 87%] 2022-12-01T10:41:25.4364992Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu SKIPPED (_refs.zeros does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:41:25.4365257Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu SKIPPED (_refs.zeros_like does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:41:25.4365444Z test_ops.py::TestFakeTensorCPU::test_fake_H_cpu_float32 PASSED [ 87%] 2022-12-01T10:41:25.4365591Z test_ops.py::TestFakeTensorCPU::test_fake_T_cpu_float32 PASSED [ 87%] 2022-12-01T10:41:25.4365738Z test_ops.py::TestFakeTensorCPU::test_fake___radd___cpu_float32 PASSED [ 87%] 2022-12-01T10:41:25.4365886Z test_ops.py::TestFakeTensorCPU::test_fake___rmatmul___cpu_float32 PASSED [ 87%] 2022-12-01T10:41:25.4366015Z test_ops.py::TestFakeTensorCPU::test_fake___ror___cpu_int64 PASSED [ 87%] 2022-12-01T10:41:25.4366161Z test_ops.py::TestFakeTensorCPU::test_fake___rpow___cpu_float32 PASSED [ 87%] 2022-12-01T10:41:25.4366301Z test_ops.py::TestFakeTensorCPU::test_fake___rsub___cpu_float32 PASSED [ 87%] 2022-12-01T10:41:25.4366440Z test_ops.py::TestFakeTensorCPU::test_fake___rxor___cpu_int64 PASSED [ 87%] 2022-12-01T10:41:25.4366586Z test_ops.py::TestFakeTensorCPU::test_fake_acosh_cpu_float32 PASSED [ 87%] 2022-12-01T10:41:25.4366729Z test_ops.py::TestFakeTensorCPU::test_fake_add_cpu_float32 PASSED [ 87%] 2022-12-01T10:41:25.4366874Z test_ops.py::TestFakeTensorCPU::test_fake_addcmul_cpu_float32 PASSED [ 87%] 2022-12-01T10:41:25.4367017Z test_ops.py::TestFakeTensorCPU::test_fake_addmm_cpu_float32 PASSED [ 87%] 2022-12-01T10:41:25.4367165Z test_ops.py::TestFakeTensorCPU::test_fake_addmm_decomposed_cpu_float32 PASSED [ 87%] 2022-12-01T10:41:25.4367309Z test_ops.py::TestFakeTensorCPU::test_fake_addmv_cpu_float32 PASSED [ 87%] 2022-12-01T10:41:25.4367450Z test_ops.py::TestFakeTensorCPU::test_fake_addr_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4367594Z test_ops.py::TestFakeTensorCPU::test_fake_amin_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4367765Z test_ops.py::TestFakeTensorCPU::test_fake_aminmax_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:41:25.4367912Z test_ops.py::TestFakeTensorCPU::test_fake_argmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4368056Z test_ops.py::TestFakeTensorCPU::test_fake_argsort_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4368197Z test_ops.py::TestFakeTensorCPU::test_fake_argwhere_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4368326Z test_ops.py::TestFakeTensorCPU::test_fake_asin_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4368466Z test_ops.py::TestFakeTensorCPU::test_fake_atan_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4368609Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_1d_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4368750Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_H_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4368908Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___getitem___cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4369061Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___radd___cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4369215Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rand___cpu_int64 PASSED [ 88%] 2022-12-01T10:41:25.4369368Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rdiv___cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4369527Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmatmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4369670Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmod___cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4369820Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4369972Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___ror___cpu_int64 PASSED [ 88%] 2022-12-01T10:41:25.4370125Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rxor___cpu_int64 PASSED [ 88%] 2022-12-01T10:41:25.4370276Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_acos_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4370429Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_acosh_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4370608Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_add_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4370764Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4370935Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcmul_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4371088Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4371237Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_all_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4371393Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_allclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4371542Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_amax_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4371692Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_amin_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4371872Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_aminmax_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:41:25.4372027Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_angle_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4372172Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_arange_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4372326Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argsort_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4372485Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4372636Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_asin_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4372788Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_asinh_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4372943Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_1d_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4373099Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_2d_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4373259Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bernoulli_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4373416Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_and_cpu_int64 PASSED [ 88%] 2022-12-01T10:41:25.4373572Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 PASSED [ 88%] 2022-12-01T10:41:25.4373729Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_block_diag_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4373894Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_shapes_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4374061Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_tensors_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4374223Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_to_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4374388Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cartesian_prod_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4374537Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cat_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4374690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdist_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4374832Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ceil_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4374986Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_chalf_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4375134Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_char_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4375316Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:41:25.4375506Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_inverse_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:41:25.4375658Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_chunk_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4375814Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_min_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4375975Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_combinations_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4376151Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_complex_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4376313Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_contiguous_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4376500Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_copysign_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4376652Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_corrcoef_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4376801Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cos_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4376951Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cosh_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4377111Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_count_nonzero_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4377264Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummin_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4377418Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4377557Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diff_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4377708Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dist_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4377879Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_floor_rounding_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4378047Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4378198Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dot_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4378351Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_double_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4378501Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dsplit_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4378649Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dstack_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4378784Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_einsum_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4378940Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4379100Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_like_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4379250Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_eq_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4379400Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfc_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4379552Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4379709Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_as_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4379862Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4380104Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expm1_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4380259Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_eye_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4380417Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4380578Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftshift_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4380739Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4380897Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft2_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4381056Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4381214Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4381369Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4381507Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fill_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4381660Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flip_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4381868Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_power_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4382057Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4382209Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4382368Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_frexp_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4382519Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_geqrf_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4382678Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gradient_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4382814Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gt_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4382977Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_heaviside_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4383126Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histc_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4383290Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogram_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4383455Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogramdd_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4383615Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hsplit_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4383770Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hypot_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4383919Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_i0_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4384062Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_igammac_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4384220Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_imag_cpu_complex64 PASSED [ 88%] 2022-12-01T10:41:25.4384379Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_add_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4384541Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_fill_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4384697Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_put_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4384857Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_reduce_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4385020Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_select_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4385173Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_inner_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4385328Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4385473Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isfinite_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4385623Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isinf_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4385776Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isneginf_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4385926Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isposinf_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4386082Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isreal_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4386262Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_istft_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:41:25.4386465Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:41:25.4386677Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:41:25.4386855Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:41:25.4387042Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:41:25.4387201Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_kthvalue_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4387351Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lcm_cpu_int64 PASSED [ 88%] 2022-12-01T10:41:25.4387535Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ldexp_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4387720Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cond_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4387879Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4388050Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_singular_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4388204Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eig_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:25.4388379Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvals_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:25.4388566Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:25.4388745Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_householder_product_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4388912Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4389084Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4389244Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4389401Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4389565Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4389734Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4389914Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:25.4390114Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:25.4390277Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4390465Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4390645Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:25.4390878Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 89%] 2022-12-01T10:41:25.4391038Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_qr_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4391202Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_slogdet_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4391367Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4391533Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4391695Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svdvals_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4391864Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4392020Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linspace_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4392171Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log10_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4392324Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log1p_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4392493Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4392655Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4392805Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logcumsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4392988Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logdet_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4393220Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_and_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4393377Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_not_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4393534Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_xor_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4393687Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logit_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4393846Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4393998Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4394180Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_solve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:25.4394316Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mT_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4394476Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amin_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4394643Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4394812Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_log_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4394982Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4395139Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4395305Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_normalize_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4395465Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_prod_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4395617Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4395781Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_std_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4395939Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_binary_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4396117Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4396272Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_maximum_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4396423Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mean_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4396597Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4396776Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4396940Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4397100Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4397251Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mm_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4397410Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_movedim_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4397556Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mv_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4397753Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:25.4397909Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nan_to_num_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4398089Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmean_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:25.4398249Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmedian_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4398420Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanquantile_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:25.4398605Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nansum_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4398808Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-12-01T10:41:25.4398975Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_layer_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4399128Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_neg_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4399286Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4399441Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_full_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4399628Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4399813Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4399979Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4400153Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4400337Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4400536Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4400704Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_celu_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4400871Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4401058Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4401240Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4401437Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:25.4401604Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4401775Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4401941Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_elu_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4402141Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:25.4402340Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4402523Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4402693Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4402862Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_glu_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4403040Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4403202Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4403387Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4403563Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4403749Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4403935Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4404243Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4404475Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4404664Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4404836Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4404999Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4405199Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:25.4405377Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4405561Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4405741Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4405936Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4406130Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:25.4406307Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4406497Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:25.4406678Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4406848Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4407034Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4407220Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4407457Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4407627Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4407799Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4407969Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4408136Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_selu_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4408291Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4408474Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4408649Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4408817Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4408990Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4409173Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4409353Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4409509Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nonzero_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4409695Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_fro_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4409861Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4410012Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4410170Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_like_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4410325Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_permute_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4410500Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4410670Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4410834Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4410988Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_positive_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:25.4411141Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pow_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4411284Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_put_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4411463Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_quantile_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:41:25.4411618Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rad2deg_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4411778Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4411931Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4412082Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_real_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4412239Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_remainder_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4412435Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_interleave_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:41:25.4412580Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_as_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4412739Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4412894Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize_as__cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4413054Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_conj_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4413203Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_roll_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4413357Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4413520Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4413685Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4413855Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4414000Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsqrt_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4414149Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsub_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4414317Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4414487Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4414654Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4414850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:41:25.4415004Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_short_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4415155Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sign_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4415321Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signbit_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4415502Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sin_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4415656Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinh_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4415808Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4415963Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4416128Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4416324Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:41:25.4416488Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_airy_ai_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4416654Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j1_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4416811Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y0_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4416993Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4417395Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 90%] 2022-12-01T10:41:25.4417763Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 90%] 2022-12-01T10:41:25.4417925Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_entr_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4418084Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i0e_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4418248Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1e_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4418418Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_log_ndtr_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4418598Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4418767Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4418929Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtr_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4419307Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 90%] 2022-12-01T10:41:25.4419684Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 90%] 2022-12-01T10:41:25.4420179Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 90%] 2022-12-01T10:41:25.4420365Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4420536Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_xlog1py_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4420697Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_zeta_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4420860Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_list_args_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4421029Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_with_sizes_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4421172Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_stack_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4421324Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4421522Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4421716Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_to_size_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4421872Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_symeig_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4422026Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tan_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4422180Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tanh_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4422344Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensordot_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4422480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tile_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4422664Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_sparse_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:41:25.4422817Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_topk_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4422977Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapz_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4423149Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triangular_solve_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4423301Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4423457Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unbind_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4423618Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unflatten_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4423760Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4423916Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_uniform_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4424067Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4424223Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4424389Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_real_cpu_complex64 PASSED [ 90%] 2022-12-01T10:41:25.4424546Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vsplit_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4424702Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vstack_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4424854Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_where_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4424991Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4425141Z test_ops.py::TestFakeTensorCPU::test_fake_bernoulli_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4425286Z test_ops.py::TestFakeTensorCPU::test_fake_bfloat16_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4425432Z test_ops.py::TestFakeTensorCPU::test_fake_bincount_cpu_int64 PASSED [ 90%] 2022-12-01T10:41:25.4425587Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_left_shift_cpu_int64 PASSED [ 90%] 2022-12-01T10:41:25.4425735Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_or_cpu_int64 PASSED [ 90%] 2022-12-01T10:41:25.4425881Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_xor_cpu_int64 PASSED [ 90%] 2022-12-01T10:41:25.4426025Z test_ops.py::TestFakeTensorCPU::test_fake_block_diag_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4426167Z test_ops.py::TestFakeTensorCPU::test_fake_bmm_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4426311Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_shapes_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4426466Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_tensors_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4426612Z test_ops.py::TestFakeTensorCPU::test_fake_bucketize_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4426752Z test_ops.py::TestFakeTensorCPU::test_fake_byte_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4426907Z test_ops.py::TestFakeTensorCPU::test_fake_cartesian_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4427079Z test_ops.py::TestFakeTensorCPU::test_fake_ceil_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4427250Z test_ops.py::TestFakeTensorCPU::test_fake_chalf_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4427403Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_solve_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4427535Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4427678Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_max_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4427820Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_min_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4427960Z test_ops.py::TestFakeTensorCPU::test_fake_clone_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4428110Z test_ops.py::TestFakeTensorCPU::test_fake_column_stack_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4428260Z test_ops.py::TestFakeTensorCPU::test_fake_combinations_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4428404Z test_ops.py::TestFakeTensorCPU::test_fake_conj_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4428558Z test_ops.py::TestFakeTensorCPU::test_fake_conj_physical_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4428702Z test_ops.py::TestFakeTensorCPU::test_fake_constant_pad_nd_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4428847Z test_ops.py::TestFakeTensorCPU::test_fake_corrcoef_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4428989Z test_ops.py::TestFakeTensorCPU::test_fake_cosh_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4429140Z test_ops.py::TestFakeTensorCPU::test_fake_count_nonzero_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4429281Z test_ops.py::TestFakeTensorCPU::test_fake_cross_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:25.4429469Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_H_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4429663Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4429855Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4430046Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4430226Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4430413Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4430603Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4430788Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_add_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4430976Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4431180Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4431368Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4431556Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4431740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4431912Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4432091Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4432283Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4432502Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4432726Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4432917Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4433107Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4433312Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4433507Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4433704Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:41:25.4433880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4434065Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4434252Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4434449Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4434637Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4434827Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4435020Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4435207Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4435396Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4435581Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4435771Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4435956Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4436140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4436327Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4436517Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4436705Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4436914Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4437101Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4437292Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4437480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4437692Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4437908Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4438112Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4438313Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4438498Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4438686Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4438868Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4439055Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4439239Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4439410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4439603Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4439792Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4439992Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4440182Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4440371Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4440563Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4440747Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4440934Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4441110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4441296Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4441484Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4441669Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4441854Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4442035Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4442218Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4442406Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4442596Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4442781Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_half_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4442982Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4443205Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4443398Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4443591Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4443784Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4444048Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4444241Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4444428Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4444657Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4444847Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4445023Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4445221Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4445418Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4445613Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4445816Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4446012Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4446212Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4446409Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4446610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4446795Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4447000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4447200Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4447420Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4447620Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:41:25.4447817Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_singular_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:41:25.4448010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4448205Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4448444Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4448664Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4448851Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4449056Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4449255Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4449452Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4449654Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4449843Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4450028Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4450213Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4450404Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4450604Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4450787Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4450977Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4451164Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4451355Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4451539Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4451730Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4451927Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4452115Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4452318Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4452520Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4452709Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4452905Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4453103Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4453293Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4453488Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4453705Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4453920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4454113Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4454318Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4454503Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4454678Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_median_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4454887Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4455102Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4455306Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4455487Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4455677Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4455865Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4456049Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4456231Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4456438Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4456617Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4456804Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4457023Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4457243Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4457452Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4457659Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4457867Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4458073Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4458288Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:41:25.4458519Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4458709Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4458940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4459190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4459395Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:25.4459592Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4459825Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4460144Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4460364Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4460571Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4460780Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4460991Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4461185Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4461393Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4461608Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4461830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4462034Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4462240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4462448Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4462668Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4462873Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4463090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4463292Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4463502Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4463710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4463925Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4464168Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4464415Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4464625Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4464839Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4465050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4465262Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4465466Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4465655Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4465858Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4466068Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4466274Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4466482Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4466693Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4466913Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4467130Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4467343Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4467536Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4467713Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4467904Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4468112Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4468321Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4468514Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4468701Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4468884Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_real_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4469076Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4469308Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4469580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4469903Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_neg_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4470142Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4470332Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4470530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4470724Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4470933Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4471137Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4471328Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4471513Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4471704Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4471877Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4472063Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4472263Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4472457Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4472642Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4472843Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:41:25.4473040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4473233Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4473426Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4473626Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4473813Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4474013Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4474201Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_square_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4474387Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4474574Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4474764Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4474986Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4475193Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4475386Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4475558Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4475749Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4475943Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4476127Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4476311Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4476505Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4476696Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4476885Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4477085Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4477267Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4477448Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4477637Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4477830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4478017Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4478206Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4478391Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4478577Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4478759Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_H_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4478952Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4479134Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4479324Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4479508Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4479692Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4479873Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_add_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4480120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4480357Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4480586Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4480795Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4480989Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4481168Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4481364Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4481553Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4481748Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4481942Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4482138Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4482337Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4482530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4482733Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4482928Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4483106Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4483313Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4483504Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4483695Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4483884Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4484154Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4484349Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4484549Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4484741Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4484932Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4485109Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4485310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4485542Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4485759Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4485953Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4486148Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:25.4486341Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4486538Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4486732Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4486911Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4487115Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4487304Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4487492Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4487681Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4487868Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4488060Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4488246Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4488439Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4488629Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4488811Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4489004Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4489194Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4489388Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4489581Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4489774Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4489964Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4490153Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4490341Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4490529Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4490736Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4490952Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4491140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4491328Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4491515Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4491701Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4491889Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4492080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4492271Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4492464Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4492645Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4492836Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4493031Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4493216Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4493407Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4493606Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4493804Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4494009Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4494211Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4494426Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4494613Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4494814Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4495015Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4495221Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4495421Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4495612Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4495831Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4496066Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4496346Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 93%] 2022-12-01T10:41:25.4496541Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4496728Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4496925Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4497123Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4497331Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4497529Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4497726Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4497917Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4498104Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4498288Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4498481Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4498667Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4498871Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4499072Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4499269Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4499462Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4499654Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4499854Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4500175Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4500367Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4500562Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_median_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4500760Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4500957Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4501167Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4501407Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4501636Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4501830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4502040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4502248Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4502456Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4502655Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4502835Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4503034Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4503235Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4503455Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4503671Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4503885Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4504096Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4504321Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4504555Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4504766Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4505024Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4505231Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4505454Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4505663Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4505863Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-12-01T10:41:25.4506069Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4506278Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4506529Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4506774Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4506977Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4507188Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4507386Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4507597Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4507805Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4508019Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4508239Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4508458Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4508676Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4508894Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4509100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4509310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4509516Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4509715Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4509927Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4510138Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4510352Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4510578Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4510783Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4510993Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4511202Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4511418Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4511648Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4511880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4512070Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4512270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4512467Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4512662Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4512871Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:25.4513087Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4513294Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4513505Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4513715Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4513933Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4514166Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4514362Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4514576Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4514763Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4514957Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4515150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4515336Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4515530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4515723Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4515920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4516112Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4516291Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4516500Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4516738Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4516948Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4517179Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4517368Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4517555Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_put_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4517746Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4517937Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4518130Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4518327Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4518520Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4518710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4518911Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4519107Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4519311Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_neg_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4519501Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4519694Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4519894Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4520087Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4520283Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4520487Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4520689Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4520896Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4521085Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4521280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4521468Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4521657Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4521847Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4522082Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4522286Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4522493Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4522693Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4522895Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4523092Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4523294Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4523525Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4523718Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4523917Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4524187Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4524369Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_square_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4524560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4524753Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4524943Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4525137Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4525333Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4525522Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_t_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4525709Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4525895Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4526083Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4526286Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4526475Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4526664Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4526853Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4527051Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4527242Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4527467Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4527684Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4527879Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4528056Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4528246Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4528430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_where_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:25.4528580Z test_ops.py::TestFakeTensorCPU::test_fake_cummax_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4528729Z test_ops.py::TestFakeTensorCPU::test_fake_cumprod_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4528876Z test_ops.py::TestFakeTensorCPU::test_fake_cumsum_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4529039Z test_ops.py::TestFakeTensorCPU::test_fake_cumulative_trapezoid_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4529188Z test_ops.py::TestFakeTensorCPU::test_fake_diagflat_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4529334Z test_ops.py::TestFakeTensorCPU::test_fake_diff_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4529466Z test_ops.py::TestFakeTensorCPU::test_fake_digamma_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4529607Z test_ops.py::TestFakeTensorCPU::test_fake_dist_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4529766Z test_ops.py::TestFakeTensorCPU::test_fake_div_no_rounding_mode_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4529906Z test_ops.py::TestFakeTensorCPU::test_fake_dot_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4530049Z test_ops.py::TestFakeTensorCPU::test_fake_double_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4530195Z test_ops.py::TestFakeTensorCPU::test_fake_dstack_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4530337Z test_ops.py::TestFakeTensorCPU::test_fake_einsum_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4530478Z test_ops.py::TestFakeTensorCPU::test_fake_eq_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4530607Z test_ops.py::TestFakeTensorCPU::test_fake_equal_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4530746Z test_ops.py::TestFakeTensorCPU::test_fake_erf_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4530886Z test_ops.py::TestFakeTensorCPU::test_fake_erfc_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4531026Z test_ops.py::TestFakeTensorCPU::test_fake_erfinv_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4531165Z test_ops.py::TestFakeTensorCPU::test_fake_exp2_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4531306Z test_ops.py::TestFakeTensorCPU::test_fake_exp_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4531450Z test_ops.py::TestFakeTensorCPU::test_fake_expand_as_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4531593Z test_ops.py::TestFakeTensorCPU::test_fake_expand_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4531723Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fft_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4531873Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fftshift_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4532018Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4532159Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4532300Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4532453Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftshift_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4532597Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4532768Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4532926Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4533071Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4533214Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4533353Z test_ops.py::TestFakeTensorCPU::test_fake_fill_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4533494Z test_ops.py::TestFakeTensorCPU::test_fake_fliplr_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4533636Z test_ops.py::TestFakeTensorCPU::test_fake_flipud_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4533775Z test_ops.py::TestFakeTensorCPU::test_fake_float_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4533920Z test_ops.py::TestFakeTensorCPU::test_fake_float_power_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4534061Z test_ops.py::TestFakeTensorCPU::test_fake_floor_divide_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4534205Z test_ops.py::TestFakeTensorCPU::test_fake_fmax_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4534343Z test_ops.py::TestFakeTensorCPU::test_fake_frac_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4534484Z test_ops.py::TestFakeTensorCPU::test_fake_gather_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4534620Z test_ops.py::TestFakeTensorCPU::test_fake_gcd_cpu_int64 PASSED [ 94%] 2022-12-01T10:41:25.4534759Z test_ops.py::TestFakeTensorCPU::test_fake_ge_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4534899Z test_ops.py::TestFakeTensorCPU::test_fake_geqrf_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4535040Z test_ops.py::TestFakeTensorCPU::test_fake_gradient_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4535166Z test_ops.py::TestFakeTensorCPU::test_fake_gt_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4535309Z test_ops.py::TestFakeTensorCPU::test_fake_heaviside_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4535454Z test_ops.py::TestFakeTensorCPU::test_fake_histogram_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4535598Z test_ops.py::TestFakeTensorCPU::test_fake_hsplit_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4535736Z test_ops.py::TestFakeTensorCPU::test_fake_hypot_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4535872Z test_ops.py::TestFakeTensorCPU::test_fake_i0_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:25.4536013Z test_ops.py::TestFakeTensorCPU::test_fake_imag_cpu_complex64 PASSED [ 94%] 2022-12-01T10:41:25.4536157Z test_ops.py::TestFakeTensorCPU::test_fake_index_add_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4536287Z test_ops.py::TestFakeTensorCPU::test_fake_index_put_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4536437Z test_ops.py::TestFakeTensorCPU::test_fake_index_select_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4536578Z test_ops.py::TestFakeTensorCPU::test_fake_isfinite_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4536720Z test_ops.py::TestFakeTensorCPU::test_fake_isin_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4536860Z test_ops.py::TestFakeTensorCPU::test_fake_isinf_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4537003Z test_ops.py::TestFakeTensorCPU::test_fake_isneginf_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4537144Z test_ops.py::TestFakeTensorCPU::test_fake_isreal_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4537311Z test_ops.py::TestFakeTensorCPU::test_fake_istft_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:25.4537501Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:41:25.4537683Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:41:25.4537859Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:41:25.4538077Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:41:25.4538280Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:41:25.4538429Z test_ops.py::TestFakeTensorCPU::test_fake_kthvalue_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4538569Z test_ops.py::TestFakeTensorCPU::test_fake_le_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4538718Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cross_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4538864Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eig_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4539028Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvals_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:25.4539206Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvalsh_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:25.4539353Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4539508Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4539666Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4539825Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4540071Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4540231Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4540393Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4540558Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4540707Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4540895Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:25.4541047Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_qr_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4541203Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_slogdet_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4541378Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:25.4541532Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4541686Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_svdvals_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4541856Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorsolve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:25.4542011Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vander_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4542163Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vecdot_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4542310Z test_ops.py::TestFakeTensorCPU::test_fake_log10_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4542457Z test_ops.py::TestFakeTensorCPU::test_fake_log2_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4542616Z test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_dtype_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4542770Z test_ops.py::TestFakeTensorCPU::test_fake_logaddexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4542953Z test_ops.py::TestFakeTensorCPU::test_fake_logdet_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4543103Z test_ops.py::TestFakeTensorCPU::test_fake_logical_and_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4543236Z test_ops.py::TestFakeTensorCPU::test_fake_logical_or_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4543381Z test_ops.py::TestFakeTensorCPU::test_fake_logical_xor_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4543521Z test_ops.py::TestFakeTensorCPU::test_fake_logit_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4543711Z test_ops.py::TestFakeTensorCPU::test_fake_logspace_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4543854Z test_ops.py::TestFakeTensorCPU::test_fake_lt_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4544029Z test_ops.py::TestFakeTensorCPU::test_fake_lu_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4544205Z test_ops.py::TestFakeTensorCPU::test_fake_lu_solve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:25.4544350Z test_ops.py::TestFakeTensorCPU::test_fake_lu_unpack_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4544477Z test_ops.py::TestFakeTensorCPU::test_fake_mH_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4544623Z test_ops.py::TestFakeTensorCPU::test_fake_masked_amax_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4544771Z test_ops.py::TestFakeTensorCPU::test_fake_masked_amin_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4544931Z test_ops.py::TestFakeTensorCPU::test_fake_masked_cumprod_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4545077Z test_ops.py::TestFakeTensorCPU::test_fake_masked_fill_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4545234Z test_ops.py::TestFakeTensorCPU::test_fake_masked_median_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4545383Z test_ops.py::TestFakeTensorCPU::test_fake_masked_prod_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4545539Z test_ops.py::TestFakeTensorCPU::test_fake_masked_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4545673Z test_ops.py::TestFakeTensorCPU::test_fake_masked_std_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4545821Z test_ops.py::TestFakeTensorCPU::test_fake_masked_var_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4545966Z test_ops.py::TestFakeTensorCPU::test_fake_matrix_exp_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4546133Z test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_with_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4546297Z test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4546443Z test_ops.py::TestFakeTensorCPU::test_fake_min_binary_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4546605Z test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_no_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4546749Z test_ops.py::TestFakeTensorCPU::test_fake_mm_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4546879Z test_ops.py::TestFakeTensorCPU::test_fake_mode_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4547022Z test_ops.py::TestFakeTensorCPU::test_fake_msort_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4547198Z test_ops.py::TestFakeTensorCPU::test_fake_multinomial_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:25.4547340Z test_ops.py::TestFakeTensorCPU::test_fake_mv_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4547482Z test_ops.py::TestFakeTensorCPU::test_fake_nan_to_num_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4547628Z test_ops.py::TestFakeTensorCPU::test_fake_nanmedian_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4547802Z test_ops.py::TestFakeTensorCPU::test_fake_nanquantile_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:25.4547947Z test_ops.py::TestFakeTensorCPU::test_fake_nansum_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4548084Z test_ops.py::TestFakeTensorCPU::test_fake_narrow_copy_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4548250Z test_ops.py::TestFakeTensorCPU::test_fake_narrow_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:25.4548422Z test_ops.py::TestFakeTensorCPU::test_fake_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 95%] 2022-12-01T10:41:25.4548562Z test_ops.py::TestFakeTensorCPU::test_fake_ne_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4548702Z test_ops.py::TestFakeTensorCPU::test_fake_neg_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4548858Z test_ops.py::TestFakeTensorCPU::test_fake_new_empty_strided_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4549000Z test_ops.py::TestFakeTensorCPU::test_fake_new_zeros_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4549146Z test_ops.py::TestFakeTensorCPU::test_fake_nextafter_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4549363Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4549557Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4549728Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4549892Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4550054Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_batch_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4550217Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_bilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4550407Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4550564Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_celu_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4550723Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4550888Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4551057Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4551225Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4551412Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:25.4551576Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4551735Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4551890Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_elu_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4552086Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:25.4552253Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4552431Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4552624Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4552781Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gelu_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4552948Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardshrink_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4553115Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4553277Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardswish_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4553452Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_area_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4553630Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4553807Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4553974Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4554134Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_kl_div_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4554295Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_leaky_relu_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4554455Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_linear_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4554642Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:25.4554840Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4555058Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4555220Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mish_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4555378Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mse_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4555537Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4555711Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4555896Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4556077Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_one_hot_cpu_int64 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:25.4556246Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_constant_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4556414Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_reflect_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4556582Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4556753Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4556925Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4557072Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_prelu_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4557233Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu6_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:25.4557391Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4557553Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_rrelu_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4557713Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_selu_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4557888Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_complex_cpu_complex64 PASSED [ 96%] 2022-12-01T10:41:25.4558050Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softplus_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4558214Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softshrink_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4558361Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softsign_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4558520Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_tanhshrink_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4558693Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4558866Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4559016Z test_ops.py::TestFakeTensorCPU::test_fake_nonzero_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4559160Z test_ops.py::TestFakeTensorCPU::test_fake_norm_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4559307Z test_ops.py::TestFakeTensorCPU::test_fake_norm_fro_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4559452Z test_ops.py::TestFakeTensorCPU::test_fake_norm_inf_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4559583Z test_ops.py::TestFakeTensorCPU::test_fake_ones_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4559729Z test_ops.py::TestFakeTensorCPU::test_fake_pca_lowrank_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4559873Z test_ops.py::TestFakeTensorCPU::test_fake_permute_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4560037Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4560224Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4560373Z test_ops.py::TestFakeTensorCPU::test_fake_positive_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4560578Z test_ops.py::TestFakeTensorCPU::test_fake_prod_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4560720Z test_ops.py::TestFakeTensorCPU::test_fake_qr_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4560890Z test_ops.py::TestFakeTensorCPU::test_fake_quantile_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:41:25.4561021Z test_ops.py::TestFakeTensorCPU::test_fake_randn_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4561167Z test_ops.py::TestFakeTensorCPU::test_fake_randn_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4561310Z test_ops.py::TestFakeTensorCPU::test_fake_ravel_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4561459Z test_ops.py::TestFakeTensorCPU::test_fake_reciprocal_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4561605Z test_ops.py::TestFakeTensorCPU::test_fake_repeat_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4561751Z test_ops.py::TestFakeTensorCPU::test_fake_resize__cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4561900Z test_ops.py::TestFakeTensorCPU::test_fake_resize_as__cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4562056Z test_ops.py::TestFakeTensorCPU::test_fake_resolve_conj_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4562190Z test_ops.py::TestFakeTensorCPU::test_fake_resolve_neg_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4562329Z test_ops.py::TestFakeTensorCPU::test_fake_roll_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4562472Z test_ops.py::TestFakeTensorCPU::test_fake_round_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4562615Z test_ops.py::TestFakeTensorCPU::test_fake_rsqrt_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4562778Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amax_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4562939Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4563102Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_prod_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4563262Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_sum_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4563413Z test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_offsets_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4563557Z test_ops.py::TestFakeTensorCPU::test_fake_select_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4563710Z test_ops.py::TestFakeTensorCPU::test_fake_select_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4563854Z test_ops.py::TestFakeTensorCPU::test_fake_short_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4564071Z test_ops.py::TestFakeTensorCPU::test_fake_sigmoid_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4564218Z test_ops.py::TestFakeTensorCPU::test_fake_sign_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4564362Z test_ops.py::TestFakeTensorCPU::test_fake_signbit_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4564506Z test_ops.py::TestFakeTensorCPU::test_fake_sin_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4564637Z test_ops.py::TestFakeTensorCPU::test_fake_sinc_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4564778Z test_ops.py::TestFakeTensorCPU::test_fake_sinh_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4564921Z test_ops.py::TestFakeTensorCPU::test_fake_slice_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4565074Z test_ops.py::TestFakeTensorCPU::test_fake_slice_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4565216Z test_ops.py::TestFakeTensorCPU::test_fake_sort_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4565402Z test_ops.py::TestFakeTensorCPU::test_fake_sparse_sampled_addmm_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:41:25.4565561Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j0_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4565719Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j1_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4565885Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y0_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4566063Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y1_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4566241Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4566654Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-12-01T10:41:25.4566811Z test_ops.py::TestFakeTensorCPU::test_fake_special_erfcx_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4566959Z test_ops.py::TestFakeTensorCPU::test_fake_special_i0e_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4567314Z test_ops.py::TestFakeTensorCPU::test_fake_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-12-01T10:41:25.4567499Z test_ops.py::TestFakeTensorCPU::test_fake_special_ndtri_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4567865Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-12-01T10:41:25.4568040Z test_ops.py::TestFakeTensorCPU::test_fake_special_spherical_bessel_j0_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4568174Z test_ops.py::TestFakeTensorCPU::test_fake_square_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4568319Z test_ops.py::TestFakeTensorCPU::test_fake_stack_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4568466Z test_ops.py::TestFakeTensorCPU::test_fake_std_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4568612Z test_ops.py::TestFakeTensorCPU::test_fake_stft_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4568754Z test_ops.py::TestFakeTensorCPU::test_fake_sub_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4568897Z test_ops.py::TestFakeTensorCPU::test_fake_svd_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4569042Z test_ops.py::TestFakeTensorCPU::test_fake_take_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4569182Z test_ops.py::TestFakeTensorCPU::test_fake_to_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4569343Z test_ops.py::TestFakeTensorCPU::test_fake_to_sparse_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:41:25.4569483Z test_ops.py::TestFakeTensorCPU::test_fake_topk_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4569624Z test_ops.py::TestFakeTensorCPU::test_fake_trace_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4569770Z test_ops.py::TestFakeTensorCPU::test_fake_trapezoid_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4569911Z test_ops.py::TestFakeTensorCPU::test_fake_tril_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4570052Z test_ops.py::TestFakeTensorCPU::test_fake_tril_indices_cpu_int64 PASSED [ 96%] 2022-12-01T10:41:25.4570193Z test_ops.py::TestFakeTensorCPU::test_fake_triu_indices_cpu_int64 PASSED [ 96%] 2022-12-01T10:41:25.4570342Z test_ops.py::TestFakeTensorCPU::test_fake_true_divide_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4570471Z test_ops.py::TestFakeTensorCPU::test_fake_unbind_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4570617Z test_ops.py::TestFakeTensorCPU::test_fake_unflatten_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4570760Z test_ops.py::TestFakeTensorCPU::test_fake_unfold_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4570903Z test_ops.py::TestFakeTensorCPU::test_fake_uniform_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4571061Z test_ops.py::TestFakeTensorCPU::test_fake_unique_consecutive_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4571202Z test_ops.py::TestFakeTensorCPU::test_fake_unique_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4571347Z test_ops.py::TestFakeTensorCPU::test_fake_unsqueeze_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4571487Z test_ops.py::TestFakeTensorCPU::test_fake_vdot_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4571630Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_real_cpu_complex64 PASSED [ 96%] 2022-12-01T10:41:25.4571801Z test_ops.py::TestFakeTensorCPU::test_fake_where_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4571970Z test_ops.py::TestFakeTensorCPU::test_fake_zero__cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4572114Z test_ops.py::TestFakeTensorCPU::test_fake_zeros_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4572248Z test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4572386Z test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4572519Z test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4572652Z test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4572776Z test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4572913Z test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4573052Z test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4573195Z test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4573328Z test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4573463Z test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4573599Z test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4573737Z test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4573863Z test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4573998Z test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4574135Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 PASSED [ 96%] 2022-12-01T10:41:25.4574291Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4574436Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4574577Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4574712Z test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4574845Z test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4575560Z test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 SKIPPED (Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81920 for platform(s) linux. 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.) [ 96%] 2022-12-01T10:41:25.4575706Z test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4575831Z test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4575973Z test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4576113Z test_ops.py::TestTagsCPU::test_tags__refs_cumsum_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4576254Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4576392Z test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4576545Z test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4576683Z test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4576823Z test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4576948Z test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4577112Z test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4577251Z test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4577420Z test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4577558Z test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4577692Z test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4577840Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4577980Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4578109Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:25.4578253Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4578391Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4578530Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4578669Z test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4578807Z test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4578943Z test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4579123Z test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4579247Z test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4579394Z test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4579530Z test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4579666Z test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4579804Z test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4580037Z test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4580178Z test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4580315Z test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4580443Z test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4580588Z test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4580728Z test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4580866Z test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4581004Z test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4581147Z test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4581287Z test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4581425Z test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 PASSED [ 97%] 2022-12-01T10:41:25.4581548Z test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4581685Z test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4581825Z test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4581962Z test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4582100Z test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4582238Z test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4582374Z test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4582555Z test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4582716Z test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4582879Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4583043Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4583184Z test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4583325Z test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4583465Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4583622Z test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4583760Z test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4583896Z test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4584024Z test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4584169Z test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4584324Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4584479Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4584643Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4584808Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4584966Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4585140Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4585288Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4585463Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4585622Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4585779Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4585938Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4586100Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4586258Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4586399Z test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4586529Z test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4586670Z test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4586810Z test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4586949Z test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4587091Z test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4587230Z test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4587369Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4587506Z test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4587642Z test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4587771Z test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4587936Z test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4588098Z test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4588248Z test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j0_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4588395Z test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j1_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4588536Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4588677Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4588851Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4588976Z test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4589111Z test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4589255Z test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4589394Z test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4589530Z test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4589666Z test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4589803Z test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4589938Z test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4590061Z test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4590209Z test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4590349Z test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4590490Z test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4590633Z test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 PASSED [ 97%] 2022-12-01T10:41:25.4590776Z test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4590915Z test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4591053Z test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4591173Z test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4591308Z test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4591443Z test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4591576Z test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4591706Z test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4591846Z test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4591980Z test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4592122Z test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4592246Z test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4592394Z test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4592527Z test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4592661Z test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4592797Z test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4592933Z test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4593094Z test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 PASSED [ 97%] 2022-12-01T10:41:25.4593274Z test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 PASSED [ 97%] 2022-12-01T10:41:25.4593397Z test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 PASSED [ 97%] 2022-12-01T10:41:25.4593538Z test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 PASSED [ 97%] 2022-12-01T10:41:25.4593674Z test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 PASSED [ 97%] 2022-12-01T10:41:25.4593810Z test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4593941Z test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4594083Z test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4594213Z test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4594355Z test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4594474Z test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4594609Z test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4594741Z test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4594880Z test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4595015Z test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4595151Z test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4595287Z test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4595424Z test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4595547Z test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4595680Z test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4595821Z test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4595957Z test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4596092Z test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4596223Z test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4596361Z test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4596494Z test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4596627Z test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4596750Z test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:25.4596886Z test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4597020Z test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4597157Z test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4597297Z test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4597431Z test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4597583Z test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4597717Z test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4597838Z test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4597970Z test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4598102Z test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4598261Z test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4598423Z test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4598559Z test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4598693Z test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4598826Z test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4598948Z test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4599085Z test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4599219Z test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4599357Z test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4599495Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4599634Z test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4599769Z test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4599905Z test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4600028Z test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4600161Z test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4600296Z test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4600430Z test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4600563Z test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4600702Z test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4600835Z test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4600976Z test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4601096Z test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4601231Z test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4601364Z test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4601496Z test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4601632Z test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4601763Z test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4601900Z test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4602037Z test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4602163Z test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4602303Z test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4602436Z test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4602565Z test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4602698Z test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4602833Z test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 PASSED [ 98%] 2022-12-01T10:41:25.4602969Z test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4603110Z test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4603266Z test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4603427Z test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4603559Z test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4603693Z test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4603829Z test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4604074Z test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:41:25.4604212Z test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4604350Z test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4604469Z test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4604606Z test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4604743Z test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4604883Z test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4605022Z test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4605158Z test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4605296Z test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4605437Z test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4605565Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4605701Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4605842Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4605995Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4606138Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4606277Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4606415Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4606561Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4606711Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4606835Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4607053Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 98%] 2022-12-01T10:41:25.4607192Z test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4607333Z test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4607474Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4607614Z test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4607755Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4607903Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4608032Z test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4608167Z test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4608302Z test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4608440Z test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4608608Z test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4608778Z test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4608915Z test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4609054Z test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4609179Z test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4609318Z test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4609452Z test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4609583Z test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4609713Z test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4609850Z test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4609987Z test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4610119Z test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4610243Z test_ops.py::TestTagsCPU::test_tags_masked_amin_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4610381Z test_ops.py::TestTagsCPU::test_tags_masked_argmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4610520Z test_ops.py::TestTagsCPU::test_tags_masked_cumprod_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4610657Z test_ops.py::TestTagsCPU::test_tags_masked_cumsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4610799Z test_ops.py::TestTagsCPU::test_tags_masked_logaddexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4610939Z test_ops.py::TestTagsCPU::test_tags_masked_logsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4611077Z test_ops.py::TestTagsCPU::test_tags_masked_median_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4611219Z test_ops.py::TestTagsCPU::test_tags_masked_normalize_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4611348Z test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4611485Z test_ops.py::TestTagsCPU::test_tags_masked_std_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4611621Z test_ops.py::TestTagsCPU::test_tags_masked_sum_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4611757Z test_ops.py::TestTagsCPU::test_tags_masked_var_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4611893Z test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4612028Z test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4612187Z test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4612341Z test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4612466Z test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4612603Z test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4612734Z test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4612874Z test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4613025Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4613165Z test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4613296Z test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4613436Z test_ops.py::TestTagsCPU::test_tags_native_batch_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4613568Z test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4613719Z test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4613879Z test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4614016Z test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4614195Z test_ops.py::TestTagsCPU::test_tags_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4614363Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4614527Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4614684Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4614837Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4614981Z test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4615164Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:25.4615317Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4615463Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4615626Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4615788Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4615955Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4616109Z test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4616285Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4616454Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4616605Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4616750Z test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4616906Z test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4617063Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4617221Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4617375Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4617528Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4617683Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4617852Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4618005Z test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4618156Z test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4618307Z test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4618474Z test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4618623Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4618776Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4618921Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4619078Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4619260Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4619436Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4619587Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4619749Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4619900Z test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4620146Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4620303Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4620450Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4620605Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4620768Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4620920Z test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4621068Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4621219Z test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4621368Z test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4621518Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4621668Z test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4621825Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4621981Z test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4622135Z test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4622302Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4622442Z test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4622579Z test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4622720Z test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4622846Z test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4622983Z test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4623118Z test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4623255Z test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4623417Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4623556Z test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4623692Z test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4623828Z test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4623973Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4624122Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4624270Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4624407Z test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4624541Z test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4624718Z test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4624892Z test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4625030Z test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4625165Z test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4625290Z test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4625430Z test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4625568Z test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4625706Z test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4625842Z test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4625997Z test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4626133Z test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4626272Z test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4626409Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4626564Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4626707Z test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4626862Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4627000Z test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4627135Z test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4627269Z test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4627404Z test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4627527Z test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4627661Z test_ops.py::TestTagsCPU::test_tags_slice_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4627805Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4627944Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4628085Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4628226Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4628390Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4628769Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-12-01T10:41:25.4628903Z test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4629067Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4629229Z test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4629570Z test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-12-01T10:41:25.4629717Z test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4629878Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4630036Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4630238Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4630630Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-12-01T10:41:25.4630962Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-12-01T10:41:25.4631298Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-12-01T10:41:25.4631458Z test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4631602Z test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4631741Z test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4631887Z test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4632023Z test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4632160Z test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4632296Z test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4632421Z test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4632555Z test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4632689Z test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4632826Z test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4632957Z test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4633091Z test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4633231Z test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4633371Z test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4633492Z test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4633626Z test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4633758Z test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4633894Z test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4634031Z test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4634164Z test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4634298Z test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4634435Z test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4634562Z test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4634696Z test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4634836Z test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4634974Z test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 PASSED [ 99%] 2022-12-01T10:41:25.4635109Z test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4635243Z test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4635375Z test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4635506Z test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:25.4635632Z test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 PASSED [100%] 2022-12-01T10:41:25.4635693Z 2022-12-01T10:41:25.4636014Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-9670f1cd30b2aa55.xml - 2022-12-01T10:41:25.4636161Z = 9104 passed, 3887 skipped, 23 deselected, 134 xfailed, 178 warnings in 988.54s (0:16:28) = 2022-12-01T10:41:25.4636333Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T10:41:25.4636339Z 2022-12-01T10:41:25.4636703Z ##[endgroup] 2022-12-01T10:41:25.4636965Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_87j_vym2) 2022-12-01T10:41:25.4636971Z 2022-12-01T10:41:43.2948371Z 2022-12-01T10:41:43.2948815Z Expand the folded group to see the log file of test_ops 2022-12-01T10:41:43.2949464Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_yqnvtpw4) 2022-12-01T10:41:43.2990753Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-28b8cf51ee13d57e.xml 2022-12-01T10:41:43.2991349Z ============================= test session starts ============================== 2022-12-01T10:41:43.2991939Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:41:43.2992306Z cachedir: .pytest_cache 2022-12-01T10:41:43.2992887Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:41:43.2993251Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:41:43.2993795Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:41:43.2994257Z collecting ... collected 26295 items / 15 deselected / 26280 selected 2022-12-01T10:41:43.4528555Z Running 13132 items in this shard: test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_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_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_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_mT_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_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_new_empty_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_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_nonzero_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_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_complex_half_reference_testing_resolve_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_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_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_dtypes_H_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_T_cpu, test/test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___radd___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rand___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cumsum_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_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_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_floor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lt_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_movedim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_permute_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_remainder_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sum_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_tan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_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_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_all_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_amin_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_argmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_byte_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_char_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cov_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diff_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_eq_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_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_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gather_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ge_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_half_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_kron_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lcm_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_det_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log10_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_argmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mode_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_msort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ne_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_neg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional__scaled_dot_product_attention_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_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_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_positive_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_qr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_real_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_reciprocal_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_repeat_interleave_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resize__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_short_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sinc_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_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_stft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tile_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_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tril_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unique_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_zero__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu, test/test_ops.py::TestCommonCPU::test_errors___radd___cpu, test/test_ops.py::TestCommonCPU::test_errors___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_errors___rsub___cpu, test/test_ops.py::TestCommonCPU::test_errors___rxor___cpu, test/test_ops.py::TestCommonCPU::test_errors_add_cpu, test/test_ops.py::TestCommonCPU::test_errors_amax_cpu, test/test_ops.py::TestCommonCPU::test_errors_aminmax_cpu, test/test_ops.py::TestCommonCPU::test_errors_arange_cpu, test/test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_errors_clamp_max_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_diag_cpu, test/test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_errors_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_errors_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_errors_dstack_cpu, test/test_ops.py::TestCommonCPU::test_errors_eye_cpu, test/test_ops.py::TestCommonCPU::test_errors_flipud_cpu, test/test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_errors_fmax_cpu, test/test_ops.py::TestCommonCPU::test_errors_fmin_cpu, test/test_ops.py::TestCommonCPU::test_errors_fmod_cpu, test/test_ops.py::TestCommonCPU::test_errors_gcd_cpu, test/test_ops.py::TestCommonCPU::test_errors_ge_cpu, test/test_ops.py::TestCommonCPU::test_errors_igammac_cpu, test/test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu, test/test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_errors_lcm_cpu, test/test_ops.py::TestCommonCPU::test_errors_le_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu, test/test_ops.py::TestCommonCPU::test_errors_linspace_cpu, test/test_ops.py::TestCommonCPU::test_errors_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_errors_logspace_cpu, test/test_ops.py::TestCommonCPU::test_errors_lt_cpu, test/test_ops.py::TestCommonCPU::test_errors_masked_fill_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_movedim_cpu, test/test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_errors_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_errors_ormqr_cpu, test/test_ops.py::TestCommonCPU::test_errors_polar_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_rot90_cpu, test/test_ops.py::TestCommonCPU::test_errors_rsub_cpu, test/test_ops.py::TestCommonCPU::test_errors_scatter_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_errors_sub_cpu, test/test_ops.py::TestCommonCPU::test_errors_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_trace_cpu, test/test_ops.py::TestCommonCPU::test_errors_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_errors_view_as_cpu, 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___radd___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64, 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_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64, 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_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_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_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32, 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_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_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_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_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_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_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_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_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_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64, 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_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_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_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_int64, 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_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_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_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_movedim_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_msort_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mv_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_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_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_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64, 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_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_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_embedding_bag_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_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_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_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64, 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_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_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_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_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_constant_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_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_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_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_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64, 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_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64, 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_polygamma_polygamma_n_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32, 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_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_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_resolve_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_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_float32, 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_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_signbit_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_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_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_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_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_modified_bessel_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32, 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_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_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_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_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_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_triu_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_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_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_multiple_devices_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_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_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_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_argsort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_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_bfloat16_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_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_bool_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_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_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_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_double_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_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_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_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_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_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_rfft2_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_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_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_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_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_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_log_softmax_dtype_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_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_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_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_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_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_mean_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_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_reduction_no_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_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_msort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_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_feature_alpha_dropout_without_train_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_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_nn_functional_pixel_shuffle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_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_resize_as__cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_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_scatter_reduce_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_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_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_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_slice_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_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_u_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_entr_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_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_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_i0_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_k1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_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_special_shifted_chebyshev_polynomial_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_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_split_list_args_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_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_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_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_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_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32, 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_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64, 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_allclose_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_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64, 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_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32, 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_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64, 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_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32, 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_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_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_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32, 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_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_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_ldexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_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_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_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_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32, 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_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64, 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_masked_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32, 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_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_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_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_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_celu_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_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_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_transpose2d_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_conv_transpose3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32, 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_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_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32, 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_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_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_linear_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_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_pool2d_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_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_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_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_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_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_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_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_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_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64, 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_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32, 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_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64, 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_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64, 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_repeat_interleave_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32, 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_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32, 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_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_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_trapz_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64, 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_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64, 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_jiterator_4inputs_with_extra_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_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_conv_transpose1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_out_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32, 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_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_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_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_prod_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_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_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_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_amax_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_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dsplit_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_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_select_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_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_istft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_pinv_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_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_xor_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_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_empty_strided_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_adaptive_max_pool1d_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_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_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_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_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_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_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_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_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_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_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_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_slice_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_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_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_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning_H_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_T_cpu, 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___rand___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu, 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_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_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_flatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_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_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ne_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_elu_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_glu_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_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_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_pdist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_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_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_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_unbind_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_abs_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_all_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_angle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_any_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_arange_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_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_cdist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_char_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cov_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_eq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_erf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_exp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_eye_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_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_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_float_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_frac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ge_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_half_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_histc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_inner_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_int_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_istft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log10_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_long_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mH_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_argmax_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_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_median_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_normalize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_std_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_var_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_median_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mode_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_msort_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional__scaled_dot_product_attention_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_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_avg_pool1d_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_binary_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_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_embedding_bag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_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_pool2d_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_gelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_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_interpolate_bicubic_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_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_max_unpool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_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_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_normal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_permute_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polar_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_qr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_roll_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_short_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sinh_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_sparse_sampled_addmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_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_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_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_u_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_split_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_std_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_take_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tril_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_triu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unique_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_where_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_zero__cpu, test/test_ops.py::TestCommonCPU::test_out_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32, 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_all_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16, 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_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_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16, 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_broadcast_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16, 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_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16, 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_contiguous_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_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_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32, 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_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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64, 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_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_float16, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32, 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_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_int8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128, 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_float16, 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_ifftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32, 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_float32, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16, 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_fmax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_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_fmod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32, 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_complex128, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8, 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_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_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32, 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_le_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128, 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_logical_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128, 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_list_of_tensors_cpu_float64, 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_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16, 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_minimum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64, 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_int64, 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_bool, 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_float32, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64, 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_bfloat16, 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_complex64, 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_int16, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16, 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_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64, 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_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32, 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_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128, 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_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64, 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_leaky_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32, 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_mish_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16, 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_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128, 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_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16, 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_pdist_cpu_float32, 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_poisson_nll_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16, 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_relu6_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64, 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_softplus_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16, 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_complex64, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16, 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_threshold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128, 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_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_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_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64, 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_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128, 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_repeat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16, 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_sgn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32, 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_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32, 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_float64, 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_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, 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_float64, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16, 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_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_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_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_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_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_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_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16, 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_int32, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_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_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_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_pow_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_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_acos_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8, 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_add_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_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_addr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_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_all_executor_aten_cpu_complex128, 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_int64, 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_all_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128, 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_allclose_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_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16, 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_amin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128, 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_any_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8, 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_executor_aten_cpu_bool, 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_int16, 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_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32, 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_asin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64, 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_asinh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8, 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_atan_executor_aten_cpu_bool, 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_atan_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64, 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_1d_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16, 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_left_shift_executor_aten_cpu_int32, 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_left_shift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16, 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_bitwise_not_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8, 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_ceil_executor_aten_cpu_float32, 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_ceil_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16, 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_max_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_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_int16, 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_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool, 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_clone_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64, 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_clone_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16, 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_int8, 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_column_stack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_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_conj_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8, 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_constant_pad_nd_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8, 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_contiguous_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8, 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_copysign_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8, 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_copysign_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_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_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_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int16, 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_cumsum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32, 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_int32, 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_diag_embed_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16, 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_executor_aten_cpu_float64, 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_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_diagonal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64, 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_digamma_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16, 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_floor_rounding_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32, 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_no_rounding_mode_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8, 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_float64, 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_dsplit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32, 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_dstack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32, 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_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8, 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_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16, 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_like_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_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_complex128, 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_eq_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32, 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_erfinv_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool, 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_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_int8, 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_exp2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64, 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_eye_executor_aten_cpu_int64, 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_eye_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8, 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_fft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16, 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_fft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8, 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_fft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8, 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_fftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16, 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_fftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16, 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_hfft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64, 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_ifft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32, 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_ifft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64, 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_ifft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64, 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_int64, 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_ifftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32, 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_ifftshift_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8, 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_float64, 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_ihfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool, 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_float64, 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_irfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64, 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_irfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32, 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_irfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32, 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_irfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8, 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_int16, 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_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64, 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_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_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_fft_rfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64, 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_fill_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16, 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_flatten_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_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_complex128, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool, 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_float_power_executor_aten_cpu_int16, 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_float_power_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8, 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_divide_executor_aten_cpu_int32, 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_divide_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32, 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_int32, 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_fmax_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32, 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_fmin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_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_fmod_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16, 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_frac_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16, 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_gcd_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8, 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_bool, 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_int16, 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_ge_executor_aten_cpu_int64, 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_ge_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32, 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_heaviside_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32, 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_hstack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16, 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_hypot_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64, 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_i0_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8, 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_igamma_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64, 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_igammac_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32, 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_add_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16, 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_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_float16, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32, 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_int32, 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_index_select_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64, 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_isclose_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64, 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_isclose_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64, 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_complex32, 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_isfinite_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32, 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_isinf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64, 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_isnan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool, 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_isneginf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16, 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_isposinf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool, 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_isreal_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64, 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_isreal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32, 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_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool, 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_int16, 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_lgamma_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128, 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_matrix_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16, 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_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32, 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_svdvals_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32, 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_log1p_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64, 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_log2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8, 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_log2_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8, 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_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool, 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_and_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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32, 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_logical_not_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32, 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_or_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8, 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_complex128, 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_float64, 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_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64, 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_masked_fill_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8, 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_bool, 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_maximum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8, 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_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8, 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_bool, 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_meshgrid_variadic_tensors_executor_aten_cpu_float16, 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_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16, 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_minimum_executor_aten_cpu_int16, 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_minimum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32, 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_movedim_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8, 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_mul_executor_aten_cpu_bool, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16, 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_nan_to_num_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64, 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_nan_to_num_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16, 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_complex128, 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_float64, 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_narrow_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64, 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_int64, 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_ne_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128, 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_neg_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32, 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_neg_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64, 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_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool, 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_empty_strided_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16, 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_full_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16, 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_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_full_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8, 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_new_zeros_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_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_hardtanh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_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_l1_loss_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64, 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_layer_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8, 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_mse_loss_executor_nvfuser_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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32, 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_poisson_nll_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_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_poisson_nll_loss_executor_aten_cpu_int8, 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_poisson_nll_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64, 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_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_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_relu6_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16, 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_relu_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32, 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_float32, 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_softshrink_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8, 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_nn_functional_threshold_executor_aten_cpu_int16, 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_threshold_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64, 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_int32, 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_permute_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8, 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_positive_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64, 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_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16, 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_prod_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16, 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_randn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128, 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_float32, 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_ravel_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_ravel_executor_aten_cpu_int64, 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_ravel_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16, 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_real_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16, 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_real_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64, 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_reciprocal_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_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_int16, 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_remainder_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64, 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_float64, 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_repeat_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_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_repeat_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16, 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_float16, 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_reshape_as_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16, 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_reshape_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16, 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_float64, 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_roll_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32, 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_rot90_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8, 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_int16, 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_round_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32, 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_rsqrt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16, 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_rsub_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16, 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_sgn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64, 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_sigmoid_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool, 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_signbit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128, 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_sin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32, 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_sinc_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int64, 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_j0_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16, 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_i0e_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool, 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_int16, 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_i1_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool, 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_i1e_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32, 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_1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8, 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_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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32, 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_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int8, 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_special_zeta_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64, 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_sqrt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8, 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_sqrt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16, 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_square_executor_aten_cpu_float16, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16, 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_sub_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8, 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_tan_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool, 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_tanh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128, 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_int16, 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_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_tensor_split_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128, 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_to_executor_aten_cpu_int16, 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_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128, 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_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_trace_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8, 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_transpose_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8, 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_tril_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64, 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_tril_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8, 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_tril_indices_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool, 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_true_divide_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8, 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_float64, 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_trunc_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16, 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_unbind_executor_aten_cpu_int16, 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_unbind_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64, 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_unflatten_executor_aten_cpu_int64, 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_unflatten_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_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_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128, 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_var_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8, 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_view_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64, 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_vstack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32, 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_where_executor_aten_cpu_float16, 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_where_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128, 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_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64, 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_cpu_int16, 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_int64, 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_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64, 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_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_float64, 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_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8, 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_left_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8, 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_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128, 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_uint8, 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_complex32, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16, 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_constant_pad_nd_cpu_int64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_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_cpu_int32, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8, 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_int16, 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_no_rounding_mode_cpu_uint8, 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_div_trunc_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64, 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_div_trunc_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8, 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_bool, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16, 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_like_cpu_int16, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8, 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_complex128, 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_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8, 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_complex128, 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_float32, 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_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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64, 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_fftn_cpu_complex128, 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_fftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32, 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_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64, 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_hfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8, 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_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8, 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_complex64, 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_ifftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64, 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_ifftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_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_int16, 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_int64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32, 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_ihfft2_cpu_int16, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8, 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_ihfftn_cpu_int32, 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_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128, 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_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8, 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_float32, 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_bool, 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_float64, 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_rfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32, 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_gt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32, 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_complex128, 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_complex64, 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_int16, 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_hstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_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_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64, 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_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32, 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_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16, 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_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_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool, 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_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64, 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_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128, 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_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64, 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_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64, 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_or_cpu_bool, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32, 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_int16, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16, 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_float16, 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_list_of_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8, 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_bool, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16, 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_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32, 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_full_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8, 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_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16, 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_glu_cpu_float64, 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_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32, 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_layer_norm_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_margin_ranking_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32, 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_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64, 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_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128, 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_int16, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16, 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_prelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16, 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_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16, 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_complex64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32, 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_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool, 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_float32, 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_repeat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16, 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_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64, 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_as_cpu_int8, 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_reshape_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32, 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_float64, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_uint8, 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_bessel_j1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8, 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_i1_cpu_int32, 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_i1e_cpu_bool, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool, 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_multigammaln_mvlgamma_p_1_cpu_float32, 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_int16, 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_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, 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_multigammaln_mvlgamma_p_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, 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_spherical_bessel_j0_cpu_bool, 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_spherical_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64, 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_bool, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8, 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_std_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_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_float32, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8, 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_sum_to_size_cpu_complex128, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32, 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_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_t_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_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64, 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_float64, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32, 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_int8, 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_float16, 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_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128, 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_trace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128, 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_cpu_float32, 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_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16, 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_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64, 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_as_cpu_int16, 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_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32, 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_int16, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_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_int64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64, 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_float32, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16, 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_float64, 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_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32, 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_int8, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8, 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_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32, 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_bfloat16, 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_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64, 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_atan_cpu_int16, 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_atan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32, 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_atanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16, 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_int8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64, 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_2d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32, 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_atleast_3d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8, 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_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8, 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_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8, 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_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_int32, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8, 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_complex128, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64, 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_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64, 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_chunk_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8, 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_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_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32, 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_cpu_uint8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128, 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_float32, 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_int32, 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_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32, 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_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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16, 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_contiguous_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16, 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_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64, 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_int16, 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_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_float64, 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_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_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128, 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_float32, 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_diag_embed_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool, 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_int32, 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_floor_rounding_cpu_bfloat16, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16, 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_cpu_uint8, 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_like_cpu_complex128, 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_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32, 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_like_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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32, 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_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32, 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_bfloat16, 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_erfinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8, 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_bool, 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_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64, 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_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64, 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_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64, 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_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8, 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_fft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64, 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_int16, 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_int8, 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_fftn_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_fftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64, 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_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8, 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_float64, 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_hfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32, 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_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32, 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_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool, 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_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16, 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_int64, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16, 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_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool, 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_fft_rfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8, 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_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16, 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_fill_cpu_uint8, 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_flatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8, 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_flip_cpu_int16, 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_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32, 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_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64, 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_fmin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_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_fmod_cpu_float64, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32, 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_ge_cpu_int16, 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_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_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16, 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_hsplit_cpu_int32, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16, 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_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32, 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_igamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32, 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_igammac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64, 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_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128, 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_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32, 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_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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64, 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_isclose_cpu_float64, 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_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_bool, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64, 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_complex128, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8, 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_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32, 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_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16, 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_lgamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8, 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_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_linalg_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128, 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_svd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32, 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_int16, 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_linspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8, 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_bool, 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_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128, 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_log2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_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_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16, 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_complex128, 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_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16, 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_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128, 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_not_cpu_float64, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16, 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_logical_xor_cpu_int8, 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_logspace_cpu_float32, 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_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16, 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_mean_cpu_bfloat16, 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_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32, 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_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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_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_meshgrid_variadic_tensors_cpu_int64, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_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_minimum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32, 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_int64, 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_bool, 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_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_nan_to_num_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_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_float32, 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_int32, 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_native_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16, 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_ne_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32, 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_neg_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128, 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_complex64, 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_cpu_int16, 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_bool, 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_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16, 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_full_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64, 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_full_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32, 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_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16, 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_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32, 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_new_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8, 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_celu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64, 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_gelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64, 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_hardshrink_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_hardtanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16, 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_l1_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32, 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_leaky_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32, 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_float16, 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_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16, 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_complex64, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64, 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_poisson_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64, 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_float32, 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_relu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16, 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_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64, 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_nn_functional_threshold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8, 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_complex128, 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_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32, 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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64, 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_prod_cpu_int64, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32, 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_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128, 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_float16, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16, 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_real_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_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_reciprocal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128, 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_float64, 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_as_cpu_int32, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16, 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_reshape_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64, 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_float16, 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_int64, 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_roll_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64, 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_float32, 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_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8, 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_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32, 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_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16, 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_rsub_cpu_int32, 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_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_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_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64, 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_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16, 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_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128, 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_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8, 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_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16, 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_sinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int64, 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_j0_cpu_uint8, 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_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int8, 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_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool, 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_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool, 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_i1e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64, 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_float32, 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_logit_cpu_int16, 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_multigammaln_mvlgamma_p_1_cpu_bfloat16, 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_1_cpu_float64, 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_multigammaln_mvlgamma_p_1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, 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_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, 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_multigammaln_mvlgamma_p_5_cpu_int8, 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_int8, 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_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_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_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool, 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_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32, 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_squeeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64, 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_int8, 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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64, 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_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8, 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_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool, 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_t_cpu_complex64, 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_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64, 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_int64, 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_bool, 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_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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64, 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_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32, 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_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64, 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_tril_cpu_uint8, 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_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16, 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_int64, 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_true_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16, 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_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_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_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128, 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_unflatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16, 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_unfold_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8, 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_unsqueeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64, 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_unsqueeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64, 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_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16, 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_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_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_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool, 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_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32, 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_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool, 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_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_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64, 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_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32, 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_float64, 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_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___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_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_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_as_strided_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_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_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_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_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_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_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_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_det_singular_cpu_float32, 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_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_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_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_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_lstsq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_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_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32, 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_pinv_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_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_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_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_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmax_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_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_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_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_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_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_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_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32, 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_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_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_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_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_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_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_grid_sample_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_hardshrink_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_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_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_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_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_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_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_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_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_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_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_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_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_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_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_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_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_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_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_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_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_log_ndtr_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_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_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_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_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_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_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_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64, test/test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_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_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cat_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_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_float_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_hsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_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_matrix_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_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_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mean_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_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_native_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_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_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_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_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_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_area_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_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_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_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_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_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_histc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_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_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_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_multinomial_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_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_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_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_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_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_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_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_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_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_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_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_max_unpool3d_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_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_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_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_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_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_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_soft_margin_loss_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_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_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_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_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_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_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_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_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_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_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_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_inner_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_isneginf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_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_ldl_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_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_xor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_native_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional__scaled_dot_product_attention_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_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_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_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_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_instance_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_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_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_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_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_short_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_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_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_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_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_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_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_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cumsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_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__refs_transpose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_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_where_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_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_dot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_einsum_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_eye_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_int_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_isnan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_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_ldl_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_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_qr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_std_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_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_H_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_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_asinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_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_chunk_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_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_conj_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cumsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_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_empty_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_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_ifftshift_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_fill_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_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_hstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_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_isclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_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_logical_xor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_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_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_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_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_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_reshape_as_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_sqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_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_sub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_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_unfold_copy_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_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_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_fft2_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_hfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_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_geqrf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_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_lu_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_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_multi_dot_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_pinv_singular_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_linalg_solve_triangular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_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_cumsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_sum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_var_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_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_empty_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_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_silu_complex_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_norm_inf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_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_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_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_tanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_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_true_divide_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_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_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_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_log10_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_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_minimum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_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_gelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_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_pairwise_distance_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_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_unsqueeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addmv_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_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_char_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_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_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_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_cov_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_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_heaviside_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_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_pinv_singular_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_linalg_svd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log10_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_logical_and_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_median_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_normalize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_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_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_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_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_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_binary_cross_entropy_with_logits_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_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_cosine_embedding_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_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_feature_alpha_dropout_with_train_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_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_glu_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_hardshrink_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_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_interpolate_area_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_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_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_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_unpool1d_grad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_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_multilabel_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_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_circular_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_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_prelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_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_softmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_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_tanhshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_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_norm_nuc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_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_pow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_slice_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_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_modified_bessel_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_modified_bessel_k1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_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_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vstack_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_abs_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_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_addr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_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_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_atleast_1d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_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_bitwise_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_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_conj_physical_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_cosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_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_dsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_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_exp2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_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_fft_fftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_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_fmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_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_i0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__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_index_fill__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_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_isnan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_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_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_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_minimum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_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_native_layer_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_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_glu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_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_nn_functional_mish_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_pairwise_distance_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_nn_functional_softplus_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_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_reshape_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_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_sinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_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_squeeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_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_tensor_split_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_transpose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_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_decomp_table_op__refs_unbind_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_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_uniform_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_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_acos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_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_any_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_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_atanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_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_right_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_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_chunk_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_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_constant_pad_nd_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_cos_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_digamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_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_eq_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_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_expand_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_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_fft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_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_fliplr_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_full_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_hsplit_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_i0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_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_index_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_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_isreal_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_le_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_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_log_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_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_movedim_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_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_hinge_embedding_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_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_softshrink_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_roll_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_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_sqrt_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_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_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_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_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::TestFakeTensorCPU::test_fake___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rand___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_all_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_allclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_amax_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_arange_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_any_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argwhere_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_scatter_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_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_not_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_or_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_right_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_xor_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bool_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bucketize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_byte_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_equal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft2_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_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gcd_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ge_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_igamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_int_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isnan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_le_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_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_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_or_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_long_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_multinomial_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ne_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nextafter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_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_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout3d_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_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardswish_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_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_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_local_response_norm_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_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool3d_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_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_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multi_margin_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_circular_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_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_number_mean_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_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rand_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_like_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_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_searchsorted_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y1_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_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_h_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_i1_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_legendre_polynomial_p_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_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_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k1_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_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_consecutive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_and_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_not_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_right_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bool_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_char_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmatmul___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_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcdiv_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_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmv_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_amax_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_as_strided_scatter_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_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_1d_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_bmm_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_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_complex_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_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_embed_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_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expm1_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_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftshift_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_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft2_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_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_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_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmod_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_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hstack_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_index_select_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_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_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_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_log1p_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_logcumsumexp_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_lu_solve_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_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmax_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_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matrix_exp_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_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_no_dim_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_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanquantile_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_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool3d_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_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv1d_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_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_ctc_loss_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_bag_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_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardswish_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_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_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_kl_div_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_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_local_response_norm_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_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mse_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_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pdist_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_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_rrelu_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_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_with_distance_loss_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_norm_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_norm_nuc_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_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_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_0_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_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_put_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_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rad2deg_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_reciprocal_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_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_interleave_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_conj_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_rot90_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_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_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_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i0e_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_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_with_sizes_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_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_along_dim_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_tan_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_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_topk_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_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triu_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_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_complex_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_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_amp_xlogy_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_T_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___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acosh_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_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amax_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_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_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_baddbmm_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_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_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_chunk_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_combinations_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_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cos_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_cov_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_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_trunc_rounding_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_dsplit_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_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp2_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_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfftn_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_ifft_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_fft_ifftshift_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_ihfft_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_fft_rfftn_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_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frac_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_gradient_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_hstack_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_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eig_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_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_householder_product_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_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_triangular_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_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vander_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_linalg_vector_norm_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_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_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_log_softmax_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp2_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_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logsumexp_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_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_scatter_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_softmax_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_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_with_dim_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_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mm_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_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_narrow_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_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional__scaled_dot_product_attention_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_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool3d_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_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv2d_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_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout2d_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_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hinge_embedding_loss_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_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool1d_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_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_grad_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_max_unpool3d_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_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_normalize_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_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_unshuffle_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_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_soft_margin_loss_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_nn_functional_upsample_bilinear_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_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_1_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_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reciprocal_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_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_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_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_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_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_scatter_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_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1_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_split_list_args_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_stft_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_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_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_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tril_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_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diag_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_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_empty_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_eye_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_full_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_histc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_histogramdd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_igamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_igammac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_int_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isnan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isposinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lcm_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_power_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_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_not_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_long_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_ones_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_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout2d_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_fractional_max_pool3d_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_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_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_huber_loss_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_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_layer_norm_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_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_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_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rad2deg_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_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_searchsorted_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_airy_ai_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_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_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_zeta_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tile_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_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_zeros_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_T_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rand___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___rmod___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64, test/test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32, 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_clamp_max_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_and_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_logical_xor_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_maximum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_ones_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_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_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_leaky_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_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_randn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_roll_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_sgn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_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_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_char_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_double_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_rfft_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_fmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_half_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_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_kthvalue_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_argmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_log_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_softmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_median_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_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_grid_sample_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_huber_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_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_pool1d_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_unpool2d_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_multilabel_soft_margin_loss_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_pad_reflect_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_poisson_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_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_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_short_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signbit_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_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_std_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_take_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_var_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_where_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-12-01T10:41:43.5695191Z 2022-12-01T10:41:43.5695506Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5695961Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 SKIPPED (Errors when storage_offset is included) [ 0%] 2022-12-01T10:41:43.5696380Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5696756Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5697116Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5697492Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5697868Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5698240Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5698635Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 0%] 2022-12-01T10:41:43.5699049Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5699424Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5699768Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5700377Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5700746Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5701106Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5701456Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5701869Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 SKIPPED (Expected: new_empty is not comparable) [ 0%] 2022-12-01T10:41:43.5702338Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32 SKIPPED (Expected: new_empty_strided is not comparable) [ 0%] 2022-12-01T10:41:43.5702765Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5703117Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5703484Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5703855Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5704489Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5704905Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5705339Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 SKIPPED (Expected: randn_like is not comparable between dtypes) [ 0%] 2022-12-01T10:41:43.5705760Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5706129Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5706483Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5706848Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5707216Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5707572Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5707939Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5708298Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5708659Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5709006Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 PASSED [ 0%] 2022-12-01T10:41:43.5709334Z test_ops.py::TestCommonCPU::test_dtypes_H_cpu PASSED [ 0%] 2022-12-01T10:41:43.5709635Z test_ops.py::TestCommonCPU::test_dtypes_T_cpu PASSED [ 0%] 2022-12-01T10:41:43.5709923Z test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu PASSED [ 0%] 2022-12-01T10:41:43.5710232Z test_ops.py::TestCommonCPU::test_dtypes___radd___cpu PASSED [ 0%] 2022-12-01T10:41:43.5710531Z test_ops.py::TestCommonCPU::test_dtypes___rand___cpu PASSED [ 0%] 2022-12-01T10:41:43.5710827Z test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu PASSED [ 0%] 2022-12-01T10:41:43.5711106Z test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu PASSED [ 0%] 2022-12-01T10:41:43.5711401Z test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu PASSED [ 0%] 2022-12-01T10:41:43.5711701Z test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu PASSED [ 0%] 2022-12-01T10:41:43.5711985Z test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu PASSED [ 0%] 2022-12-01T10:41:43.5712288Z test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu PASSED [ 0%] 2022-12-01T10:41:43.5712584Z test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu PASSED [ 0%] 2022-12-01T10:41:43.5712883Z test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu PASSED [ 0%] 2022-12-01T10:41:43.5713176Z test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu PASSED [ 0%] 2022-12-01T10:41:43.5713481Z test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu PASSED [ 0%] 2022-12-01T10:41:43.5713783Z test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu PASSED [ 0%] 2022-12-01T10:41:43.5714070Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu PASSED [ 0%] 2022-12-01T10:41:43.5714377Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu PASSED [ 0%] 2022-12-01T10:41:43.5714679Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu PASSED [ 0%] 2022-12-01T10:41:43.5714987Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu PASSED [ 0%] 2022-12-01T10:41:43.5715292Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu PASSED [ 0%] 2022-12-01T10:41:43.5715653Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu PASSED [ 0%] 2022-12-01T10:41:43.5715976Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu PASSED [ 0%] 2022-12-01T10:41:43.5716297Z test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu PASSED [ 0%] 2022-12-01T10:41:43.5716593Z test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu PASSED [ 0%] 2022-12-01T10:41:43.5716892Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu PASSED [ 0%] 2022-12-01T10:41:43.5717192Z test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu PASSED [ 0%] 2022-12-01T10:41:43.5717481Z test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu PASSED [ 0%] 2022-12-01T10:41:43.5717787Z test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu PASSED [ 0%] 2022-12-01T10:41:43.5718090Z test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu PASSED [ 0%] 2022-12-01T10:41:43.5718376Z test_ops.py::TestCommonCPU::test_dtypes__refs_cumsum_cpu PASSED [ 0%] 2022-12-01T10:41:43.5718676Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu PASSED [ 0%] 2022-12-01T10:41:43.5718995Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu PASSED [ 0%] 2022-12-01T10:41:43.5719325Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu PASSED [ 0%] 2022-12-01T10:41:43.5719625Z test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu PASSED [ 0%] 2022-12-01T10:41:43.5719925Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu PASSED [ 0%] 2022-12-01T10:41:43.5720226Z test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu PASSED [ 0%] 2022-12-01T10:41:43.5720509Z test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu PASSED [ 0%] 2022-12-01T10:41:43.5720807Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu PASSED [ 0%] 2022-12-01T10:41:43.5721111Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu PASSED [ 0%] 2022-12-01T10:41:43.5721412Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu PASSED [ 0%] 2022-12-01T10:41:43.5721704Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu PASSED [ 0%] 2022-12-01T10:41:43.5722007Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu PASSED [ 0%] 2022-12-01T10:41:43.5722310Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu PASSED [ 0%] 2022-12-01T10:41:43.5722598Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu PASSED [ 0%] 2022-12-01T10:41:43.5722901Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu PASSED [ 0%] 2022-12-01T10:41:43.5723200Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu PASSED [ 0%] 2022-12-01T10:41:43.5723505Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu PASSED [ 0%] 2022-12-01T10:41:43.5723796Z test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu PASSED [ 0%] 2022-12-01T10:41:43.5724185Z test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu PASSED [ 0%] 2022-12-01T10:41:43.5724488Z test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu PASSED [ 0%] 2022-12-01T10:41:43.5724781Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu PASSED [ 0%] 2022-12-01T10:41:43.5725083Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu PASSED [ 0%] 2022-12-01T10:41:43.5725387Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu PASSED [ 0%] 2022-12-01T10:41:43.5725682Z test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu PASSED [ 0%] 2022-12-01T10:41:43.5725963Z test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu PASSED [ 0%] 2022-12-01T10:41:43.5726260Z test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu PASSED [ 0%] 2022-12-01T10:41:43.5726559Z test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu PASSED [ 0%] 2022-12-01T10:41:43.5726850Z test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu PASSED [ 0%] 2022-12-01T10:41:43.5727187Z test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu PASSED [ 0%] 2022-12-01T10:41:43.5727521Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu PASSED [ 0%] 2022-12-01T10:41:43.5727824Z test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu PASSED [ 0%] 2022-12-01T10:41:43.5728106Z test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu PASSED [ 0%] 2022-12-01T10:41:43.5728404Z test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu PASSED [ 0%] 2022-12-01T10:41:43.5728708Z test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu PASSED [ 0%] 2022-12-01T10:41:43.5728996Z test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu PASSED [ 0%] 2022-12-01T10:41:43.5729289Z test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu PASSED [ 0%] 2022-12-01T10:41:43.5729583Z test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu PASSED [ 0%] 2022-12-01T10:41:43.5729895Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu PASSED [ 0%] 2022-12-01T10:41:43.5730208Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu PASSED [ 0%] 2022-12-01T10:41:43.5730516Z test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu PASSED [ 0%] 2022-12-01T10:41:43.5730822Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu PASSED [ 0%] 2022-12-01T10:41:43.5731112Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu PASSED [ 0%] 2022-12-01T10:41:43.5731415Z test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu PASSED [ 0%] 2022-12-01T10:41:43.5731715Z test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu PASSED [ 0%] 2022-12-01T10:41:43.5732005Z test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu PASSED [ 0%] 2022-12-01T10:41:43.5732290Z test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu PASSED [ 0%] 2022-12-01T10:41:43.5732592Z test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu PASSED [ 0%] 2022-12-01T10:41:43.5732908Z test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu PASSED [ 0%] 2022-12-01T10:41:43.5733214Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu PASSED [ 0%] 2022-12-01T10:41:43.5733553Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu PASSED [ 0%] 2022-12-01T10:41:43.5733854Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu PASSED [ 0%] 2022-12-01T10:41:43.5734156Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu PASSED [ 0%] 2022-12-01T10:41:43.5734460Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu PASSED [ 0%] 2022-12-01T10:41:43.5734793Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu PASSED [ 0%] 2022-12-01T10:41:43.5735123Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu PASSED [ 0%] 2022-12-01T10:41:43.5735435Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu PASSED [ 0%] 2022-12-01T10:41:43.5735763Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu PASSED [ 0%] 2022-12-01T10:41:43.5736099Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu PASSED [ 0%] 2022-12-01T10:41:43.5736443Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_huber_loss_cpu PASSED [ 0%] 2022-12-01T10:41:43.5736766Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu PASSED [ 0%] 2022-12-01T10:41:43.5737113Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu PASSED [ 0%] 2022-12-01T10:41:43.5737459Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu PASSED [ 0%] 2022-12-01T10:41:43.5737786Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 0%] 2022-12-01T10:41:43.5738130Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu PASSED [ 0%] 2022-12-01T10:41:43.5738470Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu PASSED [ 0%] 2022-12-01T10:41:43.5738850Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu PASSED [ 1%] 2022-12-01T10:41:43.5739195Z test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu PASSED [ 1%] 2022-12-01T10:41:43.5739522Z test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu PASSED [ 1%] 2022-12-01T10:41:43.5739894Z test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu PASSED [ 1%] 2022-12-01T10:41:43.5740397Z test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu PASSED [ 1%] 2022-12-01T10:41:43.5740706Z test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu PASSED [ 1%] 2022-12-01T10:41:43.5741006Z test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu PASSED [ 1%] 2022-12-01T10:41:43.5741303Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu PASSED [ 1%] 2022-12-01T10:41:43.5741589Z test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu PASSED [ 1%] 2022-12-01T10:41:43.5741890Z test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu PASSED [ 1%] 2022-12-01T10:41:43.5742196Z test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu PASSED [ 1%] 2022-12-01T10:41:43.5742500Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j1_cpu PASSED [ 1%] 2022-12-01T10:41:43.5742818Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu PASSED [ 1%] 2022-12-01T10:41:43.5743130Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu PASSED [ 1%] 2022-12-01T10:41:43.5743469Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu PASSED [ 1%] 2022-12-01T10:41:43.5743811Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_spherical_bessel_j0_cpu PASSED [ 1%] 2022-12-01T10:41:43.5744137Z test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu PASSED [ 1%] 2022-12-01T10:41:43.5744435Z test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu PASSED [ 1%] 2022-12-01T10:41:43.5744727Z test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu PASSED [ 1%] 2022-12-01T10:41:43.5745034Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu PASSED [ 1%] 2022-12-01T10:41:43.5745334Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu PASSED [ 1%] 2022-12-01T10:41:43.5745634Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu PASSED [ 1%] 2022-12-01T10:41:43.5745920Z test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu PASSED [ 1%] 2022-12-01T10:41:43.5746213Z test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu PASSED [ 1%] 2022-12-01T10:41:43.5746511Z test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu PASSED [ 1%] 2022-12-01T10:41:43.5746797Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu PASSED [ 1%] 2022-12-01T10:41:43.5747104Z test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu PASSED [ 1%] 2022-12-01T10:41:43.5747413Z test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu PASSED [ 1%] 2022-12-01T10:41:43.5747716Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu PASSED [ 1%] 2022-12-01T10:41:43.5748004Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu PASSED [ 1%] 2022-12-01T10:41:43.5748301Z test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu PASSED [ 1%] 2022-12-01T10:41:43.5748599Z test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu PASSED [ 1%] 2022-12-01T10:41:43.5748878Z test_ops.py::TestCommonCPU::test_dtypes_add_cpu PASSED [ 1%] 2022-12-01T10:41:43.5749169Z test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu PASSED [ 1%] 2022-12-01T10:41:43.5749462Z test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu PASSED [ 1%] 2022-12-01T10:41:43.5749754Z test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu PASSED [ 1%] 2022-12-01T10:41:43.5750027Z test_ops.py::TestCommonCPU::test_dtypes_addr_cpu PASSED [ 1%] 2022-12-01T10:41:43.5750409Z test_ops.py::TestCommonCPU::test_dtypes_all_cpu PASSED [ 1%] 2022-12-01T10:41:43.5750744Z test_ops.py::TestCommonCPU::test_dtypes_amax_cpu PASSED [ 1%] 2022-12-01T10:41:43.5751020Z test_ops.py::TestCommonCPU::test_dtypes_amin_cpu PASSED [ 1%] 2022-12-01T10:41:43.5751311Z test_ops.py::TestCommonCPU::test_dtypes_angle_cpu PASSED [ 1%] 2022-12-01T10:41:43.5751602Z test_ops.py::TestCommonCPU::test_dtypes_any_cpu PASSED [ 1%] 2022-12-01T10:41:43.5751894Z test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu PASSED [ 1%] 2022-12-01T10:41:43.5752181Z test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu PASSED [ 1%] 2022-12-01T10:41:43.5752483Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu PASSED [ 1%] 2022-12-01T10:41:43.5752790Z test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu PASSED [ 1%] 2022-12-01T10:41:43.5753072Z test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu PASSED [ 1%] 2022-12-01T10:41:43.5753373Z test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu PASSED [ 1%] 2022-12-01T10:41:43.5753673Z test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu PASSED [ 1%] 2022-12-01T10:41:43.5753970Z test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu PASSED [ 1%] 2022-12-01T10:41:43.5754253Z test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu PASSED [ 1%] 2022-12-01T10:41:43.5754551Z test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu PASSED [ 1%] 2022-12-01T10:41:43.5754849Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu PASSED [ 1%] 2022-12-01T10:41:43.5755131Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu PASSED [ 1%] 2022-12-01T10:41:43.5755436Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu PASSED [ 1%] 2022-12-01T10:41:43.5755741Z test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu PASSED [ 1%] 2022-12-01T10:41:43.5756046Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu PASSED [ 1%] 2022-12-01T10:41:43.5756342Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu PASSED [ 1%] 2022-12-01T10:41:43.5756642Z test_ops.py::TestCommonCPU::test_dtypes_byte_cpu PASSED [ 1%] 2022-12-01T10:41:43.5756935Z test_ops.py::TestCommonCPU::test_dtypes_cat_cpu PASSED [ 1%] 2022-12-01T10:41:43.5757215Z test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu PASSED [ 1%] 2022-12-01T10:41:43.5757512Z test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu PASSED [ 1%] 2022-12-01T10:41:43.5757804Z test_ops.py::TestCommonCPU::test_dtypes_char_cpu PASSED [ 1%] 2022-12-01T10:41:43.5758099Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu PASSED [ 1%] 2022-12-01T10:41:43.5758379Z test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu PASSED [ 1%] 2022-12-01T10:41:43.5758673Z test_ops.py::TestCommonCPU::test_dtypes_complex_cpu PASSED [ 1%] 2022-12-01T10:41:43.5758969Z test_ops.py::TestCommonCPU::test_dtypes_conj_cpu PASSED [ 1%] 2022-12-01T10:41:43.5759246Z test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu PASSED [ 1%] 2022-12-01T10:41:43.5759542Z test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu PASSED [ 1%] 2022-12-01T10:41:43.5759836Z test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu PASSED [ 1%] 2022-12-01T10:41:43.5760123Z test_ops.py::TestCommonCPU::test_dtypes_cov_cpu PASSED [ 1%] 2022-12-01T10:41:43.5760401Z test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu PASSED [ 1%] 2022-12-01T10:41:43.5760698Z test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu PASSED [ 1%] 2022-12-01T10:41:43.5760998Z test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu PASSED [ 1%] 2022-12-01T10:41:43.5761316Z test_ops.py::TestCommonCPU::test_dtypes_diag_cpu PASSED [ 1%] 2022-12-01T10:41:43.5761613Z test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu PASSED [ 1%] 2022-12-01T10:41:43.5761962Z test_ops.py::TestCommonCPU::test_dtypes_diff_cpu PASSED [ 1%] 2022-12-01T10:41:43.5762256Z test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu PASSED [ 1%] 2022-12-01T10:41:43.5762535Z test_ops.py::TestCommonCPU::test_dtypes_dist_cpu PASSED [ 1%] 2022-12-01T10:41:43.5762835Z test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu PASSED [ 1%] 2022-12-01T10:41:43.5763138Z test_ops.py::TestCommonCPU::test_dtypes_dot_cpu PASSED [ 1%] 2022-12-01T10:41:43.5763414Z test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu PASSED [ 1%] 2022-12-01T10:41:43.5763703Z test_ops.py::TestCommonCPU::test_dtypes_eq_cpu PASSED [ 1%] 2022-12-01T10:41:43.5764077Z test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu PASSED [ 1%] 2022-12-01T10:41:43.5764375Z test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu PASSED [ 1%] 2022-12-01T10:41:43.5764657Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu PASSED [ 1%] 2022-12-01T10:41:43.5764953Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu PASSED [ 1%] 2022-12-01T10:41:43.5765247Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu PASSED [ 1%] 2022-12-01T10:41:43.5765533Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu PASSED [ 1%] 2022-12-01T10:41:43.5765830Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu PASSED [ 1%] 2022-12-01T10:41:43.5766123Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu PASSED [ 1%] 2022-12-01T10:41:43.5766404Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu PASSED [ 1%] 2022-12-01T10:41:43.5766700Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu PASSED [ 1%] 2022-12-01T10:41:43.5767001Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu PASSED [ 1%] 2022-12-01T10:41:43.5767299Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu PASSED [ 1%] 2022-12-01T10:41:43.5767582Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu PASSED [ 1%] 2022-12-01T10:41:43.5767874Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu PASSED [ 1%] 2022-12-01T10:41:43.5768174Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu PASSED [ 1%] 2022-12-01T10:41:43.5768453Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu PASSED [ 1%] 2022-12-01T10:41:43.5768748Z test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu PASSED [ 1%] 2022-12-01T10:41:43.5769045Z test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu PASSED [ 1%] 2022-12-01T10:41:43.5769343Z test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu PASSED [ 1%] 2022-12-01T10:41:43.5769626Z test_ops.py::TestCommonCPU::test_dtypes_gather_cpu PASSED [ 1%] 2022-12-01T10:41:43.5769918Z test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu PASSED [ 1%] 2022-12-01T10:41:43.5770209Z test_ops.py::TestCommonCPU::test_dtypes_ge_cpu PASSED [ 1%] 2022-12-01T10:41:43.5770488Z test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu XFAIL [ 1%] 2022-12-01T10:41:43.5770786Z test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu PASSED [ 1%] 2022-12-01T10:41:43.5771080Z test_ops.py::TestCommonCPU::test_dtypes_gt_cpu PASSED [ 1%] 2022-12-01T10:41:43.5771374Z test_ops.py::TestCommonCPU::test_dtypes_half_cpu PASSED [ 1%] 2022-12-01T10:41:43.5771653Z test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu PASSED [ 1%] 2022-12-01T10:41:43.5771952Z test_ops.py::TestCommonCPU::test_dtypes_histc_cpu PASSED [ 1%] 2022-12-01T10:41:43.5772248Z test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu PASSED [ 1%] 2022-12-01T10:41:43.5772587Z test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu PASSED [ 1%] 2022-12-01T10:41:43.5772932Z test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu PASSED [ 1%] 2022-12-01T10:41:43.5773226Z test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu PASSED [ 1%] 2022-12-01T10:41:43.5773517Z test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu PASSED [ 1%] 2022-12-01T10:41:43.5773798Z test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu PASSED [ 1%] 2022-12-01T10:41:43.5774095Z test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu PASSED [ 1%] 2022-12-01T10:41:43.5774394Z test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu PASSED [ 1%] 2022-12-01T10:41:43.5774677Z test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu PASSED [ 1%] 2022-12-01T10:41:43.5774972Z test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu PASSED [ 1%] 2022-12-01T10:41:43.5775269Z test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu PASSED [ 1%] 2022-12-01T10:41:43.5775566Z test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu PASSED [ 1%] 2022-12-01T10:41:43.5775894Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu SKIPPED (Only runs on cuda) [ 1%] 2022-12-01T10:41:43.5776277Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu SKIPPED (Only runs on cuda) [ 1%] 2022-12-01T10:41:43.5776654Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu SKIPPED (Only runs on cuda) [ 1%] 2022-12-01T10:41:43.5776979Z test_ops.py::TestCommonCPU::test_dtypes_kron_cpu PASSED [ 1%] 2022-12-01T10:41:43.5777263Z test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu PASSED [ 1%] 2022-12-01T10:41:43.5777557Z test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu PASSED [ 1%] 2022-12-01T10:41:43.5777849Z test_ops.py::TestCommonCPU::test_dtypes_le_cpu PASSED [ 1%] 2022-12-01T10:41:43.5778131Z test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu PASSED [ 1%] 2022-12-01T10:41:43.5778429Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu PASSED [ 2%] 2022-12-01T10:41:43.5778735Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu PASSED [ 2%] 2022-12-01T10:41:43.5779025Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu PASSED [ 2%] 2022-12-01T10:41:43.5779328Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu PASSED [ 2%] 2022-12-01T10:41:43.5779637Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu PASSED [ 2%] 2022-12-01T10:41:43.5780078Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu PASSED [ 2%] 2022-12-01T10:41:43.5780468Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu PASSED [ 2%] 2022-12-01T10:41:43.5780787Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu PASSED [ 2%] 2022-12-01T10:41:43.5781099Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu PASSED [ 2%] 2022-12-01T10:41:43.5781395Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu PASSED [ 2%] 2022-12-01T10:41:43.5781709Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu PASSED [ 2%] 2022-12-01T10:41:43.5782037Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu PASSED [ 2%] 2022-12-01T10:41:43.5782368Z test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu PASSED [ 2%] 2022-12-01T10:41:43.5782682Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu PASSED [ 2%] 2022-12-01T10:41:43.5783013Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu PASSED [ 2%] 2022-12-01T10:41:43.5783324Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu PASSED [ 2%] 2022-12-01T10:41:43.5783715Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 2%] 2022-12-01T10:41:43.5784147Z test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu PASSED [ 2%] 2022-12-01T10:41:43.5784491Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu PASSED [ 2%] 2022-12-01T10:41:43.5784813Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu PASSED [ 2%] 2022-12-01T10:41:43.5785116Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu PASSED [ 2%] 2022-12-01T10:41:43.5785424Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu PASSED [ 2%] 2022-12-01T10:41:43.5785734Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu PASSED [ 2%] 2022-12-01T10:41:43.5786046Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu PASSED [ 2%] 2022-12-01T10:41:43.5786338Z test_ops.py::TestCommonCPU::test_dtypes_log10_cpu PASSED [ 2%] 2022-12-01T10:41:43.5786632Z test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu PASSED [ 2%] 2022-12-01T10:41:43.5786929Z test_ops.py::TestCommonCPU::test_dtypes_log_cpu PASSED [ 2%] 2022-12-01T10:41:43.5787214Z test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu PASSED [ 2%] 2022-12-01T10:41:43.5787520Z test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu PASSED [ 2%] 2022-12-01T10:41:43.5787819Z test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu PASSED [ 2%] 2022-12-01T10:41:43.5788118Z test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu PASSED [ 2%] 2022-12-01T10:41:43.5788402Z test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu PASSED [ 2%] 2022-12-01T10:41:43.5788700Z test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu PASSED [ 2%] 2022-12-01T10:41:43.5788999Z test_ops.py::TestCommonCPU::test_dtypes_masked_amax_cpu PASSED [ 2%] 2022-12-01T10:41:43.5789291Z test_ops.py::TestCommonCPU::test_dtypes_masked_amin_cpu PASSED [ 2%] 2022-12-01T10:41:43.5789593Z test_ops.py::TestCommonCPU::test_dtypes_masked_argmax_cpu PASSED [ 2%] 2022-12-01T10:41:43.5789906Z test_ops.py::TestCommonCPU::test_dtypes_masked_cumprod_cpu PASSED [ 2%] 2022-12-01T10:41:43.5790213Z test_ops.py::TestCommonCPU::test_dtypes_masked_cumsum_cpu PASSED [ 2%] 2022-12-01T10:41:43.5790506Z test_ops.py::TestCommonCPU::test_dtypes_masked_log_softmax_cpu PASSED [ 2%] 2022-12-01T10:41:43.5790814Z test_ops.py::TestCommonCPU::test_dtypes_masked_logaddexp_cpu PASSED [ 2%] 2022-12-01T10:41:43.5791120Z test_ops.py::TestCommonCPU::test_dtypes_masked_prod_cpu PASSED [ 2%] 2022-12-01T10:41:43.5791407Z test_ops.py::TestCommonCPU::test_dtypes_masked_var_cpu PASSED [ 2%] 2022-12-01T10:41:43.5791710Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu PASSED [ 2%] 2022-12-01T10:41:43.5792034Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu PASSED [ 2%] 2022-12-01T10:41:43.5792343Z test_ops.py::TestCommonCPU::test_dtypes_mean_cpu PASSED [ 2%] 2022-12-01T10:41:43.5792625Z test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu PASSED [ 2%] 2022-12-01T10:41:43.5792941Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu PASSED [ 2%] 2022-12-01T10:41:43.5793250Z test_ops.py::TestCommonCPU::test_dtypes_mode_cpu PASSED [ 2%] 2022-12-01T10:41:43.5793525Z test_ops.py::TestCommonCPU::test_dtypes_msort_cpu PASSED [ 2%] 2022-12-01T10:41:43.5793816Z test_ops.py::TestCommonCPU::test_dtypes_mul_cpu PASSED [ 2%] 2022-12-01T10:41:43.5794107Z test_ops.py::TestCommonCPU::test_dtypes_mv_cpu PASSED [ 2%] 2022-12-01T10:41:43.5794400Z test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu PASSED [ 2%] 2022-12-01T10:41:43.5794682Z test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu PASSED [ 2%] 2022-12-01T10:41:43.5794985Z test_ops.py::TestCommonCPU::test_dtypes_native_batch_norm_cpu PASSED [ 2%] 2022-12-01T10:41:43.5795278Z test_ops.py::TestCommonCPU::test_dtypes_ne_cpu PASSED [ 2%] 2022-12-01T10:41:43.5795587Z test_ops.py::TestCommonCPU::test_dtypes_neg_cpu PASSED [ 2%] 2022-12-01T10:41:43.5795909Z test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu PASSED [ 2%] 2022-12-01T10:41:43.5796202Z test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu PASSED [ 2%] 2022-12-01T10:41:43.5796487Z test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu PASSED [ 2%] 2022-12-01T10:41:43.5796824Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional__scaled_dot_product_attention_cpu PASSED [ 2%] 2022-12-01T10:41:43.5797192Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu PASSED [ 2%] 2022-12-01T10:41:43.5797542Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu PASSED [ 2%] 2022-12-01T10:41:43.5797866Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu PASSED [ 2%] 2022-12-01T10:41:43.5798201Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu PASSED [ 2%] 2022-12-01T10:41:43.5798569Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu SKIPPED (Only runs on cuda) [ 2%] 2022-12-01T10:41:43.5798947Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu PASSED [ 2%] 2022-12-01T10:41:43.5799301Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu PASSED [ 2%] 2022-12-01T10:41:43.5799658Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu PASSED [ 2%] 2022-12-01T10:41:43.5800007Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu PASSED [ 2%] 2022-12-01T10:41:43.5800338Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu PASSED [ 2%] 2022-12-01T10:41:43.5800673Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu PASSED [ 2%] 2022-12-01T10:41:43.5801040Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu PASSED [ 2%] 2022-12-01T10:41:43.5801410Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu PASSED [ 2%] 2022-12-01T10:41:43.5801751Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu PASSED [ 2%] 2022-12-01T10:41:43.5802097Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu PASSED [ 2%] 2022-12-01T10:41:43.5802427Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu PASSED [ 2%] 2022-12-01T10:41:43.5802745Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu PASSED [ 2%] 2022-12-01T10:41:43.5803055Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu PASSED [ 2%] 2022-12-01T10:41:43.5803389Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu PASSED [ 2%] 2022-12-01T10:41:43.5803768Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu PASSED [ 2%] 2022-12-01T10:41:43.5804149Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu PASSED [ 2%] 2022-12-01T10:41:43.5804483Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu PASSED [ 2%] 2022-12-01T10:41:43.5804828Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu PASSED [ 2%] 2022-12-01T10:41:43.5805182Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu PASSED [ 2%] 2022-12-01T10:41:43.5805510Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu PASSED [ 2%] 2022-12-01T10:41:43.5805838Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu PASSED [ 2%] 2022-12-01T10:41:43.5806176Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu PASSED [ 2%] 2022-12-01T10:41:43.5806498Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu PASSED [ 2%] 2022-12-01T10:41:43.5806894Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 2%] 2022-12-01T10:41:43.5807325Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu PASSED [ 2%] 2022-12-01T10:41:43.5807685Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu PASSED [ 2%] 2022-12-01T10:41:43.5808009Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu PASSED [ 2%] 2022-12-01T10:41:43.5808368Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu PASSED [ 2%] 2022-12-01T10:41:43.5808714Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu PASSED [ 2%] 2022-12-01T10:41:43.5809027Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu PASSED [ 2%] 2022-12-01T10:41:43.5809365Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu PASSED [ 2%] 2022-12-01T10:41:43.5809714Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu PASSED [ 2%] 2022-12-01T10:41:43.5810046Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu PASSED [ 2%] 2022-12-01T10:41:43.5810356Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu PASSED [ 2%] 2022-12-01T10:41:43.5810686Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu PASSED [ 2%] 2022-12-01T10:41:43.5811024Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu PASSED [ 2%] 2022-12-01T10:41:43.5811373Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 2%] 2022-12-01T10:41:43.5811716Z test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu PASSED [ 2%] 2022-12-01T10:41:43.5812028Z test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu PASSED [ 2%] 2022-12-01T10:41:43.5812354Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_native_batch_norm_cpu PASSED [ 2%] 2022-12-01T10:41:43.5812664Z test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu PASSED [ 2%] 2022-12-01T10:41:43.5813011Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu PASSED [ 2%] 2022-12-01T10:41:43.5813355Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu SKIPPED (Skipped!) [ 2%] 2022-12-01T10:41:43.5813693Z test_ops.py::TestCommonCPU::test_dtypes_positive_cpu PASSED [ 2%] 2022-12-01T10:41:43.5813983Z test_ops.py::TestCommonCPU::test_dtypes_pow_cpu PASSED [ 2%] 2022-12-01T10:41:43.5814278Z test_ops.py::TestCommonCPU::test_dtypes_prod_cpu PASSED [ 2%] 2022-12-01T10:41:43.5814573Z test_ops.py::TestCommonCPU::test_dtypes_qr_cpu PASSED [ 2%] 2022-12-01T10:41:43.5814855Z test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu PASSED [ 2%] 2022-12-01T10:41:43.5815150Z test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu PASSED [ 2%] 2022-12-01T10:41:43.5815449Z test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu PASSED [ 2%] 2022-12-01T10:41:43.5815744Z test_ops.py::TestCommonCPU::test_dtypes_real_cpu PASSED [ 2%] 2022-12-01T10:41:43.5816031Z test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu PASSED [ 2%] 2022-12-01T10:41:43.5816336Z test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu PASSED [ 2%] 2022-12-01T10:41:43.5816633Z test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu PASSED [ 2%] 2022-12-01T10:41:43.5816924Z test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu PASSED [ 2%] 2022-12-01T10:41:43.5817228Z test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu PASSED [ 2%] 2022-12-01T10:41:43.5817522Z test_ops.py::TestCommonCPU::test_dtypes_resize__cpu XFAIL [ 2%] 2022-12-01T10:41:43.5817803Z test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu PASSED [ 2%] 2022-12-01T10:41:43.5818095Z test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu PASSED [ 2%] 2022-12-01T10:41:43.5818416Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu SKIPPED (Skipped!) [ 2%] 2022-12-01T10:41:43.5818774Z test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu PASSED [ 2%] 2022-12-01T10:41:43.5819086Z test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu PASSED [ 2%] 2022-12-01T10:41:43.5819379Z test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu PASSED [ 2%] 2022-12-01T10:41:43.5819695Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu PASSED [ 2%] 2022-12-01T10:41:43.5820143Z test_ops.py::TestCommonCPU::test_dtypes_select_cpu PASSED [ 2%] 2022-12-01T10:41:43.5820491Z test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu PASSED [ 2%] 2022-12-01T10:41:43.5820786Z test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu PASSED [ 3%] 2022-12-01T10:41:43.5821077Z test_ops.py::TestCommonCPU::test_dtypes_short_cpu PASSED [ 3%] 2022-12-01T10:41:43.5821356Z test_ops.py::TestCommonCPU::test_dtypes_sign_cpu PASSED [ 3%] 2022-12-01T10:41:43.5821648Z test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu PASSED [ 3%] 2022-12-01T10:41:43.5821948Z test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu PASSED [ 3%] 2022-12-01T10:41:43.5822227Z test_ops.py::TestCommonCPU::test_dtypes_slice_cpu PASSED [ 3%] 2022-12-01T10:41:43.5822525Z test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu PASSED [ 3%] 2022-12-01T10:41:43.5822822Z test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu PASSED [ 3%] 2022-12-01T10:41:43.5823117Z test_ops.py::TestCommonCPU::test_dtypes_sort_cpu PASSED [ 3%] 2022-12-01T10:41:43.5823409Z test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu PASSED [ 3%] 2022-12-01T10:41:43.5823717Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu PASSED [ 3%] 2022-12-01T10:41:43.5824027Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu PASSED [ 3%] 2022-12-01T10:41:43.5824318Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu PASSED [ 3%] 2022-12-01T10:41:43.5824936Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:41:43.5825327Z test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu PASSED [ 3%] 2022-12-01T10:41:43.5825633Z test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu PASSED [ 3%] 2022-12-01T10:41:43.5825946Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu PASSED [ 3%] 2022-12-01T10:41:43.5826291Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu PASSED [ 3%] 2022-12-01T10:41:43.5826618Z test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu PASSED [ 3%] 2022-12-01T10:41:43.5827119Z test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:41:43.5827499Z test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu PASSED [ 3%] 2022-12-01T10:41:43.5827829Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu PASSED [ 3%] 2022-12-01T10:41:43.5828172Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu PASSED [ 3%] 2022-12-01T10:41:43.5828483Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu PASSED [ 3%] 2022-12-01T10:41:43.5828822Z test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu PASSED [ 3%] 2022-12-01T10:41:43.5829364Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:41:43.5829947Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:41:43.5830330Z test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu PASSED [ 3%] 2022-12-01T10:41:43.5830635Z test_ops.py::TestCommonCPU::test_dtypes_stack_cpu PASSED [ 3%] 2022-12-01T10:41:43.5831007Z test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu PASSED [ 3%] 2022-12-01T10:41:43.5831345Z test_ops.py::TestCommonCPU::test_dtypes_stft_cpu PASSED [ 3%] 2022-12-01T10:41:43.5831624Z test_ops.py::TestCommonCPU::test_dtypes_sub_cpu PASSED [ 3%] 2022-12-01T10:41:43.5831913Z test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu PASSED [ 3%] 2022-12-01T10:41:43.5832210Z test_ops.py::TestCommonCPU::test_dtypes_t_cpu PASSED [ 3%] 2022-12-01T10:41:43.5832494Z test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu PASSED [ 3%] 2022-12-01T10:41:43.5832790Z test_ops.py::TestCommonCPU::test_dtypes_tan_cpu PASSED [ 3%] 2022-12-01T10:41:43.5833087Z test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu PASSED [ 3%] 2022-12-01T10:41:43.5833386Z test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu PASSED [ 3%] 2022-12-01T10:41:43.5833671Z test_ops.py::TestCommonCPU::test_dtypes_tile_cpu PASSED [ 3%] 2022-12-01T10:41:43.5833964Z test_ops.py::TestCommonCPU::test_dtypes_topk_cpu PASSED [ 3%] 2022-12-01T10:41:43.5834260Z test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu PASSED [ 3%] 2022-12-01T10:41:43.5834553Z test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu PASSED [ 3%] 2022-12-01T10:41:43.5834850Z test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu PASSED [ 3%] 2022-12-01T10:41:43.5835140Z test_ops.py::TestCommonCPU::test_dtypes_tril_cpu PASSED [ 3%] 2022-12-01T10:41:43.5835437Z test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu PASSED [ 3%] 2022-12-01T10:41:43.5835716Z test_ops.py::TestCommonCPU::test_dtypes_triu_cpu PASSED [ 3%] 2022-12-01T10:41:43.5836011Z test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu PASSED [ 3%] 2022-12-01T10:41:43.5836312Z test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu PASSED [ 3%] 2022-12-01T10:41:43.5836591Z test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu PASSED [ 3%] 2022-12-01T10:41:43.5836883Z test_ops.py::TestCommonCPU::test_dtypes_unique_cpu PASSED [ 3%] 2022-12-01T10:41:43.5837176Z test_ops.py::TestCommonCPU::test_dtypes_var_cpu PASSED [ 3%] 2022-12-01T10:41:43.5837472Z test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu PASSED [ 3%] 2022-12-01T10:41:43.5837757Z test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu PASSED [ 3%] 2022-12-01T10:41:43.5838056Z test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu PASSED [ 3%] 2022-12-01T10:41:43.5838352Z test_ops.py::TestCommonCPU::test_dtypes_zero__cpu PASSED [ 3%] 2022-12-01T10:41:43.5838632Z test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu PASSED [ 3%] 2022-12-01T10:41:43.5838932Z test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu PASSED [ 3%] 2022-12-01T10:41:43.5839230Z test_ops.py::TestCommonCPU::test_errors___radd___cpu PASSED [ 3%] 2022-12-01T10:41:43.5839526Z test_ops.py::TestCommonCPU::test_errors___rdiv___cpu PASSED [ 3%] 2022-12-01T10:41:43.5839802Z test_ops.py::TestCommonCPU::test_errors___rsub___cpu PASSED [ 3%] 2022-12-01T10:41:43.5840092Z test_ops.py::TestCommonCPU::test_errors___rxor___cpu PASSED [ 3%] 2022-12-01T10:41:43.5840382Z test_ops.py::TestCommonCPU::test_errors_add_cpu PASSED [ 3%] 2022-12-01T10:41:43.5840655Z test_ops.py::TestCommonCPU::test_errors_amax_cpu PASSED [ 3%] 2022-12-01T10:41:43.5840947Z test_ops.py::TestCommonCPU::test_errors_aminmax_cpu PASSED [ 3%] 2022-12-01T10:41:43.5841244Z test_ops.py::TestCommonCPU::test_errors_arange_cpu PASSED [ 3%] 2022-12-01T10:41:43.5841538Z test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu PASSED [ 3%] 2022-12-01T10:41:43.5841853Z test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu PASSED [ 3%] 2022-12-01T10:41:43.5842200Z test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu PASSED [ 3%] 2022-12-01T10:41:43.5842502Z test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu PASSED [ 3%] 2022-12-01T10:41:43.5842794Z test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu XFAIL [ 3%] 2022-12-01T10:41:43.5843089Z test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu XFAIL [ 3%] 2022-12-01T10:41:43.5843384Z test_ops.py::TestCommonCPU::test_errors_complex_cpu PASSED [ 3%] 2022-12-01T10:41:43.5843677Z test_ops.py::TestCommonCPU::test_errors_diag_cpu PASSED [ 3%] 2022-12-01T10:41:43.5844030Z test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu PASSED [ 3%] 2022-12-01T10:41:43.5844332Z test_ops.py::TestCommonCPU::test_errors_diagonal_cpu PASSED [ 3%] 2022-12-01T10:41:43.5844638Z test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu PASSED [ 3%] 2022-12-01T10:41:43.5844929Z test_ops.py::TestCommonCPU::test_errors_dsplit_cpu PASSED [ 3%] 2022-12-01T10:41:43.5845225Z test_ops.py::TestCommonCPU::test_errors_dstack_cpu PASSED [ 3%] 2022-12-01T10:41:43.5845514Z test_ops.py::TestCommonCPU::test_errors_eye_cpu PASSED [ 3%] 2022-12-01T10:41:43.5845806Z test_ops.py::TestCommonCPU::test_errors_flipud_cpu PASSED [ 3%] 2022-12-01T10:41:43.5846089Z test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu PASSED [ 3%] 2022-12-01T10:41:43.5846388Z test_ops.py::TestCommonCPU::test_errors_fmax_cpu PASSED [ 3%] 2022-12-01T10:41:43.5846677Z test_ops.py::TestCommonCPU::test_errors_fmin_cpu PASSED [ 3%] 2022-12-01T10:41:43.5846952Z test_ops.py::TestCommonCPU::test_errors_fmod_cpu PASSED [ 3%] 2022-12-01T10:41:43.5847244Z test_ops.py::TestCommonCPU::test_errors_gcd_cpu PASSED [ 3%] 2022-12-01T10:41:43.5847540Z test_ops.py::TestCommonCPU::test_errors_ge_cpu PASSED [ 3%] 2022-12-01T10:41:43.5847823Z test_ops.py::TestCommonCPU::test_errors_igammac_cpu PASSED [ 3%] 2022-12-01T10:41:43.5848145Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:41:43.5848474Z test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu PASSED [ 3%] 2022-12-01T10:41:43.5848775Z test_ops.py::TestCommonCPU::test_errors_lcm_cpu PASSED [ 3%] 2022-12-01T10:41:43.5849049Z test_ops.py::TestCommonCPU::test_errors_le_cpu PASSED [ 3%] 2022-12-01T10:41:43.5849341Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu PASSED [ 3%] 2022-12-01T10:41:43.5849662Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu PASSED [ 3%] 2022-12-01T10:41:43.5849967Z test_ops.py::TestCommonCPU::test_errors_linspace_cpu PASSED [ 3%] 2022-12-01T10:41:43.5850268Z test_ops.py::TestCommonCPU::test_errors_logical_and_cpu PASSED [ 3%] 2022-12-01T10:41:43.5850573Z test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu PASSED [ 3%] 2022-12-01T10:41:43.5850873Z test_ops.py::TestCommonCPU::test_errors_logspace_cpu PASSED [ 3%] 2022-12-01T10:41:43.5851154Z test_ops.py::TestCommonCPU::test_errors_lt_cpu PASSED [ 3%] 2022-12-01T10:41:43.5851445Z test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu PASSED [ 3%] 2022-12-01T10:41:43.5851742Z test_ops.py::TestCommonCPU::test_errors_maximum_cpu PASSED [ 3%] 2022-12-01T10:41:43.5852020Z test_ops.py::TestCommonCPU::test_errors_mean_cpu PASSED [ 3%] 2022-12-01T10:41:43.5852311Z test_ops.py::TestCommonCPU::test_errors_min_binary_cpu PASSED [ 3%] 2022-12-01T10:41:43.5852606Z test_ops.py::TestCommonCPU::test_errors_movedim_cpu PASSED [ 3%] 2022-12-01T10:41:43.5852906Z test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu PASSED [ 3%] 2022-12-01T10:41:43.5853241Z test_ops.py::TestCommonCPU::test_errors_nextafter_cpu PASSED [ 3%] 2022-12-01T10:41:43.5853583Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu PASSED [ 3%] 2022-12-01T10:41:43.5853914Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu PASSED [ 3%] 2022-12-01T10:41:43.5854225Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu PASSED [ 3%] 2022-12-01T10:41:43.5854547Z test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu PASSED [ 3%] 2022-12-01T10:41:43.5854884Z test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu PASSED [ 3%] 2022-12-01T10:41:43.5855226Z test_ops.py::TestCommonCPU::test_errors_nn_functional_huber_loss_cpu PASSED [ 3%] 2022-12-01T10:41:43.5855537Z test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu PASSED [ 3%] 2022-12-01T10:41:43.5855868Z test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu PASSED [ 3%] 2022-12-01T10:41:43.5856209Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu PASSED [ 3%] 2022-12-01T10:41:43.5856538Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu PASSED [ 3%] 2022-12-01T10:41:43.5856846Z test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu PASSED [ 3%] 2022-12-01T10:41:43.5857167Z test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu PASSED [ 3%] 2022-12-01T10:41:43.5857492Z test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu PASSED [ 3%] 2022-12-01T10:41:43.5857799Z test_ops.py::TestCommonCPU::test_errors_ormqr_cpu PASSED [ 3%] 2022-12-01T10:41:43.5858098Z test_ops.py::TestCommonCPU::test_errors_polar_cpu PASSED [ 3%] 2022-12-01T10:41:43.5858399Z test_ops.py::TestCommonCPU::test_errors_remainder_cpu PASSED [ 3%] 2022-12-01T10:41:43.5858696Z test_ops.py::TestCommonCPU::test_errors_roll_cpu PASSED [ 3%] 2022-12-01T10:41:43.5858977Z test_ops.py::TestCommonCPU::test_errors_rot90_cpu PASSED [ 3%] 2022-12-01T10:41:43.5859269Z test_ops.py::TestCommonCPU::test_errors_rsub_cpu PASSED [ 3%] 2022-12-01T10:41:43.5859566Z test_ops.py::TestCommonCPU::test_errors_scatter_cpu PASSED [ 3%] 2022-12-01T10:41:43.5859874Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu PASSED [ 3%] 2022-12-01T10:41:43.5860414Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu PASSED [ 3%] 2022-12-01T10:41:43.5860758Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu PASSED [ 3%] 2022-12-01T10:41:43.5861102Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu PASSED [ 3%] 2022-12-01T10:41:43.5861432Z test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu PASSED [ 3%] 2022-12-01T10:41:43.5861995Z test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:41:43.5862586Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:41:43.5862962Z test_ops.py::TestCommonCPU::test_errors_sub_cpu PASSED [ 4%] 2022-12-01T10:41:43.5863272Z test_ops.py::TestCommonCPU::test_errors_t_cpu PASSED [ 4%] 2022-12-01T10:41:43.5863564Z test_ops.py::TestCommonCPU::test_errors_trace_cpu PASSED [ 4%] 2022-12-01T10:41:43.5863867Z test_ops.py::TestCommonCPU::test_errors_true_divide_cpu PASSED [ 4%] 2022-12-01T10:41:43.5864158Z test_ops.py::TestCommonCPU::test_errors_view_as_cpu PASSED [ 4%] 2022-12-01T10:41:43.5864493Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5864854Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5865285Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5865733Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5866106Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5866465Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5866813Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5867172Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5867526Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5867892Z test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5868248Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5868615Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5868978Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5869338Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5869689Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5870051Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5870411Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5870761Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5871132Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5871499Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5871855Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5872195Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5872555Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5872913Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5873278Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5873627Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5873998Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5874366Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5874722Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5875103Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5875477Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5875834Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5876179Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5876567Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5876958Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5877315Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5877656Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5878020Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5878393Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5878759Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5879115Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5879481Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5879848Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5880198Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5880570Z test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5880942Z test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5881309Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5881672Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5882047Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5882413Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5882769Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5883115Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5883475Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5883847Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5884315Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5884682Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5885054Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5885428Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5885783Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5886150Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5886520Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5886898Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5887253Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5887643Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5888031Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5888390Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5888737Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5889098Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5889469Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5889835Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5890205Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5890565Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5890930Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5891278Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5891646Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5892007Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5892374Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5892730Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5893107Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5893482Z test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5893842Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5894200Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5894580Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5894959Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5895323Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5895690Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5896052Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5896409Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5896766Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5897141Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5897512Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5897873Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5898223Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5898584Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5898978Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5899372Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5899740Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5900351Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5900737Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5901087Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5901447Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5901817Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5902186Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5902543Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5902915Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5903280Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5903646Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5904009Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5904396Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5904768Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5905133Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5905480Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5905842Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5906205Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5906559Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5906928Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5907290Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5907644Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5907986Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5908339Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5908696Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5909052Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5909396Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5909754Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5910175Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5910579Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:41:43.5910939Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5911280Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5911632Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5911985Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5912344Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5912687Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5913054Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5913416Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5913774Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5914124Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5914484Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5914840Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5915183Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5915552Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5915925Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5916289Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5916638Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5916994Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5917359Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5917724Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5918073Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5918431Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5918793Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5919154Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5919502Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5919863Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5920218Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5920564Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5920917Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5921311Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5921731Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5922078Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5922440Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5922806Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5923167Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5923506Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5923860Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5924284Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5924630Z test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5924994Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5925354Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5925712Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5926054Z test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5926410Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5926768Z test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5927135Z test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5927481Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5927834Z test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5928186Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5928537Z test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5928884Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5929247Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5929611Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5929961Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5930322Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5930690Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5931054Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5931409Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5931770Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5932162Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5932547Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5932890Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5933243Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5933600Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5933958Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5934326Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5934746Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5935138Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5935508Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5935873Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5936229Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5936580Z test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5936915Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5937267Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5937628Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5937986Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5938353Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5938728Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5939098Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5939472Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5939852Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5940449Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5940822Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5941191Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5941575Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5941964Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5942354Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5942718Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5943097Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5943531Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5943969Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5944350Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5944735Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5945172Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 5%] 2022-12-01T10:41:43.5945589Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5945954Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5946330Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5946709Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5947090Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5947447Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5947801Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5948153Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5948512Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5948879Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5949261Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5949624Z test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5949976Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5950342Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5950708Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5951071Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5951426Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5951790Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5952152Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5952514Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5952863Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5953213Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5953563Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5953912Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5954286Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5954671Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5955016Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5955362Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5955732Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5956109Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5956484Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5956845Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5957212Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5957588Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5957963Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5958317Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5958687Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:41:43.5959062Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5959434Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5959793Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5960155Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5960517Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5960866Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5961228Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5961583Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5961943Z test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5962307Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5962688Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5963061Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5963414Z test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5963761Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5964210Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5964606Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5964979Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5965370Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5965770Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5966153Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5966528Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5966910Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5967278Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5967625Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5967970Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5968332Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5968689Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5969042Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5969379Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5969742Z test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5970102Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5970472Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5970847Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5971231Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5971607Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5971965Z test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5972330Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5972696Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5973052Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5973414Z test_ops.py::TestCommonCPU::test_multiple_devices_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5973795Z test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5974159Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5974505Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5974852Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5975223Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5975599Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5975964Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5976350Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5976742Z test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5977145Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5977571Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5977971Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5978389Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5978791Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5979184Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5979557Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5980064Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5980555Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5980961Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5981360Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5981778Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5982185Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5982569Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5982956Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5983347Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5983772Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5984187Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5984586Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5984982Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5985389Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5985798Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5986201Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5986592Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5987041Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5987465Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5987868Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5988264Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5988669Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5989059Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5989462Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5989877Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5990307Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5990702Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5991098Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5991497Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5991889Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5992280Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5992683Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5993081Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5993477Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5993859Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5994240Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5994620Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5995012Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5995398Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5995799Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5996202Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5996603Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5997018Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5997428Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5997856Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5998281Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5998626Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5998986Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5999349Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.5999716Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6000069Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6000431Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6000821Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6001280Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6001645Z test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6002012Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6002376Z test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6002745Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6003139Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6003530Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:41:43.6003977Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:41:43.6004342Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:41:43.6004722Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:41:43.6005098Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:41:43.6005469Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6005820Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6006177Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6006536Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6006878Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6007231Z test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6007586Z test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6007944Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6008298Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6008665Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6009069Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6009465Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:41:43.6009817Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6010179Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6010535Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6010902Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6011271Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6011692Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6012069Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6012416Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6012773Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6013136Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6013502Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6013854Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6014217Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6014581Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:41:43.6014939Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6015281Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6015639Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6016004Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6016353Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6016711Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6017079Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6017461Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6017830Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6018207Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6018588Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6018963Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6019333Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6019708Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6020332Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6020737Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6021094Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6021467Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6021823Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6022179Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6022525Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6022889Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6023251Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6023594Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6023948Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6024312Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6024695Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6025062Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6025424Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6025802Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6026184Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6026548Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6026937Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6027344Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6028002Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:41:43.6028601Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:41:43.6029202Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:41:43.6029629Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6030002Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6030359Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6030724Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6031110Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6031536Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6031938Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6032334Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6032729Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6033125Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6033494Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6033891Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6034317Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6034730Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6035125Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6035535Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6036123Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:41:43.6036743Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:41:43.6037353Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:41:43.6037975Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:41:43.6038593Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 7%] 2022-12-01T10:41:43.6039025Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6039379Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6039747Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6040123Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6040499Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6040853Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6041210Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6041567Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6041919Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6042263Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6042694Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6043079Z test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6043420Z test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6043773Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6044213Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6044574Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6044930Z test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6045284Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6045633Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6045991Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6046328Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6090613Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6090985Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6091346Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6091687Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6092036Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6092400Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6092747Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6093092Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6093430Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6093779Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6094130Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6094478Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6094657Z test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6094819Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6094981Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6095138Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6095300Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6095460Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6095622Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6095787Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6096121Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6096346Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6096515Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6096678Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6096840Z test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6097006Z test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6097164Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6097322Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6097498Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6097663Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6097824Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6097989Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6098148Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6098311Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6098473Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6098627Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6098779Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6098949Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:43.6099116Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:43.6099268Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6099417Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6099565Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6099712Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6099859Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6100177Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6100380Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6100524Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6100662Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6100809Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6100958Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6101110Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6101256Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6101402Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6101615Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6101805Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6101957Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6102108Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6102256Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6102403Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6102558Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6102704Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6102846Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6102993Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6103138Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6103294Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6103437Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6103590Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6103740Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6103885Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6104037Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6104184Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6104335Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6104483Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6104629Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6104772Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6104917Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6105069Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6105215Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6105359Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6105509Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6105661Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6105808Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6105959Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6106111Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6106260Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6106411Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6106553Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6106730Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6106928Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6107073Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6107218Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6107366Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6107508Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6107660Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6107811Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6107958Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6108107Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6108263Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6108409Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6108560Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6108710Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6108893Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:41:43.6109039Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6109182Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6109327Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6109479Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6109644Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6109798Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6109949Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6110100Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6110247Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6110398Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6110539Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6110685Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6110830Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6110982Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6111172Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_mean_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6111321Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_prod_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6111480Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6111647Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6111815Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6112005Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6112199Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6112351Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6112499Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6112649Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6112801Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6112963Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6113117Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6113256Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6113430Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:41:43.6113590Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6113781Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6113989Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6114170Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6114350Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6114531Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6114716Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6114864Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6115021Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6115213Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:41:43.6115369Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6115523Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6115683Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6115848Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6116004Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6116152Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6116312Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6116485Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6116655Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6116808Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6116976Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6117131Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6117285Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6117468Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6117653Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6117822Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6117975Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6118142Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6118312Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6118501Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6118967Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-12-01T10:41:43.6119136Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6119320Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6119521Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6119686Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6119870Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6120038Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6120218Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool PASSED [ 8%] 2022-12-01T10:41:43.6120398Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6120575Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6120739Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6120927Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6121100Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6121480Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-12-01T10:41:43.6121856Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 9%] 2022-12-01T10:41:43.6122038Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6122209Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6122377Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6122544Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6122701Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6122858Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6123002Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6123156Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6123342Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6123523Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6123675Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6123836Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6124079Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6124238Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6124398Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6124542Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6124715Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6124874Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6125030Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6125184Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6125336Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6125497Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool PASSED [ 9%] 2022-12-01T10:41:43.6125655Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6125796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6125952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6126110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6126274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6126431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6126590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6126758Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6126921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6127090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 SKIPPED (67470!) [ 9%] 2022-12-01T10:41:43.6127239Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6127398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6127555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6127712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6127871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6128026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6128185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6128344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6128485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6128638Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6128801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6128993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6129178Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6129338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6129502Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6129658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6129805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6129963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6130117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6130273Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6130430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6130597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6130753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6130909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6131068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6131213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6131377Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6131534Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6131692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6131850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6132003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6132157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 XFAIL [ 9%] 2022-12-01T10:41:43.6132314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 XFAIL [ 9%] 2022-12-01T10:41:43.6132458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6132615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6132765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6132924Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6133088Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6133255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 XFAIL [ 9%] 2022-12-01T10:41:43.6133415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 XFAIL [ 9%] 2022-12-01T10:41:43.6133569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 XFAIL [ 9%] 2022-12-01T10:41:43.6133794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 SKIPPED (Works for int64, fails for everything else) [ 9%] 2022-12-01T10:41:43.6134001Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 SKIPPED (Works for int64, fails for everything else) [ 9%] 2022-12-01T10:41:43.6134162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6134318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6134505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6134689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6134852Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6135012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6135166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6135320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6135485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6135648Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6135809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6135972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6136132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6136289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6136453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6136614Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6136758Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6136930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6137090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6137251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6137429Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6137590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6137755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6137916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6138072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6138238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6138407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6138569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6138732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6138892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6139064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6139223Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6139379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6139523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6139679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6139839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6140208Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6140427Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6140592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6140762Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6140933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6141081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6141238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6141395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6141558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6141717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 PASSED [ 9%] 2022-12-01T10:41:43.6141881Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6142042Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6142212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:43.6142377Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 PASSED [ 9%] 2022-12-01T10:41:43.6142526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6142685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6142841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6142996Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6143169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6143336Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6143511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6143681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6143835Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6144000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6144160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6144323Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6144481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6144638Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6144796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6144949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6145102Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6145259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6145423Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6145577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6145761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6145958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6146115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6146271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6146429Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6146578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6146732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6146915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6147091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6147256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6147414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6147573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6147730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6147897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6148044Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6148209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6148370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6148540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6148701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6148856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6149016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6149173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6149320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6149490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6149660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6149814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6149974Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6150133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6150291Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6150452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6150627Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:41:43.6150786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:41:43.6150963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:41:43.6151118Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6151306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6151462Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6151645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6151798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6151952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6152098Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6152252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6152414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6152574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6152733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6152908Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:41:43.6153078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:41:43.6153243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:41:43.6153400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6153552Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6153711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6153866Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6154038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6154203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6154364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6154521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6154682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6154827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6154985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6155150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6155305Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6155479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6155649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6155812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6155970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6156130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6156275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6156435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6156594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6156761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6156948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6157131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6157294Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6157451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6157594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6157755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6157912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6158067Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6158231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6158387Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6158543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6158701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6158855Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6159003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6159162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6159317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6159484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6159649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6159807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6159963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6160116Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6160257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6160409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6160561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6160718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6160880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6161042Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6161203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6161357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6161495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6161657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6161814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6161979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6162133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6162292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6162479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6162671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6162833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6162977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6163138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:43.6163294Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 PASSED [ 10%] 2022-12-01T10:41:43.6163452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:43.6163604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6163764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6164008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6164181Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6164329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6164488Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6164653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6164818Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6164981Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6165144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6165306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6165464Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6165621Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6165771Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6165927Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6166079Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6166236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6166390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6166552Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6166714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6166873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6167017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6167221Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:43.6167422Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:43.6167632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:43.6167837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:43.6168065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:43.6168282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:43.6168472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 11%] 2022-12-01T10:41:43.6168633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6168777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6168938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6169100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6169256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6169413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6169566Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6169726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6169883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6170035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6170188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6170354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6170521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6170684Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6170849Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6171072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 SKIPPED (The backward may give different results) [ 11%] 2022-12-01T10:41:43.6171235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6171405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6171558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6171724Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6171911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6172077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6172257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6172432Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6172600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6172768Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6172949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6173099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6173274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6173442Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6173679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6173925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6174103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6174275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6174451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6174636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6174801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 SKIPPED (67470!) [ 11%] 2022-12-01T10:41:43.6174996Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6175186Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6175354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6175537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6175716Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6175961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 11%] 2022-12-01T10:41:43.6176200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 11%] 2022-12-01T10:41:43.6176370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6176538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6176697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6176867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6177036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6177219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6177398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6177563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6177739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6177907Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6178058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6178228Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6178394Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6178566Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6178727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 XFAIL [ 11%] 2022-12-01T10:41:43.6178886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 XFAIL [ 11%] 2022-12-01T10:41:43.6179073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6179233Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6179425Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6179568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6179724Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6179900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6180320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6180490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6180657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6180822Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6180983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6181135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6181296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6181455Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6181617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6181777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6181934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6182089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6182250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 XFAIL [ 11%] 2022-12-01T10:41:43.6182410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 XFAIL [ 11%] 2022-12-01T10:41:43.6182557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6182712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6182865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6183017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6183169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6183324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6183481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6183648Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6183798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6183951Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6184113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6184276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6184450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6184621Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6184792Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6185017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logaddexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6185241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6185397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6185566Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6185728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_int64 PASSED [ 11%] 2022-12-01T10:41:43.6185895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:43.6186063Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:43.6186228Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6186397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6186562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6186711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6186872Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6187032Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6187197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6187371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6187542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6187704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6187864Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6188022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6188162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6188343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6188531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6188713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6188873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6189047Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6189220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6189400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6189557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6189699Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6189853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6190015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6190173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6190329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6190514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6190698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6190853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6191018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6191193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6191355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6191514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6191675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6191839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6192008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6192174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6192339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6192487Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6192645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6192802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6192954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6193109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6193264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6193441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:41:43.6193672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 12%] 2022-12-01T10:41:43.6193898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 12%] 2022-12-01T10:41:43.6194104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 SKIPPED (Expected: new_empty_strided is not comparable) [ 12%] 2022-12-01T10:41:43.6194264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6194421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6194587Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6194744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6194948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6195142Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6195323Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6195503Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6195668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6195840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6196054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6196257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6196446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6196634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6196818Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6197008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6197189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6197360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6197536Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6197719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6197900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6198104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6198316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6198523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6198728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6198922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6199099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6199271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6199453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6199645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6199838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6200026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6200220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6200397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6200577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6200743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6200922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6201097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6201268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6201489Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6201704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6201880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6202056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6202232Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6202418Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6202588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6202772Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6202951Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6203146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6203347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6203524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6203707Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6203882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6204155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6204332Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6204510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6204695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6204877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6205065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6205255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6205430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6205618Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6205800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6205961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6206130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6206315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6206503Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6206687Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6206867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6207075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6207281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6207461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6207640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6207827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6208030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 PASSED [ 12%] 2022-12-01T10:41:43.6208220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6208383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6208542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6208703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6208862Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6209039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6209182Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 XFAIL [ 12%] 2022-12-01T10:41:43.6209348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:43.6209509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:43.6209667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6209832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6209990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6210155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6210310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6210477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6210656Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6210847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:41:43.6211070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:41:43.6211264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:41:43.6211434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6211595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6211754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6211911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6212054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6212212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6212365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6212520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6212701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6212886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6213041Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6213203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6213371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6213549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 SKIPPED (Test expects tensor input) [ 13%] 2022-12-01T10:41:43.6213716Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6213881Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6214038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6214201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6214364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6214525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6214682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6214826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6215005Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6215181Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6215347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6215508Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6215674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6215835Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6215992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6216153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6216309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6216474Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6216635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6216795Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6216956Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6217111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6217269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6217440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6217617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:41:43.6217773Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6217930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6218098Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6218295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6218485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6218642Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6218816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6218988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6219144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6219308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6219481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6219654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6219823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6220135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6220340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6220510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6220663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6220822Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6220977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6221132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6221296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6221451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6221607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6221770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6221933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6222077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6222232Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6222389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6222547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6222705Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6222859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6223024Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6223198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6223340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6223529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:41:43.6223703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6223926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6224147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6224318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6224487Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6224676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6225134Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:41:43.6225495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:41:43.6225863Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:41:43.6226033Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6226217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6226407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6226591Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6226755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6226918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6227082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6227453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:41:43.6227805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:41:43.6227979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6228163Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6228343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6228528Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6228711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6228879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6229043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6229242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6229420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6229604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6229986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:41:43.6230400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:41:43.6230805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:41:43.6231176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 13%] 2022-12-01T10:41:43.6231349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6231519Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6231693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6231863Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6232038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6232193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6232354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6232512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6232667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6232822Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6232978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 PASSED [ 13%] 2022-12-01T10:41:43.6233137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6233299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6233454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:43.6233615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:43.6233774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6233931Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6234089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6234242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6234409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6234571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6234719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6234875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6235027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6235198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6235365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6235525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6235683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6235840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6236026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6236173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6236374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6236534Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6236686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6236844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6236998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6237151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6237315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6237459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6237630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6237789Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6237957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6238121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6238282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6238439Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6238593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6238764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6238910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6239065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6239219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6239371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6239531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6239693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6239851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6240019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6240165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6240325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6240488Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6240651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6240809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6240968Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6241135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 XFAIL [ 14%] 2022-12-01T10:41:43.6241292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6241435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6241622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6241806Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6241961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6242124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6242280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6242435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6242592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 XFAIL [ 14%] 2022-12-01T10:41:43.6242746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 XFAIL [ 14%] 2022-12-01T10:41:43.6242885Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 XFAIL [ 14%] 2022-12-01T10:41:43.6243054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:43.6243219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6243369Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6243521Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6243668Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6243811Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6244034Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6244168Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6244325Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6244481Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6244633Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6244778Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6244923Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6245062Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6245200Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6245329Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 XFAIL [ 14%] 2022-12-01T10:41:43.6245480Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6245628Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6245765Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6245907Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6246049Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6246193Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6246334Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6246463Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6246656Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:41:43.6246845Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:41:43.6247034Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 14%] 2022-12-01T10:41:43.6247224Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6247397Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6247560Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6247727Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6247884Z test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6248047Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6248220Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6248375Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6248539Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6248698Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6248856Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6249033Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6249204Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6249363Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6249497Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6249636Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6249784Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6249930Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6250075Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6250213Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6250351Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6250503Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6250636Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6250790Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6250939Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6251084Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6251225Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6251363Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6251518Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6251662Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 PASSED [ 14%] 2022-12-01T10:41:43.6251792Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6251936Z test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6252078Z test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6252222Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 PASSED [ 14%] 2022-12-01T10:41:43.6252356Z test_ops.py::TestCommonCPU::test_out_T_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6252490Z test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6252658Z test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6252819Z test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 PASSED [ 14%] 2022-12-01T10:41:43.6252943Z test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6253080Z test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6253221Z test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6253361Z test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6253496Z test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6253632Z test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6253768Z test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6253908Z test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:43.6254035Z test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6254174Z test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6254314Z test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6254452Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 PASSED [ 15%] 2022-12-01T10:41:43.6254606Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6254742Z test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6254879Z test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6255018Z test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6255153Z test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6255308Z test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6255451Z test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6255586Z test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6255723Z test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6255861Z test_ops.py::TestCommonCPU::test_out__refs_cumsum_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6256001Z test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6256141Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6256316Z test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:41:43.6256453Z test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6256592Z test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6256734Z test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6256871Z test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6257010Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6257150Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6257289Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6257428Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6257554Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6257705Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6257877Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6258045Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6258184Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6258326Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6258465Z test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6258604Z test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6258728Z test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6258864Z test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6259000Z test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6259139Z test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6259279Z test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6259418Z test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6259567Z test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6259714Z test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6259844Z test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6260127Z test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6260329Z test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6260469Z test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6260617Z test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6260770Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6260928Z test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6261067Z test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6261191Z test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6261338Z test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6261482Z test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6261630Z test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6261774Z test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6261918Z test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6262064Z test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6262233Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6262384Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6262526Z test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6262665Z test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6262806Z test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6262959Z test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6263101Z test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6263242Z test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6263475Z test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6263689Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6263850Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6264013Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6264170Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6264328Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6264501Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6264656Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6264818Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6264960Z test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6265095Z test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6265238Z test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6265379Z test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6265518Z test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6265655Z test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6265799Z test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6265940Z test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6266080Z test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6266208Z test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6266348Z test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6266488Z test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6266624Z test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6266779Z test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j0_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6266920Z test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6267072Z test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6267247Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6267406Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6267574Z test_ops.py::TestCommonCPU::test_out__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6267725Z test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6267868Z test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6268010Z test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6268150Z test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6268291Z test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6268429Z test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6268577Z test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6268712Z test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6268891Z test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6269057Z test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6269200Z test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 PASSED [ 15%] 2022-12-01T10:41:43.6269337Z test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6269476Z test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6269615Z test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6269763Z test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6269892Z test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6270030Z test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6270170Z test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6270308Z test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6270443Z test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6270577Z test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6270714Z test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6270850Z test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6270971Z test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6271105Z test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6271240Z test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6271379Z test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6271518Z test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6271658Z test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6271796Z test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6271946Z test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6272069Z test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6272206Z test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6272342Z test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:43.6272479Z test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 XFAIL [ 15%] 2022-12-01T10:41:43.6272615Z test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 PASSED [ 15%] 2022-12-01T10:41:43.6272755Z test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 PASSED [ 15%] 2022-12-01T10:41:43.6272898Z test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:41:43.6273037Z test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 PASSED [ 15%] 2022-12-01T10:41:43.6273174Z test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:41:43.6273312Z test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6273446Z test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6273595Z test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6273735Z test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6273876Z test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6274045Z test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 XFAIL [ 16%] 2022-12-01T10:41:43.6274182Z test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6274334Z test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6274476Z test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6274617Z test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6274753Z test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6274887Z test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6275019Z test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6275153Z test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6275309Z test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6275436Z test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6275577Z test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6275714Z test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6275856Z test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6275992Z test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6276145Z test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6276295Z test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6276430Z test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6276552Z test_ops.py::TestCommonCPU::test_out_double_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6276691Z test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6276830Z test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6276968Z test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6277101Z test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6277315Z test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-12-01T10:41:43.6277451Z test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6277585Z test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6277719Z test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6277843Z test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6277981Z test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6278124Z test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6278261Z test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6278396Z test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6278530Z test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6278671Z test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6278806Z test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 XFAIL [ 16%] 2022-12-01T10:41:43.6278929Z test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 XFAIL [ 16%] 2022-12-01T10:41:43.6279064Z test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6279231Z test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6279399Z test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6279533Z test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6279669Z test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6279801Z test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6279934Z test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6280055Z test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6280191Z test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6280328Z test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6280466Z test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6280603Z test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6280739Z test_ops.py::TestCommonCPU::test_out_half_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6280875Z test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6281009Z test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6281218Z test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-12-01T10:41:43.6281355Z test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6281487Z test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6281623Z test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6281759Z test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 PASSED [ 16%] 2022-12-01T10:41:43.6281900Z test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6282040Z test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6282177Z test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6282302Z test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6282440Z test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6282578Z test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6282713Z test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6282849Z test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6282982Z test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6283119Z test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6283260Z test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6283382Z test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6283516Z test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6283709Z test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:41:43.6283880Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:41:43.6284137Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:41:43.6284280Z test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6284451Z test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6284590Z test_ops.py::TestCommonCPU::test_out_le_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6284757Z test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6284882Z test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6285022Z test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6285162Z test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6285297Z test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 XFAIL [ 16%] 2022-12-01T10:41:43.6285440Z test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6285600Z test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6285742Z test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6285896Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6286030Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6286171Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6286321Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6286464Z test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6286624Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6286763Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6286981Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 16%] 2022-12-01T10:41:43.6287126Z test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6287266Z test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6287411Z test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6287549Z test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6287692Z test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6287832Z test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6287974Z test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6288122Z test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6288260Z test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6288396Z test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6288521Z test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6288661Z test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6288799Z test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6288939Z test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6289078Z test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6289219Z test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6289359Z test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6289495Z test_ops.py::TestCommonCPU::test_out_long_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6289614Z test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6289774Z test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 XFAIL [ 16%] 2022-12-01T10:41:43.6289939Z test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6290076Z test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6290215Z test_ops.py::TestCommonCPU::test_out_masked_amin_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6290356Z test_ops.py::TestCommonCPU::test_out_masked_cumprod_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6290494Z test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6290637Z test_ops.py::TestCommonCPU::test_out_masked_logsumexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6290762Z test_ops.py::TestCommonCPU::test_out_masked_mean_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6290900Z test_ops.py::TestCommonCPU::test_out_masked_median_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6291041Z test_ops.py::TestCommonCPU::test_out_masked_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6291182Z test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6291324Z test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6291462Z test_ops.py::TestCommonCPU::test_out_masked_softmin_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6291600Z test_ops.py::TestCommonCPU::test_out_masked_sum_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6291738Z test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6291876Z test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 PASSED [ 16%] 2022-12-01T10:41:43.6292010Z test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6292145Z test_ops.py::TestCommonCPU::test_out_median_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6292302Z test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6292465Z test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6292602Z test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6292740Z test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6292874Z test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6293019Z test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:41:43.6293170Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6293308Z test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6293458Z test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6293628Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6293804Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6293973Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6294128Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6294282Z test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6294420Z test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6294572Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6294737Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6294900Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6295095Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6295288Z test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6295441Z test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6295595Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6295741Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6295897Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6296079Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6296249Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6296409Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6296564Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6296734Z test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6296888Z test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6297057Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6297214Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6297366Z test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6297532Z test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6297689Z test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6297853Z test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6298011Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6298171Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6298335Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6298474Z test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6298638Z test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6298813Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6298968Z test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6299123Z test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6299283Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6299446Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6299598Z test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6299759Z test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6299897Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6300242Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6300417Z test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6300579Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 PASSED [ 17%] 2022-12-01T10:41:43.6300789Z test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6300947Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6301159Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6301313Z test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6301456Z test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6301640Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6301794Z test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6301975Z test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 XFAIL [ 17%] 2022-12-01T10:41:43.6302113Z test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6302277Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6302430Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6302568Z test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6302697Z test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6302841Z test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6303012Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:41:43.6303153Z test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6303289Z test_ops.py::TestCommonCPU::test_out_put_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6303429Z test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6303570Z test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6303707Z test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 XFAIL [ 17%] 2022-12-01T10:41:43.6303844Z test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6303968Z test_ops.py::TestCommonCPU::test_out_real_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6304106Z test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6304243Z test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6304395Z test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6304537Z test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6304674Z test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6304810Z test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6304953Z test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6305080Z test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6305223Z test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6305384Z test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:41:43.6305518Z test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6305651Z test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6305789Z test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6305941Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6306088Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6306256Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6306432Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6306588Z test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6306726Z test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6306865Z test_ops.py::TestCommonCPU::test_out_short_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6307000Z test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6307136Z test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6307272Z test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6307397Z test_ops.py::TestCommonCPU::test_out_slice_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6307550Z test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6307718Z test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:41:43.6307861Z test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6308012Z test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6308160Z test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6308309Z test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6308473Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6308874Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-12-01T10:41:43.6309019Z test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6309165Z test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6309307Z test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6309646Z test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-12-01T10:41:43.6309790Z test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6309949Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6310092Z test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6310260Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6310602Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-12-01T10:41:43.6310949Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 17%] 2022-12-01T10:41:43.6311112Z test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6311259Z test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6311403Z test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6311541Z test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6311679Z test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6311819Z test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6311960Z test_ops.py::TestCommonCPU::test_out_std_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6312116Z test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6312277Z test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6312416Z test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6312556Z test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6312692Z test_ops.py::TestCommonCPU::test_out_take_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6312825Z test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:43.6312959Z test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:43.6313099Z test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:43.6313218Z test_ops.py::TestCommonCPU::test_out_to_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:43.6313358Z test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:43.6313501Z test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 XFAIL [ 18%] 2022-12-01T10:41:43.6313636Z test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:43.6313769Z test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:43.6313902Z test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:43.6314040Z test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:43.6314177Z test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:43.6314301Z test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:43.6314441Z test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 PASSED [ 18%] 2022-12-01T10:41:43.6314576Z test_ops.py::TestCommonCPU::test_out_view_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:43.6314715Z test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:43.6314851Z test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:43.6314985Z test_ops.py::TestCommonCPU::test_out_warning_H_cpu PASSED [ 18%] 2022-12-01T10:41:43.6315120Z test_ops.py::TestCommonCPU::test_out_warning_T_cpu PASSED [ 18%] 2022-12-01T10:41:43.6315260Z test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu PASSED [ 18%] 2022-12-01T10:41:43.6315382Z test_ops.py::TestCommonCPU::test_out_warning___radd___cpu PASSED [ 18%] 2022-12-01T10:41:43.6315516Z test_ops.py::TestCommonCPU::test_out_warning___rand___cpu PASSED [ 18%] 2022-12-01T10:41:43.6315652Z test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu PASSED [ 18%] 2022-12-01T10:41:43.6315787Z test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu PASSED [ 18%] 2022-12-01T10:41:43.6315926Z test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu PASSED [ 18%] 2022-12-01T10:41:43.6316063Z test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu PASSED [ 18%] 2022-12-01T10:41:43.6316202Z test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu PASSED [ 18%] 2022-12-01T10:41:43.6316342Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu PASSED [ 18%] 2022-12-01T10:41:43.6316554Z test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 18%] 2022-12-01T10:41:43.6316692Z test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu PASSED [ 18%] 2022-12-01T10:41:43.6316830Z test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu PASSED [ 18%] 2022-12-01T10:41:43.6316968Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu PASSED [ 18%] 2022-12-01T10:41:43.6317104Z test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu PASSED [ 18%] 2022-12-01T10:41:43.6317281Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu PASSED [ 18%] 2022-12-01T10:41:43.6317460Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu PASSED [ 18%] 2022-12-01T10:41:43.6317600Z test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu PASSED [ 18%] 2022-12-01T10:41:43.6317737Z test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu PASSED [ 18%] 2022-12-01T10:41:43.6317865Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu PASSED [ 18%] 2022-12-01T10:41:43.6318007Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu PASSED [ 18%] 2022-12-01T10:41:43.6318155Z test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu PASSED [ 18%] 2022-12-01T10:41:43.6318293Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu PASSED [ 18%] 2022-12-01T10:41:43.6318437Z test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu PASSED [ 18%] 2022-12-01T10:41:43.6318578Z test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu PASSED [ 18%] 2022-12-01T10:41:43.6318722Z test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu PASSED [ 18%] 2022-12-01T10:41:43.6318864Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu PASSED [ 18%] 2022-12-01T10:41:43.6318992Z test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu PASSED [ 18%] 2022-12-01T10:41:43.6319148Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu PASSED [ 18%] 2022-12-01T10:41:43.6319306Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu PASSED [ 18%] 2022-12-01T10:41:43.6319448Z test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu PASSED [ 18%] 2022-12-01T10:41:43.6319639Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu SKIPPED (Expected: empty is not comparable) [ 18%] 2022-12-01T10:41:43.6319782Z test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu PASSED [ 18%] 2022-12-01T10:41:43.6319924Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu PASSED [ 18%] 2022-12-01T10:41:43.6320066Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu PASSED [ 18%] 2022-12-01T10:41:43.6320194Z test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu PASSED [ 18%] 2022-12-01T10:41:43.6320334Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu PASSED [ 18%] 2022-12-01T10:41:43.6320476Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu PASSED [ 18%] 2022-12-01T10:41:43.6320634Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu PASSED [ 18%] 2022-12-01T10:41:43.6320774Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu PASSED [ 18%] 2022-12-01T10:41:43.6320914Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu PASSED [ 18%] 2022-12-01T10:41:43.6321056Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu PASSED [ 18%] 2022-12-01T10:41:43.6321200Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu PASSED [ 18%] 2022-12-01T10:41:43.6321328Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu PASSED [ 18%] 2022-12-01T10:41:43.6321473Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu PASSED [ 18%] 2022-12-01T10:41:43.6321610Z test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu PASSED [ 18%] 2022-12-01T10:41:43.6321749Z test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu PASSED [ 18%] 2022-12-01T10:41:43.6321889Z test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu PASSED [ 18%] 2022-12-01T10:41:43.6322028Z test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu PASSED [ 18%] 2022-12-01T10:41:43.6322168Z test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu PASSED [ 18%] 2022-12-01T10:41:43.6322306Z test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu PASSED [ 18%] 2022-12-01T10:41:43.6322430Z test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu PASSED [ 18%] 2022-12-01T10:41:43.6322599Z test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu PASSED [ 18%] 2022-12-01T10:41:43.6322767Z test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu PASSED [ 18%] 2022-12-01T10:41:43.6322906Z test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu PASSED [ 18%] 2022-12-01T10:41:43.6323044Z test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu PASSED [ 18%] 2022-12-01T10:41:43.6323183Z test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu PASSED [ 18%] 2022-12-01T10:41:43.6323319Z test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu PASSED [ 18%] 2022-12-01T10:41:43.6323459Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu PASSED [ 18%] 2022-12-01T10:41:43.6323587Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu PASSED [ 18%] 2022-12-01T10:41:43.6323736Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu PASSED [ 18%] 2022-12-01T10:41:43.6323890Z test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu PASSED [ 18%] 2022-12-01T10:41:43.6324104Z test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu PASSED [ 18%] 2022-12-01T10:41:43.6324249Z test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu PASSED [ 18%] 2022-12-01T10:41:43.6324374Z test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu PASSED [ 18%] 2022-12-01T10:41:43.6324513Z test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu PASSED [ 18%] 2022-12-01T10:41:43.6324669Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu PASSED [ 18%] 2022-12-01T10:41:43.6324820Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu PASSED [ 18%] 2022-12-01T10:41:43.6324956Z test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu PASSED [ 18%] 2022-12-01T10:41:43.6325102Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu PASSED [ 18%] 2022-12-01T10:41:43.6325244Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu PASSED [ 18%] 2022-12-01T10:41:43.6325386Z test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu PASSED [ 18%] 2022-12-01T10:41:43.6325512Z test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu PASSED [ 18%] 2022-12-01T10:41:43.6325657Z test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu PASSED [ 18%] 2022-12-01T10:41:43.6325797Z test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu PASSED [ 18%] 2022-12-01T10:41:43.6325935Z test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu PASSED [ 18%] 2022-12-01T10:41:43.6326097Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu PASSED [ 18%] 2022-12-01T10:41:43.6326236Z test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu PASSED [ 18%] 2022-12-01T10:41:43.6326374Z test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu PASSED [ 18%] 2022-12-01T10:41:43.6326516Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu PASSED [ 18%] 2022-12-01T10:41:43.6326651Z test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu PASSED [ 18%] 2022-12-01T10:41:43.6326799Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu PASSED [ 18%] 2022-12-01T10:41:43.6326953Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu PASSED [ 18%] 2022-12-01T10:41:43.6327107Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu PASSED [ 18%] 2022-12-01T10:41:43.6327262Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu PASSED [ 18%] 2022-12-01T10:41:43.6327422Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu PASSED [ 18%] 2022-12-01T10:41:43.6327582Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu PASSED [ 18%] 2022-12-01T10:41:43.6327737Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu PASSED [ 18%] 2022-12-01T10:41:43.6327944Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 18%] 2022-12-01T10:41:43.6328117Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu PASSED [ 18%] 2022-12-01T10:41:43.6328291Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu PASSED [ 18%] 2022-12-01T10:41:43.6328447Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu PASSED [ 18%] 2022-12-01T10:41:43.6328603Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu PASSED [ 18%] 2022-12-01T10:41:43.6328765Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu PASSED [ 18%] 2022-12-01T10:41:43.6328905Z test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu PASSED [ 18%] 2022-12-01T10:41:43.6329045Z test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu PASSED [ 18%] 2022-12-01T10:41:43.6329187Z test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu PASSED [ 18%] 2022-12-01T10:41:43.6329317Z test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu PASSED [ 18%] 2022-12-01T10:41:43.6329459Z test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu PASSED [ 18%] 2022-12-01T10:41:43.6329598Z test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu PASSED [ 18%] 2022-12-01T10:41:43.6329736Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu PASSED [ 18%] 2022-12-01T10:41:43.6329873Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu PASSED [ 18%] 2022-12-01T10:41:43.6330009Z test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu PASSED [ 18%] 2022-12-01T10:41:43.6330147Z test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu PASSED [ 18%] 2022-12-01T10:41:43.6330286Z test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu PASSED [ 18%] 2022-12-01T10:41:43.6330425Z test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu PASSED [ 18%] 2022-12-01T10:41:43.6330553Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu PASSED [ 18%] 2022-12-01T10:41:43.6330691Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu PASSED [ 18%] 2022-12-01T10:41:43.6330831Z test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu PASSED [ 18%] 2022-12-01T10:41:43.6330986Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j0_cpu PASSED [ 18%] 2022-12-01T10:41:43.6331132Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu PASSED [ 18%] 2022-12-01T10:41:43.6331309Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu PASSED [ 18%] 2022-12-01T10:41:43.6331476Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_spherical_bessel_j0_cpu PASSED [ 18%] 2022-12-01T10:41:43.6331625Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu PASSED [ 18%] 2022-12-01T10:41:43.6331754Z test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu PASSED [ 18%] 2022-12-01T10:41:43.6331893Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu PASSED [ 18%] 2022-12-01T10:41:43.6332031Z test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu PASSED [ 19%] 2022-12-01T10:41:43.6332168Z test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu PASSED [ 19%] 2022-12-01T10:41:43.6332309Z test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu PASSED [ 19%] 2022-12-01T10:41:43.6332446Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu PASSED [ 19%] 2022-12-01T10:41:43.6332592Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu PASSED [ 19%] 2022-12-01T10:41:43.6332732Z test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu PASSED [ 19%] 2022-12-01T10:41:43.6332855Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu PASSED [ 19%] 2022-12-01T10:41:43.6332995Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu PASSED [ 19%] 2022-12-01T10:41:43.6333132Z test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu PASSED [ 19%] 2022-12-01T10:41:43.6333301Z test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu PASSED [ 19%] 2022-12-01T10:41:43.6333462Z test_ops.py::TestCommonCPU::test_out_warning_abs_cpu PASSED [ 19%] 2022-12-01T10:41:43.6333600Z test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu PASSED [ 19%] 2022-12-01T10:41:43.6333735Z test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu PASSED [ 19%] 2022-12-01T10:41:43.6333879Z test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu PASSED [ 19%] 2022-12-01T10:41:43.6334001Z test_ops.py::TestCommonCPU::test_out_warning_all_cpu PASSED [ 19%] 2022-12-01T10:41:43.6334137Z test_ops.py::TestCommonCPU::test_out_warning_amax_cpu PASSED [ 19%] 2022-12-01T10:41:43.6334270Z test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu PASSED [ 19%] 2022-12-01T10:41:43.6334405Z test_ops.py::TestCommonCPU::test_out_warning_angle_cpu PASSED [ 19%] 2022-12-01T10:41:43.6334538Z test_ops.py::TestCommonCPU::test_out_warning_any_cpu PASSED [ 19%] 2022-12-01T10:41:43.6334674Z test_ops.py::TestCommonCPU::test_out_warning_arange_cpu XFAIL [ 19%] 2022-12-01T10:41:43.6334808Z test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu PASSED [ 19%] 2022-12-01T10:41:43.6334946Z test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu PASSED [ 19%] 2022-12-01T10:41:43.6335072Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu PASSED [ 19%] 2022-12-01T10:41:43.6335220Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu PASSED [ 19%] 2022-12-01T10:41:43.6335354Z test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu PASSED [ 19%] 2022-12-01T10:41:43.6335487Z test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu PASSED [ 19%] 2022-12-01T10:41:43.6335622Z test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu XFAIL [ 19%] 2022-12-01T10:41:43.6335757Z test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu PASSED [ 19%] 2022-12-01T10:41:43.6335898Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu PASSED [ 19%] 2022-12-01T10:41:43.6336039Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu PASSED [ 19%] 2022-12-01T10:41:43.6336160Z test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu PASSED [ 19%] 2022-12-01T10:41:43.6336303Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu PASSED [ 19%] 2022-12-01T10:41:43.6336439Z test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu PASSED [ 19%] 2022-12-01T10:41:43.6336579Z test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu PASSED [ 19%] 2022-12-01T10:41:43.6336713Z test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu PASSED [ 19%] 2022-12-01T10:41:43.6336848Z test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu PASSED [ 19%] 2022-12-01T10:41:43.6336984Z test_ops.py::TestCommonCPU::test_out_warning_char_cpu PASSED [ 19%] 2022-12-01T10:41:43.6337127Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu PASSED [ 19%] 2022-12-01T10:41:43.6337252Z test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu PASSED [ 19%] 2022-12-01T10:41:43.6337388Z test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu PASSED [ 19%] 2022-12-01T10:41:43.6337523Z test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu PASSED [ 19%] 2022-12-01T10:41:43.6337663Z test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu PASSED [ 19%] 2022-12-01T10:41:43.6337804Z test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu PASSED [ 19%] 2022-12-01T10:41:43.6337940Z test_ops.py::TestCommonCPU::test_out_warning_complex_cpu PASSED [ 19%] 2022-12-01T10:41:43.6338079Z test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu PASSED [ 19%] 2022-12-01T10:41:43.6338215Z test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu PASSED [ 19%] 2022-12-01T10:41:43.6338377Z test_ops.py::TestCommonCPU::test_out_warning_cos_cpu PASSED [ 19%] 2022-12-01T10:41:43.6338540Z test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu PASSED [ 19%] 2022-12-01T10:41:43.6338673Z test_ops.py::TestCommonCPU::test_out_warning_cov_cpu PASSED [ 19%] 2022-12-01T10:41:43.6338806Z test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu PASSED [ 19%] 2022-12-01T10:41:43.6338960Z test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu PASSED [ 19%] 2022-12-01T10:41:43.6339095Z test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu PASSED [ 19%] 2022-12-01T10:41:43.6339232Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu PASSED [ 19%] 2022-12-01T10:41:43.6339373Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu PASSED [ 19%] 2022-12-01T10:41:43.6339521Z test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu PASSED [ 19%] 2022-12-01T10:41:43.6339643Z test_ops.py::TestCommonCPU::test_out_warning_dot_cpu PASSED [ 19%] 2022-12-01T10:41:43.6339780Z test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu PASSED [ 19%] 2022-12-01T10:41:43.6340088Z test_ops.py::TestCommonCPU::test_out_warning_empty_cpu SKIPPED (Expected: empty is not comparable) [ 19%] 2022-12-01T10:41:43.6340296Z test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu PASSED [ 19%] 2022-12-01T10:41:43.6340433Z test_ops.py::TestCommonCPU::test_out_warning_eq_cpu PASSED [ 19%] 2022-12-01T10:41:43.6340567Z test_ops.py::TestCommonCPU::test_out_warning_erf_cpu PASSED [ 19%] 2022-12-01T10:41:43.6340702Z test_ops.py::TestCommonCPU::test_out_warning_exp_cpu PASSED [ 19%] 2022-12-01T10:41:43.6340834Z test_ops.py::TestCommonCPU::test_out_warning_eye_cpu XFAIL [ 19%] 2022-12-01T10:41:43.6340957Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu PASSED [ 19%] 2022-12-01T10:41:43.6341094Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu PASSED [ 19%] 2022-12-01T10:41:43.6341236Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu PASSED [ 19%] 2022-12-01T10:41:43.6341376Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu PASSED [ 19%] 2022-12-01T10:41:43.6341514Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu PASSED [ 19%] 2022-12-01T10:41:43.6341649Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu XFAIL [ 19%] 2022-12-01T10:41:43.6341787Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu PASSED [ 19%] 2022-12-01T10:41:43.6341922Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu PASSED [ 19%] 2022-12-01T10:41:43.6342047Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu PASSED [ 19%] 2022-12-01T10:41:43.6342184Z test_ops.py::TestCommonCPU::test_out_warning_fill_cpu PASSED [ 19%] 2022-12-01T10:41:43.6342322Z test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu PASSED [ 19%] 2022-12-01T10:41:43.6342459Z test_ops.py::TestCommonCPU::test_out_warning_float_cpu PASSED [ 19%] 2022-12-01T10:41:43.6342599Z test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu PASSED [ 19%] 2022-12-01T10:41:43.6342734Z test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu PASSED [ 19%] 2022-12-01T10:41:43.6342869Z test_ops.py::TestCommonCPU::test_out_warning_frac_cpu PASSED [ 19%] 2022-12-01T10:41:43.6343004Z test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu PASSED [ 19%] 2022-12-01T10:41:43.6343124Z test_ops.py::TestCommonCPU::test_out_warning_ge_cpu PASSED [ 19%] 2022-12-01T10:41:43.6343255Z test_ops.py::TestCommonCPU::test_out_warning_gt_cpu PASSED [ 19%] 2022-12-01T10:41:43.6343390Z test_ops.py::TestCommonCPU::test_out_warning_half_cpu PASSED [ 19%] 2022-12-01T10:41:43.6343525Z test_ops.py::TestCommonCPU::test_out_warning_histc_cpu PASSED [ 19%] 2022-12-01T10:41:43.6343661Z test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu PASSED [ 19%] 2022-12-01T10:41:43.6343845Z test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu PASSED [ 19%] 2022-12-01T10:41:43.6344052Z test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu PASSED [ 19%] 2022-12-01T10:41:43.6344192Z test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu PASSED [ 19%] 2022-12-01T10:41:43.6344317Z test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu PASSED [ 19%] 2022-12-01T10:41:43.6344452Z test_ops.py::TestCommonCPU::test_out_warning_inner_cpu PASSED [ 19%] 2022-12-01T10:41:43.6344584Z test_ops.py::TestCommonCPU::test_out_warning_int_cpu PASSED [ 19%] 2022-12-01T10:41:43.6344721Z test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu PASSED [ 19%] 2022-12-01T10:41:43.6344858Z test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu PASSED [ 19%] 2022-12-01T10:41:43.6344991Z test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu PASSED [ 19%] 2022-12-01T10:41:43.6345128Z test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu PASSED [ 19%] 2022-12-01T10:41:43.6345265Z test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu PASSED [ 19%] 2022-12-01T10:41:43.6345389Z test_ops.py::TestCommonCPU::test_out_warning_istft_cpu PASSED [ 19%] 2022-12-01T10:41:43.6345574Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:41:43.6345743Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:41:43.6345928Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:41:43.6346062Z test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu PASSED [ 19%] 2022-12-01T10:41:43.6346198Z test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu PASSED [ 19%] 2022-12-01T10:41:43.6346334Z test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu PASSED [ 19%] 2022-12-01T10:41:43.6346474Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu PASSED [ 19%] 2022-12-01T10:41:43.6346617Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu PASSED [ 19%] 2022-12-01T10:41:43.6346748Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu PASSED [ 19%] 2022-12-01T10:41:43.6346909Z test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu PASSED [ 19%] 2022-12-01T10:41:43.6347050Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu PASSED [ 19%] 2022-12-01T10:41:43.6347201Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu PASSED [ 19%] 2022-12-01T10:41:43.6347344Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu PASSED [ 19%] 2022-12-01T10:41:43.6347486Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu PASSED [ 19%] 2022-12-01T10:41:43.6347633Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu PASSED [ 19%] 2022-12-01T10:41:43.6347796Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu PASSED [ 19%] 2022-12-01T10:41:43.6347927Z test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu PASSED [ 19%] 2022-12-01T10:41:43.6348082Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu PASSED [ 19%] 2022-12-01T10:41:43.6348301Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 19%] 2022-12-01T10:41:43.6348447Z test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu PASSED [ 19%] 2022-12-01T10:41:43.6348586Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu PASSED [ 19%] 2022-12-01T10:41:43.6348726Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu PASSED [ 19%] 2022-12-01T10:41:43.6348867Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu PASSED [ 19%] 2022-12-01T10:41:43.6349045Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu PASSED [ 19%] 2022-12-01T10:41:43.6349176Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu PASSED [ 19%] 2022-12-01T10:41:43.6349351Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu PASSED [ 19%] 2022-12-01T10:41:43.6349489Z test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu XFAIL [ 19%] 2022-12-01T10:41:43.6349626Z test_ops.py::TestCommonCPU::test_out_warning_log10_cpu PASSED [ 19%] 2022-12-01T10:41:43.6349776Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu PASSED [ 19%] 2022-12-01T10:41:43.6349911Z test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu PASSED [ 19%] 2022-12-01T10:41:43.6350051Z test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu PASSED [ 19%] 2022-12-01T10:41:43.6350188Z test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu XFAIL [ 19%] 2022-12-01T10:41:43.6350317Z test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu PASSED [ 19%] 2022-12-01T10:41:43.6350454Z test_ops.py::TestCommonCPU::test_out_warning_long_cpu PASSED [ 19%] 2022-12-01T10:41:43.6350587Z test_ops.py::TestCommonCPU::test_out_warning_lt_cpu PASSED [ 19%] 2022-12-01T10:41:43.6350725Z test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu PASSED [ 20%] 2022-12-01T10:41:43.6350856Z test_ops.py::TestCommonCPU::test_out_warning_mH_cpu PASSED [ 20%] 2022-12-01T10:41:43.6350993Z test_ops.py::TestCommonCPU::test_out_warning_masked_amax_cpu PASSED [ 20%] 2022-12-01T10:41:43.6351133Z test_ops.py::TestCommonCPU::test_out_warning_masked_argmax_cpu PASSED [ 20%] 2022-12-01T10:41:43.6351273Z test_ops.py::TestCommonCPU::test_out_warning_masked_argmin_cpu PASSED [ 20%] 2022-12-01T10:41:43.6351412Z test_ops.py::TestCommonCPU::test_out_warning_masked_cumsum_cpu PASSED [ 20%] 2022-12-01T10:41:43.6351539Z test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu PASSED [ 20%] 2022-12-01T10:41:43.6351688Z test_ops.py::TestCommonCPU::test_out_warning_masked_log_softmax_cpu PASSED [ 20%] 2022-12-01T10:41:43.6351834Z test_ops.py::TestCommonCPU::test_out_warning_masked_logaddexp_cpu PASSED [ 20%] 2022-12-01T10:41:43.6351977Z test_ops.py::TestCommonCPU::test_out_warning_masked_median_cpu PASSED [ 20%] 2022-12-01T10:41:43.6352119Z test_ops.py::TestCommonCPU::test_out_warning_masked_normalize_cpu PASSED [ 20%] 2022-12-01T10:41:43.6352258Z test_ops.py::TestCommonCPU::test_out_warning_masked_prod_cpu PASSED [ 20%] 2022-12-01T10:41:43.6352398Z test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu PASSED [ 20%] 2022-12-01T10:41:43.6352533Z test_ops.py::TestCommonCPU::test_out_warning_masked_std_cpu PASSED [ 20%] 2022-12-01T10:41:43.6352659Z test_ops.py::TestCommonCPU::test_out_warning_masked_var_cpu PASSED [ 20%] 2022-12-01T10:41:43.6352797Z test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu PASSED [ 20%] 2022-12-01T10:41:43.6352933Z test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu PASSED [ 20%] 2022-12-01T10:41:43.6353088Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu PASSED [ 20%] 2022-12-01T10:41:43.6353227Z test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu PASSED [ 20%] 2022-12-01T10:41:43.6353360Z test_ops.py::TestCommonCPU::test_out_warning_mean_cpu PASSED [ 20%] 2022-12-01T10:41:43.6353496Z test_ops.py::TestCommonCPU::test_out_warning_median_cpu PASSED [ 20%] 2022-12-01T10:41:43.6353653Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu PASSED [ 20%] 2022-12-01T10:41:43.6353801Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu PASSED [ 20%] 2022-12-01T10:41:43.6353952Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu PASSED [ 20%] 2022-12-01T10:41:43.6354104Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu PASSED [ 20%] 2022-12-01T10:41:43.6354242Z test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu PASSED [ 20%] 2022-12-01T10:41:43.6354411Z test_ops.py::TestCommonCPU::test_out_warning_mm_cpu PASSED [ 20%] 2022-12-01T10:41:43.6354581Z test_ops.py::TestCommonCPU::test_out_warning_mode_cpu XFAIL [ 20%] 2022-12-01T10:41:43.6354715Z test_ops.py::TestCommonCPU::test_out_warning_msort_cpu PASSED [ 20%] 2022-12-01T10:41:43.6354848Z test_ops.py::TestCommonCPU::test_out_warning_mul_cpu PASSED [ 20%] 2022-12-01T10:41:43.6354968Z test_ops.py::TestCommonCPU::test_out_warning_mv_cpu PASSED [ 20%] 2022-12-01T10:41:43.6355122Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu PASSED [ 20%] 2022-12-01T10:41:43.6355271Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu PASSED [ 20%] 2022-12-01T10:41:43.6355419Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu PASSED [ 20%] 2022-12-01T10:41:43.6355559Z test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu PASSED [ 20%] 2022-12-01T10:41:43.6355696Z test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu PASSED [ 20%] 2022-12-01T10:41:43.6355835Z test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu PASSED [ 20%] 2022-12-01T10:41:43.6355978Z test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu PASSED [ 20%] 2022-12-01T10:41:43.6356101Z test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu PASSED [ 20%] 2022-12-01T10:41:43.6356245Z test_ops.py::TestCommonCPU::test_out_warning_native_batch_norm_cpu XFAIL [ 20%] 2022-12-01T10:41:43.6356378Z test_ops.py::TestCommonCPU::test_out_warning_neg_cpu PASSED [ 20%] 2022-12-01T10:41:43.6356515Z test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu PASSED [ 20%] 2022-12-01T10:41:43.6356655Z test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu PASSED [ 20%] 2022-12-01T10:41:43.6356836Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional__scaled_dot_product_attention_cpu PASSED [ 20%] 2022-12-01T10:41:43.6357009Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6357181Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6357348Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6357502Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6357664Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6357820Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6358015Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:41:43.6358183Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu PASSED [ 20%] 2022-12-01T10:41:43.6358335Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu PASSED [ 20%] 2022-12-01T10:41:43.6358488Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6358651Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6358808Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu PASSED [ 20%] 2022-12-01T10:41:43.6358967Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu PASSED [ 20%] 2022-12-01T10:41:43.6359123Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6359276Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu PASSED [ 20%] 2022-12-01T10:41:43.6359423Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu PASSED [ 20%] 2022-12-01T10:41:43.6359581Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu PASSED [ 20%] 2022-12-01T10:41:43.6359767Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu PASSED [ 20%] 2022-12-01T10:41:43.6359981Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu PASSED [ 20%] 2022-12-01T10:41:43.6360150Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6360300Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:41:43.6360453Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu PASSED [ 20%] 2022-12-01T10:41:43.6360603Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu PASSED [ 20%] 2022-12-01T10:41:43.6360758Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu PASSED [ 20%] 2022-12-01T10:41:43.6360915Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu PASSED [ 20%] 2022-12-01T10:41:43.6361074Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu PASSED [ 20%] 2022-12-01T10:41:43.6361232Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu PASSED [ 20%] 2022-12-01T10:41:43.6361386Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu PASSED [ 20%] 2022-12-01T10:41:43.6361541Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu PASSED [ 20%] 2022-12-01T10:41:43.6361709Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu PASSED [ 20%] 2022-12-01T10:41:43.6361876Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu PASSED [ 20%] 2022-12-01T10:41:43.6362046Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu PASSED [ 20%] 2022-12-01T10:41:43.6362195Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu PASSED [ 20%] 2022-12-01T10:41:43.6362348Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu PASSED [ 20%] 2022-12-01T10:41:43.6362502Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu PASSED [ 20%] 2022-12-01T10:41:43.6362669Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu PASSED [ 20%] 2022-12-01T10:41:43.6362825Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6362969Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6363126Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6363283Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6363439Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu PASSED [ 20%] 2022-12-01T10:41:43.6363589Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu PASSED [ 20%] 2022-12-01T10:41:43.6363745Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu PASSED [ 20%] 2022-12-01T10:41:43.6363969Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:41:43.6364144Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu PASSED [ 20%] 2022-12-01T10:41:43.6364290Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu PASSED [ 20%] 2022-12-01T10:41:43.6364450Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu PASSED [ 20%] 2022-12-01T10:41:43.6364610Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu PASSED [ 20%] 2022-12-01T10:41:43.6364771Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:41:43.6364923Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu PASSED [ 20%] 2022-12-01T10:41:43.6365072Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu PASSED [ 20%] 2022-12-01T10:41:43.6365262Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu PASSED [ 20%] 2022-12-01T10:41:43.6365443Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu PASSED [ 20%] 2022-12-01T10:41:43.6365598Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu PASSED [ 20%] 2022-12-01T10:41:43.6365756Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu PASSED [ 20%] 2022-12-01T10:41:43.6365913Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu PASSED [ 20%] 2022-12-01T10:41:43.6366082Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:41:43.6366266Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 20%] 2022-12-01T10:41:43.6366418Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu PASSED [ 20%] 2022-12-01T10:41:43.6366586Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu PASSED [ 20%] 2022-12-01T10:41:43.6366750Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu PASSED [ 20%] 2022-12-01T10:41:43.6366893Z test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu XFAIL [ 20%] 2022-12-01T10:41:43.6367021Z test_ops.py::TestCommonCPU::test_out_warning_norm_cpu PASSED [ 20%] 2022-12-01T10:41:43.6367162Z test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu PASSED [ 20%] 2022-12-01T10:41:43.6367299Z test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu PASSED [ 20%] 2022-12-01T10:41:43.6367438Z test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu PASSED [ 20%] 2022-12-01T10:41:43.6367574Z test_ops.py::TestCommonCPU::test_out_warning_normal_cpu XFAIL [ 20%] 2022-12-01T10:41:43.6367723Z test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu PASSED [ 20%] 2022-12-01T10:41:43.6367861Z test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu PASSED [ 20%] 2022-12-01T10:41:43.6368025Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_native_batch_norm_cpu PASSED [ 20%] 2022-12-01T10:41:43.6368153Z test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu PASSED [ 20%] 2022-12-01T10:41:43.6368294Z test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu PASSED [ 20%] 2022-12-01T10:41:43.6368430Z test_ops.py::TestCommonCPU::test_out_warning_permute_cpu PASSED [ 20%] 2022-12-01T10:41:43.6368569Z test_ops.py::TestCommonCPU::test_out_warning_polar_cpu PASSED [ 20%] 2022-12-01T10:41:43.6368740Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:41:43.6368905Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:41:43.6369073Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:41:43.6369211Z test_ops.py::TestCommonCPU::test_out_warning_prod_cpu PASSED [ 20%] 2022-12-01T10:41:43.6369346Z test_ops.py::TestCommonCPU::test_out_warning_qr_cpu PASSED [ 20%] 2022-12-01T10:41:43.6369477Z test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu PASSED [ 20%] 2022-12-01T10:41:43.6369617Z test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu PASSED [ 20%] 2022-12-01T10:41:43.6369753Z test_ops.py::TestCommonCPU::test_out_warning_randn_cpu XFAIL [ 20%] 2022-12-01T10:41:43.6369895Z test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu PASSED [ 20%] 2022-12-01T10:41:43.6370029Z test_ops.py::TestCommonCPU::test_out_warning_real_cpu PASSED [ 20%] 2022-12-01T10:41:43.6370170Z test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu PASSED [ 20%] 2022-12-01T10:41:43.6370308Z test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu PASSED [ 20%] 2022-12-01T10:41:43.6370462Z test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu PASSED [ 20%] 2022-12-01T10:41:43.6370622Z test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu PASSED [ 21%] 2022-12-01T10:41:43.6370798Z test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu PASSED [ 21%] 2022-12-01T10:41:43.6370939Z test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu PASSED [ 21%] 2022-12-01T10:41:43.6371072Z test_ops.py::TestCommonCPU::test_out_warning_roll_cpu PASSED [ 21%] 2022-12-01T10:41:43.6371206Z test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu PASSED [ 21%] 2022-12-01T10:41:43.6371339Z test_ops.py::TestCommonCPU::test_out_warning_round_cpu PASSED [ 21%] 2022-12-01T10:41:43.6371498Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:41:43.6371661Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:41:43.6371788Z test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu PASSED [ 21%] 2022-12-01T10:41:43.6371941Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu PASSED [ 21%] 2022-12-01T10:41:43.6372090Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu PASSED [ 21%] 2022-12-01T10:41:43.6372241Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu PASSED [ 21%] 2022-12-01T10:41:43.6372397Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu PASSED [ 21%] 2022-12-01T10:41:43.6372534Z test_ops.py::TestCommonCPU::test_out_warning_short_cpu PASSED [ 21%] 2022-12-01T10:41:43.6372673Z test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu PASSED [ 21%] 2022-12-01T10:41:43.6372806Z test_ops.py::TestCommonCPU::test_out_warning_sin_cpu PASSED [ 21%] 2022-12-01T10:41:43.6372930Z test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu PASSED [ 21%] 2022-12-01T10:41:43.6373066Z test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu PASSED [ 21%] 2022-12-01T10:41:43.6373205Z test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu PASSED [ 21%] 2022-12-01T10:41:43.6373355Z test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu PASSED [ 21%] 2022-12-01T10:41:43.6373524Z test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:41:43.6373671Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu PASSED [ 21%] 2022-12-01T10:41:43.6373823Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu PASSED [ 21%] 2022-12-01T10:41:43.6373993Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu PASSED [ 21%] 2022-12-01T10:41:43.6374149Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu PASSED [ 21%] 2022-12-01T10:41:43.6374542Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-12-01T10:41:43.6374688Z test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu PASSED [ 21%] 2022-12-01T10:41:43.6374854Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu PASSED [ 21%] 2022-12-01T10:41:43.6375021Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu PASSED [ 21%] 2022-12-01T10:41:43.6375164Z test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu PASSED [ 21%] 2022-12-01T10:41:43.6375306Z test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu PASSED [ 21%] 2022-12-01T10:41:43.6375447Z test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu PASSED [ 21%] 2022-12-01T10:41:43.6375611Z test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu PASSED [ 21%] 2022-12-01T10:41:43.6375938Z test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-12-01T10:41:43.6376098Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu PASSED [ 21%] 2022-12-01T10:41:43.6376295Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu PASSED [ 21%] 2022-12-01T10:41:43.6376689Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-12-01T10:41:43.6377031Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-12-01T10:41:43.6377193Z test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu PASSED [ 21%] 2022-12-01T10:41:43.6377337Z test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu PASSED [ 21%] 2022-12-01T10:41:43.6377476Z test_ops.py::TestCommonCPU::test_out_warning_split_cpu PASSED [ 21%] 2022-12-01T10:41:43.6377621Z test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu PASSED [ 21%] 2022-12-01T10:41:43.6377747Z test_ops.py::TestCommonCPU::test_out_warning_stack_cpu PASSED [ 21%] 2022-12-01T10:41:43.6377885Z test_ops.py::TestCommonCPU::test_out_warning_std_cpu PASSED [ 21%] 2022-12-01T10:41:43.6378020Z test_ops.py::TestCommonCPU::test_out_warning_t_cpu PASSED [ 21%] 2022-12-01T10:41:43.6378161Z test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu PASSED [ 21%] 2022-12-01T10:41:43.6378295Z test_ops.py::TestCommonCPU::test_out_warning_take_cpu PASSED [ 21%] 2022-12-01T10:41:43.6378431Z test_ops.py::TestCommonCPU::test_out_warning_tan_cpu PASSED [ 21%] 2022-12-01T10:41:43.6378569Z test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu PASSED [ 21%] 2022-12-01T10:41:43.6378710Z test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu PASSED [ 21%] 2022-12-01T10:41:43.6378843Z test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu PASSED [ 21%] 2022-12-01T10:41:43.6378977Z test_ops.py::TestCommonCPU::test_out_warning_tril_cpu PASSED [ 21%] 2022-12-01T10:41:43.6379120Z test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu PASSED [ 21%] 2022-12-01T10:41:43.6379257Z test_ops.py::TestCommonCPU::test_out_warning_triu_cpu PASSED [ 21%] 2022-12-01T10:41:43.6379396Z test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu PASSED [ 21%] 2022-12-01T10:41:43.6379530Z test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu PASSED [ 21%] 2022-12-01T10:41:43.6379668Z test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu PASSED [ 21%] 2022-12-01T10:41:43.6379803Z test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu PASSED [ 21%] 2022-12-01T10:41:43.6379926Z test_ops.py::TestCommonCPU::test_out_warning_unique_cpu PASSED [ 21%] 2022-12-01T10:41:43.6380251Z test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu PASSED [ 21%] 2022-12-01T10:41:43.6380405Z test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu PASSED [ 21%] 2022-12-01T10:41:43.6380544Z test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu PASSED [ 21%] 2022-12-01T10:41:43.6380685Z test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu PASSED [ 21%] 2022-12-01T10:41:43.6380826Z test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu PASSED [ 21%] 2022-12-01T10:41:43.6380961Z test_ops.py::TestCommonCPU::test_out_warning_view_cpu PASSED [ 21%] 2022-12-01T10:41:43.6381094Z test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu PASSED [ 21%] 2022-12-01T10:41:43.6381218Z test_ops.py::TestCommonCPU::test_out_warning_where_cpu PASSED [ 21%] 2022-12-01T10:41:43.6381351Z test_ops.py::TestCommonCPU::test_out_warning_zero__cpu PASSED [ 21%] 2022-12-01T10:41:43.6381483Z test_ops.py::TestCommonCPU::test_out_where_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:43.6381619Z test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:43.6381751Z test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 PASSED [ 21%] 2022-12-01T10:41:43.6381940Z test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:43.6382127Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 PASSED [ 21%] 2022-12-01T10:41:43.6382268Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 PASSED [ 21%] 2022-12-01T10:41:43.6382407Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 PASSED [ 21%] 2022-12-01T10:41:43.6382546Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 PASSED [ 21%] 2022-12-01T10:41:43.6382691Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:43.6382842Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 PASSED [ 21%] 2022-12-01T10:41:43.6382983Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 PASSED [ 21%] 2022-12-01T10:41:43.6383127Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 PASSED [ 21%] 2022-12-01T10:41:43.6383271Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 PASSED [ 21%] 2022-12-01T10:41:43.6383423Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:41:43.6383564Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool PASSED [ 21%] 2022-12-01T10:41:43.6383701Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:43.6383846Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 PASSED [ 21%] 2022-12-01T10:41:43.6383994Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:41:43.6384140Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 PASSED [ 21%] 2022-12-01T10:41:43.6384282Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 PASSED [ 21%] 2022-12-01T10:41:43.6384424Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:43.6384565Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 PASSED [ 21%] 2022-12-01T10:41:43.6384705Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 PASSED [ 21%] 2022-12-01T10:41:43.6384835Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 PASSED [ 21%] 2022-12-01T10:41:43.6384990Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 PASSED [ 21%] 2022-12-01T10:41:43.6385138Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:43.6385288Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 PASSED [ 21%] 2022-12-01T10:41:43.6385433Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 XFAIL [ 21%] 2022-12-01T10:41:43.6385573Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool XFAIL [ 21%] 2022-12-01T10:41:43.6385724Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 XFAIL [ 21%] 2022-12-01T10:41:43.6385872Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 XFAIL [ 21%] 2022-12-01T10:41:43.6386005Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 XFAIL [ 21%] 2022-12-01T10:41:43.6386147Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 XFAIL [ 21%] 2022-12-01T10:41:43.6386285Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 XFAIL [ 21%] 2022-12-01T10:41:43.6386426Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 XFAIL [ 21%] 2022-12-01T10:41:43.6386567Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 XFAIL [ 21%] 2022-12-01T10:41:43.6386704Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 XFAIL [ 21%] 2022-12-01T10:41:43.6386850Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:41:43.6387000Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 PASSED [ 21%] 2022-12-01T10:41:43.6387137Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 PASSED [ 21%] 2022-12-01T10:41:43.6387305Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 PASSED [ 21%] 2022-12-01T10:41:43.6387490Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 PASSED [ 21%] 2022-12-01T10:41:43.6387641Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 PASSED [ 21%] 2022-12-01T10:41:43.6387788Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:43.6387932Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 PASSED [ 21%] 2022-12-01T10:41:43.6388079Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:41:43.6388223Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool PASSED [ 21%] 2022-12-01T10:41:43.6388356Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 PASSED [ 21%] 2022-12-01T10:41:43.6388501Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:43.6388642Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 PASSED [ 21%] 2022-12-01T10:41:43.6388786Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool PASSED [ 21%] 2022-12-01T10:41:43.6388931Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 PASSED [ 21%] 2022-12-01T10:41:43.6389072Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 PASSED [ 21%] 2022-12-01T10:41:43.6389211Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 PASSED [ 21%] 2022-12-01T10:41:43.6389352Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 PASSED [ 21%] 2022-12-01T10:41:43.6389485Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 PASSED [ 21%] 2022-12-01T10:41:43.6389625Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 PASSED [ 21%] 2022-12-01T10:41:43.6389764Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 PASSED [ 21%] 2022-12-01T10:41:43.6389906Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 PASSED [ 21%] 2022-12-01T10:41:43.6390048Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 PASSED [ 21%] 2022-12-01T10:41:43.6390198Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 PASSED [ 21%] 2022-12-01T10:41:43.6390349Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 PASSED [ 21%] 2022-12-01T10:41:43.6390490Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 PASSED [ 21%] 2022-12-01T10:41:43.6390638Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 PASSED [ 21%] 2022-12-01T10:41:43.6390782Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:43.6390932Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool PASSED [ 22%] 2022-12-01T10:41:43.6391084Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 PASSED [ 22%] 2022-12-01T10:41:43.6391237Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6391385Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:43.6391536Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:43.6391686Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:43.6391836Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:43.6391967Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:43.6392115Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:43.6392265Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:43.6392414Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:43.6392557Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6392728Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:43.6392904Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:43.6393050Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:43.6393178Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:43.6393321Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6393459Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:43.6393602Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:43.6393748Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:43.6393886Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool PASSED [ 22%] 2022-12-01T10:41:43.6394034Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:43.6394178Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6394307Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:43.6394446Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool PASSED [ 22%] 2022-12-01T10:41:43.6394594Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:43.6394736Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:43.6394876Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:43.6395034Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 PASSED [ 22%] 2022-12-01T10:41:43.6395191Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 PASSED [ 22%] 2022-12-01T10:41:43.6395347Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:43.6395486Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6395643Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:43.6395796Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 PASSED [ 22%] 2022-12-01T10:41:43.6395950Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:43.6396101Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:43.6396250Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6396398Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool PASSED [ 22%] 2022-12-01T10:41:43.6396554Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:43.6396711Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 PASSED [ 22%] 2022-12-01T10:41:43.6396852Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 PASSED [ 22%] 2022-12-01T10:41:43.6396998Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:43.6397149Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:43.6397299Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:43.6397456Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:43.6397613Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:43.6397772Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:43.6397922Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:43.6398085Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool PASSED [ 22%] 2022-12-01T10:41:43.6398261Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6398411Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:43.6398563Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:43.6398711Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:43.6398874Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 PASSED [ 22%] 2022-12-01T10:41:43.6399034Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:43.6399192Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6399351Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:43.6399499Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:43.6399656Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:43.6399812Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:43.6399963Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool PASSED [ 22%] 2022-12-01T10:41:43.6400122Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:43.6400276Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 PASSED [ 22%] 2022-12-01T10:41:43.6400430Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:43.6400587Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:43.6400730Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:43.6400884Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6401035Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:43.6401190Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:43.6401337Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 PASSED [ 22%] 2022-12-01T10:41:43.6401481Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 PASSED [ 22%] 2022-12-01T10:41:43.6401624Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6401766Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:43.6401901Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:43.6402044Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6402198Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:43.6402349Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 PASSED [ 22%] 2022-12-01T10:41:43.6402497Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:43.6402639Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:43.6402779Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:43.6402927Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:43.6403062Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:43.6403204Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6403346Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:43.6403526Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:43.6403705Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:43.6403852Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6404067Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:43.6404215Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool PASSED [ 22%] 2022-12-01T10:41:43.6404366Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:43.6404505Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6404652Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:43.6404805Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:43.6404956Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 PASSED [ 22%] 2022-12-01T10:41:43.6405102Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:43.6405249Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 PASSED [ 22%] 2022-12-01T10:41:43.6405390Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:43.6405545Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:43.6405691Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:43.6405845Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 PASSED [ 22%] 2022-12-01T10:41:43.6405999Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:43.6406152Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:43.6406304Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:43.6406457Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:43.6406604Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:43.6406747Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool PASSED [ 22%] 2022-12-01T10:41:43.6406885Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:43.6407032Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:43.6407177Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:43.6407318Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:43.6407460Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6407604Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 PASSED [ 22%] 2022-12-01T10:41:43.6407749Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:43.6407906Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:43.6408051Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 PASSED [ 22%] 2022-12-01T10:41:43.6408208Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:43.6408361Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 PASSED [ 22%] 2022-12-01T10:41:43.6408514Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 PASSED [ 22%] 2022-12-01T10:41:43.6408664Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 PASSED [ 22%] 2022-12-01T10:41:43.6408861Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 22%] 2022-12-01T10:41:43.6409018Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool PASSED [ 22%] 2022-12-01T10:41:43.6409216Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 PASSED [ 22%] 2022-12-01T10:41:43.6409379Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:43.6409520Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 PASSED [ 22%] 2022-12-01T10:41:43.6409671Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool PASSED [ 22%] 2022-12-01T10:41:43.6409826Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 PASSED [ 22%] 2022-12-01T10:41:43.6409980Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 PASSED [ 22%] 2022-12-01T10:41:43.6410133Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 PASSED [ 22%] 2022-12-01T10:41:43.6410285Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:43.6410439Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 PASSED [ 22%] 2022-12-01T10:41:43.6410591Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:43.6410730Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:43.6410882Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6411032Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool PASSED [ 23%] 2022-12-01T10:41:43.6411184Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 PASSED [ 23%] 2022-12-01T10:41:43.6411332Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:43.6411476Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:43.6411628Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:43.6411781Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6411921Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:43.6412064Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:43.6412209Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:43.6412355Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:43.6412501Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:43.6412641Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:43.6412791Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6412944Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:43.6413090Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:43.6413224Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:43.6413368Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:43.6413520Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:43.6413676Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 PASSED [ 23%] 2022-12-01T10:41:43.6413830Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:43.6413982Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:43.6414132Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:43.6414305Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:43.6414483Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:43.6414631Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:43.6414783Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:43.6414930Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 PASSED [ 23%] 2022-12-01T10:41:43.6415074Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:43.6415222Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:43.6415373Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:43.6415528Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:43.6415664Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:43.6415811Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:43.6415976Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6416140Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:43.6416298Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:43.6416457Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:43.6416612Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:43.6416781Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6416949Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:43.6417105Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 PASSED [ 23%] 2022-12-01T10:41:43.6417270Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:43.6417433Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:43.6417592Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:43.6417752Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:43.6417914Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6418072Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:43.6418229Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:43.6418369Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6418523Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:43.6418667Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:43.6418817Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6418961Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool PASSED [ 23%] 2022-12-01T10:41:43.6419109Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 PASSED [ 23%] 2022-12-01T10:41:43.6419255Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:43.6419400Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:43.6419534Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:43.6419707Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:43.6419925Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:41:43.6420309Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:41:43.6420504Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:41:43.6420688Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:41:43.6420871Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:41:43.6421068Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:41:43.6421259Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:41:43.6421458Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:41:43.6421644Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:41:43.6421836Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:41:43.6422027Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:41:43.6422218Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:41:43.6422413Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:41:43.6422563Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6422710Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool PASSED [ 23%] 2022-12-01T10:41:43.6422859Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:43.6423007Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:43.6423138Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:43.6423282Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:43.6423424Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:43.6423566Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:43.6423705Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool PASSED [ 23%] 2022-12-01T10:41:43.6423847Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:43.6423986Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:43.6424137Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6424267Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool PASSED [ 23%] 2022-12-01T10:41:43.6424413Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:43.6424557Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:43.6424695Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:43.6424835Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:43.6424978Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:43.6425128Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:43.6425323Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:43.6425487Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:43.6425637Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6425782Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:43.6425921Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:43.6426062Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:43.6426203Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:43.6426346Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:43.6426492Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6426633Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:43.6426783Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:43.6426926Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:43.6427067Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 PASSED [ 23%] 2022-12-01T10:41:43.6427209Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:43.6427368Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6427516Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool PASSED [ 23%] 2022-12-01T10:41:43.6427672Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:43.6427816Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:43.6427969Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:43.6428120Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:43.6428268Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:43.6428413Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:43.6428561Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:43.6428706Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:43.6428850Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6428994Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool PASSED [ 23%] 2022-12-01T10:41:43.6429135Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 PASSED [ 23%] 2022-12-01T10:41:43.6429285Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:43.6429433Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 PASSED [ 23%] 2022-12-01T10:41:43.6429577Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 PASSED [ 23%] 2022-12-01T10:41:43.6429719Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:43.6429863Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 PASSED [ 23%] 2022-12-01T10:41:43.6430011Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 PASSED [ 23%] 2022-12-01T10:41:43.6430156Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:43.6430292Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 PASSED [ 23%] 2022-12-01T10:41:43.6430435Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 PASSED [ 23%] 2022-12-01T10:41:43.6430640Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool PASSED [ 23%] 2022-12-01T10:41:43.6430788Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:43.6430955Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6431099Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:43.6431240Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:43.6431381Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:43.6431510Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:43.6431659Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:43.6431805Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:43.6431949Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:43.6432097Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool PASSED [ 24%] 2022-12-01T10:41:43.6432245Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:43.6432401Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:43.6432553Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6432688Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:43.6432832Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:43.6432978Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:43.6433135Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 PASSED [ 24%] 2022-12-01T10:41:43.6433291Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6433444Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:43.6433598Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:43.6433749Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:43.6433889Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:43.6434037Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:41:43.6434190Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:43.6434340Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6434488Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:43.6434632Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:43.6434775Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:43.6434924Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:43.6435075Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:43.6435218Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:43.6435370Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:43.6435517Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:43.6435663Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:43.6435811Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:43.6435960Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:43.6436137Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:43.6436310Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:43.6436442Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:43.6436586Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:43.6436732Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:43.6436883Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:43.6437031Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:43.6437177Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6437321Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:43.6437470Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:43.6437609Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool PASSED [ 24%] 2022-12-01T10:41:43.6437762Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:43.6437911Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:43.6438056Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:43.6438198Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:43.6438344Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:43.6438486Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool PASSED [ 24%] 2022-12-01T10:41:43.6438638Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:43.6438792Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:43.6438931Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6439078Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:43.6439223Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:43.6439381Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:41:43.6439535Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool PASSED [ 24%] 2022-12-01T10:41:43.6439696Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:43.6439858Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 PASSED [ 24%] 2022-12-01T10:41:43.6440016Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 PASSED [ 24%] 2022-12-01T10:41:43.6440160Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:43.6440315Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6440467Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:43.6440621Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:43.6440769Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:43.6440915Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:43.6441064Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool PASSED [ 24%] 2022-12-01T10:41:43.6441215Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:43.6441379Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6441557Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:43.6441702Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool PASSED [ 24%] 2022-12-01T10:41:43.6441856Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:43.6442002Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6442148Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:43.6442293Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:43.6442442Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:43.6442590Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:43.6442726Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:41:43.6442883Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:43.6443034Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6443184Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:43.6443333Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:43.6443480Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool PASSED [ 24%] 2022-12-01T10:41:43.6443632Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:43.6443780Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:43.6443990Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:43.6444151Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:43.6444307Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6444458Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:43.6444608Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:43.6444756Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:43.6444905Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool PASSED [ 24%] 2022-12-01T10:41:43.6445056Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6445191Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:43.6445341Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:43.6445491Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6445642Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:43.6445784Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:43.6445923Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:43.6446071Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:43.6446219Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool PASSED [ 24%] 2022-12-01T10:41:43.6446358Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:43.6446506Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:43.6446649Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:43.6446828Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 PASSED [ 24%] 2022-12-01T10:41:43.6447002Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:41:43.6447147Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool PASSED [ 24%] 2022-12-01T10:41:43.6447295Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6447438Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:43.6447582Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 PASSED [ 24%] 2022-12-01T10:41:43.6447721Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:41:43.6447869Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool PASSED [ 24%] 2022-12-01T10:41:43.6448021Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:43.6448172Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:43.6448316Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6448466Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:43.6448613Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 PASSED [ 24%] 2022-12-01T10:41:43.6448763Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:43.6448898Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 PASSED [ 24%] 2022-12-01T10:41:43.6449040Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 PASSED [ 24%] 2022-12-01T10:41:43.6449182Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:43.6449325Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:43.6449476Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 PASSED [ 24%] 2022-12-01T10:41:43.6449628Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:43.6449779Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 PASSED [ 24%] 2022-12-01T10:41:43.6449950Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:43.6450082Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 PASSED [ 24%] 2022-12-01T10:41:43.6450228Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 PASSED [ 24%] 2022-12-01T10:41:43.6450374Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 PASSED [ 24%] 2022-12-01T10:41:43.6450517Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:43.6450748Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool PASSED [ 25%] 2022-12-01T10:41:43.6450940Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 PASSED [ 25%] 2022-12-01T10:41:43.6451123Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:43.6451302Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:43.6451435Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:43.6451614Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:43.6451793Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:43.6451969Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:43.6452124Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:43.6452444Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:43.6452634Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:43.6452852Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:43.6453100Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:43.6453278Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:43.6453455Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:43.6453592Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:43.6453775Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:43.6453960Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:43.6454165Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:43.6454348Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:43.6454533Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:43.6454716Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:43.6454900Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:43.6455036Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:43.6455218Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:43.6455391Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:43.6455562Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:43.6455754Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool PASSED [ 25%] 2022-12-01T10:41:43.6455930Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:43.6456133Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:43.6456307Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:43.6456439Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:43.6456616Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:43.6456785Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:43.6456955Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:43.6457126Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:43.6457313Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:43.6457486Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:43.6457656Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:43.6457786Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:43.6457962Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:43.6458132Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:43.6458300Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool PASSED [ 25%] 2022-12-01T10:41:43.6458465Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:43.6458648Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:43.6458847Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool PASSED [ 25%] 2022-12-01T10:41:43.6459030Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:43.6459171Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:43.6459426Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:43.6459631Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:43.6459811Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:43.6460116Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:43.6460357Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool PASSED [ 25%] 2022-12-01T10:41:43.6460546Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 PASSED [ 25%] 2022-12-01T10:41:43.6460756Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:43.6460893Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:43.6461070Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:43.6461252Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:43.6461433Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:43.6461616Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 PASSED [ 25%] 2022-12-01T10:41:43.6461798Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 PASSED [ 25%] 2022-12-01T10:41:43.6461977Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:43.6462162Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:43.6462387Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:43.6462528Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:43.6462709Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:43.6462883Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:43.6463057Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:43.6463229Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:43.6463400Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:43.6463587Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:43.6463766Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:43.6463901Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:43.6464103Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:43.6464283Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 PASSED [ 25%] 2022-12-01T10:41:43.6464460Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 PASSED [ 25%] 2022-12-01T10:41:43.6464641Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 PASSED [ 25%] 2022-12-01T10:41:43.6464821Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 PASSED [ 25%] 2022-12-01T10:41:43.6465009Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 XFAIL [ 25%] 2022-12-01T10:41:43.6465186Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool XFAIL [ 25%] 2022-12-01T10:41:43.6465329Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 XFAIL [ 25%] 2022-12-01T10:41:43.6465507Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 XFAIL [ 25%] 2022-12-01T10:41:43.6465736Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 XFAIL [ 25%] 2022-12-01T10:41:43.6465912Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 XFAIL [ 25%] 2022-12-01T10:41:43.6466140Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 XFAIL [ 25%] 2022-12-01T10:41:43.6466363Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 XFAIL [ 25%] 2022-12-01T10:41:43.6466539Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool XFAIL [ 25%] 2022-12-01T10:41:43.6466727Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 XFAIL [ 25%] 2022-12-01T10:41:43.6466862Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 XFAIL [ 25%] 2022-12-01T10:41:43.6467040Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 XFAIL [ 25%] 2022-12-01T10:41:43.6467219Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 XFAIL [ 25%] 2022-12-01T10:41:43.6467470Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:41:43.6467650Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 XFAIL [ 25%] 2022-12-01T10:41:43.6467839Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 XFAIL [ 25%] 2022-12-01T10:41:43.6468016Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 XFAIL [ 25%] 2022-12-01T10:41:43.6468191Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 XFAIL [ 25%] 2022-12-01T10:41:43.6468369Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool XFAIL [ 25%] 2022-12-01T10:41:43.6468516Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 XFAIL [ 25%] 2022-12-01T10:41:43.6468729Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 XFAIL [ 25%] 2022-12-01T10:41:43.6468910Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 XFAIL [ 25%] 2022-12-01T10:41:43.6469108Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 XFAIL [ 25%] 2022-12-01T10:41:43.6469295Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 XFAIL [ 25%] 2022-12-01T10:41:43.6469479Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 PASSED [ 25%] 2022-12-01T10:41:43.6469661Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:43.6469838Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:43.6469975Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:43.6470151Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool PASSED [ 25%] 2022-12-01T10:41:43.6470338Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 PASSED [ 25%] 2022-12-01T10:41:43.6470519Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:43.6470727Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:43.6470902Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:43.6471082Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:43.6471261Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:43.6471395Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool PASSED [ 25%] 2022-12-01T10:41:43.6471575Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 PASSED [ 25%] 2022-12-01T10:41:43.6471754Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 PASSED [ 25%] 2022-12-01T10:41:43.6471964Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 PASSED [ 25%] 2022-12-01T10:41:43.6472147Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:43.6472339Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:43.6472512Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:43.6472711Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 PASSED [ 25%] 2022-12-01T10:41:43.6472843Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:43.6473061Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 PASSED [ 25%] 2022-12-01T10:41:43.6473238Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 PASSED [ 25%] 2022-12-01T10:41:43.6473422Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 PASSED [ 25%] 2022-12-01T10:41:43.6473594Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 PASSED [ 25%] 2022-12-01T10:41:43.6473766Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 PASSED [ 25%] 2022-12-01T10:41:43.6473958Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 PASSED [ 25%] 2022-12-01T10:41:43.6474136Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 PASSED [ 25%] 2022-12-01T10:41:43.6474321Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 PASSED [ 25%] 2022-12-01T10:41:43.6474462Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool PASSED [ 25%] 2022-12-01T10:41:43.6474646Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:43.6474872Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:43.6475053Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:43.6475230Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:43.6475406Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:43.6475603Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:43.6475788Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:43.6475923Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:43.6476100Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6476287Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:43.6476462Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:43.6476633Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6476805Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:43.6476977Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:43.6477165Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool PASSED [ 26%] 2022-12-01T10:41:43.6477297Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:43.6477466Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:43.6477648Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:43.6477819Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6478019Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:43.6478187Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:43.6478357Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:43.6478534Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6478668Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:43.6478865Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:43.6479044Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:43.6479272Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:43.6479498Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:43.6479690Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:43.6479878Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:43.6480067Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:43.6480255Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:43.6480400Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:43.6480600Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:43.6480792Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:43.6481016Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:43.6481205Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:43.6481399Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:43.6481592Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:43.6481781Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:43.6481924Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:43.6482104Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:43.6482297Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 XFAIL [ 26%] 2022-12-01T10:41:43.6482477Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 XFAIL [ 26%] 2022-12-01T10:41:43.6482657Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:43.6482840Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:43.6483015Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:43.6483195Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:43.6483328Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:43.6483501Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:43.6483673Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:43.6483876Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:43.6484140Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool PASSED [ 26%] 2022-12-01T10:41:43.6484353Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:43.6484529Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:43.6484708Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6484840Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:43.6485014Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:43.6485192Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:43.6485369Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:43.6485573Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:43.6485745Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:43.6485961Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:43.6486158Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool PASSED [ 26%] 2022-12-01T10:41:43.6486335Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:43.6486464Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:43.6486635Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:43.6486816Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool PASSED [ 26%] 2022-12-01T10:41:43.6487001Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:43.6487238Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:43.6487428Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:43.6487610Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6487790Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:43.6487924Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:43.6488108Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:43.6488288Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool PASSED [ 26%] 2022-12-01T10:41:43.6488478Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:43.6488663Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:43.6488872Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:43.6489050Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6489227Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:43.6489373Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:43.6489553Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6489727Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:43.6489905Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:43.6490080Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:43.6490265Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool PASSED [ 26%] 2022-12-01T10:41:43.6490499Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:43.6490682Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:43.6490863Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6491001Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:43.6491180Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:43.6491356Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:43.6491541Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:43.6491730Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:43.6491904Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:43.6492101Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6492278Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:43.6492448Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:43.6492657Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool PASSED [ 26%] 2022-12-01T10:41:43.6492835Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:43.6493024Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6493200Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:43.6493400Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool PASSED [ 26%] 2022-12-01T10:41:43.6493576Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:43.6493768Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:43.6493898Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6494070Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:43.6494240Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:43.6494431Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:43.6494611Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6494788Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 PASSED [ 26%] 2022-12-01T10:41:43.6494968Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:43.6495145Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 PASSED [ 26%] 2022-12-01T10:41:43.6495285Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:43.6495482Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool PASSED [ 26%] 2022-12-01T10:41:43.6495660Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6495847Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:43.6496022Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 PASSED [ 26%] 2022-12-01T10:41:43.6496202Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:43.6496378Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:43.6496618Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:43.6496833Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:43.6496994Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 26%] 2022-12-01T10:41:43.6497228Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 26%] 2022-12-01T10:41:43.6497431Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 26%] 2022-12-01T10:41:43.6497631Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 26%] 2022-12-01T10:41:43.6497832Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 26%] 2022-12-01T10:41:43.6498022Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 26%] 2022-12-01T10:41:43.6498215Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 26%] 2022-12-01T10:41:43.6498416Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 26%] 2022-12-01T10:41:43.6498581Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 27%] 2022-12-01T10:41:43.6498795Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6499043Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:43.6499271Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:43.6499452Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:43.6499670Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:43.6499847Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6500177Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6500399Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:43.6500541Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:43.6500748Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:43.6500954Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool PASSED [ 27%] 2022-12-01T10:41:43.6501144Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 PASSED [ 27%] 2022-12-01T10:41:43.6501327Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 PASSED [ 27%] 2022-12-01T10:41:43.6501509Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:43.6501694Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:43.6501869Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6502006Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:43.6502187Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:43.6502366Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 PASSED [ 27%] 2022-12-01T10:41:43.6502565Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 PASSED [ 27%] 2022-12-01T10:41:43.6502746Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:43.6502920Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6503133Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6503307Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:43.6503439Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:43.6503610Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:43.6503793Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6503972Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:43.6504172Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:43.6504358Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:43.6504544Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6504719Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:43.6504854Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:43.6505044Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6505233Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6505405Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool PASSED [ 27%] 2022-12-01T10:41:43.6505581Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 PASSED [ 27%] 2022-12-01T10:41:43.6505841Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:43.6506079Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:43.6506255Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6506428Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:43.6506558Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:43.6506726Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:43.6506894Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:43.6507065Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:43.6507241Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:43.6507492Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:41:43.6507723Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:41:43.6507950Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:41:43.6508132Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:41:43.6508353Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:41:43.6508573Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:41:43.6524938Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:41:43.6525183Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:41:43.6525405Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:41:43.6525627Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:41:43.6525841Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:41:43.6526050Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:41:43.6526213Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 PASSED [ 27%] 2022-12-01T10:41:43.6526374Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 PASSED [ 27%] 2022-12-01T10:41:43.6526530Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:43.6526668Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6526819Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:43.6526968Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:43.6527123Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:43.6527273Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool PASSED [ 27%] 2022-12-01T10:41:43.6527428Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:43.6527578Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:43.6527728Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:43.6527976Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:43.6528160Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool PASSED [ 27%] 2022-12-01T10:41:43.6528316Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 PASSED [ 27%] 2022-12-01T10:41:43.6528469Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6528618Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6528772Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:43.6528927Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6529076Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6529234Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:43.6529399Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6529613Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:41:43.6529826Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:41:43.6529989Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6530154Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:43.6530317Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6530481Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6530647Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6530809Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6530983Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6531151Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6531315Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6531481Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:43.6531647Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:43.6531831Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:43.6532017Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6532201Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6532360Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:43.6532527Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 27%] 2022-12-01T10:41:43.6532695Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:43.6532861Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6533025Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6533199Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:43.6533420Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6533629Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6533808Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:43.6533972Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:43.6534147Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:43.6534312Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6534479Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 27%] 2022-12-01T10:41:43.6534648Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6534810Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6534995Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 27%] 2022-12-01T10:41:43.6535177Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:43.6535356Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6535522Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6535700Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:43.6535875Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:43.6536055Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:43.6536224Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 XFAIL [ 27%] 2022-12-01T10:41:43.6536400Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6536575Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:43.6536749Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 27%] 2022-12-01T10:41:43.6536922Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 27%] 2022-12-01T10:41:43.6537080Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 27%] 2022-12-01T10:41:43.6537255Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:43.6537424Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 27%] 2022-12-01T10:41:43.6537592Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6537753Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 PASSED [ 27%] 2022-12-01T10:41:43.6537917Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 PASSED [ 27%] 2022-12-01T10:41:43.6538081Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:43.6538244Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 PASSED [ 27%] 2022-12-01T10:41:43.6538404Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:43.6538556Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:43.6538745Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:43.6538936Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6539107Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:43.6539278Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6539450Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:43.6539622Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:43.6539798Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:43.6540184Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:43.6540401Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:43.6540572Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6540740Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:43.6540905Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:43.6541079Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:43.6541249Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6541416Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:43.6541585Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:43.6541740Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:43.6541906Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:43.6542058Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:43.6542214Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:43.6542363Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:43.6542514Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6542666Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:43.6542814Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:43.6542962Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6543097Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:43.6543245Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:43.6543389Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:43.6543533Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:43.6543682Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool PASSED [ 28%] 2022-12-01T10:41:43.6543839Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:43.6543995Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 PASSED [ 28%] 2022-12-01T10:41:43.6544152Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:43.6544292Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:43.6544503Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:43.6544688Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:43.6544836Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:43.6544985Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:43.6545143Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:43.6545303Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 PASSED [ 28%] 2022-12-01T10:41:43.6545459Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:43.6545602Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:43.6545751Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:43.6545905Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:43.6546056Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:43.6546206Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:43.6546359Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:43.6546508Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:43.6546655Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6546786Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:43.6546931Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:43.6547075Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool PASSED [ 28%] 2022-12-01T10:41:43.6547226Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6547372Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:43.6547515Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:43.6547660Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:43.6547809Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:43.6547948Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 PASSED [ 28%] 2022-12-01T10:41:43.6548097Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:43.6548246Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:43.6548393Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6548539Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool PASSED [ 28%] 2022-12-01T10:41:43.6548696Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:43.6548851Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 PASSED [ 28%] 2022-12-01T10:41:43.6549002Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:43.6549150Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6549282Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:43.6549423Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:43.6549568Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:43.6549711Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:43.6549861Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:43.6550079Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:43.6550256Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6550402Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:43.6550532Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:43.6550685Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool PASSED [ 28%] 2022-12-01T10:41:43.6550847Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:43.6551004Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:43.6551162Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:43.6551314Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6551471Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:43.6551625Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:43.6551759Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:43.6551912Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:43.6552066Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:43.6552220Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6552372Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:43.6552522Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:43.6552671Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool PASSED [ 28%] 2022-12-01T10:41:43.6552827Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:43.6552967Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:43.6553119Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:43.6553266Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:43.6553413Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:43.6553562Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:43.6553709Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:43.6553867Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:43.6554024Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 PASSED [ 28%] 2022-12-01T10:41:43.6554168Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:43.6554326Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:43.6554478Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:43.6554629Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:43.6554784Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 PASSED [ 28%] 2022-12-01T10:41:43.6554934Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 PASSED [ 28%] 2022-12-01T10:41:43.6555082Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6555233Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:43.6555382Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:43.6555544Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool PASSED [ 28%] 2022-12-01T10:41:43.6555720Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:43.6555875Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 PASSED [ 28%] 2022-12-01T10:41:43.6556024Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:43.6556173Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:43.6556316Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:43.6556461Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:43.6556606Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool PASSED [ 28%] 2022-12-01T10:41:43.6556744Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:43.6556895Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:43.6557041Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:43.6557184Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:43.6557326Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 PASSED [ 28%] 2022-12-01T10:41:43.6557474Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6557616Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 PASSED [ 28%] 2022-12-01T10:41:43.6557760Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:43.6557890Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool PASSED [ 28%] 2022-12-01T10:41:43.6558042Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 PASSED [ 28%] 2022-12-01T10:41:43.6558189Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:43.6558340Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 PASSED [ 28%] 2022-12-01T10:41:43.6558486Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 PASSED [ 28%] 2022-12-01T10:41:43.6558628Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 PASSED [ 28%] 2022-12-01T10:41:43.6558770Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 PASSED [ 28%] 2022-12-01T10:41:43.6558918Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:43.6559055Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6559197Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:43.6559344Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:43.6559488Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool PASSED [ 29%] 2022-12-01T10:41:43.6559640Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 PASSED [ 29%] 2022-12-01T10:41:43.6559789Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 PASSED [ 29%] 2022-12-01T10:41:43.6559933Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 PASSED [ 29%] 2022-12-01T10:41:43.6560075Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:43.6560205Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:43.6560345Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:43.6560492Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:43.6560637Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:43.6560790Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:43.6560971Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool PASSED [ 29%] 2022-12-01T10:41:43.6561154Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:43.6561305Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:43.6561451Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:43.6561587Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:43.6561735Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:43.6561881Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool PASSED [ 29%] 2022-12-01T10:41:43.6562026Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:43.6562169Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:43.6562315Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:43.6562470Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:43.6562620Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool PASSED [ 29%] 2022-12-01T10:41:43.6562757Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 PASSED [ 29%] 2022-12-01T10:41:43.6562906Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6563051Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:43.6563202Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:43.6563348Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:43.6563500Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 PASSED [ 29%] 2022-12-01T10:41:43.6563648Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:43.6563796Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:43.6564001Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:43.6564149Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:43.6564294Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:43.6564437Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool PASSED [ 29%] 2022-12-01T10:41:43.6564589Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 PASSED [ 29%] 2022-12-01T10:41:43.6564739Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:43.6564883Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:43.6565027Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:43.6565168Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 PASSED [ 29%] 2022-12-01T10:41:43.6565321Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:43.6565468Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6565616Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:43.6565761Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:43.6565905Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:43.6566049Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:43.6566200Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6566350Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6566545Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:43.6566733Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:43.6566890Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:43.6567048Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_bool PASSED [ 29%] 2022-12-01T10:41:43.6567210Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6567365Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:43.6567524Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:43.6567675Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool PASSED [ 29%] 2022-12-01T10:41:43.6567816Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6567968Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:43.6568122Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:43.6568270Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:43.6568424Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:43.6568577Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:43.6568729Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:43.6568880Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:43.6569020Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6569176Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:43.6569335Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:43.6569496Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:43.6569649Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:43.6569800Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:43.6569986Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6570167Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:43.6570346Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:43.6570517Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:43.6570697Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:43.6570882Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:43.6571059Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6571240Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:43.6571418Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:43.6571597Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:43.6571772Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:43.6571992Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:43.6572181Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:43.6572354Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:43.6572525Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:43.6572683Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6572837Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:43.6572991Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:43.6573138Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool PASSED [ 29%] 2022-12-01T10:41:43.6573287Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:43.6573419Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:43.6573565Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool PASSED [ 29%] 2022-12-01T10:41:43.6573716Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 PASSED [ 29%] 2022-12-01T10:41:43.6573863Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:43.6574011Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:43.6574155Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:43.6574302Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:43.6574457Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:43.6574618Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 PASSED [ 29%] 2022-12-01T10:41:43.6574761Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:43.6574915Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 PASSED [ 29%] 2022-12-01T10:41:43.6575064Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6575214Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 PASSED [ 29%] 2022-12-01T10:41:43.6575363Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:43.6575511Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:43.6575660Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:43.6575807Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool PASSED [ 29%] 2022-12-01T10:41:43.6575946Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 PASSED [ 29%] 2022-12-01T10:41:43.6576098Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:43.6576249Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6576395Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 PASSED [ 29%] 2022-12-01T10:41:43.6576538Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:43.6576683Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:43.6576835Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 PASSED [ 29%] 2022-12-01T10:41:43.6576982Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 PASSED [ 29%] 2022-12-01T10:41:43.6577113Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6577254Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:43.6577435Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:43.6577616Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:43.6577769Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 PASSED [ 29%] 2022-12-01T10:41:43.6577912Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 PASSED [ 29%] 2022-12-01T10:41:43.6578055Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:43.6578200Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 PASSED [ 29%] 2022-12-01T10:41:43.6578330Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 PASSED [ 29%] 2022-12-01T10:41:43.6578471Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 PASSED [ 29%] 2022-12-01T10:41:43.6578613Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 PASSED [ 29%] 2022-12-01T10:41:43.6578756Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 PASSED [ 29%] 2022-12-01T10:41:43.6578916Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 PASSED [ 29%] 2022-12-01T10:41:43.6579067Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool PASSED [ 30%] 2022-12-01T10:41:43.6579225Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:43.6579380Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:43.6579521Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:43.6579673Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:43.6579826Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:43.6580112Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:43.6580318Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:43.6580467Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:43.6580612Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:43.6580755Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:43.6580909Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:43.6581035Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:43.6581174Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:43.6581316Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:43.6581458Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:43.6581600Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:43.6581740Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:43.6581885Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool PASSED [ 30%] 2022-12-01T10:41:43.6582037Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:43.6582177Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:43.6582326Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:43.6582476Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:43.6582617Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:43.6582759Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:43.6582920Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 XFAIL [ 30%] 2022-12-01T10:41:43.6583131Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 XFAIL [ 30%] 2022-12-01T10:41:43.6583322Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 XFAIL [ 30%] 2022-12-01T10:41:43.6583456Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 XFAIL [ 30%] 2022-12-01T10:41:43.6583609Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 XFAIL [ 30%] 2022-12-01T10:41:43.6583761Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 XFAIL [ 30%] 2022-12-01T10:41:43.6583906Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:43.6584048Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool PASSED [ 30%] 2022-12-01T10:41:43.6584199Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:43.6584345Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:43.6584489Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:43.6584621Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:43.6584762Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:43.6584903Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:43.6585055Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 XFAIL [ 30%] 2022-12-01T10:41:43.6585207Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 XFAIL [ 30%] 2022-12-01T10:41:43.6585350Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 XFAIL [ 30%] 2022-12-01T10:41:43.6585491Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 XFAIL [ 30%] 2022-12-01T10:41:43.6585634Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 XFAIL [ 30%] 2022-12-01T10:41:43.6585764Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 XFAIL [ 30%] 2022-12-01T10:41:43.6585924Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:43.6586077Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool PASSED [ 30%] 2022-12-01T10:41:43.6586236Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 PASSED [ 30%] 2022-12-01T10:41:43.6586395Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:43.6586549Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:43.6586701Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:43.6586854Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:43.6586993Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:43.6587143Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:43.6587297Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:43.6587444Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:43.6587593Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:43.6587743Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:43.6587890Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:43.6588033Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:43.6588178Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:43.6588308Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:43.6588491Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:43.6588675Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:43.6588826Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:43.6588977Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:43.6589128Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:43.6589276Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:43.6589420Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:43.6589548Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:43.6589693Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:43.6589837Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:43.6589991Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:43.6590151Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:43.6590305Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:43.6590461Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:43.6590613Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:43.6590744Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:43.6590887Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:43.6591030Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:43.6591173Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool PASSED [ 30%] 2022-12-01T10:41:43.6591332Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 PASSED [ 30%] 2022-12-01T10:41:43.6591488Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:43.6591641Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:43.6591788Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:43.6591921Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:43.6592068Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:43.6592217Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:43.6592366Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:43.6592511Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:43.6592669Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:43.6592831Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:43.6592989Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 PASSED [ 30%] 2022-12-01T10:41:43.6593144Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:43.6593285Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool PASSED [ 30%] 2022-12-01T10:41:43.6593445Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 PASSED [ 30%] 2022-12-01T10:41:43.6593602Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:43.6593760Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:43.6593944Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:43.6594097Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 PASSED [ 30%] 2022-12-01T10:41:43.6594279Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:43.6594433Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:43.6594577Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:43.6594734Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 PASSED [ 30%] 2022-12-01T10:41:43.6594887Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:43.6595038Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:43.6595190Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:43.6595344Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:43.6595490Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:43.6595644Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:43.6595786Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:43.6595936Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool PASSED [ 30%] 2022-12-01T10:41:43.6596090Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:43.6596241Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:43.6596388Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 PASSED [ 30%] 2022-12-01T10:41:43.6596537Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:43.6596688Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:43.6596832Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool PASSED [ 30%] 2022-12-01T10:41:43.6596969Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:43.6597118Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 PASSED [ 30%] 2022-12-01T10:41:43.6597265Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:43.6597412Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:43.6597558Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 PASSED [ 30%] 2022-12-01T10:41:43.6597701Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 PASSED [ 30%] 2022-12-01T10:41:43.6597852Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:43.6597998Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool PASSED [ 30%] 2022-12-01T10:41:43.6598155Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 PASSED [ 30%] 2022-12-01T10:41:43.6598295Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 PASSED [ 30%] 2022-12-01T10:41:43.6598442Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 PASSED [ 30%] 2022-12-01T10:41:43.6598587Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 PASSED [ 30%] 2022-12-01T10:41:43.6598737Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 PASSED [ 30%] 2022-12-01T10:41:43.6598891Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 PASSED [ 31%] 2022-12-01T10:41:43.6599037Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 PASSED [ 31%] 2022-12-01T10:41:43.6599183Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 PASSED [ 31%] 2022-12-01T10:41:43.6599334Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 PASSED [ 31%] 2022-12-01T10:41:43.6599501Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 PASSED [ 31%] 2022-12-01T10:41:43.6599680Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 PASSED [ 31%] 2022-12-01T10:41:43.6599828Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 PASSED [ 31%] 2022-12-01T10:41:43.6599978Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 PASSED [ 31%] 2022-12-01T10:41:43.6600124Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 PASSED [ 31%] 2022-12-01T10:41:43.6600270Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 PASSED [ 31%] 2022-12-01T10:41:43.6600415Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 PASSED [ 31%] 2022-12-01T10:41:43.6600559Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 PASSED [ 31%] 2022-12-01T10:41:43.6600697Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 PASSED [ 31%] 2022-12-01T10:41:43.6600846Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool PASSED [ 31%] 2022-12-01T10:41:43.6601003Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 PASSED [ 31%] 2022-12-01T10:41:43.6601155Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 PASSED [ 31%] 2022-12-01T10:41:43.6601300Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 PASSED [ 31%] 2022-12-01T10:41:43.6601443Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 PASSED [ 31%] 2022-12-01T10:41:43.6601586Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 PASSED [ 31%] 2022-12-01T10:41:43.6601732Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu PASSED [ 31%] 2022-12-01T10:41:43.6601868Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu PASSED [ 31%] 2022-12-01T10:41:43.6602017Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu PASSED [ 31%] 2022-12-01T10:41:43.6602176Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu PASSED [ 31%] 2022-12-01T10:41:43.6602332Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu PASSED [ 31%] 2022-12-01T10:41:43.6602486Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu XFAIL [ 31%] 2022-12-01T10:41:43.6602632Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu XFAIL [ 31%] 2022-12-01T10:41:43.6602779Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu PASSED [ 31%] 2022-12-01T10:41:43.6602932Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu PASSED [ 31%] 2022-12-01T10:41:43.6603084Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu PASSED [ 31%] 2022-12-01T10:41:43.6603246Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu PASSED [ 31%] 2022-12-01T10:41:43.6603399Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu PASSED [ 31%] 2022-12-01T10:41:43.6603553Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu PASSED [ 31%] 2022-12-01T10:41:43.6603700Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu PASSED [ 31%] 2022-12-01T10:41:43.6603849Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu PASSED [ 31%] 2022-12-01T10:41:43.6604064Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu PASSED [ 31%] 2022-12-01T10:41:43.6604215Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu PASSED [ 31%] 2022-12-01T10:41:43.6604362Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu PASSED [ 31%] 2022-12-01T10:41:43.6604503Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu PASSED [ 31%] 2022-12-01T10:41:43.6604647Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu PASSED [ 31%] 2022-12-01T10:41:43.6604800Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu XFAIL [ 31%] 2022-12-01T10:41:43.6604948Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu PASSED [ 31%] 2022-12-01T10:41:43.6605132Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu PASSED [ 31%] 2022-12-01T10:41:43.6605307Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu PASSED [ 31%] 2022-12-01T10:41:43.6605462Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu PASSED [ 31%] 2022-12-01T10:41:43.6605645Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 31%] 2022-12-01T10:41:43.6605801Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_huber_loss_cpu PASSED [ 31%] 2022-12-01T10:41:43.6605948Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu PASSED [ 31%] 2022-12-01T10:41:43.6606102Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu PASSED [ 31%] 2022-12-01T10:41:43.6606254Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu PASSED [ 31%] 2022-12-01T10:41:43.6606405Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu PASSED [ 31%] 2022-12-01T10:41:43.6606553Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu PASSED [ 31%] 2022-12-01T10:41:43.6606710Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu PASSED [ 31%] 2022-12-01T10:41:43.6606863Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu PASSED [ 31%] 2022-12-01T10:41:43.6606995Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu PASSED [ 31%] 2022-12-01T10:41:43.6607144Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu PASSED [ 31%] 2022-12-01T10:41:43.6607295Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu PASSED [ 31%] 2022-12-01T10:41:43.6607445Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu PASSED [ 31%] 2022-12-01T10:41:43.6607647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6607846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6608042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6608233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6608432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6608616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6608811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6609003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6609196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6609388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6609579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6609770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6609961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6610148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6610390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6610605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6610799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6610991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6611181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6611372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6611565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6611764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6611954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6612146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6612336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6612522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6612711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6612913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6613116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6613312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6613507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6613697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6613886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6614078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6614272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6614452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6614642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6614831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6615018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6615207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6615403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6615630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6615854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6616045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6616237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6616423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6616620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6616826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6617036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6617235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6617424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6617620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6617814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6618007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6618202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6618381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6618572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6618759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6618956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6619150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6619349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6619542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6619734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6619923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6620289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6620471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6620666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6620910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6621135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6621331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6621523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6621719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6621914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6622109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6622305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-12-01T10:41:43.6622484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6622675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6622873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6623076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6623276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6623474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6623671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6623871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6624077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6624278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6624460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6624651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6624841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6625031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6625218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6625414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6625607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6625805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6626024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6626243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6626424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6626616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6626806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6626996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6627187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6627379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6627570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6627758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6627947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6628146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6628329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6628526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6628718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6628908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6629096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6629283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6629477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6629667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6629857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6630046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6630223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6630419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6630612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6630805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6630992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6631206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6631457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6631650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6631841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6632029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6632208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6632409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6632610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6632809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6633007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6633205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6633399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6633593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6633797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6633993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6634178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6634375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6634569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6634763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6634959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6635160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6635364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6635569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6635767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6635964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6636176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6636366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6636588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6636782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6636972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6637160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6637355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6637553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6637748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6637937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6638115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6638308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6638497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6638686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6638880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6639071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6639263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6639464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6639663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6639854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6640036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6640226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6640415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6640609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6640800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6640989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6641179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6641394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6641618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6641814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6641999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6642190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6642380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6642571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6642760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6642953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6643144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6643332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6643519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6643709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6643897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6644175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6644367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6644559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6644748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6644946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6645143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6645336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6645537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6645730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6645908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6646110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6646311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6646553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6646778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6646972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6647168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6647362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6647560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6647763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6647957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-12-01T10:41:43.6648164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6648364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6648557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6648749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6648945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6649148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6649351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6649547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6649750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6649935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6650129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6650327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6650523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6650721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6650914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6651109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6651312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6651508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6651736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6651969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6652153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6652350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6652544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6652740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6652938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6653138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6653342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6653545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6653745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6653943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6654138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6654347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6654540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6654733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6654931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6655123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6655323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6655523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6655720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6655916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6656097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6656289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6656483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6656709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6656933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6657129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6657324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6657520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6657713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6657910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6658092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6658292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6658487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6658685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6658893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6659100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6659315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6659525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6659729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6660060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6660360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6660563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6660774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6660987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6661194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6661401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6661601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6661798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6662051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6662289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6662494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6662683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6662888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6663088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6663287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6663485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6663680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6663869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6664067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6664261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6664452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6664631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6664822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6665018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6665207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6665407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6665600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6665798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6665989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6666182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6666374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6666551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6666743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6666934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6667151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6667364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6667564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6667755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6667946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6668138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6668327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6668505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6668697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6668883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6669071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6669260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6669457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6669651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6669849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6670044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6670238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6670419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6670613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6670802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6670997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6671191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6671380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6671570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6671767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6671962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6672182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6672362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6672588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6672783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6672982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6673178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6673367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6673569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6673767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6673967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6674164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-12-01T10:41:43.6674345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6674541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6674742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6674935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6675130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6675323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6675512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6675711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6675907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6676101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6676288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6676488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6676683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6676871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6677068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6677291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6677514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6677702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6677892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6678080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6678255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6678441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6678645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6678846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6679039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6679234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6679430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6679620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6679816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6680007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6680186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6680377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6680580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6680780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6680981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6681177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6681371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6681567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6681760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6681961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6682155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6682660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6682886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6683080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6683274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6683470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6683662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6683852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6684121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6684312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6684513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6684696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6684891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6685084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6685280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6685475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6685663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6685869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6686070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6686266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6686459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6686646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6686845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6687055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6687265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6687470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6687672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6687907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6688134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6688338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6688536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6688728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6688931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6689136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6689336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6689534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6689741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6689951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6690163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6690375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6690586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6690791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6690975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6691177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6691379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6691580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6691777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6691973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6692170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6692365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6692567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6692775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6692999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6693226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6693424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6693619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6693810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6694003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6694206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6694402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6694599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6694793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6694973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6695165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6695358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6695561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6695762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6695959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6696155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6696353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6696545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6696742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6696919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6697106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6697301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6697492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6697684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6697874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6698094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6698313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6698504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6698691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6698873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6699067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6699257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6699447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6699647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6699843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6700210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6700414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6700605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6700801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-12-01T10:41:43.6700984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6701182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6701374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6701565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6701756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6701958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6702160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6702358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6702552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6702742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6702928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6703121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6703371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6703609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6703807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6704002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6704201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6704393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6704601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6704807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6704999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6705201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6705398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6705593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6705786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6705986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6706184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6706381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6706574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6706768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6706949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6707142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6707340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6707541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6707737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6707932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6708130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6708329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6708551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6708772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6708954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6709148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6709338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6709535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6709735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6709932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6710127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6710322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6710531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6710737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6710937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6711131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6711336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6711547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6711755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6711961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6712166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6712370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:41:43.6712580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6712787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6712991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6713181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6713384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6713639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:41:43.6713875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:41:43.6714082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6714293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6714500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6714703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6714908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6715108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6715321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6715515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6715723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6715931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6716134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6716329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6716521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6716712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6716903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6717092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6717295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6717488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6717684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6717880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6718074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6718266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6718464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6718696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6718918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6719109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6719308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6719495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6719690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6719890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6720083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6720284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6720480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6720672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6720866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6721281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6721584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6721881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6722186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6722488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6722787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6723081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6723387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6723688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6724047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6724349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6724654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6724964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6725293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6725627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6725928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6726228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 SKIPPED (Can't check result for empty) [ 35%] 2022-12-01T10:41:43.6726547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:43.6726869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:43.6727186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:43.6727499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:43.6727813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:43.6728131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:43.6728461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:43.6728773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:43.6729095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:43.6729415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:43.6729733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 SKIPPED (Can't check result for empty_like) [ 35%] 2022-12-01T10:41:43.6729922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6730114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6730306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-12-01T10:41:43.6730499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6730690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6730879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6731053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6731249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6731442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6731635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6731855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6732071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6732259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6732448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6732636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6732831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6733011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6733202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6733392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6733580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6733773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6733962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6734151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6734347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6734538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6734727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6734903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6735093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6735284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6735472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6735672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6735870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6736066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6736259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6736451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6736643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6736844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6737057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6737246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6737430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6737617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6737803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6737993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6738187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6738376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6738569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6738746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6738935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6739131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6739320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6739508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6739704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6739894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6740315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6740510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6740710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6740902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6741103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6741309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6741508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6741704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6741904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6742101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6742345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6742576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6742774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6742955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6743145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6743338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6743531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6743737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6743936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6744130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6744324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6744520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6744714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6744894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6745088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6745275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6745464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6745652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6745848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6746041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6746239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6746432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6746625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6746802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6746991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6747180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6747395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6747607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6747794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6747981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6748176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6748372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6748565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6748748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6748941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6749132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6749332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6749531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6749724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6749916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6750106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6750297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6750501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6750760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6751042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6751304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6751571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6751848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6752173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6752473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6752757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6753030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6753419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6753774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6754111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6754472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6754804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6755157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6755507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6755860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6756188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6756508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6756838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6757158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6757481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6757783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6758072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6758411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6758749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6759059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6759382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-12-01T10:41:43.6759736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6760072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6760331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6760653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6760949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6761265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6761574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6762023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6762409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6762759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6763080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6763407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6763675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6764040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6764318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6764584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6764859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6765121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6765380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6765648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6765905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6766172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6766420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6766678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6766936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6767213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6767486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6767758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6768018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6768286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6768553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6768815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6769159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6769448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6769710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6769972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6770242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6770507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6770772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6771041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6771311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6771572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6771832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6772074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6772333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6772598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6772875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6773147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6773413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6773671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6773927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6774186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6774444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6774689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6774950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6775212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6775474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6775737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6776059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6776373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6776641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6776901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6777161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6777410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6777685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6777966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6778240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6778507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6778767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6779035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6779304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6779581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6779869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6780285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6780565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6780836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6781105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6781378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6781650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6781919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6782193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6782474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6782772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6783146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6783411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6783739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6784025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6784290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6784561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6784834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6785098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6785372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6785641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6785926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6786190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6786460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6786747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6787014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6787319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6787592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6787854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6788120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6788385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6788658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6788915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6789180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6789449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6789715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6789985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6790298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6790613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6790885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6791151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6791412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6791663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6791958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6792226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6792515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6792788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6793059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6793337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6793597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6793863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6794125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6794381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6794655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6794945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6795225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6795485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6795744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6796018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6796281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:41:43.6796542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6796798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6797060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6797382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6797682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6797950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6798219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6798487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6798752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6799018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6799286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6799554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6799843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6800103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6800402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6800670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6800951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6801213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6801469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6801739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6802048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6802329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6802648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6802961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6803290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6803601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6804032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6804261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6804526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6804754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6804935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6805123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6805322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6805513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6805704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6805900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6806087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6806278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6806467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6806654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6806831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6807029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6807221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6807415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6807605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6807794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6807979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6808176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6808367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6808555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6808735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6808926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6809127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6809324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6809517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6809746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6809992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6810187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6810378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6810568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6810744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6810941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6811133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6811327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6811518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6811713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6811905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6812093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6812285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6812477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6812659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6812854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6813045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6813235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6813426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6813615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6813810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6814000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6814200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6814391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6814570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6814788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6815007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6815197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6815392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6815583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6815771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6815969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6816164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6816363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6816548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6816743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6816933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6817123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6817320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6817517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6817713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6817905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6818109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6818310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6818503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6818703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6818902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6819098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6819292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6819480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6819692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6819886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6820274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6820470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6820648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6820847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6821046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6821243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6821434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6821624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6821816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6822012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6822201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6822394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6822573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6822764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6822951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6823136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6823322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6823515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6823709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6823903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6824089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6824279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6824452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-12-01T10:41:43.6824641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6824826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6825065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6825289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6825483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6825674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6825864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6826055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6826245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6826429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6826620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6826811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6827004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6827191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6827382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6827576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6827767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6827954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6828144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6828323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6828512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6828702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6828890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6829077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6829262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6829451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6829635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6829820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6830027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6830231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6830419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6830611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6830796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6830981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6831168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6831354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6831540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6831722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6831912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6832089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6832277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6832461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6832660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6832853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6833048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6833240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6833429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6833621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6833822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6834010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6834209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6834403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6834600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6834792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6834987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6835203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6835419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6835609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6835804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6835985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6836185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6836380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6836576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6836769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6836958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6837149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6837338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6837533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6837730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6837915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6838107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6838296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6838486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6838673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6838862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6839049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6839244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6839443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6839639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6839831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6840115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6840501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6840851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6841041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6841236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6841424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6841609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6841798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6841982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6842154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6842345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6842532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6842720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6842906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6843091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6843279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6843465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6843658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6843848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6844105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6844302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6844499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6844695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6844890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6845084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6845276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6845473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6845713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6845933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6846116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6846319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6846516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6846710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6846906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6847098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6847292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6847482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6847673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6847875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6848059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6848258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6848456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6848656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6848855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6849048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6849241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6849435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6849634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6849838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6850026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6850221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:43.6850415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6850612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6850835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6851053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6851248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6851445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6851637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6851823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6852006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6852204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6852395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6852594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6852790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6852985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6853184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6853378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6853569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6853769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6853968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6854153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6854345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6854537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6854732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6854929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6855132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6855331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6855531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6855753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6855971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6856155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6856344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6856530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6856715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6856910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6857107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6857303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6857493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6857683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6857879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6858062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6858255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6858449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6858639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6858828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6859017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6859216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6859413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6859607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6859794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6860122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6860323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6860516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6860704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6860950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6861173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6861361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6861548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6861746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6861941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6862124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6862319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6862511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6862701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6862890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6863080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6863268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6863458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6863646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6863830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6864006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6864196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6864393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6864588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6864783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6864977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6865170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6865361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6865552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6865740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6865949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6866173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6866367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6866560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6866750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6866943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6867132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6867327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6867520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6867709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6867885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6868089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6868287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6868480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6868676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6868870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6869060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6869249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6869446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6869643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6869825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6870016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6870202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6870390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6870588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6870781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6870999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6871221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6871411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6871598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6871773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6871962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6872150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6872338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6872529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6872714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6872900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6873085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6873272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6873458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6873636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6873828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6874014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6874209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6874398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6874585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6874786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6874983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6875176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6875366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6875563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6875767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6876008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:43.6876233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6876442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6876652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6876859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6877063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6877263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6877465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6877663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6877857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6878052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6878255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6878455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6878664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6878874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6879078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6879285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6879493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6879701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6879897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6880102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6880296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6880493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6880685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6880877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6881120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6881345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6881539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6881733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6881927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6882107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6882297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6882486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6882681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6882869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6883056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6883247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6883435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6883628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6883820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6884075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6884266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6884455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6884646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6884840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6885035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6885226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6885412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6885605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6885795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6885973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6886195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6886406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6886589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6886772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6886965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6887156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6887351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6887545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6887739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6887912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6888099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6888292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6888485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6888675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6888863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6889052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6889247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6889445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6889639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6889827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6890027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6890222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6890419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6890621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6890824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6891026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6891269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6891492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6891690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6891876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6892069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6892262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6892462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6892661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6892857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6893052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6893246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6893438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6893642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6893830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6894037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6894237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6894433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6894630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6894827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6895027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6895224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6895422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6895614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6895795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6895995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6896201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6896432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6896655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6896848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6897046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6897236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6897429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6897630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6897826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6898017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6898210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6898411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6898609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6898814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6899022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6899226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6899422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6899617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6899812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6900167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6900371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6900570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6900767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6900962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6901155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6901347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6901601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6901825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6902024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6902211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:41:43.6902409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6902605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6902800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6903001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6903193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6903432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6903634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6903834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6904033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6904217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6904416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6904603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6904788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6904972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6905153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6905339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6905525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6905714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6905901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6906090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6906288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6906481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6906703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6906925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6907126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6907324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6907518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6907715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6907908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6908093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6908291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6908482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6908671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6908861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6909053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6909247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6909438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6909624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6909816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6909997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6910191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6910383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6910573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6910761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6910959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6911154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6911344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6911555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6911791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6912014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6912223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6912436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6912648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6912861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6913069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6913281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6913488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6913697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6913911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6914123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6914339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6914542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6914752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6914962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6915180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6915401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6915617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6915825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6916016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6916207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6916395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6916614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6916812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6917043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6917237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6917432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6917623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6917817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6918015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6918215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6918407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6918585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6918775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6918966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6919157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6919349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6919539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6919738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6919935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6920129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6920320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6920505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6920695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6920878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6921065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6921254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6921441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6921622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6921833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6922051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6922245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6922427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6922615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6922804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6923003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6923198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6923388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6923580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6923773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6924029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6924224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6924411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6924609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6924802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6924999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6925190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6925377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6925573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6925771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6925963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6926151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6926326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6926514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6926709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6926930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6927156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6927351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6927540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6927728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6927932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6928140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:41:43.6928348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6928521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6928712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6928895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6929080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6929261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6929453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6929649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6929839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6930031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6930217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6930393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6930579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6930769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6930961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6931151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6931339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6931526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6931709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6931919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6932120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6932313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6932508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6932698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6932886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6933076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6933265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6933460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6933646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6934059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:43.6934357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:43.6934674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:43.6934990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:43.6935301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:43.6935613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:43.6935919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:43.6936224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:43.6936541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:43.6936867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:43.6937190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:43.6937506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:43.6937804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 SKIPPED (Can't check result for new_empty) [ 43%] 2022-12-01T10:41:43.6938038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6938302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6938561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6938786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6939018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6939247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6939477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6939708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6940082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6940407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6940666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6940907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6941133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6941363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6941589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-12-01T10:41:43.6941782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6941981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6942176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6942371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6942564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6942753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6942941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6943125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6943317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6943571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6943800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6943990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6944177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6944370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6944560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6944754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6944945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6945130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6945318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6945508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6945699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6945902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6946100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6946294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6946486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6946677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6946871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6947065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6947247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6947441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6947633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6947823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6948013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6948202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6948400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6948623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6948842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6949037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6949214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6949403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6949600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6949804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6950002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6950211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6950422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6950626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6950830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6951040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6951238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6951445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6951650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6951853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6952064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6952277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6952495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6952706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6952915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6953126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6953333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6953566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6953798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6954005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6954213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6954434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6954656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6954883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6955108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6955320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6955530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6955741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6955939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6956151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6956359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6956568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6956777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-12-01T10:41:43.6956987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6957195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6957401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6957610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6957817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6958030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6958229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6958471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6958694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6958938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6959155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6959380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6959600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6959820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6960041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6960259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6960463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6960675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6960880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6961106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6961322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6961540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6961756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6961965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6962181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6962392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6962612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6962830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6963035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6963240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6963476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6963711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6964000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6964215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6964432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6964649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6964869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6965078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6965285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6965490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6965683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6965887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6966091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6966294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6966495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6966702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6966905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6967110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6967311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6967515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6967718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6967907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6968107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6968313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6968547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6968800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6969001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6969200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6969404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6969605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6969809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6970006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6970210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6970416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6970626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6970837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6971048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6971259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6971469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6971680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6971886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6972092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6972296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6972513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6972722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6972933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6973142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6973351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6973580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6973810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6974011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6974226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6974439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6974633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6974843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6975056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6975265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6975452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6975646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6975835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6976026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6976216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6976400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6976576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6976771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6976966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6977160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6977351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6977543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6977737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6977927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6978115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6978311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6978523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6978744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6978937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6979124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6979314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6979516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6979718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6979912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6980268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6980461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6980655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6980841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6981037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6981230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6981431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6981632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6981833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6982033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6982228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6982423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6982621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6982804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6982993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6983184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6983373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6983560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6983798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6984020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-12-01T10:41:43.6984214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6984408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6984599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6984778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6984971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6985160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6985353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6985542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6985729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6985925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6986117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6986308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6986498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6986674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6986866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6987066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6987257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6987446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6987827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:41:43.6988158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:41:43.6988482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:41:43.6988799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:41:43.6989125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:41:43.6989476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:41:43.6989822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:41:43.6990145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-12-01T10:41:43.6990337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6990534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6990728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6990916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6991107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6991296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6991484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6991670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6991847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6992030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6992228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6992423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6992614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6992806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6992999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6993188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6993380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6993573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6993750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6993941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6994133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6994322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6994510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6994722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6994934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6995126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6995320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6995501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6995690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6995881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6996072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6996262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6996464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6996664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6996859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6997054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6997249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6997450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6997639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6997838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6998035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6998230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6998423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6998616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6998813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6999004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6999204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6999404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6999588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.6999804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7000027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7000226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7000416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7000613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7000807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7001052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7001247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7001437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7001616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7001806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7001991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7002192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7002387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7002581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7002777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7002969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7003163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7003352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7003545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7003748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7004021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7004222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7004418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7004611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7004807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7005034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7005255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7005448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7005625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7005818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7006018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7006217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7006411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7006604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7006794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7006984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7007172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7007360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7007543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7007734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7007928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7008122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7008315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7008507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7008694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7008887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7009074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7009269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7009444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7009629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7009812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7010032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7010255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7010445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7010637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-12-01T10:41:43.7010825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7011012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7011196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7011379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7011566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7011754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7011985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7012173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7012367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7012562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7012754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7012944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7013134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7013312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7013505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7013693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7013880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7014070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7014256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7014444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7014638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7014831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7015051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7015229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7015445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7015629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7015822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7016009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7016194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7016382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7016577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7016772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7016970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7017149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7017343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7017532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7017720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7017909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7018093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7018278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7018473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7018668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7018864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7019045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7019234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7019423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7019612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7019806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7020132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7020390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7020619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7020809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7020998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7021177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7021368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7021571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7021770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7021965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7022155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7022343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7022532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7022720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7022915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7023098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7023287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7023475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7023663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7023854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7024045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7024237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7024432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7024619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7024806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7024983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7025177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7025408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7025630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7025815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7026006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7026193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7026376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7026557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7026746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7026932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7027126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7027313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7027502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7027692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7027886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7028080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7028268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7028455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7028640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7028818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7029007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7029191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7029384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7029573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7029758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7029943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7030136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7030334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7030558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7030763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7030962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7031164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7031363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7060308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7060574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7060784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7060982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7061183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7061377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7061569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7061766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7061964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7062152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7062344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7062532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7062722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7062913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7063100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7063294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7063486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7063673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7063859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7064042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7064337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7064563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7064754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7064945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7065130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-12-01T10:41:43.7065316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7065502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7065692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7065884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7066073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7066256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7066442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7066628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7066820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7067016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7067207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7067394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7067583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7067769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7067955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7068144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7068335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7068529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7068722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7068939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7069189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7069430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7069644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7069864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7070084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7070299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7070510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7070726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7070938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7071151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7071363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7071575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7071785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7072001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7072212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7072422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7072634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7072841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7073060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7073274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7073486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7073692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7073924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7074130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7074362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7074568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7074776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7074988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7075197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7075388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7075576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7075763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7075959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7076151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7076344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7076538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7076725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7076907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7077090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7077269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7077448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7077628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7077809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7077989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7078178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7078369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7078555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7078738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7078963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7079165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7079348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:41:43.7079532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7079717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7079897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7080079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7080265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7080452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:41:43.7080640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7080824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7081005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7081187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7081378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7081569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7081755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7081940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7082124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7082315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7082510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7082703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7082888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7083073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7083257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7083444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7083634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7083842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7084129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7084315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7084497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7084677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7084852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7085047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7085237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7085425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7085611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7085795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7085980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7086162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7086350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7086541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7086722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7086907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7087090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7087273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7087464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7087651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7087835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7088015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7088202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7088387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7088565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7088782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7088981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7089158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7089336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7089522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7089709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7089895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7090079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7090263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7090441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7090622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-12-01T10:41:43.7090801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7090986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7091172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7091355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7091534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7091711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7091888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7092069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7092254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7092443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7092627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7092809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7092990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7093172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7093353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7093565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7093752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7093961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7094142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7094339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7094531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7094722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7094913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7095103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7095289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7095468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7095645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7095822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7095998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7096178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7096361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7096539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7096712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7096889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7097065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7097245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7097421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7097604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7097786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7097970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7098151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7098332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7098532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7098745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7098924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7099104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7099283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7099463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7099640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7099824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7100167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7100360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7100546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7100729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7100911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7101095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7101277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7101469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7101652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7101846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7102037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7102227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7102411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7102596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7102783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7102978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7103196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7103429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7103669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7103889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7104076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7104259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7104449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7104631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7104812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7104999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7105182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7105362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7105536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7105715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7105898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7106087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7106278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7106458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7106639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7106818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7107025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:43.7107235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:43.7107438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:43.7107637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:43.7107835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:43.7108042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:43.7108246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:43.7108468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:43.7108690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 SKIPPED (diag is not supported by nvfuser) [ 48%] 2022-12-01T10:41:43.7108884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7109077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7109264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7109452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7109637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7109826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7110014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7110198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7110383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7110566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7110763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7110960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7111157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7111346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7111528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7111713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7111892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7112074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7112255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7112434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7112611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7112798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7112984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7113168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7113370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7113573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7113755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7113943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7114135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7114316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7114497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7114682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7114861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7115038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7115213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7115399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-12-01T10:41:43.7115583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7115767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7115946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7116124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7116310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7116498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7116685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7116877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7117065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7117253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7117439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7117626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7117819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7118011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7118225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7118438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7118621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7118801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7118976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7119154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7119331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7119520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7119708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7119897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7120082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7120264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7120445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7120629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7120808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7120997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7121187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7121385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7121579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7121771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7121966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7122160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7122359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7122557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7122736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7122930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7123152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7123365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7123556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7123749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7124033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7124240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7124444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7124647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7124832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7125029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7125227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7125428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7125629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7125829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7126031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7126226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7126421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7126625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7126819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7127027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7127232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7127431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7127625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7127821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7128017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7128211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7128432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7128643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7128837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7129017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7129209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7129404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7129605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7129800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7130004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7130199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7130394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7130584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7130780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7130959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7131154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7131344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7131541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7131737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7131932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7132127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7132326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7132519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7132714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7132898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7133093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7133310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7133523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7133714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7133903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7134090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7134276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7134473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7134670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7134850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7135045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7135231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7135423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7135615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7135807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7135995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7136185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7136371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7136557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7136739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7136937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7137134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7137328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7137520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7137710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7137900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7138089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7138283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7138503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7138713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7138905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7139096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7139284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7139472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7139666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7139868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7140251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7140454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7140650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7140830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7141025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-12-01T10:41:43.7141223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7141425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7141623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7141815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7142009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7142199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7142392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7142589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7142775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7142974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7143168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7143359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7143548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7143793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7144020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7144213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7144405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7144596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7144771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7144965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7145152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7145352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7145551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7145750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7145945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7146137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7146331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7146529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7146704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7146903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7147098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7147289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7147479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7147668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7147861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7148061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7148255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7148448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7148627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7148846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7149084Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7149288Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7149492Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7149693Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7151250Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7151462Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7151671Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-12-01T10:41:43.7151831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:43.7151991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 PASSED [ 50%] 2022-12-01T10:41:43.7152146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:43.7152281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:43.7152433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 PASSED [ 50%] 2022-12-01T10:41:43.7152657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 PASSED [ 50%] 2022-12-01T10:41:43.7152815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:43.7152955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool PASSED [ 50%] 2022-12-01T10:41:43.7153109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:43.7153261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 PASSED [ 50%] 2022-12-01T10:41:43.7153408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 PASSED [ 50%] 2022-12-01T10:41:43.7153553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 PASSED [ 50%] 2022-12-01T10:41:43.7153702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 PASSED [ 50%] 2022-12-01T10:41:43.7153860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:43.7154015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool PASSED [ 50%] 2022-12-01T10:41:43.7154162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 PASSED [ 50%] 2022-12-01T10:41:43.7154319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:43.7154469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 PASSED [ 50%] 2022-12-01T10:41:43.7154616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 PASSED [ 50%] 2022-12-01T10:41:43.7154767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 PASSED [ 50%] 2022-12-01T10:41:43.7154916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 PASSED [ 50%] 2022-12-01T10:41:43.7155072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:43.7155229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 PASSED [ 50%] 2022-12-01T10:41:43.7155374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 PASSED [ 50%] 2022-12-01T10:41:43.7155577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 PASSED [ 50%] 2022-12-01T10:41:43.7155732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:43.7155881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:43.7156032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 PASSED [ 50%] 2022-12-01T10:41:43.7156179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 PASSED [ 50%] 2022-12-01T10:41:43.7156325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 PASSED [ 50%] 2022-12-01T10:41:43.7156474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 PASSED [ 50%] 2022-12-01T10:41:43.7156619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:43.7156831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 PASSED [ 50%] 2022-12-01T10:41:43.7156993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 PASSED [ 50%] 2022-12-01T10:41:43.7157149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:43.7157303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:43.7157457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:43.7157606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool PASSED [ 50%] 2022-12-01T10:41:43.7157762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 PASSED [ 50%] 2022-12-01T10:41:43.7157916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 PASSED [ 50%] 2022-12-01T10:41:43.7158055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:43.7158204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 PASSED [ 50%] 2022-12-01T10:41:43.7158354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 PASSED [ 50%] 2022-12-01T10:41:43.7158508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 PASSED [ 50%] 2022-12-01T10:41:43.7158660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 PASSED [ 50%] 2022-12-01T10:41:43.7158808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 PASSED [ 50%] 2022-12-01T10:41:43.7158956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 PASSED [ 50%] 2022-12-01T10:41:43.7159104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 PASSED [ 50%] 2022-12-01T10:41:43.7159249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:43.7159413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 PASSED [ 50%] 2022-12-01T10:41:43.7159577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 PASSED [ 50%] 2022-12-01T10:41:43.7159736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 PASSED [ 50%] 2022-12-01T10:41:43.7159893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:43.7160049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:43.7160203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:43.7160351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool PASSED [ 50%] 2022-12-01T10:41:43.7160501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:43.7160639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 PASSED [ 50%] 2022-12-01T10:41:43.7160793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 PASSED [ 50%] 2022-12-01T10:41:43.7160943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool PASSED [ 50%] 2022-12-01T10:41:43.7161119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:43.7161271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:43.7161421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 PASSED [ 50%] 2022-12-01T10:41:43.7161567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 PASSED [ 50%] 2022-12-01T10:41:43.7161715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool PASSED [ 50%] 2022-12-01T10:41:43.7161858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 PASSED [ 50%] 2022-12-01T10:41:43.7162012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 PASSED [ 50%] 2022-12-01T10:41:43.7162200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 PASSED [ 50%] 2022-12-01T10:41:43.7162350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:43.7162500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 PASSED [ 50%] 2022-12-01T10:41:43.7162657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 PASSED [ 50%] 2022-12-01T10:41:43.7162810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:43.7162964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 PASSED [ 50%] 2022-12-01T10:41:43.7163103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 PASSED [ 50%] 2022-12-01T10:41:43.7163250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 PASSED [ 50%] 2022-12-01T10:41:43.7163399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 XFAIL [ 50%] 2022-12-01T10:41:43.7163607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:41:43.7163809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:41:43.7164097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:41:43.7164294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:41:43.7164484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:41:43.7164684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:41:43.7164875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:41:43.7165021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 PASSED [ 50%] 2022-12-01T10:41:43.7165178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:43.7165329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7165478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:43.7165628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:43.7165790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:43.7165946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:43.7166100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7166237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:43.7166389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:43.7166569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:43.7166723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:43.7166875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:43.7167030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:43.7167181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:43.7167330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:43.7167461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:43.7167636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:43.7167783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:43.7167939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:43.7168091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:43.7168241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7168387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:43.7168531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:43.7168673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:43.7168821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:43.7168987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:43.7169151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 PASSED [ 51%] 2022-12-01T10:41:43.7169312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:43.7169471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 PASSED [ 51%] 2022-12-01T10:41:43.7169628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:43.7169787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:43.7169941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool PASSED [ 51%] 2022-12-01T10:41:43.7170092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:43.7170247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 PASSED [ 51%] 2022-12-01T10:41:43.7170403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:43.7170558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7170713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:43.7170867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool PASSED [ 51%] 2022-12-01T10:41:43.7171027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 PASSED [ 51%] 2022-12-01T10:41:43.7171182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 PASSED [ 51%] 2022-12-01T10:41:43.7171337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:43.7171479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:43.7171632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7171808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool PASSED [ 51%] 2022-12-01T10:41:43.7171968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:43.7172124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:43.7172289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7172455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:43.7172619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:43.7172763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:43.7172950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:43.7173105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:43.7173262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:43.7173417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool PASSED [ 51%] 2022-12-01T10:41:43.7173569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:43.7173722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:43.7173874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:43.7174029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:43.7174187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:43.7174355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool PASSED [ 51%] 2022-12-01T10:41:43.7174531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:43.7174701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:43.7174867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:43.7175029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:43.7175194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:43.7175359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:43.7175520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 PASSED [ 51%] 2022-12-01T10:41:43.7175670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:43.7175831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:43.7175987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:43.7176137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool PASSED [ 51%] 2022-12-01T10:41:43.7176293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:43.7176444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 PASSED [ 51%] 2022-12-01T10:41:43.7176591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:43.7176741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7176875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:43.7177029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:43.7177203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:43.7177354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7177501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:43.7177645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:43.7177793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:43.7177947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:43.7178086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool PASSED [ 51%] 2022-12-01T10:41:43.7178241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:43.7178417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7178568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:43.7178722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:43.7178875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:43.7179027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7179173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:43.7179323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:43.7179460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:43.7179620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:43.7179777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 PASSED [ 51%] 2022-12-01T10:41:43.7180080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:43.7180315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7180475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:43.7180632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:43.7180791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:43.7180933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:43.7181089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:43.7181245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:43.7181405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:43.7181558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool PASSED [ 51%] 2022-12-01T10:41:43.7181715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:43.7181866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:43.7182029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:43.7182173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool PASSED [ 51%] 2022-12-01T10:41:43.7182378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:43.7182543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:43.7182708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 PASSED [ 51%] 2022-12-01T10:41:43.7182922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:43.7183085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7183247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 PASSED [ 51%] 2022-12-01T10:41:43.7183404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:43.7183561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 PASSED [ 51%] 2022-12-01T10:41:43.7183699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 PASSED [ 51%] 2022-12-01T10:41:43.7183850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 PASSED [ 51%] 2022-12-01T10:41:43.7184045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7184193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 PASSED [ 51%] 2022-12-01T10:41:43.7184362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:43.7184530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 PASSED [ 51%] 2022-12-01T10:41:43.7184698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:43.7184861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:43.7185009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7185171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 PASSED [ 51%] 2022-12-01T10:41:43.7185329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 PASSED [ 51%] 2022-12-01T10:41:43.7185499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 51%] 2022-12-01T10:41:43.7185676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 PASSED [ 51%] 2022-12-01T10:41:43.7185843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 PASSED [ 51%] 2022-12-01T10:41:43.7186009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 PASSED [ 51%] 2022-12-01T10:41:43.7186171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:43.7186334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7186484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:43.7186642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool PASSED [ 52%] 2022-12-01T10:41:43.7186807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 PASSED [ 52%] 2022-12-01T10:41:43.7186967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:43.7187125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:43.7187281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7187436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:43.7187589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7187747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:43.7187888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:43.7188045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:43.7188204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool PASSED [ 52%] 2022-12-01T10:41:43.7188383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:43.7188539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:43.7188693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7188848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 PASSED [ 52%] 2022-12-01T10:41:43.7189000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:43.7189135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:43.7189288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7189456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:43.7189598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7189749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:43.7189901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:43.7190050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:43.7190198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7190331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:43.7190479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:43.7190625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:43.7190780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:43.7190942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex128 PASSED [ 52%] 2022-12-01T10:41:43.7191098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:43.7191248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7191395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:43.7191548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool PASSED [ 52%] 2022-12-01T10:41:43.7191698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:43.7191853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:43.7192009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:43.7192162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:43.7192317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7192471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7192627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:43.7192787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:43.7192930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:43.7193082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:43.7193236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:43.7193389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:43.7193543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:43.7193737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:43.7193907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:43.7194071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7194235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:43.7194398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 52%] 2022-12-01T10:41:43.7194564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7194728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:43.7194929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:43.7195092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:43.7195257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:43.7195422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7195585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:43.7195738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:43.7195895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:43.7196048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool PASSED [ 52%] 2022-12-01T10:41:43.7196204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:43.7196358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7196508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:43.7196658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:43.7196811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:43.7196963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool PASSED [ 52%] 2022-12-01T10:41:43.7197108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 PASSED [ 52%] 2022-12-01T10:41:43.7197264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:43.7197416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:43.7197567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7197718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:43.7197865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:43.7198015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool PASSED [ 52%] 2022-12-01T10:41:43.7198171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 PASSED [ 52%] 2022-12-01T10:41:43.7198316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 PASSED [ 52%] 2022-12-01T10:41:43.7198471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:43.7198622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7198768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7198928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:43.7199109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:43.7199264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7199417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:43.7199571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7199709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:43.7199862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 PASSED [ 52%] 2022-12-01T10:41:43.7200015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 PASSED [ 52%] 2022-12-01T10:41:43.7200187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7200333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7200487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:43.7200636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:43.7200783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:43.7200922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:43.7201072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:43.7201224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:43.7201374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7201525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:43.7201676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 PASSED [ 52%] 2022-12-01T10:41:43.7201828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool PASSED [ 52%] 2022-12-01T10:41:43.7201975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:43.7202114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7202259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7202407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:43.7202555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool PASSED [ 52%] 2022-12-01T10:41:43.7202708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 PASSED [ 52%] 2022-12-01T10:41:43.7202866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:43.7203017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:43.7203166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:43.7203316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7203452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:43.7203612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 PASSED [ 52%] 2022-12-01T10:41:43.7203774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 PASSED [ 52%] 2022-12-01T10:41:43.7204013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:43.7204175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 PASSED [ 52%] 2022-12-01T10:41:43.7204336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:43.7204521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:43.7204678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7204819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 PASSED [ 52%] 2022-12-01T10:41:43.7204976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7205128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool PASSED [ 52%] 2022-12-01T10:41:43.7205281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7205430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7205580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool PASSED [ 52%] 2022-12-01T10:41:43.7205761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:43.7205914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 PASSED [ 52%] 2022-12-01T10:41:43.7206051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 PASSED [ 52%] 2022-12-01T10:41:43.7206196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 PASSED [ 52%] 2022-12-01T10:41:43.7206343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 PASSED [ 52%] 2022-12-01T10:41:43.7206493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:43.7206652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:43.7206809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:43.7206961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:43.7207117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7207271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:43.7207410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:43.7207568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:43.7207720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:43.7207872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7208022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:43.7208174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:43.7208330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7208490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:43.7208634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7208787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:43.7208941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:43.7209106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 PASSED [ 53%] 2022-12-01T10:41:43.7209269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:43.7209430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 PASSED [ 53%] 2022-12-01T10:41:43.7209591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:43.7209751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:43.7209935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:43.7210077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7210234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:43.7210390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:43.7210548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7210701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:43.7210854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:43.7211006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:43.7211182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7211330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:43.7211484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7211635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:43.7211787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:43.7211939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:43.7212092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7212251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:43.7212410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:43.7212555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7212708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:43.7212861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:43.7213014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:43.7213165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:43.7213315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:43.7213466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7213624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:43.7213781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7213923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:43.7214074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:43.7214229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7214380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:43.7214531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:43.7214681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7214841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:43.7214996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:43.7215141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7215315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:43.7215470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:43.7215622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:43.7215775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:43.7215939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:41:43.7216097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7216263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:43.7216455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 PASSED [ 53%] 2022-12-01T10:41:43.7216607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:43.7216769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7216929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:43.7217088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:43.7217242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:43.7217398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:43.7217553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7217712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:43.7217854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7218012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:43.7218166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:43.7218317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:43.7218469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:43.7218622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:43.7218774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:43.7218927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:43.7219081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:43.7219224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7219388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:43.7219547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:43.7219702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:43.7219854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:43.7220179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:43.7220380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7220547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:43.7220694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7220901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:43.7221057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7221222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:43.7221383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:43.7221536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:43.7221692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:43.7221847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7222043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:43.7222187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:43.7222343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7222501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:43.7222654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7222809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:43.7222960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 PASSED [ 53%] 2022-12-01T10:41:43.7223114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 PASSED [ 53%] 2022-12-01T10:41:43.7223267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7223413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:43.7223570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7223723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:43.7223875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 PASSED [ 53%] 2022-12-01T10:41:43.7224029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:43.7224178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7224326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:43.7224474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:43.7224616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:43.7224756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7224917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 PASSED [ 53%] 2022-12-01T10:41:43.7225075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:43.7225231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:43.7225385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7225535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool PASSED [ 53%] 2022-12-01T10:41:43.7225689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:43.7225843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:43.7225982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 PASSED [ 53%] 2022-12-01T10:41:43.7226128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:43.7226296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 PASSED [ 53%] 2022-12-01T10:41:43.7226446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 PASSED [ 53%] 2022-12-01T10:41:43.7226593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 PASSED [ 53%] 2022-12-01T10:41:43.7226736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 PASSED [ 53%] 2022-12-01T10:41:43.7226896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 PASSED [ 53%] 2022-12-01T10:41:43.7227052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 PASSED [ 53%] 2022-12-01T10:41:43.7227191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:43.7227371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:43.7227524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:43.7227673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:43.7227825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:43.7227974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool PASSED [ 54%] 2022-12-01T10:41:43.7228133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 PASSED [ 54%] 2022-12-01T10:41:43.7228289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 PASSED [ 54%] 2022-12-01T10:41:43.7228439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:43.7228578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7228728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:43.7228876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:43.7229032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool PASSED [ 54%] 2022-12-01T10:41:43.7229196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 PASSED [ 54%] 2022-12-01T10:41:43.7229356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:43.7229515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:43.7229671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7229812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:43.7229967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:43.7230121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:43.7230276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:43.7230426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7230573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:43.7230720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:43.7230867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:43.7231016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:43.7231176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:43.7231336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7231514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:43.7231671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:43.7231826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:43.7231976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:43.7232124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:43.7232273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7232408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:43.7232554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:43.7232741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:43.7232887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7233029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:43.7233182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:43.7233331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:43.7233477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7233615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:43.7233759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:43.7233910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:43.7234061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:43.7234211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7234360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:43.7234510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:43.7234664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:43.7234799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool PASSED [ 54%] 2022-12-01T10:41:43.7234951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:43.7235097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:43.7235246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:43.7235398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7235546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:43.7235695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:43.7235847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:43.7235995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool PASSED [ 54%] 2022-12-01T10:41:43.7236134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:43.7236279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:43.7236433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool PASSED [ 54%] 2022-12-01T10:41:43.7236588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:43.7236745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7236923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:43.7237084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 PASSED [ 54%] 2022-12-01T10:41:43.7237241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 PASSED [ 54%] 2022-12-01T10:41:43.7237385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 PASSED [ 54%] 2022-12-01T10:41:43.7237539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:43.7237690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:43.7237839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7237989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:43.7238192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:43.7238347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool PASSED [ 54%] 2022-12-01T10:41:43.7238506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 PASSED [ 54%] 2022-12-01T10:41:43.7238647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:43.7238802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:43.7238954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:43.7239108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:43.7239257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:43.7239406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:43.7239567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:43.7239726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:43.7239881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:43.7240019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:43.7240168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:43.7240316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7240463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:43.7240619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:43.7240773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:43.7240929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:43.7241084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:43.7241226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:43.7241385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:43.7241541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:43.7241697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:43.7241848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7242000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:43.7242165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 PASSED [ 54%] 2022-12-01T10:41:43.7242346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:43.7242503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:43.7242646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7242800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:43.7242954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:43.7243107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:43.7243263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 PASSED [ 54%] 2022-12-01T10:41:43.7243423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:43.7243618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:43.7243796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7244097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 PASSED [ 54%] 2022-12-01T10:41:43.7244266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:43.7244425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool PASSED [ 54%] 2022-12-01T10:41:43.7244589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 PASSED [ 54%] 2022-12-01T10:41:43.7244753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 PASSED [ 54%] 2022-12-01T10:41:43.7244914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:43.7245078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:43.7245238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:43.7245396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 PASSED [ 54%] 2022-12-01T10:41:43.7245538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:43.7245693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 PASSED [ 54%] 2022-12-01T10:41:43.7245849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 PASSED [ 54%] 2022-12-01T10:41:43.7246006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 PASSED [ 54%] 2022-12-01T10:41:43.7246160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:43.7246314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 PASSED [ 54%] 2022-12-01T10:41:43.7246473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 PASSED [ 54%] 2022-12-01T10:41:43.7246630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool PASSED [ 54%] 2022-12-01T10:41:43.7246779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 PASSED [ 54%] 2022-12-01T10:41:43.7246938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 PASSED [ 54%] 2022-12-01T10:41:43.7247090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 PASSED [ 54%] 2022-12-01T10:41:43.7247244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 PASSED [ 54%] 2022-12-01T10:41:43.7247397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 PASSED [ 54%] 2022-12-01T10:41:43.7247548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:43.7247702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:43.7247853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:43.7248029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:43.7248180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:43.7248329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:43.7248473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:43.7248622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool PASSED [ 55%] 2022-12-01T10:41:43.7248776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:43.7248933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:43.7249111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 PASSED [ 55%] 2022-12-01T10:41:43.7249259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7249407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:43.7249562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:43.7249719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:43.7249875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 PASSED [ 55%] 2022-12-01T10:41:43.7250027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:43.7250182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:43.7250336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:43.7250491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:43.7250635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:43.7250787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool PASSED [ 55%] 2022-12-01T10:41:43.7250942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 PASSED [ 55%] 2022-12-01T10:41:43.7251096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:43.7251246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:43.7251398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:43.7251546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:43.7251696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 PASSED [ 55%] 2022-12-01T10:41:43.7251847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:43.7251983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:43.7252137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:43.7252286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool PASSED [ 55%] 2022-12-01T10:41:43.7252435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:43.7252583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:43.7252755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:43.7252923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7253086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:43.7253238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:43.7253422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 PASSED [ 55%] 2022-12-01T10:41:43.7253585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:43.7253740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7253902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:43.7254060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:43.7254226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:43.7254388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7254643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:43.7254896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:43.7255123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7255281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 PASSED [ 55%] 2022-12-01T10:41:43.7255437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:43.7255591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7255746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:43.7255900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:43.7256055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:43.7256198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:43.7256348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:43.7256496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:43.7256646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:43.7256798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:43.7256949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool PASSED [ 55%] 2022-12-01T10:41:43.7257101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:43.7257254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7257407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:43.7257542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:43.7257686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:43.7257836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:43.7257986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool PASSED [ 55%] 2022-12-01T10:41:43.7258142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:43.7258293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7258442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7258590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:43.7258726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:43.7258907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:43.7259056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:43.7259218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:43.7259377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7259537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:43.7259691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 PASSED [ 55%] 2022-12-01T10:41:43.7259851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7260148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:43.7260381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:43.7260540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 PASSED [ 55%] 2022-12-01T10:41:43.7260696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:43.7260852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:43.7261009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:43.7261167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool PASSED [ 55%] 2022-12-01T10:41:43.7261333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:43.7261492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7261637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:43.7261793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:43.7261948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:43.7262105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:43.7262269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:43.7262427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool PASSED [ 55%] 2022-12-01T10:41:43.7262592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:43.7262756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:43.7262903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 PASSED [ 55%] 2022-12-01T10:41:43.7263061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:43.7263216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7263372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:43.7263527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:43.7263679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:43.7263833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:43.7263988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:43.7264148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:43.7264294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:43.7264497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7264653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:43.7264811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool PASSED [ 55%] 2022-12-01T10:41:43.7264966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:43.7265119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:43.7265277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:43.7265425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool PASSED [ 55%] 2022-12-01T10:41:43.7265564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 PASSED [ 55%] 2022-12-01T10:41:43.7265737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:43.7265883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 PASSED [ 55%] 2022-12-01T10:41:43.7266031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:43.7266177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:43.7266341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:43.7266498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool PASSED [ 55%] 2022-12-01T10:41:43.7266664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 PASSED [ 55%] 2022-12-01T10:41:43.7266828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 PASSED [ 55%] 2022-12-01T10:41:43.7266981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:43.7267142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:43.7267300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:43.7267455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 PASSED [ 55%] 2022-12-01T10:41:43.7267610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 PASSED [ 55%] 2022-12-01T10:41:43.7267762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 PASSED [ 55%] 2022-12-01T10:41:43.7267916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 PASSED [ 55%] 2022-12-01T10:41:43.7268069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 PASSED [ 55%] 2022-12-01T10:41:43.7268209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 PASSED [ 55%] 2022-12-01T10:41:43.7268361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:43.7268511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:43.7268660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7268836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:43.7269014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7269187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:43.7269360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:43.7269531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:43.7269697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 56%] 2022-12-01T10:41:43.7269905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:43.7270084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7270257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:43.7270431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:43.7270584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool PASSED [ 56%] 2022-12-01T10:41:43.7270739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:43.7270894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7271073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:43.7271225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:43.7271382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:43.7271542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 PASSED [ 56%] 2022-12-01T10:41:43.7271700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 PASSED [ 56%] 2022-12-01T10:41:43.7271855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:43.7272010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7272162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:43.7272313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:43.7272450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool PASSED [ 56%] 2022-12-01T10:41:43.7272603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 PASSED [ 56%] 2022-12-01T10:41:43.7272752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:43.7272896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:43.7273042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:43.7273200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:43.7273357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7273509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7273651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:43.7273808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:43.7273961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool XFAIL [ 56%] 2022-12-01T10:41:43.7274117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 XFAIL [ 56%] 2022-12-01T10:41:43.7274268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 XFAIL [ 56%] 2022-12-01T10:41:43.7274420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 XFAIL [ 56%] 2022-12-01T10:41:43.7274571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 XFAIL [ 56%] 2022-12-01T10:41:43.7274718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 XFAIL [ 56%] 2022-12-01T10:41:43.7274885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:43.7275038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7275189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool PASSED [ 56%] 2022-12-01T10:41:43.7275365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:43.7275513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:43.7275665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:43.7275819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 PASSED [ 56%] 2022-12-01T10:41:43.7275973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 PASSED [ 56%] 2022-12-01T10:41:43.7276123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7276260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:43.7276404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:43.7276576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:43.7276734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool PASSED [ 56%] 2022-12-01T10:41:43.7276895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 PASSED [ 56%] 2022-12-01T10:41:43.7277056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 PASSED [ 56%] 2022-12-01T10:41:43.7277215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:43.7277371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7277513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:43.7277668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:43.7277823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:43.7277979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:43.7278146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:43.7278317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 PASSED [ 56%] 2022-12-01T10:41:43.7278482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:43.7278644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7278808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:43.7278958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:43.7279114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool PASSED [ 56%] 2022-12-01T10:41:43.7279275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 PASSED [ 56%] 2022-12-01T10:41:43.7279436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 PASSED [ 56%] 2022-12-01T10:41:43.7279592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:43.7279745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7279898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:43.7280050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:43.7280189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:43.7280341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:43.7280499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:43.7280679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool PASSED [ 56%] 2022-12-01T10:41:43.7280839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 PASSED [ 56%] 2022-12-01T10:41:43.7280996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 PASSED [ 56%] 2022-12-01T10:41:43.7281149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:43.7281302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7281455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7281595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:43.7281747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:43.7281928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:43.7282082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool PASSED [ 56%] 2022-12-01T10:41:43.7282242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 PASSED [ 56%] 2022-12-01T10:41:43.7282397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:43.7282550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:43.7282702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:43.7282841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:43.7282993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:43.7283153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7283322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7283486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7283659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7283827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7284081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:43.7284252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7284405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7284587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:43.7284763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7284933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:43.7285101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:43.7285274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 56%] 2022-12-01T10:41:43.7285464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:43.7285651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7285828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7285989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:43.7286192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7286364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7286540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:43.7286716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7286890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7287077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:43.7287288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7287470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:43.7287640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 56%] 2022-12-01T10:41:43.7287808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7287978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 56%] 2022-12-01T10:41:43.7288148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7288317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7288503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 56%] 2022-12-01T10:41:43.7288691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 56%] 2022-12-01T10:41:43.7288875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 56%] 2022-12-01T10:41:43.7289055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 56%] 2022-12-01T10:41:43.7289222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 56%] 2022-12-01T10:41:43.7289403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 56%] 2022-12-01T10:41:43.7289582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 56%] 2022-12-01T10:41:43.7289762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:43.7289943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7290124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:43.7290294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7290466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:43.7290631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7290786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7290950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:43.7291113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:43.7291280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:43.7291472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:43.7291639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7291802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:43.7291967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:43.7292132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:43.7292292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7292466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:43.7292675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:43.7292851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7293022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:43.7293195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:43.7293371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7293540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:43.7293713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:43.7293873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:43.7294048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:43.7294202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7294359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:43.7294514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:43.7294666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7294816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool PASSED [ 57%] 2022-12-01T10:41:43.7294970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:43.7295123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:43.7295262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:43.7295410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:43.7295560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:43.7295706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:43.7295867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:43.7296019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:43.7296172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:43.7296324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:43.7296472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7296631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:43.7296814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7296972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:43.7297125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:43.7297279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:43.7297431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:43.7297584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7297737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:43.7297877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:43.7298058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7298209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:43.7298354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:43.7298502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:43.7298659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:43.7298811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:43.7298959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7299097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:43.7299243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:43.7299397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7299556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:43.7299712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 PASSED [ 57%] 2022-12-01T10:41:43.7299865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:43.7300188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 PASSED [ 57%] 2022-12-01T10:41:43.7300375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7300514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool PASSED [ 57%] 2022-12-01T10:41:43.7300671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 PASSED [ 57%] 2022-12-01T10:41:43.7300828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 PASSED [ 57%] 2022-12-01T10:41:43.7300981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:43.7301134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7301287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool PASSED [ 57%] 2022-12-01T10:41:43.7301437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:43.7301583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:43.7301714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:43.7301858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:43.7302019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 PASSED [ 57%] 2022-12-01T10:41:43.7302181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:43.7302340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:43.7302554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 PASSED [ 57%] 2022-12-01T10:41:43.7302709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:43.7302862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool PASSED [ 57%] 2022-12-01T10:41:43.7303021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:43.7303163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:43.7303318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7303472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:43.7303661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:43.7303824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7303981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool PASSED [ 57%] 2022-12-01T10:41:43.7304146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 PASSED [ 57%] 2022-12-01T10:41:43.7304308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:43.7304450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:43.7304604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:43.7304759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7304912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool PASSED [ 57%] 2022-12-01T10:41:43.7305065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7305221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:43.7305373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:43.7305525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:43.7305675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7305812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool PASSED [ 57%] 2022-12-01T10:41:43.7305964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 PASSED [ 57%] 2022-12-01T10:41:43.7306115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 PASSED [ 57%] 2022-12-01T10:41:43.7306260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:43.7306413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:43.7306563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:43.7306716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7306864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool PASSED [ 57%] 2022-12-01T10:41:43.7307005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:43.7307154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:43.7307305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7307454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 PASSED [ 57%] 2022-12-01T10:41:43.7307604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:43.7307749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:43.7307927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7308079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:43.7308216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:43.7308366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:43.7308518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7308674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:43.7308824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:43.7309015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:43.7309158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:43.7309312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 PASSED [ 57%] 2022-12-01T10:41:43.7309461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7309596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 PASSED [ 57%] 2022-12-01T10:41:43.7309744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 PASSED [ 57%] 2022-12-01T10:41:43.7309891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 PASSED [ 57%] 2022-12-01T10:41:43.7310041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 PASSED [ 57%] 2022-12-01T10:41:43.7310192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 PASSED [ 57%] 2022-12-01T10:41:43.7310339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 PASSED [ 57%] 2022-12-01T10:41:43.7310486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 PASSED [ 57%] 2022-12-01T10:41:43.7310637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7310784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 PASSED [ 58%] 2022-12-01T10:41:43.7310934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7311085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7311237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:43.7311388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 PASSED [ 58%] 2022-12-01T10:41:43.7311534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7311681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7311827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7311962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:43.7312116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 PASSED [ 58%] 2022-12-01T10:41:43.7312269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7312418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:43.7312572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7312720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool PASSED [ 58%] 2022-12-01T10:41:43.7312871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7313018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:43.7313176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7313330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:43.7313482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:43.7313627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7313770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7313917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7314073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 PASSED [ 58%] 2022-12-01T10:41:43.7314222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:43.7314400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:43.7314539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7314683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7314830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7314973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:43.7315127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:43.7315290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_bool PASSED [ 58%] 2022-12-01T10:41:43.7315458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:43.7315621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7315775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:43.7315939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7316102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:43.7316265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:43.7316424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7316583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:43.7316743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7316901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool PASSED [ 58%] 2022-12-01T10:41:43.7317060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:43.7317206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7317356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7317510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:43.7317662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7317815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool PASSED [ 58%] 2022-12-01T10:41:43.7317972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:43.7318128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7318280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7318425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:43.7318609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool PASSED [ 58%] 2022-12-01T10:41:43.7318769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7321532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:43.7321748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:43.7321936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7322128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:43.7322364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:43.7322547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:43.7322731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:43.7322918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7323129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7323313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:43.7323496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:43.7323677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7323859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:43.7324106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7324290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:43.7324473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 58%] 2022-12-01T10:41:43.7324653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:43.7324817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:43.7324981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7325143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:43.7325302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:43.7325459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 PASSED [ 58%] 2022-12-01T10:41:43.7325618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 PASSED [ 58%] 2022-12-01T10:41:43.7325771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:43.7325920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7326071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7326211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool PASSED [ 58%] 2022-12-01T10:41:43.7326367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 PASSED [ 58%] 2022-12-01T10:41:43.7326526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:43.7326679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7326826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7326983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:43.7327180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 PASSED [ 58%] 2022-12-01T10:41:43.7327337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:43.7327478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 PASSED [ 58%] 2022-12-01T10:41:43.7327630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7327783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:43.7327962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool PASSED [ 58%] 2022-12-01T10:41:43.7328111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:43.7328260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7328407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7328557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7328701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:43.7328861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 PASSED [ 58%] 2022-12-01T10:41:43.7329013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 PASSED [ 58%] 2022-12-01T10:41:43.7329170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:43.7329323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 PASSED [ 58%] 2022-12-01T10:41:43.7329475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 PASSED [ 58%] 2022-12-01T10:41:43.7329629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 PASSED [ 58%] 2022-12-01T10:41:43.7329777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 PASSED [ 58%] 2022-12-01T10:41:43.7329924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:43.7330058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:43.7330207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7330353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7330506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:43.7330652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool PASSED [ 58%] 2022-12-01T10:41:43.7330805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 PASSED [ 58%] 2022-12-01T10:41:43.7330951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:43.7331095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:43.7331232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7331378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7331526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7331687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 PASSED [ 58%] 2022-12-01T10:41:43.7331852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 PASSED [ 58%] 2022-12-01T10:41:43.7332011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 PASSED [ 58%] 2022-12-01T10:41:43.7332166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:43.7332322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7332498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7332647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool PASSED [ 58%] 2022-12-01T10:41:43.7332800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 PASSED [ 58%] 2022-12-01T10:41:43.7332948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 PASSED [ 58%] 2022-12-01T10:41:43.7333092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:43.7333265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 PASSED [ 58%] 2022-12-01T10:41:43.7333411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 PASSED [ 58%] 2022-12-01T10:41:43.7333556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 PASSED [ 58%] 2022-12-01T10:41:43.7333701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 PASSED [ 58%] 2022-12-01T10:41:43.7333838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 PASSED [ 58%] 2022-12-01T10:41:43.7333986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool PASSED [ 59%] 2022-12-01T10:41:43.7334141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:43.7334296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:43.7334446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:43.7334595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:43.7334741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:43.7334884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:43.7335024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:43.7335181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:43.7335329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:43.7335476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:43.7335624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:43.7335787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 XFAIL [ 59%] 2022-12-01T10:41:43.7335954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 XFAIL [ 59%] 2022-12-01T10:41:43.7336112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 XFAIL [ 59%] 2022-12-01T10:41:43.7336256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 XFAIL [ 59%] 2022-12-01T10:41:43.7336434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 XFAIL [ 59%] 2022-12-01T10:41:43.7336589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 XFAIL [ 59%] 2022-12-01T10:41:43.7336744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 XFAIL [ 59%] 2022-12-01T10:41:43.7336894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:43.7337045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:43.7337195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:43.7337347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:43.7337493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:43.7337627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:43.7337821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:41:43.7338042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:41:43.7338234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:41:43.7338416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:41:43.7338628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:41:43.7338803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:41:43.7338976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:41:43.7339131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool PASSED [ 59%] 2022-12-01T10:41:43.7339284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:43.7339442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:43.7339598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:43.7339753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:43.7339905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool PASSED [ 59%] 2022-12-01T10:41:43.7340343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:43.7340507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:43.7340664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:43.7340803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:43.7340956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:43.7341102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:43.7341260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:43.7341412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool PASSED [ 59%] 2022-12-01T10:41:43.7341572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:43.7341728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:43.7341880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:43.7342031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:43.7342169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:43.7342318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:43.7342480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:43.7342635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool PASSED [ 59%] 2022-12-01T10:41:43.7342798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:43.7342962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:43.7343121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:43.7343279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:43.7343422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:43.7343651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:43.7343810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:43.7343964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:43.7344117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:43.7344310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:43.7344459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:43.7344616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:43.7344774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 PASSED [ 59%] 2022-12-01T10:41:43.7344920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:43.7345077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:43.7345232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:43.7345384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:43.7345534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:43.7345695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:43.7345858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:43.7346014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:43.7346157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:43.7346313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:43.7346468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:43.7346621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:43.7346783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:43.7346947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:43.7347111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:43.7347267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:43.7347412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:43.7347574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:43.7347729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:43.7347883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:43.7348034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:43.7348184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:43.7348340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:43.7348497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:43.7348655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:43.7348796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:43.7348982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:43.7349139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:43.7349294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 PASSED [ 59%] 2022-12-01T10:41:43.7349449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:43.7349601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:43.7349782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:43.7349934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:43.7350074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:43.7350226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:43.7350381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 PASSED [ 59%] 2022-12-01T10:41:43.7350531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:43.7350680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:43.7350825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:43.7350973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:43.7351120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:43.7351273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool PASSED [ 59%] 2022-12-01T10:41:43.7351418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:43.7351573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:43.7351726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:43.7351878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:43.7352030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:43.7352181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:43.7352331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 PASSED [ 59%] 2022-12-01T10:41:43.7352482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:43.7352616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:43.7352766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:43.7352918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:43.7353070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool PASSED [ 59%] 2022-12-01T10:41:43.7353222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:43.7353373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:43.7353518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 PASSED [ 59%] 2022-12-01T10:41:43.7353671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 PASSED [ 59%] 2022-12-01T10:41:43.7353815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 PASSED [ 59%] 2022-12-01T10:41:43.7353967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 PASSED [ 59%] 2022-12-01T10:41:43.7354118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 PASSED [ 59%] 2022-12-01T10:41:43.7354265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 PASSED [ 59%] 2022-12-01T10:41:43.7354442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 PASSED [ 59%] 2022-12-01T10:41:43.7354592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 PASSED [ 59%] 2022-12-01T10:41:43.7354765Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float32 XFAIL [ 59%] 2022-12-01T10:41:43.7354937Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float64 XFAIL [ 60%] 2022-12-01T10:41:43.7355130Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:43.7355286Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float32 XFAIL [ 60%] 2022-12-01T10:41:43.7355443Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 XFAIL [ 60%] 2022-12-01T10:41:43.7355598Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 XFAIL [ 60%] 2022-12-01T10:41:43.7355755Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 XFAIL [ 60%] 2022-12-01T10:41:43.7355911Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 XFAIL [ 60%] 2022-12-01T10:41:43.7356079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:43.7356241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 XFAIL [ 60%] 2022-12-01T10:41:43.7356407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:43.7356557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 PASSED [ 60%] 2022-12-01T10:41:43.7356716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:43.7356873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7357031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool PASSED [ 60%] 2022-12-01T10:41:43.7357194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:43.7357351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7357518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7357670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:43.7357842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:43.7358009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:43.7358172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:43.7358336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:43.7358497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7358658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7358820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:43.7358985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:43.7359142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 PASSED [ 60%] 2022-12-01T10:41:43.7359305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:43.7359466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:43.7359624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:43.7359809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7359980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:43.7360152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:43.7360322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:43.7360500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:43.7360667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:43.7360830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:43.7360988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:43.7361146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7361304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7361466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:43.7361626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 PASSED [ 60%] 2022-12-01T10:41:43.7361784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:43.7361932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7362093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:43.7362250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool PASSED [ 60%] 2022-12-01T10:41:43.7362411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 PASSED [ 60%] 2022-12-01T10:41:43.7362571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:43.7362730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:43.7362887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:43.7363043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7363205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:43.7363350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:43.7363509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:43.7363667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:43.7363830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:43.7364054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:43.7364217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:43.7364374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:43.7364532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:43.7364674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:43.7364831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7364999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:43.7365197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:43.7365359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:43.7365519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7365694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:43.7365896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:43.7366068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 PASSED [ 60%] 2022-12-01T10:41:43.7366222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:43.7366390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:43.7366558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7366721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:43.7366882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:43.7367041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:43.7367201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7367365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:43.7367526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool PASSED [ 60%] 2022-12-01T10:41:43.7367680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:43.7367845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:43.7368010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:43.7368171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:43.7368330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7368496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:43.7368656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:43.7368821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:43.7368969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:43.7369129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7369286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7369449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:43.7369614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 PASSED [ 60%] 2022-12-01T10:41:43.7369779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:43.7369940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:43.7370097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:43.7370252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:43.7370425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7370579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7370741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:43.7370906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:43.7371098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:43.7371259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:43.7371416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7371576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7371751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 PASSED [ 60%] 2022-12-01T10:41:43.7371914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:43.7372082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 PASSED [ 60%] 2022-12-01T10:41:43.7372246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:43.7372417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7372580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7372742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool PASSED [ 60%] 2022-12-01T10:41:43.7372913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 PASSED [ 60%] 2022-12-01T10:41:43.7373082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:43.7373246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:43.7373397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:43.7373554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 PASSED [ 60%] 2022-12-01T10:41:43.7373719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7373879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7374046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 PASSED [ 60%] 2022-12-01T10:41:43.7374218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:43.7374390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:43.7374551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 PASSED [ 60%] 2022-12-01T10:41:43.7374716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 PASSED [ 60%] 2022-12-01T10:41:43.7374868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7375031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7375190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool PASSED [ 60%] 2022-12-01T10:41:43.7375348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7375514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7375716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:43.7375892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 PASSED [ 60%] 2022-12-01T10:41:43.7376062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 PASSED [ 60%] 2022-12-01T10:41:43.7376219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 PASSED [ 60%] 2022-12-01T10:41:43.7376407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:43.7376572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:43.7376734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7376899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool PASSED [ 61%] 2022-12-01T10:41:43.7377066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:43.7377227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:43.7377386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:43.7377546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7377699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:43.7377858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:43.7378020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7378199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool PASSED [ 61%] 2022-12-01T10:41:43.7378386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:43.7378563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:43.7378738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:43.7378912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:43.7379085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool PASSED [ 61%] 2022-12-01T10:41:43.7379250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 PASSED [ 61%] 2022-12-01T10:41:43.7379422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:43.7379589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:43.7379756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:43.7379918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool PASSED [ 61%] 2022-12-01T10:41:43.7380257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 PASSED [ 61%] 2022-12-01T10:41:43.7380429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 PASSED [ 61%] 2022-12-01T10:41:43.7380594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:43.7380759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:43.7380907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:43.7381140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:43.7381300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7381464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:43.7381623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:43.7381782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7381982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:43.7382150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 PASSED [ 61%] 2022-12-01T10:41:43.7382314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:43.7382468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:43.7382628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:43.7382789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:43.7382949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7383113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:43.7383276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:43.7383435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:43.7383594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:43.7383741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7383911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool PASSED [ 61%] 2022-12-01T10:41:43.7384077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:43.7384241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:43.7384403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:43.7384570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7384739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:43.7384902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:43.7385062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool PASSED [ 61%] 2022-12-01T10:41:43.7385220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 PASSED [ 61%] 2022-12-01T10:41:43.7385384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:43.7385544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7385718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:43.7385888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool PASSED [ 61%] 2022-12-01T10:41:43.7386061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:43.7386233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:43.7386397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:43.7386592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:43.7386742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7386908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:43.7387073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 PASSED [ 61%] 2022-12-01T10:41:43.7387263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:43.7387425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:43.7387585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:43.7387748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:43.7387907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:43.7388066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:43.7388211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7388385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:43.7388557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool PASSED [ 61%] 2022-12-01T10:41:43.7388734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 PASSED [ 61%] 2022-12-01T10:41:43.7388909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:43.7389081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:43.7389255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:43.7389425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:43.7389598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:43.7389763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:43.7389937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool PASSED [ 61%] 2022-12-01T10:41:43.7390117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 PASSED [ 61%] 2022-12-01T10:41:43.7390292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:43.7390465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:43.7390636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:43.7390806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:43.7390975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:43.7391148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 PASSED [ 61%] 2022-12-01T10:41:43.7391307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:43.7391471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:43.7391633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:43.7391828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:43.7391998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:43.7392164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7392331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool PASSED [ 61%] 2022-12-01T10:41:43.7392529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:43.7392693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:43.7392846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:43.7393009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:43.7393176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:43.7393339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7393498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool PASSED [ 61%] 2022-12-01T10:41:43.7393660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:43.7393822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:43.7393980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:43.7394130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:43.7394285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 PASSED [ 61%] 2022-12-01T10:41:43.7394443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:43.7394606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:43.7394764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 PASSED [ 61%] 2022-12-01T10:41:43.7394927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:43.7395095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex128 PASSED [ 61%] 2022-12-01T10:41:43.7395261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:43.7395423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:43.7395572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:43.7395737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7395910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 PASSED [ 61%] 2022-12-01T10:41:43.7396081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 PASSED [ 61%] 2022-12-01T10:41:43.7396248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:43.7396415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 PASSED [ 61%] 2022-12-01T10:41:43.7396579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:43.7396742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7396910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 PASSED [ 61%] 2022-12-01T10:41:43.7397099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 PASSED [ 61%] 2022-12-01T10:41:43.7397272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:43.7397437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 PASSED [ 61%] 2022-12-01T10:41:43.7397597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 PASSED [ 61%] 2022-12-01T10:41:43.7397782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 PASSED [ 61%] 2022-12-01T10:41:43.7397945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 PASSED [ 61%] 2022-12-01T10:41:43.7398110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 PASSED [ 61%] 2022-12-01T10:41:43.7398272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool PASSED [ 61%] 2022-12-01T10:41:43.7398430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:43.7398592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:43.7398751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:43.7398933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:41:43.7399112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 PASSED [ 62%] 2022-12-01T10:41:43.7399287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:43.7399460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:43.7399635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7399819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:43.7399996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7400164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:43.7400341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:41:43.7400520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:43.7400686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:41:43.7400857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:43.7401023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 PASSED [ 62%] 2022-12-01T10:41:43.7401186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:43.7401348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:43.7401500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:43.7401660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:43.7401824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:43.7401982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:43.7402141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:43.7402417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7402631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7402840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7403036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7403264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7403448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7403643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7403855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7404160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7404374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7404587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7404792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7404999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7405204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7405412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7405607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:41:43.7405769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool PASSED [ 62%] 2022-12-01T10:41:43.7405935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:43.7406098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 PASSED [ 62%] 2022-12-01T10:41:43.7406258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:43.7406420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:43.7406577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:43.7406734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:43.7406895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:41:43.7407043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:43.7407201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:43.7407368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:41:43.7407530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:43.7407724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:43.7407879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7408046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:41:43.7408209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:43.7408374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:43.7408554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:43.7408719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7408881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:41:43.7409044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:43.7409205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:43.7409361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:43.7409514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:43.7409671Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7409817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:43.7409973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool PASSED [ 62%] 2022-12-01T10:41:43.7410141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:43.7410304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:43.7410470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:43.7410628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:43.7410787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7410942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:43.7411120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:43.7411281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:43.7411451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 PASSED [ 62%] 2022-12-01T10:41:43.7411616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:43.7411783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:43.7411947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:43.7412107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 PASSED [ 62%] 2022-12-01T10:41:43.7412279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:43.7412444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 PASSED [ 62%] 2022-12-01T10:41:43.7412609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:43.7412760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:43.7412920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7413126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool PASSED [ 62%] 2022-12-01T10:41:43.7413292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:43.7413454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:43.7413613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:43.7413801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7413965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:43.7414130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:43.7414280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 PASSED [ 62%] 2022-12-01T10:41:43.7414441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:43.7414599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:43.7414756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7414916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool PASSED [ 62%] 2022-12-01T10:41:43.7415090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:43.7415250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:43.7415413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7415565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool PASSED [ 62%] 2022-12-01T10:41:43.7415738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:43.7415908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:43.7416073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:43.7416234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:43.7416396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:43.7416556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:43.7416717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7416881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 PASSED [ 62%] 2022-12-01T10:41:43.7417032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool PASSED [ 62%] 2022-12-01T10:41:43.7417204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:43.7417366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:43.7417524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 PASSED [ 62%] 2022-12-01T10:41:43.7417687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7417864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:43.7418035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 PASSED [ 62%] 2022-12-01T10:41:43.7418208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:43.7418415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:43.7418570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:43.7418739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7418901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool PASSED [ 62%] 2022-12-01T10:41:43.7419093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7419262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:43.7419426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:43.7419586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:43.7419749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7419917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:43.7420233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 PASSED [ 62%] 2022-12-01T10:41:43.7420397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 PASSED [ 62%] 2022-12-01T10:41:43.7420571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 PASSED [ 62%] 2022-12-01T10:41:43.7420738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:43.7420900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 PASSED [ 62%] 2022-12-01T10:41:43.7421062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 PASSED [ 62%] 2022-12-01T10:41:43.7421224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:43.7421394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 PASSED [ 63%] 2022-12-01T10:41:43.7421563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 PASSED [ 63%] 2022-12-01T10:41:43.7421717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:43.7421879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7422041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:43.7422207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7422383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:43.7422554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool PASSED [ 63%] 2022-12-01T10:41:43.7422731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 PASSED [ 63%] 2022-12-01T10:41:43.7422905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 PASSED [ 63%] 2022-12-01T10:41:43.7423067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:43.7423241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:43.7423408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7423577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:43.7423746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool PASSED [ 63%] 2022-12-01T10:41:43.7423960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:43.7424126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:43.7424292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7424454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:43.7424645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:43.7424811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool PASSED [ 63%] 2022-12-01T10:41:43.7424977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7425136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:43.7425298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool PASSED [ 63%] 2022-12-01T10:41:43.7425464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:43.7425629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:43.7425799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 PASSED [ 63%] 2022-12-01T10:41:43.7425964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7426114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7426278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:43.7426450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 PASSED [ 63%] 2022-12-01T10:41:43.7426613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7426775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7426931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:43.7427092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:43.7427262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 PASSED [ 63%] 2022-12-01T10:41:43.7427432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:43.7427584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7427755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:43.7427914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7428073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7428229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:43.7428392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool PASSED [ 63%] 2022-12-01T10:41:43.7428558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:43.7428720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7428883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:43.7429065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool PASSED [ 63%] 2022-12-01T10:41:43.7429232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:43.7429392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:43.7429553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 PASSED [ 63%] 2022-12-01T10:41:43.7429719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 PASSED [ 63%] 2022-12-01T10:41:43.7429910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:43.7430067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:43.7430223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:43.7430379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:43.7430537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:43.7430700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:43.7430860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:43.7431023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7431187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7431349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:43.7431512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 PASSED [ 63%] 2022-12-01T10:41:43.7431670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7431817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7431977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:43.7432131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:43.7432300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:43.7432470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 PASSED [ 63%] 2022-12-01T10:41:43.7432632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:43.7432793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7432961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 PASSED [ 63%] 2022-12-01T10:41:43.7433127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:43.7433278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:43.7433440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7433599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:43.7433767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool PASSED [ 63%] 2022-12-01T10:41:43.7433940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 PASSED [ 63%] 2022-12-01T10:41:43.7434113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 PASSED [ 63%] 2022-12-01T10:41:43.7434282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:43.7434479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7434647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:43.7434800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:43.7434965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7435153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:43.7435324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:43.7435512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:43.7435771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:43.7435944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7436107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:43.7436277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:43.7436429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:43.7436590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7436752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7436914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:43.7437073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool PASSED [ 63%] 2022-12-01T10:41:43.7437231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7437391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7437546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:43.7437691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:43.7437847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:43.7438031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:41:43.7438193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:43.7438353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:43.7438512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7438670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:43.7438826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:43.7438988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:43.7439136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool PASSED [ 63%] 2022-12-01T10:41:43.7439294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:43.7439451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:43.7439608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:43.7439800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7439961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:43.7440118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:43.7440275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7440430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 PASSED [ 63%] 2022-12-01T10:41:43.7440601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:43.7440768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool PASSED [ 63%] 2022-12-01T10:41:43.7440938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:43.7441106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:43.7441272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 PASSED [ 63%] 2022-12-01T10:41:43.7441436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 PASSED [ 63%] 2022-12-01T10:41:43.7441605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 PASSED [ 63%] 2022-12-01T10:41:43.7441770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 PASSED [ 63%] 2022-12-01T10:41:43.7441924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:43.7442088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 PASSED [ 63%] 2022-12-01T10:41:43.7442249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 PASSED [ 63%] 2022-12-01T10:41:43.7442412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 PASSED [ 63%] 2022-12-01T10:41:43.7442579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 PASSED [ 63%] 2022-12-01T10:41:43.7442738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool PASSED [ 63%] 2022-12-01T10:41:43.7442909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:43.7443077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 PASSED [ 64%] 2022-12-01T10:41:43.7443244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7443393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:43.7443552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:43.7443719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7443883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:43.7444106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7444264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:43.7444428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:43.7444598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7444765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:43.7444918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:43.7445082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 PASSED [ 64%] 2022-12-01T10:41:43.7445280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:43.7445453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:43.7445625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:43.7445794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:43.7445988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7446152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:43.7446397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:43.7446636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:43.7446827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:43.7446994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:43.7447156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7447320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:43.7447481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:43.7447640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:43.7447809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:43.7447968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7448133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7448298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:43.7448463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:43.7448639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:43.7448814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:43.7448982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7449154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7449321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:43.7449472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:43.7449640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:43.7449803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7449967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7450129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:43.7450293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:43.7450462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:43.7450662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool PASSED [ 64%] 2022-12-01T10:41:43.7450834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:43.7450992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:43.7451157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7451346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7451508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:43.7451672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:43.7451835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:43.7452003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:43.7452167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 PASSED [ 64%] 2022-12-01T10:41:43.7452328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:43.7452477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:43.7452642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:43.7452803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:43.7452963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool PASSED [ 64%] 2022-12-01T10:41:43.7453130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:43.7453295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7453454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:43.7453613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:43.7453774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool PASSED [ 64%] 2022-12-01T10:41:43.7453929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7454093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:43.7454258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:43.7454427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:43.7454595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7454758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:43.7454919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:43.7455081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:43.7455235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:43.7455399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:43.7455561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7455721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:43.7455924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:43.7456087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:43.7456247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:43.7456405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:43.7456564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:43.7456741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7456899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:43.7457054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:43.7457215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7457384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7457543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:43.7457702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:43.7457863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:43.7458028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:43.7458194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:43.7458369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7458544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7458720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:43.7458895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:43.7459064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7459236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:43.7459409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:43.7459577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7459743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:43.7459921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7460290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7460475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:43.7460650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:43.7460828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7460997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:43.7461164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 PASSED [ 64%] 2022-12-01T10:41:43.7461327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7461530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7461696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 XFAIL [ 64%] 2022-12-01T10:41:43.7461861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 XFAIL [ 64%] 2022-12-01T10:41:43.7462023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:43.7462223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:43.7462386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:43.7462545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool PASSED [ 64%] 2022-12-01T10:41:43.7462712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:43.7462880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 PASSED [ 64%] 2022-12-01T10:41:43.7463031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7463191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 PASSED [ 64%] 2022-12-01T10:41:43.7463354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:43.7463517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 PASSED [ 64%] 2022-12-01T10:41:43.7463679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 PASSED [ 64%] 2022-12-01T10:41:43.7463841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:43.7464002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool PASSED [ 64%] 2022-12-01T10:41:43.7464161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 PASSED [ 64%] 2022-12-01T10:41:43.7464309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 PASSED [ 64%] 2022-12-01T10:41:43.7464467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 PASSED [ 64%] 2022-12-01T10:41:43.7464627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 PASSED [ 64%] 2022-12-01T10:41:43.7464793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 PASSED [ 64%] 2022-12-01T10:41:43.7464955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 PASSED [ 64%] 2022-12-01T10:41:43.7465116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:43.7465275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:43.7465432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:43.7465589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:43.7465738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:43.7465895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool PASSED [ 65%] 2022-12-01T10:41:43.7466059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:43.7466225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 PASSED [ 65%] 2022-12-01T10:41:43.7466394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7466551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:43.7466708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:43.7466906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:43.7467079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7467239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:43.7467405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool PASSED [ 65%] 2022-12-01T10:41:43.7467609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:43.7467782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 PASSED [ 65%] 2022-12-01T10:41:43.7467951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7468122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:43.7468289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:43.7468453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:43.7468618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:43.7468779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:43.7468949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7469117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:43.7469284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:43.7469452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:43.7469616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:43.7469789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:43.7469957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7470113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:43.7470272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:43.7470442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:43.7470609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool PASSED [ 65%] 2022-12-01T10:41:43.7470782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 PASSED [ 65%] 2022-12-01T10:41:43.7470953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 PASSED [ 65%] 2022-12-01T10:41:43.7471122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7471291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:43.7471456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:43.7471607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:43.7471771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:43.7471934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7472128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:43.7472296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:43.7472462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:43.7472627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool PASSED [ 65%] 2022-12-01T10:41:43.7472822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7472990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:43.7473141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:43.7473305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:43.7473464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool PASSED [ 65%] 2022-12-01T10:41:43.7473626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7473782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:43.7473957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:43.7474134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 PASSED [ 65%] 2022-12-01T10:41:43.7474303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:43.7474471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:43.7474622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:43.7474790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:43.7474951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:43.7475113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool PASSED [ 65%] 2022-12-01T10:41:43.7475276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 PASSED [ 65%] 2022-12-01T10:41:43.7475439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:43.7475600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:43.7475767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:43.7475929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:43.7476109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 65%] 2022-12-01T10:41:43.7476293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 65%] 2022-12-01T10:41:43.7476471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7476646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:43.7476829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:43.7477008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:43.7477197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:43.7477406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 65%] 2022-12-01T10:41:43.7477595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 65%] 2022-12-01T10:41:43.7477770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 65%] 2022-12-01T10:41:43.7477952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:43.7478163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:43.7478340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:43.7478520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:43.7478706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:43.7478872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7479034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:43.7479197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:43.7479353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:43.7479515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:43.7479683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:43.7479852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 PASSED [ 65%] 2022-12-01T10:41:43.7480021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7480183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:43.7480344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:43.7480506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:43.7480666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool PASSED [ 65%] 2022-12-01T10:41:43.7480818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 PASSED [ 65%] 2022-12-01T10:41:43.7480975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:43.7481139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool PASSED [ 65%] 2022-12-01T10:41:43.7481305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:43.7481467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:43.7481632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:43.7481793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 PASSED [ 65%] 2022-12-01T10:41:43.7481958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7482119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:43.7482270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 PASSED [ 65%] 2022-12-01T10:41:43.7482429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:43.7482631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:43.7482809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7482971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 PASSED [ 65%] 2022-12-01T10:41:43.7483127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 PASSED [ 65%] 2022-12-01T10:41:43.7483348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 PASSED [ 65%] 2022-12-01T10:41:43.7483509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 PASSED [ 65%] 2022-12-01T10:41:43.7483651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:43.7483812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:43.7484062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 PASSED [ 65%] 2022-12-01T10:41:43.7484226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:43.7484389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 PASSED [ 65%] 2022-12-01T10:41:43.7484547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 PASSED [ 65%] 2022-12-01T10:41:43.7484762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:41:43.7484977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:41:43.7485187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:41:43.7485395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:41:43.7485590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:41:43.7485793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:41:43.7486020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:41:43.7486244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:41:43.7486471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:41:43.7486696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:41:43.7486920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:41:43.7487138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 65%] 2022-12-01T10:41:43.7487312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 PASSED [ 65%] 2022-12-01T10:41:43.7487475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool PASSED [ 65%] 2022-12-01T10:41:43.7487636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:43.7487806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 PASSED [ 65%] 2022-12-01T10:41:43.7488003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:43.7488170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:43.7488332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7488495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:43.7488686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:43.7488849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:43.7489008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:43.7489168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 PASSED [ 66%] 2022-12-01T10:41:43.7489339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 PASSED [ 66%] 2022-12-01T10:41:43.7489504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:43.7489666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7489824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7489987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:43.7490148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:43.7490310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:43.7490480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7490644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 PASSED [ 66%] 2022-12-01T10:41:43.7490814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 PASSED [ 66%] 2022-12-01T10:41:43.7490983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7491147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7491312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:43.7491472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:43.7491634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:43.7491815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7491997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7492209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 66%] 2022-12-01T10:41:43.7492434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 66%] 2022-12-01T10:41:43.7492612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7492793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7492970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7493188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7493368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7493558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7493745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7493956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7494126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:43.7494304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:43.7494499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7494696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7494882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7495065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:43.7495246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7495425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7495610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:43.7495778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:43.7495959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7496144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7496324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7496522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7496716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7496908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7497103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:43.7497271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7503574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7503802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:43.7503997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7504183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7504384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7504585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 66%] 2022-12-01T10:41:43.7504888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:43.7505084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:43.7505262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:43.7505502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:43.7505694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:43.7505889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7506081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:43.7506269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:43.7506449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7506630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7506811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:43.7506976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7507158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7507336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7507517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:43.7507695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:43.7507868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:43.7508040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:43.7508224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7508402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7508579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7508756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7508944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7509131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:43.7509312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:43.7509499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:43.7509683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7509864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:43.7510080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:43.7510246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:43.7510398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7510561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7510759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool PASSED [ 66%] 2022-12-01T10:41:43.7510929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 PASSED [ 66%] 2022-12-01T10:41:43.7511096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 PASSED [ 66%] 2022-12-01T10:41:43.7511255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:43.7511421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool PASSED [ 66%] 2022-12-01T10:41:43.7511595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 PASSED [ 66%] 2022-12-01T10:41:43.7511767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 PASSED [ 66%] 2022-12-01T10:41:43.7511922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:43.7512092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:43.7512256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:43.7512428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 PASSED [ 66%] 2022-12-01T10:41:43.7512600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 PASSED [ 66%] 2022-12-01T10:41:43.7512771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7512939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:43.7513106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:43.7513259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 PASSED [ 66%] 2022-12-01T10:41:43.7513428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 PASSED [ 66%] 2022-12-01T10:41:43.7513592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:43.7513756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:43.7513917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7514081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 PASSED [ 66%] 2022-12-01T10:41:43.7514242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool PASSED [ 66%] 2022-12-01T10:41:43.7514407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 PASSED [ 66%] 2022-12-01T10:41:43.7514571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7514722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 PASSED [ 66%] 2022-12-01T10:41:43.7514886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:43.7515045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:43.7515210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 PASSED [ 66%] 2022-12-01T10:41:43.7515379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 PASSED [ 66%] 2022-12-01T10:41:43.7515571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 PASSED [ 66%] 2022-12-01T10:41:43.7515738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:43.7515902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7516065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool PASSED [ 66%] 2022-12-01T10:41:43.7516250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 PASSED [ 66%] 2022-12-01T10:41:43.7516417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 PASSED [ 66%] 2022-12-01T10:41:43.7516578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 PASSED [ 66%] 2022-12-01T10:41:43.7516738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:43.7516905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 PASSED [ 66%] 2022-12-01T10:41:43.7517067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 PASSED [ 66%] 2022-12-01T10:41:43.7517228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 PASSED [ 66%] 2022-12-01T10:41:43.7517388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool PASSED [ 67%] 2022-12-01T10:41:43.7517543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 PASSED [ 67%] 2022-12-01T10:41:43.7517708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:43.7517866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:43.7518024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7518181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:43.7518341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:43.7518495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:43.7518670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:43.7518844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool PASSED [ 67%] 2022-12-01T10:41:43.7519009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:43.7519182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 PASSED [ 67%] 2022-12-01T10:41:43.7519349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:43.7519516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7519675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:43.7519861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 SKIPPED (Skipped!) [ 67%] 2022-12-01T10:41:43.7520028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7520195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:43.7520359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool PASSED [ 67%] 2022-12-01T10:41:43.7520517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:43.7520685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 PASSED [ 67%] 2022-12-01T10:41:43.7520878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:43.7521045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:43.7521214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool PASSED [ 67%] 2022-12-01T10:41:43.7521389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:43.7521595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 PASSED [ 67%] 2022-12-01T10:41:43.7521765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:43.7521930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:43.7522080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7522243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:43.7522407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool PASSED [ 67%] 2022-12-01T10:41:43.7522581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:43.7522754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 PASSED [ 67%] 2022-12-01T10:41:43.7522925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 PASSED [ 67%] 2022-12-01T10:41:43.7523089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:43.7523250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:43.7523413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:43.7523569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:43.7523733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 PASSED [ 67%] 2022-12-01T10:41:43.7523895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:43.7524141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:43.7524304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:43.7524466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:43.7524631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:43.7524798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:43.7524950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:43.7525113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:43.7525274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:43.7525436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7525601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:43.7525764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:43.7525923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7526086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:43.7526280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:43.7526429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool PASSED [ 67%] 2022-12-01T10:41:43.7526596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:43.7526757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:43.7526947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:43.7527105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7527264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:43.7527426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:43.7527596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:43.7527760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 PASSED [ 67%] 2022-12-01T10:41:43.7527906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:43.7528066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7528223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:43.7528391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:43.7528555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 PASSED [ 67%] 2022-12-01T10:41:43.7528719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 PASSED [ 67%] 2022-12-01T10:41:43.7528880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 PASSED [ 67%] 2022-12-01T10:41:43.7529039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:43.7529186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:43.7529345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:43.7529499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:43.7529663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool PASSED [ 67%] 2022-12-01T10:41:43.7529834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 PASSED [ 67%] 2022-12-01T10:41:43.7530001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:43.7530163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7530325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool PASSED [ 67%] 2022-12-01T10:41:43.7530484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:43.7530635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:43.7530794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7530954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:43.7531123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:43.7531284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7531449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:43.7531641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 PASSED [ 67%] 2022-12-01T10:41:43.7531810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 PASSED [ 67%] 2022-12-01T10:41:43.7531972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:43.7532120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:43.7532309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:43.7532469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:43.7532632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:43.7532794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool PASSED [ 67%] 2022-12-01T10:41:43.7532953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:43.7533113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:43.7533272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:43.7533417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:43.7533590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:43.7533753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:43.7533932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:43.7534107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7534285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:43.7534458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:43.7534633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:43.7534806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_bool PASSED [ 67%] 2022-12-01T10:41:43.7534974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:43.7535147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7535320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:43.7535493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:43.7535668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:43.7535839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool PASSED [ 67%] 2022-12-01T10:41:43.7536006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:43.7536171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7536335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:43.7536490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool PASSED [ 67%] 2022-12-01T10:41:43.7536662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:43.7536831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:43.7537036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 PASSED [ 67%] 2022-12-01T10:41:43.7537206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 PASSED [ 67%] 2022-12-01T10:41:43.7537367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool PASSED [ 67%] 2022-12-01T10:41:43.7537539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:43.7537737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:43.7537901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:43.7538059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool PASSED [ 67%] 2022-12-01T10:41:43.7538233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:43.7538407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 PASSED [ 67%] 2022-12-01T10:41:43.7538577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 PASSED [ 67%] 2022-12-01T10:41:43.7538748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 PASSED [ 67%] 2022-12-01T10:41:43.7538922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 PASSED [ 67%] 2022-12-01T10:41:43.7539124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 67%] 2022-12-01T10:41:43.7539323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:43.7539521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:43.7539707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:43.7539899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:43.7540314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:43.7540517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:43.7540707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:43.7540903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:43.7541101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:43.7541290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:43.7541481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:43.7541668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:43.7541848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:43.7542037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 68%] 2022-12-01T10:41:43.7542225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:43.7542465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:43.7542654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:43.7542827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool PASSED [ 68%] 2022-12-01T10:41:43.7543002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:43.7543215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:43.7543381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:43.7543532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:43.7543694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool PASSED [ 68%] 2022-12-01T10:41:43.7543863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:43.7544027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:43.7544192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:43.7544354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:43.7544525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:43.7544696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:43.7544860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:43.7545011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:43.7545177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:43.7545340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:43.7545504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:43.7545676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 PASSED [ 68%] 2022-12-01T10:41:43.7545844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:43.7546006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:43.7546168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:43.7546335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:43.7546487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool PASSED [ 68%] 2022-12-01T10:41:43.7546653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 PASSED [ 68%] 2022-12-01T10:41:43.7546814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:43.7546979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:43.7547142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:43.7547305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:43.7547470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:43.7547640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:43.7547841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:43.7547996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:43.7548159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 XFAIL [ 68%] 2022-12-01T10:41:43.7548324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:43.7548515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:43.7548677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:43.7548839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:43.7549006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:43.7549164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:43.7549315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:43.7549475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:43.7549632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:43.7549807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:43.7549982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:43.7550150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:43.7550317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:43.7550483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:43.7550644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:43.7550787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool PASSED [ 68%] 2022-12-01T10:41:43.7550952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:43.7551116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:43.7551277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:43.7551437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:43.7551595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:43.7551751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:43.7551918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:43.7552077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool PASSED [ 68%] 2022-12-01T10:41:43.7552230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:43.7552390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:43.7552549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:43.7552704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:43.7552859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:43.7553022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:43.7553211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool PASSED [ 68%] 2022-12-01T10:41:43.7553380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:43.7553530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:43.7553692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:43.7553879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:43.7554053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:43.7554222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool PASSED [ 68%] 2022-12-01T10:41:43.7554399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:43.7554579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:43.7554752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:43.7554925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:43.7555085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:43.7555258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:43.7555428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:43.7555587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:43.7555745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool PASSED [ 68%] 2022-12-01T10:41:43.7555913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:43.7556074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:43.7556232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:43.7556389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:43.7556537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:43.7556691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:43.7556861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:43.7557030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:43.7557197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:43.7557359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:43.7557520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:43.7557691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:43.7557855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:43.7558029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 PASSED [ 68%] 2022-12-01T10:41:43.7558203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:43.7558375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:43.7558569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:43.7558741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:43.7558907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:43.7559073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:43.7559266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:43.7559415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:43.7559576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 PASSED [ 68%] 2022-12-01T10:41:43.7559735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 PASSED [ 68%] 2022-12-01T10:41:43.7559907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:43.7560073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 PASSED [ 68%] 2022-12-01T10:41:43.7560235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool PASSED [ 68%] 2022-12-01T10:41:43.7560399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:43.7560561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:43.7560721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 PASSED [ 68%] 2022-12-01T10:41:43.7560880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 PASSED [ 68%] 2022-12-01T10:41:43.7561051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 PASSED [ 68%] 2022-12-01T10:41:43.7561223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:43.7561389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 PASSED [ 68%] 2022-12-01T10:41:43.7561553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:43.7561715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 PASSED [ 68%] 2022-12-01T10:41:43.7561878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 PASSED [ 69%] 2022-12-01T10:41:43.7562042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 PASSED [ 69%] 2022-12-01T10:41:43.7562203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 PASSED [ 69%] 2022-12-01T10:41:43.7562358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:41:43.7562530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 PASSED [ 69%] 2022-12-01T10:41:43.7562694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7562867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:41:43.7563043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 PASSED [ 69%] 2022-12-01T10:41:43.7563214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7563385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 PASSED [ 69%] 2022-12-01T10:41:43.7563549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 PASSED [ 69%] 2022-12-01T10:41:43.7563712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:41:43.7563996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 PASSED [ 69%] 2022-12-01T10:41:43.7564184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 PASSED [ 69%] 2022-12-01T10:41:43.7564356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 PASSED [ 69%] 2022-12-01T10:41:43.7564529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7564741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 PASSED [ 69%] 2022-12-01T10:41:43.7564910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 PASSED [ 69%] 2022-12-01T10:41:43.7565075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 PASSED [ 69%] 2022-12-01T10:41:43.7565245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 PASSED [ 69%] 2022-12-01T10:41:43.7565399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 PASSED [ 69%] 2022-12-01T10:41:43.7565572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:41:43.7565741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool PASSED [ 69%] 2022-12-01T10:41:43.7565915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7566083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 PASSED [ 69%] 2022-12-01T10:41:43.7566252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 PASSED [ 69%] 2022-12-01T10:41:43.7566416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 PASSED [ 69%] 2022-12-01T10:41:43.7566578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 PASSED [ 69%] 2022-12-01T10:41:43.7566745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 PASSED [ 69%] 2022-12-01T10:41:43.7566898Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7567062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 PASSED [ 69%] 2022-12-01T10:41:43.7567225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7567391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 PASSED [ 69%] 2022-12-01T10:41:43.7567560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:41:43.7567731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 PASSED [ 69%] 2022-12-01T10:41:43.7567903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7568072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7568238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 PASSED [ 69%] 2022-12-01T10:41:43.7568388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:41:43.7568553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool PASSED [ 69%] 2022-12-01T10:41:43.7568721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7568886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 PASSED [ 69%] 2022-12-01T10:41:43.7569050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 PASSED [ 69%] 2022-12-01T10:41:43.7569216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 PASSED [ 69%] 2022-12-01T10:41:43.7569409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:41:43.7569571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool PASSED [ 69%] 2022-12-01T10:41:43.7569740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 PASSED [ 69%] 2022-12-01T10:41:43.7569894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 PASSED [ 69%] 2022-12-01T10:41:43.7570085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 PASSED [ 69%] 2022-12-01T10:41:43.7570249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7570412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 PASSED [ 69%] 2022-12-01T10:41:43.7570573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 PASSED [ 69%] 2022-12-01T10:41:43.7570737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 PASSED [ 69%] 2022-12-01T10:41:43.7570900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool PASSED [ 69%] 2022-12-01T10:41:43.7571072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 PASSED [ 69%] 2022-12-01T10:41:43.7571224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7571388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool PASSED [ 69%] 2022-12-01T10:41:43.7571560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 PASSED [ 69%] 2022-12-01T10:41:43.7571728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7571893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 PASSED [ 69%] 2022-12-01T10:41:43.7572061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7572226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 PASSED [ 69%] 2022-12-01T10:41:43.7572388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 PASSED [ 69%] 2022-12-01T10:41:43.7572550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 PASSED [ 69%] 2022-12-01T10:41:43.7572699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 PASSED [ 69%] 2022-12-01T10:41:43.7572865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:41:43.7573033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 PASSED [ 69%] 2022-12-01T10:41:43.7573198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 PASSED [ 69%] 2022-12-01T10:41:43.7573364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7573529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 PASSED [ 69%] 2022-12-01T10:41:43.7573690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 PASSED [ 69%] 2022-12-01T10:41:43.7573855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:41:43.7574018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool PASSED [ 69%] 2022-12-01T10:41:43.7574175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 PASSED [ 69%] 2022-12-01T10:41:43.7574343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7574507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7574668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 PASSED [ 69%] 2022-12-01T10:41:43.7574900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 PASSED [ 69%] 2022-12-01T10:41:43.7575064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 PASSED [ 69%] 2022-12-01T10:41:43.7575224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 PASSED [ 69%] 2022-12-01T10:41:43.7575403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 PASSED [ 69%] 2022-12-01T10:41:43.7575608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 PASSED [ 69%] 2022-12-01T10:41:43.7575770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7575945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 PASSED [ 69%] 2022-12-01T10:41:43.7576104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7576267Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7576435Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7576598Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7576770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7576938Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7577090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7577249Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7577411Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7577574Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7577735Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7577896Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7578059Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 XFAIL [ 69%] 2022-12-01T10:41:43.7578222Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 XFAIL [ 69%] 2022-12-01T10:41:43.7578387Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7578551Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7578726Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7578890Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7579047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7579206Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7579369Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7579529Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7579693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7579841Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7580159Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7580440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 SKIPPED (Errors when storage_offset is included) [ 69%] 2022-12-01T10:41:43.7580683Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 SKIPPED (Fails in most cases, passes on LAZY for some reason) [ 69%] 2022-12-01T10:41:43.7580919Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 SKIPPED (Fails in most cases, passes on LAZY for some reason) [ 69%] 2022-12-01T10:41:43.7581083Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7581284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7581444Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7581608Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7581776Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7581934Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7582100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7582270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7582432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7582594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7582786Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:41:43.7582967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7583143Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7583316Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7583473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7583633Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7583791Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7583955Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 PASSED [ 69%] 2022-12-01T10:41:43.7584115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:43.7584277Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:41:43.7584436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7584595Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7584755Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7584920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7585085Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7585256Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7585418Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7585592Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7585760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7585968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7586143Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7586298Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7586468Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7586658Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7586817Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7586978Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7587140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7587302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7587469Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7587637Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7587799Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7587958Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7588118Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7588284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7588451Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7588616Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7588777Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7588954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7589124Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7589304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7589481Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7589645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7589810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7589977Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7590142Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7590305Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7590462Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7590611Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7590771Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7590929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7591089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7591248Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7591460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7591630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7591792Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7591940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7592118Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:41:43.7592321Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:41:43.7592490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7592658Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7592824Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7592986Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7593153Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7593318Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7593469Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7593639Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7593800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7593974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7594145Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7594312Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7594481Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7594651Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7594815Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7594968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7595128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7595295Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7595459Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7595627Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7595791Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7595953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7596117Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7596276Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7596436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7596594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7596752Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7596939Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7597106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7597265Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7597423Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7597589Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7597767Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7597938Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7598099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7598261Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7598422Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7598577Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7598738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7598902Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7599050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7599219Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7599385Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7599555Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7599721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7599884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7600044Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7600211Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7600376Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7600526Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7600687Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7600844Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7601011Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7601175Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7601335Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7601543Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:41:43.7601738Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:41:43.7601904Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7602047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7602205Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7602401Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7602573Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7602757Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7602936Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7603132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7603300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7603474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7603632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7603825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7604087Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7604262Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7604438Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7604610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7604788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7604968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7605146Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7605308Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7605492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7605663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7605839Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7606024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 PASSED [ 70%] 2022-12-01T10:41:43.7606201Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:43.7606380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7606553Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7606734Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7606906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7607084Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7607332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 71%] 2022-12-01T10:41:43.7607505Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7607671Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7607850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7608057Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7608246Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7608428Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7608585Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7608796Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7608970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7609141Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7609321Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7609500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7609672Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7609845Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7610020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7610173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 XFAIL [ 71%] 2022-12-01T10:41:43.7610332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7610495Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7610657Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7610821Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7610980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7611155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7611324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7611484Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7611652Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7611838Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:41:43.7612004Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7612173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7612339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:41:43.7612501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 XFAIL [ 71%] 2022-12-01T10:41:43.7612664Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7612825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7612971Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7613131Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7613286Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7613494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7613662Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7613821Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7613991Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7614163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7614365Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7614521Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7614687Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7614864Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_log_softmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7615038Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logaddexp_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7615207Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7615374Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7615546Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7615721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7615879Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7616051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7616227Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7616395Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7616565Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7616733Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7616908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7617075Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7617244Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7617397Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7617583Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7617747Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7617906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7618065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7618250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7618440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7618606Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7618766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7618940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7619110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7619269Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7619428Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7619598Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7619787Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7620093Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7620300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7620473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7620623Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7620793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7620960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7621137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7621301Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7621465Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7621623Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7621809Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:41:43.7621964Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7622132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7622299Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7622462Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7622671Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7622869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7623065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7623253Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7623436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7623617Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7623822Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7624005Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7624195Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7624380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7624624Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7624815Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7624995Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7625178Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7625394Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7625569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7625778Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7625970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7626155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7626338Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7626521Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7626705Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7626883Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7627073Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7627252Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7627452Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7627631Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7627809Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7627990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7628179Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7628365Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7628548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7628726Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7628891Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7629078Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7629257Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7629442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:43.7629626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:43.7629811Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7630026Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7630216Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7630400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7630587Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7630782Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7630974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7631167Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7631342Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7631531Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7631717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7631896Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7632083Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7632267Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7632440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7632623Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7632819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7633031Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7633195Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7633357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7633518Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7633687Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7633850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7634011Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7634173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 XFAIL [ 72%] 2022-12-01T10:41:43.7634337Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7634502Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7634663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7634833Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7634999Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7635163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7635331Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7635510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7635675Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7635857Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7636052Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:41:43.7636278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:41:43.7636445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7636611Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7636774Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7636922Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7637080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7637242Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7637398Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 XFAIL [ 72%] 2022-12-01T10:41:43.7637569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7637735Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7637895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7638057Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7638218Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7638367Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7638536Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7638693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7638873Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7639047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7639213Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7639381Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7639548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7639717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7639869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7640042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7640204Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7640364Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7640530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7640690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7640865Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7641083Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:41:43.7641263Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:41:43.7641428Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7641590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7641791Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7641960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7642128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7642293Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7642472Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7642651Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7642815Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7642988Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7643157Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7643328Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7643490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7643651Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7643822Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7644061Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7644228Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7644375Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7644540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7644707Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7644870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7645048Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7645249Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:41:43.7645445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:41:43.7645619Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7645794Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7645958Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7646132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7646324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7646524Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7646700Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7646890Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7647080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7647300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7647477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7647649Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7647838Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7648039Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7648544Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:41:43.7648735Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7648908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7649074Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7649237Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7649412Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7649563Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7649723Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7649883Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7650047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7650209Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7650369Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7650537Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7650705Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7650867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7651012Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7651172Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7651343Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7651512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7651676Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7651846Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7652011Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7652171Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7652362Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:43.7652535Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7652693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 PASSED [ 72%] 2022-12-01T10:41:43.7652861Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7653054Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 PASSED [ 73%] 2022-12-01T10:41:43.7653220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7653379Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7653537Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7653710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 PASSED [ 73%] 2022-12-01T10:41:43.7653866Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7654035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7654194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7654373Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 PASSED [ 73%] 2022-12-01T10:41:43.7654548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7654709Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7654870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7655038Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7655204Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 PASSED [ 73%] 2022-12-01T10:41:43.7655357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 XFAIL [ 73%] 2022-12-01T10:41:43.7655521Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7655684Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 PASSED [ 73%] 2022-12-01T10:41:43.7655846Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7656007Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7656165Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7656330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 PASSED [ 73%] 2022-12-01T10:41:43.7656504Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 PASSED [ 73%] 2022-12-01T10:41:43.7656652Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 PASSED [ 73%] 2022-12-01T10:41:43.7656815Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 PASSED [ 73%] 2022-12-01T10:41:43.7656974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7657136Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 PASSED [ 73%] 2022-12-01T10:41:43.7657300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 PASSED [ 73%] 2022-12-01T10:41:43.7657464Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7657625Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7657812Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 PASSED [ 73%] 2022-12-01T10:41:43.7657980Z test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7658136Z test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7658304Z test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7658471Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7658701Z test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7658869Z test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7659039Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7659207Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7659378Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7659534Z test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7659701Z test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7659870Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7660224Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7660402Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7660570Z test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7660737Z test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7660922Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7661101Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7661254Z test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7661421Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7661588Z test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7661759Z test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7661926Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7662099Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7662271Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7662438Z test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7662606Z test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7662778Z test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7662948Z test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7663118Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7663291Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7663481Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7663651Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7663820Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7664023Z test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7664191Z test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7664360Z test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7664527Z test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7664737Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7664908Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7665076Z test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7665247Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7665417Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7665583Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7665756Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7665928Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7666098Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7666273Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7666443Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7666611Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7666777Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7666936Z test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7667106Z test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7667274Z test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7667443Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7667617Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7667786Z test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7667951Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7668121Z test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7668285Z test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7668445Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7668615Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7668786Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7668959Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 XFAIL [ 73%] 2022-12-01T10:41:43.7669137Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7669303Z test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7669479Z test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7669646Z test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7669832Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7670011Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7670181Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7670352Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7670529Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7670738Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7670921Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7671104Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7671282Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7671448Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7671649Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7671900Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 73%] 2022-12-01T10:41:43.7672081Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7672270Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7672439Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7672618Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7672804Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7672981Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7673145Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7673329Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7673500Z test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7673666Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7673841Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7674023Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7674199Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7674375Z test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7674530Z test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7674696Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7674869Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7675036Z test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7675210Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amin_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7675389Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumprod_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:43.7675565Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumsum_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7675765Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7675952Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_log_softmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7676122Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logaddexp_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7676296Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7676497Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7676679Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_normalize_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7676851Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7677029Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7677204Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_std_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7677376Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7677546Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_var_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7677703Z test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7677875Z test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7678045Z test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7678216Z test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7678406Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7678600Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7678773Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7678963Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7679118Z test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7679286Z test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7679476Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7679643Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7679818Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7679986Z test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 XFAIL [ 74%] 2022-12-01T10:41:43.7680168Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_batch_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7680348Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7680563Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7680750Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7680948Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7681139Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7681329Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7681552Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7681743Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7681929Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7682125Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7682353Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7682536Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7682745Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7682941Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7683136Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7683325Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7683517Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7683699Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7683896Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7684184Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7684356Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7684550Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7684739Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7684932Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7685123Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7685329Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7685518Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7685718Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7685922Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7686109Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7686296Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7686484Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7686681Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7686869Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7687058Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7687248Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7687473Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7687674Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7687856Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7688030Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7688271Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7688460Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7688652Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7688846Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7689041Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7689238Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7689431Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7689620Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7689788Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7689970Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7690149Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7690330Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7690525Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7690719Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7690909Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7691098Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7691287Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7691474Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7691693Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7691896Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7692092Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7692261Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7692433Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7692604Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7692789Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7692961Z test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7693119Z test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7693355Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7693549Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7693739Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7693927Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7694141Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7694315Z test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7694483Z test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7694634Z test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7694806Z test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7694974Z test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7695144Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7695315Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7695493Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7695667Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7695831Z test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7695999Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7696169Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7696348Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7696518Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7696703Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 XFAIL [ 74%] 2022-12-01T10:41:43.7696882Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7697072Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7697253Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7697419Z test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7697569Z test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7697737Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7697903Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7698081Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7698281Z test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-12-01T10:41:43.7698457Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7698636Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7698813Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7698993Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7699183Z test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7699352Z test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7699517Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7699683Z test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 PASSED [ 74%] 2022-12-01T10:41:43.7699883Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7700219Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7700467Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 75%] 2022-12-01T10:41:43.7700634Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7700801Z test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7700951Z test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7701124Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 XFAIL [ 75%] 2022-12-01T10:41:43.7701290Z test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7701492Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 75%] 2022-12-01T10:41:43.7701663Z test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7701837Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7702005Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7702173Z test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7702330Z test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7702499Z test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7702672Z test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7702838Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7703011Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7703177Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7703345Z test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7703514Z test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7703669Z test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7703835Z test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7704001Z test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7704168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7704338Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7704510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7704677Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7704844Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7705013Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7705219Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7705387Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7705556Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7705764Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7705968Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7706137Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7706343Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7706511Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7706679Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7706833Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7707009Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7707183Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7707355Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7707531Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7707701Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7707901Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7708088Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7708242Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7708448Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:41:43.7708648Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7708817Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7708992Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7709172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7709352Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7709536Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7709711Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7709873Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7710045Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7710215Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7710429Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7710600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7710790Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7710993Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7711161Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7711333Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7711488Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7711673Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7711873Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7712045Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7712214Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7712383Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7712553Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7712756Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7712942Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7713109Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7713277Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7713448Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7713620Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7713786Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7713958Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7714160Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7714330Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7714487Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7714667Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7714840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7715011Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7715179Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7715355Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7715527Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7715696Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7715865Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7716022Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7716194Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7716363Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7716569Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:41:43.7716807Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7716977Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7717144Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7717312Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7717470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7717667Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7717867Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7718062Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7718267Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:41:43.7718474Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7718676Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7718886Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7719059Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7719211Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7719415Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7719588Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7719801Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:41:43.7720005Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7720204Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7720403Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7720608Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7720811Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7720980Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7721191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:41:43.7721393Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:41:43.7721563Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7721733Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7721933Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:41:43.7722101Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7722271Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7722447Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7722653Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7722816Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7722989Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7723168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7723374Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7723555Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:43.7723751Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7723999Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7724224Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7724437Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:41:43.7724612Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7724795Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7724986Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7725202Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7725384Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7725563Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7725767Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7725959Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7726130Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7726299Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7726476Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7726655Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7726842Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7727051Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7727220Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7727397Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7727582Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7727795Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:41:43.7727954Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7728161Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7728328Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7728528Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7728703Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7728867Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7729042Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amax_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7729246Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amin_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7729413Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumprod_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7729590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7729772Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_log_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7729956Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logaddexp_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7730131Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_prod_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7730311Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7730489Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7730669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7730843Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7731021Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7731191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7731358Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7731550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7731739Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7731911Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7732082Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7732253Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7732462Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7732615Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7732805Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7732978Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7733154Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7733330Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7733502Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7733710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7733879Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 XFAIL [ 76%] 2022-12-01T10:41:43.7734096Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:41:43.7734320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7734526Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7734740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7734943Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7735172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7735375Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7735574Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7735771Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7735965Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7736142Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7736336Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7736539Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7736754Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7736938Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7737126Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7737324Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7737520Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7737718Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7737911Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7738091Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7738282Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7738467Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7738695Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:41:43.7738882Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7739074Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7739270Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7739473Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7739675Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7739874Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7740228Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7740422Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7740612Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7740862Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7741051Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7741237Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7741436Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7741630Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 XFAIL [ 76%] 2022-12-01T10:41:43.7741806Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7742043Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:41:43.7742232Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7742431Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7742630Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7742830Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7743051Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:41:43.7743246Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7743445Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7743629Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7743805Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7743999Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7744198Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7744389Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7744582Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7744799Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7745003Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7745176Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7745349Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7745505Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7745709Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:41:43.7745965Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:41:43.7746167Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7746370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7746568Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7746742Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7746913Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7747105Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7747285Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7747474Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7747640Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7747810Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7747979Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7748147Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7748325Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:43.7748532Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7748745Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:41:43.7748934Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:41:43.7749141Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:41:43.7749321Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7749499Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7749701Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:41:43.7749877Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7750050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7750220Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7750407Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7750613Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:41:43.7750834Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:41:43.7751055Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:41:43.7751235Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7751406Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7751633Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7751857Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:41:43.7752071Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:41:43.7752300Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:41:43.7752773Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-12-01T10:41:43.7753155Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-12-01T10:41:43.7753339Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7753566Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:41:43.7753742Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7753927Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7754156Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:41:43.7754379Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:41:43.7754598Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:41:43.7754832Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:41:43.7755228Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-12-01T10:41:43.7755441Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:41:43.7755628Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7755798Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7755981Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7756150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7756324Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7756492Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7756666Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7756834Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7757065Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 77%] 2022-12-01T10:41:43.7757243Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7757412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7757578Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7757786Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7758023Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7758231Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:41:43.7758399Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7758601Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7758758Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7758943Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7759108Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7759287Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7759462Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7759668Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:41:43.7759885Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:41:43.7760088Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:41:43.7760245Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7760412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7760578Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7760750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7760919Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7761085Z test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7761259Z test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7761427Z test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7761601Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7761756Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7761918Z test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7762088Z test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7762256Z test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7762422Z test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7762589Z test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7762757Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7762942Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7763096Z test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7763262Z test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7763426Z test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7763623Z test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7763795Z test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7764044Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7764214Z test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7764383Z test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7764586Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7764747Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7764919Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7765090Z test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7765262Z test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7765430Z test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7765596Z test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7765779Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7765968Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7766131Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7766296Z test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7766476Z test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7766643Z test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7766811Z test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7766991Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7767169Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7767339Z test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7767512Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7767667Z test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7767844Z test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7768022Z test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7768203Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7768384Z test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7768558Z test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7768733Z test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7768902Z test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7769057Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7769228Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7769398Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7769592Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7769765Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7769935Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7770100Z test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7770284Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7770497Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7770653Z test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7770823Z test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7771047Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 SKIPPED (Expected: empty_like is not comparable) [ 77%] 2022-12-01T10:41:43.7771216Z test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7771384Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7771557Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7771727Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7771905Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7772063Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7772230Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7772402Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7772576Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7772750Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7772920Z test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7773087Z test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7773255Z test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:43.7773426Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7773579Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7773747Z test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7773915Z test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7774084Z test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7774248Z test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7774413Z test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7774586Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7774759Z test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7774917Z test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7775083Z test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7775250Z test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7775421Z test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7775628Z test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7775799Z test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7775968Z test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7776138Z test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7776377Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:41:43.7776569Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:41:43.7776760Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:41:43.7776930Z test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7777101Z test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7777266Z test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7777434Z test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7777608Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7777789Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7777950Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7778128Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7778309Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7778506Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7778684Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7778860Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7779040Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7779219Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7779397Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7779569Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7779743Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7780079Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7780305Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7780560Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 78%] 2022-12-01T10:41:43.7780740Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7780922Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7781104Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7781288Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7781442Z test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7781666Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7781851Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7782026Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7782200Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7782428Z test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7782600Z test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7782775Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7782947Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7783108Z test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7783275Z test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7783442Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7783613Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7783776Z test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7783956Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7784133Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmin_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7784315Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logsumexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7784478Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_median_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7784651Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_prod_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7784824Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_var_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7784990Z test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7785167Z test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7785354Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7785543Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7785710Z test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7785903Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7786064Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7786253Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7786419Z test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7786587Z test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7786755Z test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7786929Z test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7787101Z test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7787272Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7787463Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7787634Z test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7787815Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_batch_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7787994Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7788231Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 78%] 2022-12-01T10:41:43.7788430Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7788604Z test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7788819Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7789024Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7789208Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7789400Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7789599Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7789813Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7789999Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7790197Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7790395Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7790599Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7790799Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7790984Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7791164Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7791353Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7791536Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7791757Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:41:43.7791941Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7792134Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7792322Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7792510Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7792714Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7792895Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7793090Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7793318Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7793523Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7793709Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7793895Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7794112Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7794312Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7794505Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7794685Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7794873Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7795063Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7795254Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7795447Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7795628Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7795835Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7796023Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7796215Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7796393Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7796586Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7796778Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7796978Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7797165Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7797362Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7797560Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7797742Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:43.7797926Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7798091Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7798287Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7798482Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7798666Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7798855Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7799075Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7799278Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7799495Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7799665Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7799852Z test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7800025Z test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7800195Z test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7800388Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7800579Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7800768Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7800957Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7801144Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7801313Z test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7801473Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7801642Z test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7801811Z test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7801984Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7802169Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7802339Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7802513Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7802680Z test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7802847Z test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7803015Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7803201Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7803368Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7803537Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7803711Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7803896Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7804136Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7804321Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7804479Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7804659Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7804827Z test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7805029Z test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7805197Z test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7805360Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7805521Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7805715Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7805894Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7806052Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7806255Z test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:41:43.7806437Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7806619Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7806797Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7807000Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7807200Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7807628Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 79%] 2022-12-01T10:41:43.7808009Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 79%] 2022-12-01T10:41:43.7808197Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7808374Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7808547Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7808746Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7809130Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 79%] 2022-12-01T10:41:43.7809327Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7809520Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7809711Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7809889Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7810055Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7810264Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7810468Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7810663Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7811057Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 79%] 2022-12-01T10:41:43.7811467Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 79%] 2022-12-01T10:41:43.7811665Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7811842Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7812021Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7812234Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7812393Z test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7812560Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7812728Z test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7812901Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7813068Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7813236Z test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7813403Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7813568Z test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7813728Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7813927Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 79%] 2022-12-01T10:41:43.7814092Z test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7814265Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7814433Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7814597Z test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7814758Z test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7814927Z test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7815103Z test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7815261Z test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7815431Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7815599Z test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7815770Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7815943Z test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7816113Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7816294Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7816460Z test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7816617Z test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7816789Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:43.7816936Z test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7817090Z test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7817280Z test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7817434Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7817574Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7817727Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7817882Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7818065Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7818214Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7818418Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 79%] 2022-12-01T10:41:43.7818570Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7818715Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7818863Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7819018Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7819168Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7819333Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7819483Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7819633Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cumsum_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7819803Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7820085Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7820362Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:41:43.7820514Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7820654Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7820809Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7820974Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:41:43.7821127Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7821287Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7821442Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7821598Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7821756Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7821896Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:43.7822044Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7822198Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7822357Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7822509Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7822657Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7822869Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7823032Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7823172Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7823331Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7823484Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:41:43.7823673Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7823824Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7823984Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7824143Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7824298Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:41:43.7824456Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7824594Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7824769Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7824947Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7825104Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7825256Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7825406Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7825555Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7825712Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7825856Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7826027Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7826176Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7826367Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 SKIPPED (Test expects tensor input) [ 80%] 2022-12-01T10:41:43.7826526Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7826680Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7826838Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7826994Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7827144Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7827288Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7827436Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7827586Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7827742Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7827891Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7828036Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7828192Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7828370Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7828510Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7828658Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7828808Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7828965Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7829144Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7829302Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7829455Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7829611Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7829751Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7829903Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7830055Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7830203Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:41:43.7830350Z test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7830501Z test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7830648Z test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7830796Z test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7830931Z test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7831078Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7831237Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7831381Z test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7831525Z test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7831665Z test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7831817Z test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7832018Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 80%] 2022-12-01T10:41:43.7832216Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 SKIPPED (Works only for CPU complex64) [ 80%] 2022-12-01T10:41:43.7832349Z test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7832496Z test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7832649Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7832797Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7832949Z test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7833096Z test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7833243Z test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7833403Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7833546Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7833690Z test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:41:43.7833860Z test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7834016Z test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7834159Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7834315Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7834476Z test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7834658Z test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7834789Z test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7834933Z test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7835083Z test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7835231Z test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7835396Z test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7835555Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7835706Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7835848Z test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7835993Z test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7836126Z test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7836271Z test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7836438Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:41:43.7836585Z test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7836743Z test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:41:43.7836891Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7837039Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7837199Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7837341Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7837488Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7837637Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7837783Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7837936Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7838094Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7838244Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7838390Z test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7838524Z test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7838672Z test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7838827Z test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7838976Z test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7839126Z test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7839268Z test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7839448Z test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7839599Z test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7839736Z test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7839889Z test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7840095Z test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7840246Z test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7840392Z test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7840536Z test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7840679Z test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7840876Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:41:43.7841059Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:41:43.7841244Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:41:43.7841423Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:41:43.7841571Z test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:41:43.7841718Z test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7841882Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7842042Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7842205Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:43.7842362Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7842505Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7842677Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7842829Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7842991Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7843151Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7843323Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7843482Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7843636Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7843787Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7843997Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7844163Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7844322Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7844478Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7844628Z test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:41:43.7844781Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7844968Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7845114Z test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7845248Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7845398Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7845545Z test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7845729Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumsum_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7845881Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7846031Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_prod_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7846183Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_std_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7846332Z test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7846471Z test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7846640Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7846786Z test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7846936Z test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7847079Z test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7847226Z test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7847378Z test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7847543Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7847722Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7847875Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7848045Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7848217Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7848390Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7848561Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7848741Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7848907Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7849080Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7849262Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7849413Z test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7849560Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7849713Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7849860Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7850010Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7850153Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:41:43.7850299Z test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7850477Z test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7850618Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7850764Z test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7850910Z test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7851063Z test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7851237Z test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7851384Z test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7851533Z test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7851687Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7851821Z test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7851964Z test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7852114Z test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7852260Z test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7852419Z test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7852578Z test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7852722Z test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7852866Z test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7852998Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7853144Z test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7853284Z test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7853438Z test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7853590Z test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7853732Z test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7853886Z test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7854035Z test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7854167Z test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7854311Z test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7854469Z test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7854612Z test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7854762Z test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7854904Z test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:41:43.7855046Z test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7855193Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7855324Z test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7855466Z test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7855607Z test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:43.7855749Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7855932Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7856088Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7856241Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7856397Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7856579Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7856719Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7856874Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7857028Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7857183Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7857344Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7857495Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7857648Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7857802Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7857949Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7858111Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7858273Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7858446Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7858601Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7858756Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7858911Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7859078Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7859232Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7859390Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7859541Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7859700Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cumsum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7859863Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7860187Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7860396Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 81%] 2022-12-01T10:41:43.7860604Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 81%] 2022-12-01T10:41:43.7860760Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7860910Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7861066Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7861230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7861438Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7861601Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7861763Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7861929Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7862089Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7862285Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7862429Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7862587Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7862746Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7862911Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7863068Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:41:43.7863224Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7863386Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7863547Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7863717Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7863869Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7864027Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:41:43.7864183Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7864346Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7864503Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7864668Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7864827Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:41:43.7864991Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7865162Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7865319Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7865526Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 82%] 2022-12-01T10:41:43.7865712Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7865893Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7866048Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7866205Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7866361Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7866552Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 SKIPPED (Test expects tensor input) [ 82%] 2022-12-01T10:41:43.7866695Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7866889Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7867053Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7867206Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7867357Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7867545Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7867698Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7867858Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7868013Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7868166Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7868322Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7868518Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7868758Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7868913Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7869079Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7869232Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7869390Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7869536Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7869695Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7869853Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7870007Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:41:43.7870157Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7870311Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7870468Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7870619Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7870770Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7870913Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7871071Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7871236Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7871392Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7871543Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7871692Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7871850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7872004Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7872142Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7872300Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7872482Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7872638Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7872789Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7872935Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7873132Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7873296Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7873441Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7873599Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7873753Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7873904Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7874058Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7874208Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7874355Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7874514Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7874668Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7874815Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7874965Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7875123Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7875276Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7875429Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7875587Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7875739Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7875900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7876040Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7876192Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7876342Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7876489Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7876642Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7876795Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7877015Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 82%] 2022-12-01T10:41:43.7877171Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7877326Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7877469Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7877663Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:41:43.7877878Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:41:43.7878064Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:41:43.7878213Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:41:43.7878372Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7878561Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7878724Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7878877Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7879032Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7879199Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7879369Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7879535Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7879715Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7879880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7880034Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7880270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 82%] 2022-12-01T10:41:43.7880421Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7880596Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7880752Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7880913Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7881071Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7881236Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7881387Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7881546Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7881703Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7881843Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7882005Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumprod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7882163Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumsum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7882317Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7882474Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_prod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7882630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7882784Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_sum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7882940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7883079Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7883262Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7883439Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7883618Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7883771Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7884023Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7884179Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7884325Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 PASSED [ 82%] 2022-12-01T10:41:43.7884474Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7884636Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:41:43.7884860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128 SKIPPED (Expected: new_empty_strided is not comparable) [ 83%] 2022-12-01T10:41:43.7885022Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7885180Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7885349Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7885524Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7885706Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7885880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7886053Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7886216Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7886370Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7886525Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7886680Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7886836Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7886996Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7887146Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7887297Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7887443Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7887593Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:41:43.7887749Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7887905Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7888058Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7888209Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7888367Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7888516Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7888655Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7888835Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7888993Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7889148Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7889300Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7889449Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7889632Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7889781Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7889966Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:41:43.7890107Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7890270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7890434Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7890590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7890740Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7890888Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7891039Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7891192Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7891327Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7891488Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7891639Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7891795Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7891945Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7892093Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7892249Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7892404Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7892557Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7892717Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7892870Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7893016Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:41:43.7893171Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 PASSED [ 83%] 2022-12-01T10:41:43.7893319Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:41:43.7893464Z test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7893612Z test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7893760Z test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7893896Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7894042Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7894186Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7894380Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7894526Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7894683Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7894827Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7895001Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7895137Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 XFAIL [ 83%] 2022-12-01T10:41:43.7895339Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 83%] 2022-12-01T10:41:43.7895482Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7895632Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7895784Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7895936Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7896097Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7896252Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7896387Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7896533Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7896683Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7896832Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7896987Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7897142Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7897286Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7897434Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7897586Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7897730Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7897879Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7898041Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7898209Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7898377Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7898529Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7898674Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7898820Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7898954Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7899101Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7899247Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7899395Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7899546Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7899729Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7899883Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7900197Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7900347Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7900492Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7900701Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7900853Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7901003Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7901153Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7901301Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7901453Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7901587Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7901737Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7901882Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7902039Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7902185Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7902330Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7902471Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7902617Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7902770Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7902907Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7903051Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7903200Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7903351Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7903501Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7903646Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7903797Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7903944Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7904076Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7904236Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7904390Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7904542Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7904707Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:41:43.7904851Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7904995Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7905138Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7905316Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7905472Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7905624Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7905774Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7905946Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7906125Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7906268Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7906418Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7906568Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7906704Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7906919Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 84%] 2022-12-01T10:41:43.7907072Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7907226Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7907440Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 84%] 2022-12-01T10:41:43.7907601Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7907763Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7907935Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7908096Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7908277Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7908444Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7908622Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7908803Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7908964Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7909143Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7909308Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7909469Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7909626Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7909797Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7909964Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7910114Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7910258Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 XFAIL [ 84%] 2022-12-01T10:41:43.7910410Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7910554Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7910733Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7910888Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7911028Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7911180Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7911325Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7911502Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7911650Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7911796Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7911941Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7912094Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7912226Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7912369Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7912515Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7912674Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7912831Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7913010Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7913151Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7913295Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7913438Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7913582Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7913726Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7913875Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7914029Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7914174Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7914317Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7914464Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7914602Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7914757Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7914906Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7915056Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7915204Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7915349Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7915495Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 XFAIL [ 84%] 2022-12-01T10:41:43.7915640Z test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7915782Z test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7915915Z test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7916058Z test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7916244Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7916387Z test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7916528Z test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7916672Z test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7916843Z test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7916983Z test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7917112Z test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7917251Z test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7917393Z test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7917535Z test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7917676Z test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7917817Z test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7917960Z test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7918098Z test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7918227Z test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7918373Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7918517Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7918658Z test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7918801Z test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7918942Z test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7919081Z test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7919236Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7919362Z test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7919503Z test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7919640Z test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7919781Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7919939Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7920077Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7920221Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7920363Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7920502Z test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7920653Z test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7920806Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7920954Z test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7921095Z test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7921234Z test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7921372Z test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7921542Z test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7921673Z test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7921814Z test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7921961Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7922104Z test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7922271Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7922407Z test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7922548Z test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7922706Z test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7922835Z test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7922977Z test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7923117Z test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7923255Z test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7923417Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:41:43.7923555Z test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7923695Z test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7923837Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7924052Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7924186Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7924333Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7924479Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7924621Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:41:43.7924761Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7924902Z test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7925044Z test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7925194Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7925323Z test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7925461Z test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7925606Z test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7925746Z test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7925889Z test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7926027Z test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7926172Z test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7926317Z test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7926446Z test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7926585Z test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7926724Z test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7926941Z test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7927083Z test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7927230Z test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7927444Z test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-12-01T10:41:43.7927598Z test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7927761Z test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7927903Z test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7928049Z test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7928188Z test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7928331Z test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7928471Z test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7928661Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:41:43.7928854Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:41:43.7929031Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:41:43.7929195Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:41:43.7929336Z test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7929482Z test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7929624Z test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 XFAIL [ 85%] 2022-12-01T10:41:43.7929765Z test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7929904Z test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7930055Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7930210Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7930370Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7930518Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7930668Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7930823Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7930982Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7931131Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7931298Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7931441Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7931586Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7931743Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7931895Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7932058Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7932331Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 85%] 2022-12-01T10:41:43.7932480Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7932634Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7932781Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7932938Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7933112Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7933270Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7933412Z test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7933554Z test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7933699Z test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7933848Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7933995Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7934143Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7934272Z test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7934415Z test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7934564Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_amin_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7934718Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmin_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7934864Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumsum_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7935009Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7935163Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_median_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7935318Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_normalize_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7935455Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7935610Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmax_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7935755Z test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7935903Z test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7936050Z test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7936192Z test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7936338Z test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7936500Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7936639Z test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7936768Z test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7936928Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7937077Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7937219Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7937374Z test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7937512Z test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7937754Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 SKIPPED (Expected: new_empty_strided is not comparable) [ 85%] 2022-12-01T10:41:43.7937897Z test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7938031Z test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7938216Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7938392Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7938593Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7938759Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7938921Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7939082Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7939273Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7939430Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7939577Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7939750Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7940029Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7940281Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7940442Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7940603Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7940761Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7940926Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7941105Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7941297Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7941533Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-12-01T10:41:43.7941691Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7941847Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7942014Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7942180Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7942347Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7942509Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7942660Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7942833Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7943008Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7943186Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7943398Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7943559Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7943723Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7943880Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7944053Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7944246Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7944403Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7944573Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7944755Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7944915Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7945076Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7945243Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7945411Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7945586Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 PASSED [ 85%] 2022-12-01T10:41:43.7945743Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7945901Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7946059Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7946215Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7946383Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7946553Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7946710Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7946874Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7947027Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7947190Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7947354Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7947531Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7947688Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7953429Z test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7953619Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7953780Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7953930Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7954092Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7954242Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7954377Z test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7954621Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7954791Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7954941Z test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7955086Z test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7955270Z test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7955414Z test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7955554Z test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7955686Z test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7955832Z test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7955977Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 XFAIL [ 86%] 2022-12-01T10:41:43.7956120Z test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7956273Z test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7956420Z test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7956567Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7956780Z test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 86%] 2022-12-01T10:41:43.7956934Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7957062Z test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7957202Z test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7957345Z test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7957503Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7957675Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-12-01T10:41:43.7957818Z test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7957973Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7958117Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7958266Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7958425Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7958585Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7958747Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7958903Z test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7959066Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7959211Z test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7959370Z test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7959501Z test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7959646Z test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7959787Z test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7959932Z test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7960125Z test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7960268Z test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7960411Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7960551Z test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7960695Z test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7960900Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7961055Z test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7961229Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7961400Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7961551Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7961707Z test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7961875Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7962042Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7962200Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7962370Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7962524Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7962678Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7963114Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-12-01T10:41:43.7963287Z test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7963447Z test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7963601Z test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7963752Z test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7963887Z test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7964116Z test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7964267Z test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7964410Z test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7964561Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 XFAIL [ 86%] 2022-12-01T10:41:43.7964704Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7964858Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7965000Z test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7965146Z test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7965290Z test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7965445Z test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7965588Z test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7965733Z test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7965918Z test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7966066Z test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7966207Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7966338Z test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 XFAIL [ 86%] 2022-12-01T10:41:43.7966499Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7966669Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7966814Z test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7966955Z test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7967097Z test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 PASSED [ 86%] 2022-12-01T10:41:43.7967240Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 XFAIL [ 86%] 2022-12-01T10:41:43.7967406Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu PASSED [ 86%] 2022-12-01T10:41:43.7967562Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu PASSED [ 86%] 2022-12-01T10:41:43.7967733Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu PASSED [ 86%] 2022-12-01T10:41:43.7967900Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu PASSED [ 86%] 2022-12-01T10:41:43.7968074Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu PASSED [ 86%] 2022-12-01T10:41:43.7968241Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu PASSED [ 86%] 2022-12-01T10:41:43.7968406Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu PASSED [ 86%] 2022-12-01T10:41:43.7968586Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu PASSED [ 86%] 2022-12-01T10:41:43.7968751Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu PASSED [ 86%] 2022-12-01T10:41:43.7968914Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu PASSED [ 86%] 2022-12-01T10:41:43.7969076Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu PASSED [ 86%] 2022-12-01T10:41:43.7969246Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu PASSED [ 86%] 2022-12-01T10:41:43.7969425Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu PASSED [ 86%] 2022-12-01T10:41:43.7969596Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu PASSED [ 86%] 2022-12-01T10:41:43.7969781Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu PASSED [ 86%] 2022-12-01T10:41:43.7969957Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu PASSED [ 86%] 2022-12-01T10:41:43.7970140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu PASSED [ 86%] 2022-12-01T10:41:43.7970317Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu PASSED [ 86%] 2022-12-01T10:41:43.7970485Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu PASSED [ 86%] 2022-12-01T10:41:43.7970643Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu PASSED [ 86%] 2022-12-01T10:41:43.7970820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu PASSED [ 86%] 2022-12-01T10:41:43.7970993Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu PASSED [ 86%] 2022-12-01T10:41:43.7971158Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu PASSED [ 86%] 2022-12-01T10:41:43.7971360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu PASSED [ 86%] 2022-12-01T10:41:43.7971533Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu PASSED [ 86%] 2022-12-01T10:41:43.7971702Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu PASSED [ 86%] 2022-12-01T10:41:43.7971869Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu PASSED [ 86%] 2022-12-01T10:41:43.7972053Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu PASSED [ 86%] 2022-12-01T10:41:43.7972218Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu PASSED [ 86%] 2022-12-01T10:41:43.7972381Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu PASSED [ 86%] 2022-12-01T10:41:43.7972551Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu PASSED [ 87%] 2022-12-01T10:41:43.7972719Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu PASSED [ 87%] 2022-12-01T10:41:43.7972890Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu PASSED [ 87%] 2022-12-01T10:41:43.7973067Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu PASSED [ 87%] 2022-12-01T10:41:43.7973235Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu PASSED [ 87%] 2022-12-01T10:41:43.7973401Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu PASSED [ 87%] 2022-12-01T10:41:43.7973563Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu PASSED [ 87%] 2022-12-01T10:41:43.7973739Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu PASSED [ 87%] 2022-12-01T10:41:43.7973909Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu PASSED [ 87%] 2022-12-01T10:41:43.7974082Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu PASSED [ 87%] 2022-12-01T10:41:43.7974252Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu PASSED [ 87%] 2022-12-01T10:41:43.7974422Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu PASSED [ 87%] 2022-12-01T10:41:43.7974594Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu PASSED [ 87%] 2022-12-01T10:41:43.7974771Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu PASSED [ 87%] 2022-12-01T10:41:43.7974935Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu PASSED [ 87%] 2022-12-01T10:41:43.7975088Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu PASSED [ 87%] 2022-12-01T10:41:43.7975255Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu PASSED [ 87%] 2022-12-01T10:41:43.7975429Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu PASSED [ 87%] 2022-12-01T10:41:43.7975590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu PASSED [ 87%] 2022-12-01T10:41:43.7975760Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu PASSED [ 87%] 2022-12-01T10:41:43.7975926Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu PASSED [ 87%] 2022-12-01T10:41:43.7976087Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu PASSED [ 87%] 2022-12-01T10:41:43.7976258Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu PASSED [ 87%] 2022-12-01T10:41:43.7976432Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu PASSED [ 87%] 2022-12-01T10:41:43.7976590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu PASSED [ 87%] 2022-12-01T10:41:43.7976809Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu PASSED [ 87%] 2022-12-01T10:41:43.7976981Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu PASSED [ 87%] 2022-12-01T10:41:43.7977153Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu PASSED [ 87%] 2022-12-01T10:41:43.7977318Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu PASSED [ 87%] 2022-12-01T10:41:43.7977488Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu PASSED [ 87%] 2022-12-01T10:41:43.7977684Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu PASSED [ 87%] 2022-12-01T10:41:43.7977849Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu PASSED [ 87%] 2022-12-01T10:41:43.7978010Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu PASSED [ 87%] 2022-12-01T10:41:43.7978186Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu PASSED [ 87%] 2022-12-01T10:41:43.7978357Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu PASSED [ 87%] 2022-12-01T10:41:43.7978528Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu PASSED [ 87%] 2022-12-01T10:41:43.7978695Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu PASSED [ 87%] 2022-12-01T10:41:43.7978866Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu PASSED [ 87%] 2022-12-01T10:41:43.7979038Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu PASSED [ 87%] 2022-12-01T10:41:43.7979205Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu PASSED [ 87%] 2022-12-01T10:41:43.7979377Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu PASSED [ 87%] 2022-12-01T10:41:43.7979536Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu PASSED [ 87%] 2022-12-01T10:41:43.7979701Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu PASSED [ 87%] 2022-12-01T10:41:43.7979874Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu PASSED [ 87%] 2022-12-01T10:41:43.7980241Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu PASSED [ 87%] 2022-12-01T10:41:43.7980457Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu PASSED [ 87%] 2022-12-01T10:41:43.7980626Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu PASSED [ 87%] 2022-12-01T10:41:43.7980813Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu PASSED [ 87%] 2022-12-01T10:41:43.7980995Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu PASSED [ 87%] 2022-12-01T10:41:43.7981180Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu PASSED [ 87%] 2022-12-01T10:41:43.7981357Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu PASSED [ 87%] 2022-12-01T10:41:43.7981549Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_huber_loss_cpu PASSED [ 87%] 2022-12-01T10:41:43.7981733Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu PASSED [ 87%] 2022-12-01T10:41:43.7981939Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 87%] 2022-12-01T10:41:43.7982122Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu PASSED [ 87%] 2022-12-01T10:41:43.7982306Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu PASSED [ 87%] 2022-12-01T10:41:43.7982561Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu PASSED [ 87%] 2022-12-01T10:41:43.7982745Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu PASSED [ 87%] 2022-12-01T10:41:43.7982923Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu PASSED [ 87%] 2022-12-01T10:41:43.7983097Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu PASSED [ 87%] 2022-12-01T10:41:43.7983327Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu PASSED [ 87%] 2022-12-01T10:41:43.7983514Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu PASSED [ 87%] 2022-12-01T10:41:43.7983705Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu PASSED [ 87%] 2022-12-01T10:41:43.7983870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu PASSED [ 87%] 2022-12-01T10:41:43.7984051Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu PASSED [ 87%] 2022-12-01T10:41:43.7984225Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu PASSED [ 87%] 2022-12-01T10:41:43.7984393Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu PASSED [ 87%] 2022-12-01T10:41:43.7984564Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu PASSED [ 87%] 2022-12-01T10:41:43.7984720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu PASSED [ 87%] 2022-12-01T10:41:43.7984889Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu PASSED [ 87%] 2022-12-01T10:41:43.7985053Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu PASSED [ 87%] 2022-12-01T10:41:43.7985219Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu PASSED [ 87%] 2022-12-01T10:41:43.7985395Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu PASSED [ 87%] 2022-12-01T10:41:43.7985559Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu PASSED [ 87%] 2022-12-01T10:41:43.7985726Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu PASSED [ 87%] 2022-12-01T10:41:43.7985888Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu PASSED [ 87%] 2022-12-01T10:41:43.7986067Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu PASSED [ 87%] 2022-12-01T10:41:43.7986216Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu PASSED [ 87%] 2022-12-01T10:41:43.7986387Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu PASSED [ 87%] 2022-12-01T10:41:43.7986553Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu PASSED [ 87%] 2022-12-01T10:41:43.7986726Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu PASSED [ 87%] 2022-12-01T10:41:43.7986888Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu PASSED [ 87%] 2022-12-01T10:41:43.7987058Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu PASSED [ 87%] 2022-12-01T10:41:43.7987219Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu PASSED [ 87%] 2022-12-01T10:41:43.7987385Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu PASSED [ 87%] 2022-12-01T10:41:43.7987548Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu PASSED [ 87%] 2022-12-01T10:41:43.7987711Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu PASSED [ 87%] 2022-12-01T10:41:43.7987879Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu PASSED [ 87%] 2022-12-01T10:41:43.7988083Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu PASSED [ 87%] 2022-12-01T10:41:43.7988259Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu PASSED [ 87%] 2022-12-01T10:41:43.7988424Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu PASSED [ 87%] 2022-12-01T10:41:43.7988595Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu PASSED [ 87%] 2022-12-01T10:41:43.7988795Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu PASSED [ 87%] 2022-12-01T10:41:43.7988964Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu PASSED [ 87%] 2022-12-01T10:41:43.7989136Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu PASSED [ 87%] 2022-12-01T10:41:43.7989297Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu PASSED [ 87%] 2022-12-01T10:41:43.7989466Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu PASSED [ 87%] 2022-12-01T10:41:43.7989637Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu PASSED [ 87%] 2022-12-01T10:41:43.7989802Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu PASSED [ 87%] 2022-12-01T10:41:43.7989971Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu PASSED [ 87%] 2022-12-01T10:41:43.7990141Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu PASSED [ 87%] 2022-12-01T10:41:43.7990308Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu PASSED [ 87%] 2022-12-01T10:41:43.7990482Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu PASSED [ 87%] 2022-12-01T10:41:43.7990636Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu PASSED [ 87%] 2022-12-01T10:41:43.7990801Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu PASSED [ 87%] 2022-12-01T10:41:43.7990965Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu PASSED [ 87%] 2022-12-01T10:41:43.7991130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu PASSED [ 87%] 2022-12-01T10:41:43.7991302Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu PASSED [ 87%] 2022-12-01T10:41:43.7991470Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu PASSED [ 87%] 2022-12-01T10:41:43.7991638Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu PASSED [ 87%] 2022-12-01T10:41:43.7991810Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu PASSED [ 87%] 2022-12-01T10:41:43.7991977Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu PASSED [ 87%] 2022-12-01T10:41:43.7992134Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu PASSED [ 87%] 2022-12-01T10:41:43.7992301Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu PASSED [ 87%] 2022-12-01T10:41:43.7992482Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu PASSED [ 87%] 2022-12-01T10:41:43.7992657Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu PASSED [ 87%] 2022-12-01T10:41:43.7992917Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu SKIPPED (_refs.bitwise_right_shift does not have an entry in python_ref_db) [ 87%] 2022-12-01T10:41:43.7993100Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu PASSED [ 87%] 2022-12-01T10:41:43.7993270Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu PASSED [ 87%] 2022-12-01T10:41:43.7993438Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu PASSED [ 87%] 2022-12-01T10:41:43.7993631Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu PASSED [ 87%] 2022-12-01T10:41:43.7993796Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu PASSED [ 87%] 2022-12-01T10:41:43.7993979Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu PASSED [ 87%] 2022-12-01T10:41:43.7994159Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu PASSED [ 87%] 2022-12-01T10:41:43.7994369Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu PASSED [ 87%] 2022-12-01T10:41:43.7994534Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu PASSED [ 87%] 2022-12-01T10:41:43.7994699Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu PASSED [ 87%] 2022-12-01T10:41:43.7994873Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu PASSED [ 87%] 2022-12-01T10:41:43.7995037Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu PASSED [ 87%] 2022-12-01T10:41:43.7995207Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu PASSED [ 87%] 2022-12-01T10:41:43.7995361Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu PASSED [ 87%] 2022-12-01T10:41:43.7995535Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu PASSED [ 87%] 2022-12-01T10:41:43.7995700Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu PASSED [ 88%] 2022-12-01T10:41:43.7995863Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu PASSED [ 88%] 2022-12-01T10:41:43.7996029Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu PASSED [ 88%] 2022-12-01T10:41:43.7996199Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu PASSED [ 88%] 2022-12-01T10:41:43.7996369Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu PASSED [ 88%] 2022-12-01T10:41:43.7996540Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu PASSED [ 88%] 2022-12-01T10:41:43.7996707Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu PASSED [ 88%] 2022-12-01T10:41:43.7996863Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu PASSED [ 88%] 2022-12-01T10:41:43.7997039Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu PASSED [ 88%] 2022-12-01T10:41:43.7997211Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu PASSED [ 88%] 2022-12-01T10:41:43.7997383Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu PASSED [ 88%] 2022-12-01T10:41:43.7997553Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu PASSED [ 88%] 2022-12-01T10:41:43.7997722Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu PASSED [ 88%] 2022-12-01T10:41:43.7997887Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu PASSED [ 88%] 2022-12-01T10:41:43.7998056Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu PASSED [ 88%] 2022-12-01T10:41:43.7998224Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu PASSED [ 88%] 2022-12-01T10:41:43.7998381Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu PASSED [ 88%] 2022-12-01T10:41:43.7998602Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu SKIPPED (_refs.full does not have an entry in python_ref_db) [ 88%] 2022-12-01T10:41:43.7998767Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu PASSED [ 88%] 2022-12-01T10:41:43.7998959Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu PASSED [ 88%] 2022-12-01T10:41:43.7999134Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu PASSED [ 88%] 2022-12-01T10:41:43.7999301Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu PASSED [ 88%] 2022-12-01T10:41:43.7999468Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu PASSED [ 88%] 2022-12-01T10:41:43.7999655Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu PASSED [ 88%] 2022-12-01T10:41:43.7999819Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu PASSED [ 88%] 2022-12-01T10:41:43.8000094Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add__cpu SKIPPED (_refs.index_add_ does not have an entry in python_ref_db) [ 88%] 2022-12-01T10:41:43.8000363Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu PASSED [ 88%] 2022-12-01T10:41:43.8000638Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu PASSED [ 88%] 2022-12-01T10:41:43.8000822Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu PASSED [ 88%] 2022-12-01T10:41:43.8000991Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu PASSED [ 88%] 2022-12-01T10:41:43.8001215Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu SKIPPED (_refs.item does not have an entry in python_ref_db) [ 88%] 2022-12-01T10:41:43.8001383Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu PASSED [ 88%] 2022-12-01T10:41:43.8001554Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu PASSED [ 88%] 2022-12-01T10:41:43.8001720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu PASSED [ 88%] 2022-12-01T10:41:43.8001877Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu PASSED [ 88%] 2022-12-01T10:41:43.8002043Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu PASSED [ 88%] 2022-12-01T10:41:43.8002219Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu PASSED [ 88%] 2022-12-01T10:41:43.8002392Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu PASSED [ 88%] 2022-12-01T10:41:43.8002556Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu PASSED [ 88%] 2022-12-01T10:41:43.8002725Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu PASSED [ 88%] 2022-12-01T10:41:43.8002899Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu PASSED [ 88%] 2022-12-01T10:41:43.8003069Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu PASSED [ 88%] 2022-12-01T10:41:43.8003239Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu PASSED [ 88%] 2022-12-01T10:41:43.8003395Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu PASSED [ 88%] 2022-12-01T10:41:43.8003558Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu PASSED [ 88%] 2022-12-01T10:41:43.8003734Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu PASSED [ 88%] 2022-12-01T10:41:43.8003998Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu PASSED [ 88%] 2022-12-01T10:41:43.8004195Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu PASSED [ 88%] 2022-12-01T10:41:43.8004397Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 88%] 2022-12-01T10:41:43.8004585Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu PASSED [ 88%] 2022-12-01T10:41:43.8004814Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu PASSED [ 88%] 2022-12-01T10:41:43.8005014Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu PASSED [ 88%] 2022-12-01T10:41:43.8005187Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu PASSED [ 88%] 2022-12-01T10:41:43.8005383Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 88%] 2022-12-01T10:41:43.8005596Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu PASSED [ 88%] 2022-12-01T10:41:43.8005787Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu PASSED [ 88%] 2022-12-01T10:41:43.8005972Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu PASSED [ 88%] 2022-12-01T10:41:43.8006142Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu PASSED [ 88%] 2022-12-01T10:41:43.8006375Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu SKIPPED (_refs.rtruediv does not have an entry in python_ref_db) [ 88%] 2022-12-01T10:41:43.8006552Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu PASSED [ 88%] 2022-12-01T10:41:43.8006728Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu PASSED [ 88%] 2022-12-01T10:41:43.8006910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_spherical_bessel_j0_cpu PASSED [ 88%] 2022-12-01T10:41:43.8007088Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu PASSED [ 88%] 2022-12-01T10:41:43.8007258Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu PASSED [ 88%] 2022-12-01T10:41:43.8007431Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu PASSED [ 88%] 2022-12-01T10:41:43.8007598Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu PASSED [ 88%] 2022-12-01T10:41:43.8007771Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu PASSED [ 88%] 2022-12-01T10:41:43.8007935Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu PASSED [ 88%] 2022-12-01T10:41:43.8008172Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu SKIPPED (_refs.swap_axes does not have an entry in python_ref_db) [ 88%] 2022-12-01T10:41:43.8008343Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu PASSED [ 88%] 2022-12-01T10:41:43.8008506Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu PASSED [ 88%] 2022-12-01T10:41:43.8008725Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu SKIPPED (_refs.to does not have an entry in python_ref_db) [ 88%] 2022-12-01T10:41:43.8008892Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu PASSED [ 88%] 2022-12-01T10:41:43.8009068Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu PASSED [ 88%] 2022-12-01T10:41:43.8009296Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu SKIPPED (_refs.uniform does not have an entry in python_ref_db) [ 88%] 2022-12-01T10:41:43.8009471Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu PASSED [ 88%] 2022-12-01T10:41:43.8009636Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu PASSED [ 88%] 2022-12-01T10:41:43.8009806Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu PASSED [ 88%] 2022-12-01T10:41:43.8009973Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu PASSED [ 88%] 2022-12-01T10:41:43.8010151Z test_ops.py::TestFakeTensorCPU::test_fake___getitem___cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8010288Z test_ops.py::TestFakeTensorCPU::test_fake___rand___cpu_int64 PASSED [ 88%] 2022-12-01T10:41:43.8010435Z test_ops.py::TestFakeTensorCPU::test_fake___rdiv___cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8010577Z test_ops.py::TestFakeTensorCPU::test_fake___rmod___cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8010720Z test_ops.py::TestFakeTensorCPU::test_fake___rmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8010889Z test_ops.py::TestFakeTensorCPU::test_fake_abs_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8011031Z test_ops.py::TestFakeTensorCPU::test_fake_acos_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8011176Z test_ops.py::TestFakeTensorCPU::test_fake_addbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8011319Z test_ops.py::TestFakeTensorCPU::test_fake_addcdiv_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8011448Z test_ops.py::TestFakeTensorCPU::test_fake_all_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8011597Z test_ops.py::TestFakeTensorCPU::test_fake_allclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8011738Z test_ops.py::TestFakeTensorCPU::test_fake_amax_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8011880Z test_ops.py::TestFakeTensorCPU::test_fake_angle_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8012020Z test_ops.py::TestFakeTensorCPU::test_fake_any_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8012166Z test_ops.py::TestFakeTensorCPU::test_fake_arange_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8012308Z test_ops.py::TestFakeTensorCPU::test_fake_argmax_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8012453Z test_ops.py::TestFakeTensorCPU::test_fake_as_strided_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8012599Z test_ops.py::TestFakeTensorCPU::test_fake_as_strided_scatter_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8012741Z test_ops.py::TestFakeTensorCPU::test_fake_asinh_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8012884Z test_ops.py::TestFakeTensorCPU::test_fake_atan2_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8013022Z test_ops.py::TestFakeTensorCPU::test_fake_atanh_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8013166Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_2d_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8013310Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_3d_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8013453Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_T_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8013612Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rpow___cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8013752Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rsub___cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8013906Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_abs_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8014062Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcdiv_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8014232Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_decomposed_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8014388Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmv_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8014539Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addr_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8014689Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_any_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8014845Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmax_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8014986Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8015142Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argwhere_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8015308Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_scatter_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8015462Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan2_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8015656Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8015811Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atanh_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8015970Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_3d_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8016127Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_baddbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8016282Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bfloat16_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8016491Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bincount_cpu_int64 PASSED [ 88%] 2022-12-01T10:41:43.8016649Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_not_cpu_int64 PASSED [ 88%] 2022-12-01T10:41:43.8016804Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_or_cpu_int64 PASSED [ 88%] 2022-12-01T10:41:43.8016974Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 PASSED [ 88%] 2022-12-01T10:41:43.8017133Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_xor_cpu_int64 PASSED [ 88%] 2022-12-01T10:41:43.8017287Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8017440Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bool_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8017601Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bucketize_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8017737Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_byte_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8017904Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_solve_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:43.8018060Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8018221Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_max_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8018377Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clone_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8018540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_column_stack_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8018695Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8018857Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_physical_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8019009Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_constant_pad_nd_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8019189Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cov_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:43.8019341Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cross_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8019496Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummax_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8019652Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumprod_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8019805Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumsum_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8020115Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8020323Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_deg2rad_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8020483Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_embed_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8020628Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagflat_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8020787Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8020955Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_scatter_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8021111Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_digamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8021282Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8021497Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_equal_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8021652Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erf_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8021806Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfinv_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8021945Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp2_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8022102Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8022294Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8022453Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8022610Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8022768Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8022936Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftshift_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8023092Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8023234Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8023393Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8023549Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8023708Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8023862Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8024017Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8024171Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flatten_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8024329Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fliplr_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8024481Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flipud_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8024622Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8024783Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_divide_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8024934Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8025086Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmod_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8025235Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_frac_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8025390Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_like_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8025546Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gather_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8025695Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gcd_cpu_int64 PASSED [ 89%] 2022-12-01T10:41:43.8025835Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ge_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8025987Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_half_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8026143Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hstack_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8026294Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_igamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8026455Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_copy_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8026608Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_int_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8026758Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isin_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8026911Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isnan_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8027134Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-12-01T10:41:43.8027290Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_kron_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8027440Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_le_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8027591Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lerp_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8027746Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lgamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8027933Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cross_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8028093Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigh_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8028250Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8028411Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8028566Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8028747Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8028909Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8029075Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8029241Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8029398Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8029598Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:43.8029783Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:43.8029932Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svd_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8030099Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8030292Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:43.8030452Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vander_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8030614Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vecdot_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8030766Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log2_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8030917Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8031083Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8031244Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp2_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8031390Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_or_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8031548Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logspace_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8031699Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_long_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8031848Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lt_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8032007Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_unpack_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8032155Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mH_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8032316Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amax_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8032478Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmin_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8032658Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumprod_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8032817Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumsum_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8032976Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_fill_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8033145Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logaddexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8033303Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_mean_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8033490Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_median_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8033654Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_scatter_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8033813Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_select_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8033972Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmin_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8034119Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_sum_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8034277Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_var_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8034429Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_matmul_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8034583Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_matrix_exp_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8034757Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8034910Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_median_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8035065Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_binary_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8035220Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_minimum_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8035362Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mode_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8035515Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_msort_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8035665Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mul_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8035851Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_multinomial_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:43.8036048Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:43.8036246Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:43.8036407Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_copy_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8036584Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:41:43.8036737Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ne_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8036890Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_strided_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8037049Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_ones_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8037204Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_zeros_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8037361Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nextafter_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8037576Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-12-01T10:41:43.8037763Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8037947Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8038161Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8038347Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8038513Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8038684Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8038884Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8039055Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8039241Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8039425Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:43.8039606Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8039786Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8039962Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8040124Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8040333Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8040519Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8040708Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8040887Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8041062Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8041234Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8041409Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8041581Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8041758Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8041929Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8042102Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8042272Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_linear_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8042457Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8042633Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8042817Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8042993Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8043161Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8043332Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8043510Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8043727Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8043900Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mish_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8044145Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8044329Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8044555Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8044737Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8044917Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8045078Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8045264Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8045432Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8045616Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 PASSED [ 90%] 2022-12-01T10:41:43.8045795Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8045981Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8046157Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8046334Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8046510Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8046684Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8046885Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8047055Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8047212Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8047371Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_inf_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8047524Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_nuc_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8047691Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_number_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8047848Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ormqr_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8048000Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_outer_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8048149Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pca_lowrank_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8048303Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pinverse_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8048458Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polar_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8048635Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8048807Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8048961Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8049111Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_qr_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8049301Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rand_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8049449Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8049602Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ravel_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8049761Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reciprocal_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8049917Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_renorm_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8050098Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8050258Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize__cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8050417Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_neg_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8050569Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rot90_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8050718Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_add_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8050874Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8051043Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8051212Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8051377Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_searchsorted_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8051551Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8051705Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8051867Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8052019Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sgn_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8052164Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sigmoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8052316Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinc_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8052477Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8052627Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sort_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8052797Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j0_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8052963Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y1_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8053149Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8053312Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_erfcx_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8053482Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8053665Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8053823Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8054006Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8054442Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 90%] 2022-12-01T10:41:43.8054625Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8054805Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8055014Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtri_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8055214Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8055389Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8055577Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8055988Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 90%] 2022-12-01T10:41:43.8056144Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8056298Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sqrt_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8056454Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_square_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8056611Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8056765Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8056917Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_stft_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8057057Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sub_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8057208Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8057372Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_lowrank_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8057521Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_t_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8057685Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_along_dim_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8057840Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8058030Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensor_split_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:41:43.8058183Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8058340Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trace_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8058487Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_transpose_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8058648Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapezoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8058807Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_indices_cpu_int64 PASSED [ 90%] 2022-12-01T10:41:43.8058959Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8059113Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_indices_cpu_int64 PASSED [ 90%] 2022-12-01T10:41:43.8059273Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_true_divide_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8059428Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trunc_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8059599Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_consecutive_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8059743Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8059903Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unsqueeze_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8060268Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8060425Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vdot_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8060591Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_complex_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8060745Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8060901Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_xlogy_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8061108Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zero__cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8061255Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8061405Z test_ops.py::TestFakeTensorCPU::test_fake_baddbmm_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8061552Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_and_cpu_int64 PASSED [ 90%] 2022-12-01T10:41:43.8061739Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_not_cpu_int64 PASSED [ 90%] 2022-12-01T10:41:43.8061895Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_right_shift_cpu_int64 PASSED [ 90%] 2022-12-01T10:41:43.8062041Z test_ops.py::TestFakeTensorCPU::test_fake_bool_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8062194Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_to_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8062338Z test_ops.py::TestFakeTensorCPU::test_fake_cat_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:43.8062472Z test_ops.py::TestFakeTensorCPU::test_fake_cdist_cpu_float32 PASSED [ 91%] 2022-12-01T10:41:43.8062617Z test_ops.py::TestFakeTensorCPU::test_fake_char_cpu_float32 PASSED [ 91%] 2022-12-01T10:41:43.8062792Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:41:43.8062972Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_inverse_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:41:43.8063124Z test_ops.py::TestFakeTensorCPU::test_fake_chunk_cpu_float32 PASSED [ 91%] 2022-12-01T10:41:43.8063270Z test_ops.py::TestFakeTensorCPU::test_fake_complex_cpu_float32 PASSED [ 91%] 2022-12-01T10:41:43.8063419Z test_ops.py::TestFakeTensorCPU::test_fake_contiguous_cpu_float32 PASSED [ 91%] 2022-12-01T10:41:43.8063565Z test_ops.py::TestFakeTensorCPU::test_fake_copysign_cpu_float32 PASSED [ 91%] 2022-12-01T10:41:43.8063705Z test_ops.py::TestFakeTensorCPU::test_fake_cos_cpu_float32 PASSED [ 91%] 2022-12-01T10:41:43.8063858Z test_ops.py::TestFakeTensorCPU::test_fake_cov_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:41:43.8064044Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_T_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8064241Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8064437Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8064630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8064815Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8065000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8065192Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8065384Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8065563Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8065746Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8065934Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8066116Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8066308Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8066543Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8066732Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8066913Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8067105Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8067327Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8067501Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8067683Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8067870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8068070Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8068260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8068456Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8068653Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8068845Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8069044Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8069225Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8069416Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8069602Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8069789Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8069977Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8070166Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8070361Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8070555Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8070740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8070941Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8071120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_double_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8071305Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8071485Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8071694Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8071889Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8072076Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8072263Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8072479Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8072669Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8072860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8073046Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8073238Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8073426Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8073616Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8073804Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8073997Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8074189Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8074384Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8074574Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8074751Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8074939Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8075130Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8075323Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8075508Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8075691Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8075881Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8076064Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8076254Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8076448Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8076625Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8076810Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8077027Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8077232Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8077426Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8077654Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8077866Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8078078Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8078273Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8078472Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8078658Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8078856Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8079047Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:41:43.8079244Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8079437Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8079641Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8079829Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8080022Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8080219Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8080406Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8080586Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8080777Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8080961Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8081156Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8081350Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8081542Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8081736Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8081929Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8082150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8082344Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8082525Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8082717Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8082939Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8083144Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8083335Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8083526Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8083731Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8083993Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8084185Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8084380Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8084581Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8084771Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8084970Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8085166Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8085355Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8085556Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8085763Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8085949Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8086181Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8086389Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8086614Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8086831Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8087053Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8087262Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8087505Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:41:43.8087719Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8087933Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8088143Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8088389Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8088599Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8088787Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:41:43.8088995Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8089202Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8089414Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8089622Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8089853Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8090079Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8090282Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8090490Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8090699Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8090906Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8091112Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8091326Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8091544Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8091762Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8091979Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8092203Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8092406Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8092611Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8092851Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8093066Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8093258Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8093492Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8093709Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8093911Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8094131Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8094353Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8094558Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8094765Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8094976Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8095187Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8095398Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8095591Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8095803Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8096008Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8096204Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8096402Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8096617Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8096835Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8097039Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8097245Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8097451Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8097682Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8097898Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8098086Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8098273Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8098464Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8098690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8098888Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8099079Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8099266Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pinverse_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:41:43.8099454Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8099649Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8099858Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8100254Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8100446Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8100630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_put_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8100828Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8101022Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8101212Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8101404Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8101601Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8101779Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8101969Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8102159Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8102366Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8102557Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8102756Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8102952Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8103143Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8103415Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8103602Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8103793Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8103993Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8104230Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8104437Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8104637Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8104838Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8105027Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8105209Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8105398Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8105602Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8105785Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8105983Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8106182Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8106382Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8106612Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8106804Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8107001Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8107188Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8107377Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8107562Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8107738Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8107921Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_t_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8108119Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8108303Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8108486Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8108701Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8108895Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8109080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8109267Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8109475Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8109661Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8109847Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8110036Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8110227Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8110413Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8110611Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8110800Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8110989Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8111178Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_where_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8111351Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8111531Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8111714Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_T_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8111906Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8112099Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8112286Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8112474Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8112666Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8112856Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8113036Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8113240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8113428Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8113619Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8113821Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8114037Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:41:43.8114230Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8114423Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8114648Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8114847Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8115036Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8115229Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8115419Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8115618Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8115811Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8116010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8116209Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8116401Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8116602Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8116798Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8116977Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8117162Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8117351Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8117540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8117730Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8117923Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8118135Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8118322Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8118518Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8118724Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8118905Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8119092Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8119323Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8119530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8119719Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_double_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8119945Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8120135Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8120323Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8120515Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8120702Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8120883Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8121079Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8121277Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8121470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8121662Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8121853Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8122053Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8122248Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8122439Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8122633Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8122811Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8123000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8123200Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8123389Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8123577Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8123771Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8124041Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8124234Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_half_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8124454Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8124629Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8124828Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8125031Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8125250Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8125444Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8125636Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8125828Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8126021Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8126215Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8126410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8126594Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8126795Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8127013Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8127211Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8127409Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8127606Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8127814Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8128014Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8128208Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8128410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8128608Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8128803Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8129007Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8129207Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8129405Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8129609Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8129844Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8130033Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8130221Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8130410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8130622Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8130825Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8131023Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8131213Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8131404Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8131599Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8131786Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8131978Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8132172Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8132373Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8132559Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8132754Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8132949Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8133152Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8133352Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8133543Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8133745Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8133939Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8134133Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8134325Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8134503Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8134696Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8134928Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8135137Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8135331Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8135545Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8135778Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8135965Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8136153Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8136343Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8136517Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8136713Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8136905Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8137098Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8137300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8137486Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8137716Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8137935Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8138151Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8138365Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8138562Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8138773Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8138979Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8139188Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8139393Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8139601Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8139817Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8140216Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8140519Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:41:43.8140731Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8140934Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8141174Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8141408Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8141654Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8141878Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8142082Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8142292Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8142505Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8142712Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8142937Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8143157Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8143380Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8143573Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8143785Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8143999Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8144215Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8144423Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8144630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8144835Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8145053Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8145271Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8145509Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8145722Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8145916Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8146122Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8146371Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8146581Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8146795Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8147009Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8147219Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8147432Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8147648Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8147849Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8148049Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8148265Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8148471Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8148677Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8148893Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8149096Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8149287Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8149497Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8149708Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8149896Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8150086Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8150262Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8150453Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_real_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8150674Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8150870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8151059Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8151255Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8151476Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8151672Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8151860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8152040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8152245Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8152456Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8152663Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8152856Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8153057Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8153248Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8153435Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8153631Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8153823Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8154010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8154206Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8154403Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8154599Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8154800Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8154998Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8155187Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8155381Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8155571Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8155760Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8155960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8156156Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8156357Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8156545Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8156766Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8156952Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8157145Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8157342Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8157534Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8157738Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8157916Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8158104Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8158294Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8158493Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8158680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8158879Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8159070Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8159258Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8159446Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8159638Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8159818Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:41:43.8159969Z test_ops.py::TestFakeTensorCPU::test_fake_cummin_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8160118Z test_ops.py::TestFakeTensorCPU::test_fake_deg2rad_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8160263Z test_ops.py::TestFakeTensorCPU::test_fake_diag_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8160410Z test_ops.py::TestFakeTensorCPU::test_fake_diag_embed_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8160560Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8160718Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_scatter_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8160874Z test_ops.py::TestFakeTensorCPU::test_fake_div_floor_rounding_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8161019Z test_ops.py::TestFakeTensorCPU::test_fake_div_trunc_rounding_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8161192Z test_ops.py::TestFakeTensorCPU::test_fake_dsplit_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8161339Z test_ops.py::TestFakeTensorCPU::test_fake_empty_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8161487Z test_ops.py::TestFakeTensorCPU::test_fake_empty_like_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8161629Z test_ops.py::TestFakeTensorCPU::test_fake_expm1_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8161770Z test_ops.py::TestFakeTensorCPU::test_fake_eye_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8161942Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8162086Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8162218Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8162360Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8162503Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8162651Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8162796Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8162939Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8163081Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8163228Z test_ops.py::TestFakeTensorCPU::test_fake_flatten_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8163356Z test_ops.py::TestFakeTensorCPU::test_fake_flip_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8163496Z test_ops.py::TestFakeTensorCPU::test_fake_floor_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8163634Z test_ops.py::TestFakeTensorCPU::test_fake_fmin_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8163773Z test_ops.py::TestFakeTensorCPU::test_fake_fmod_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8163985Z test_ops.py::TestFakeTensorCPU::test_fake_frexp_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8164135Z test_ops.py::TestFakeTensorCPU::test_fake_full_like_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8164276Z test_ops.py::TestFakeTensorCPU::test_fake_half_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8164420Z test_ops.py::TestFakeTensorCPU::test_fake_histc_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8164554Z test_ops.py::TestFakeTensorCPU::test_fake_histogramdd_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8164701Z test_ops.py::TestFakeTensorCPU::test_fake_hstack_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8164844Z test_ops.py::TestFakeTensorCPU::test_fake_igamma_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8164985Z test_ops.py::TestFakeTensorCPU::test_fake_igammac_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8165130Z test_ops.py::TestFakeTensorCPU::test_fake_index_copy_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:43.8165276Z test_ops.py::TestFakeTensorCPU::test_fake_index_fill_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8165429Z test_ops.py::TestFakeTensorCPU::test_fake_index_reduce_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8165572Z test_ops.py::TestFakeTensorCPU::test_fake_inner_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8165715Z test_ops.py::TestFakeTensorCPU::test_fake_int_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8165844Z test_ops.py::TestFakeTensorCPU::test_fake_isclose_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8165989Z test_ops.py::TestFakeTensorCPU::test_fake_isnan_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8166134Z test_ops.py::TestFakeTensorCPU::test_fake_isposinf_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8166276Z test_ops.py::TestFakeTensorCPU::test_fake_kron_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8166416Z test_ops.py::TestFakeTensorCPU::test_fake_lcm_cpu_int64 PASSED [ 95%] 2022-12-01T10:41:43.8166558Z test_ops.py::TestFakeTensorCPU::test_fake_ldexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8166749Z test_ops.py::TestFakeTensorCPU::test_fake_lerp_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8166892Z test_ops.py::TestFakeTensorCPU::test_fake_lgamma_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8167023Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cond_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8167166Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8167324Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_singular_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8167499Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigh_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8167670Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_householder_product_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8167827Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_solve_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8167995Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8168144Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8168288Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8168449Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8168605Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_solve_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8168790Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_power_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:43.8168985Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:43.8169141Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_multi_dot_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8169289Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8169518Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 95%] 2022-12-01T10:41:43.8169683Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_triangular_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8169817Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_svd_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8169973Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorinv_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8170132Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vector_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8170277Z test_ops.py::TestFakeTensorCPU::test_fake_linspace_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8170422Z test_ops.py::TestFakeTensorCPU::test_fake_log1p_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8170564Z test_ops.py::TestFakeTensorCPU::test_fake_log_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8170710Z test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8170857Z test_ops.py::TestFakeTensorCPU::test_fake_logaddexp2_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8170998Z test_ops.py::TestFakeTensorCPU::test_fake_logcumsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8171146Z test_ops.py::TestFakeTensorCPU::test_fake_logical_not_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8171295Z test_ops.py::TestFakeTensorCPU::test_fake_logsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8171436Z test_ops.py::TestFakeTensorCPU::test_fake_long_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8171578Z test_ops.py::TestFakeTensorCPU::test_fake_mT_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8171731Z test_ops.py::TestFakeTensorCPU::test_fake_masked_argmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8171883Z test_ops.py::TestFakeTensorCPU::test_fake_masked_argmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8172032Z test_ops.py::TestFakeTensorCPU::test_fake_masked_cumsum_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8172201Z test_ops.py::TestFakeTensorCPU::test_fake_masked_log_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8172361Z test_ops.py::TestFakeTensorCPU::test_fake_masked_logaddexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8172516Z test_ops.py::TestFakeTensorCPU::test_fake_masked_logsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8172663Z test_ops.py::TestFakeTensorCPU::test_fake_masked_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8172809Z test_ops.py::TestFakeTensorCPU::test_fake_masked_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8172991Z test_ops.py::TestFakeTensorCPU::test_fake_masked_normalize_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8173146Z test_ops.py::TestFakeTensorCPU::test_fake_masked_scatter_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8173296Z test_ops.py::TestFakeTensorCPU::test_fake_masked_select_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8173437Z test_ops.py::TestFakeTensorCPU::test_fake_masked_softmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8173584Z test_ops.py::TestFakeTensorCPU::test_fake_masked_sum_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8173728Z test_ops.py::TestFakeTensorCPU::test_fake_matmul_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8173874Z test_ops.py::TestFakeTensorCPU::test_fake_max_binary_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8174032Z test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_no_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8174175Z test_ops.py::TestFakeTensorCPU::test_fake_maximum_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8174320Z test_ops.py::TestFakeTensorCPU::test_fake_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8174462Z test_ops.py::TestFakeTensorCPU::test_fake_median_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8174616Z test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8174780Z test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_with_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8174927Z test_ops.py::TestFakeTensorCPU::test_fake_minimum_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8175070Z test_ops.py::TestFakeTensorCPU::test_fake_movedim_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8175211Z test_ops.py::TestFakeTensorCPU::test_fake_mul_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8175399Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:43.8175582Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:43.8175768Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:43.8175936Z test_ops.py::TestFakeTensorCPU::test_fake_nanmean_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:43.8176084Z test_ops.py::TestFakeTensorCPU::test_fake_native_layer_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8176231Z test_ops.py::TestFakeTensorCPU::test_fake_new_empty_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8176377Z test_ops.py::TestFakeTensorCPU::test_fake_new_full_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8176524Z test_ops.py::TestFakeTensorCPU::test_fake_new_ones_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8176703Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8176875Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8177046Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8177213Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8177379Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8177531Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8177733Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8177892Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8178070Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8178244Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8178443Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cross_entropy_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8178606Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8178780Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8178945Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8179116Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8179270Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_glu_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8179434Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_grid_sample_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8179598Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_group_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8179763Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardtanh_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8180059Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8180291Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_huber_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8180461Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_instance_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8180628Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8180801Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8180961Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_l1_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8181148Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_layer_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8181323Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_local_response_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8181490Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_logsigmoid_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8181666Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8181829Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8181991Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8182148Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8182322Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8182488Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8182653Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8182843Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_nll_loss_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:41:43.8183009Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_normalize_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8183175Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_circular_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8183344Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_replicate_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8183558Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8183720Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pdist_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8183882Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8184053Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8184291Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8184452Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8184632Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8184794Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_threshold_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8184974Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8185153Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8185316Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_unfold_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8185466Z test_ops.py::TestFakeTensorCPU::test_fake_norm_nuc_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8185617Z test_ops.py::TestFakeTensorCPU::test_fake_normal_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8185774Z test_ops.py::TestFakeTensorCPU::test_fake_normal_number_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8185921Z test_ops.py::TestFakeTensorCPU::test_fake_ones_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8186068Z test_ops.py::TestFakeTensorCPU::test_fake_ormqr_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8186213Z test_ops.py::TestFakeTensorCPU::test_fake_outer_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8186351Z test_ops.py::TestFakeTensorCPU::test_fake_pinverse_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:43.8186494Z test_ops.py::TestFakeTensorCPU::test_fake_polar_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8186659Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8186821Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8186984Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8187127Z test_ops.py::TestFakeTensorCPU::test_fake_pow_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8187269Z test_ops.py::TestFakeTensorCPU::test_fake_put_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8187414Z test_ops.py::TestFakeTensorCPU::test_fake_rad2deg_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8187560Z test_ops.py::TestFakeTensorCPU::test_fake_rand_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8187701Z test_ops.py::TestFakeTensorCPU::test_fake_randint_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8187843Z test_ops.py::TestFakeTensorCPU::test_fake_real_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8187987Z test_ops.py::TestFakeTensorCPU::test_fake_remainder_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8188131Z test_ops.py::TestFakeTensorCPU::test_fake_renorm_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8188315Z test_ops.py::TestFakeTensorCPU::test_fake_repeat_interleave_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:41:43.8188464Z test_ops.py::TestFakeTensorCPU::test_fake_reshape_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8188610Z test_ops.py::TestFakeTensorCPU::test_fake_reshape_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8188750Z test_ops.py::TestFakeTensorCPU::test_fake_rot90_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8188895Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8189075Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8189236Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_neg_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8189377Z test_ops.py::TestFakeTensorCPU::test_fake_rsub_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8189524Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_add_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8189669Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8189854Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amin_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8190006Z test_ops.py::TestFakeTensorCPU::test_fake_searchsorted_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8190181Z test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_lengths_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:41:43.8190327Z test_ops.py::TestFakeTensorCPU::test_fake_sgn_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8190475Z test_ops.py::TestFakeTensorCPU::test_fake_softmax_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8190633Z test_ops.py::TestFakeTensorCPU::test_fake_softmax_with_dtype_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8190788Z test_ops.py::TestFakeTensorCPU::test_fake_special_airy_ai_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8190962Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8191370Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-12-01T10:41:43.8191525Z test_ops.py::TestFakeTensorCPU::test_fake_special_entr_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8191699Z test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_h_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8191861Z test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_he_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8192013Z test_ops.py::TestFakeTensorCPU::test_fake_special_i1_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8192162Z test_ops.py::TestFakeTensorCPU::test_fake_special_i1e_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8192336Z test_ops.py::TestFakeTensorCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8192491Z test_ops.py::TestFakeTensorCPU::test_fake_special_log_ndtr_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8192660Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i0_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8192828Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i1_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8192996Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k0_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8193149Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k1_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8193303Z test_ops.py::TestFakeTensorCPU::test_fake_special_ndtr_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8193488Z test_ops.py::TestFakeTensorCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8193664Z test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8193834Z test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8194197Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-12-01T10:41:43.8194560Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-12-01T10:41:43.8194921Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-12-01T10:41:43.8195113Z test_ops.py::TestFakeTensorCPU::test_fake_special_xlog1py_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8195266Z test_ops.py::TestFakeTensorCPU::test_fake_special_zeta_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8195400Z test_ops.py::TestFakeTensorCPU::test_fake_split_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8195554Z test_ops.py::TestFakeTensorCPU::test_fake_split_list_args_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8195738Z test_ops.py::TestFakeTensorCPU::test_fake_split_with_sizes_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8195883Z test_ops.py::TestFakeTensorCPU::test_fake_sqrt_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8196031Z test_ops.py::TestFakeTensorCPU::test_fake_squeeze_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8196175Z test_ops.py::TestFakeTensorCPU::test_fake_std_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8196315Z test_ops.py::TestFakeTensorCPU::test_fake_sum_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8196463Z test_ops.py::TestFakeTensorCPU::test_fake_sum_to_size_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8196597Z test_ops.py::TestFakeTensorCPU::test_fake_svd_lowrank_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8196740Z test_ops.py::TestFakeTensorCPU::test_fake_symeig_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8196879Z test_ops.py::TestFakeTensorCPU::test_fake_t_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8197033Z test_ops.py::TestFakeTensorCPU::test_fake_take_along_dim_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8197175Z test_ops.py::TestFakeTensorCPU::test_fake_tan_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8197318Z test_ops.py::TestFakeTensorCPU::test_fake_tanh_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8197493Z test_ops.py::TestFakeTensorCPU::test_fake_tensor_split_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:41:43.8197639Z test_ops.py::TestFakeTensorCPU::test_fake_tensordot_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8197769Z test_ops.py::TestFakeTensorCPU::test_fake_tile_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8197914Z test_ops.py::TestFakeTensorCPU::test_fake_transpose_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8198056Z test_ops.py::TestFakeTensorCPU::test_fake_trapz_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8198213Z test_ops.py::TestFakeTensorCPU::test_fake_triangular_solve_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8198354Z test_ops.py::TestFakeTensorCPU::test_fake_triu_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8198497Z test_ops.py::TestFakeTensorCPU::test_fake_trunc_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8198636Z test_ops.py::TestFakeTensorCPU::test_fake_var_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8198779Z test_ops.py::TestFakeTensorCPU::test_fake_var_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8198919Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_complex_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8199063Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8199203Z test_ops.py::TestFakeTensorCPU::test_fake_view_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8199344Z test_ops.py::TestFakeTensorCPU::test_fake_vsplit_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8199485Z test_ops.py::TestFakeTensorCPU::test_fake_vstack_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8199626Z test_ops.py::TestFakeTensorCPU::test_fake_xlogy_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8199772Z test_ops.py::TestFakeTensorCPU::test_fake_zeros_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8199905Z test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8200029Z test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8200163Z test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 PASSED [ 96%] 2022-12-01T10:41:43.8200297Z test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8200464Z test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8200599Z test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8200732Z test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8200865Z test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 PASSED [ 96%] 2022-12-01T10:41:43.8200999Z test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 PASSED [ 96%] 2022-12-01T10:41:43.8201150Z test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8201289Z test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8201428Z test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8201564Z test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8201701Z test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8201837Z test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8201972Z test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8202108Z test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8202234Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8202376Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8202515Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8202652Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 PASSED [ 96%] 2022-12-01T10:41:43.8202806Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 PASSED [ 96%] 2022-12-01T10:41:43.8202946Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 PASSED [ 96%] 2022-12-01T10:41:43.8203085Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 PASSED [ 96%] 2022-12-01T10:41:43.8203239Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8203374Z test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8203499Z test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8203639Z test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8203777Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8203982Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8204134Z test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8204282Z test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8204427Z test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8204570Z test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8204714Z test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8204869Z test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8205006Z test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8205152Z test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8205292Z test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8205433Z test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8205571Z test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8205752Z test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8205882Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8206020Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8206161Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8206299Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8206468Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8206608Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8206743Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8206892Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:43.8207020Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8207162Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8207300Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8207439Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8207578Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8207719Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8207858Z test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8208000Z test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8208123Z test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8208262Z test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 PASSED [ 97%] 2022-12-01T10:41:43.8208401Z test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8208542Z test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8208680Z test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8208818Z test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8208951Z test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8209092Z test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8209219Z test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 PASSED [ 97%] 2022-12-01T10:41:43.8209359Z test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8209505Z test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8209646Z test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8209785Z test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8209940Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8210079Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8210217Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8210360Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8210515Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8210654Z test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8210795Z test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8210935Z test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8211103Z test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8211244Z test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8211385Z test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8211507Z test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8211672Z test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8211809Z test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8211948Z test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8212082Z test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8212220Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8212374Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8212512Z test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8212649Z test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8212792Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8212949Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8213105Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8213266Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8213442Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8213599Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8213762Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8213914Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8214072Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8214225Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8214380Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8214536Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8214695Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8214841Z test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8214984Z test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8215125Z test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8215252Z test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8215396Z test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8215536Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8215676Z test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8215814Z test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8215953Z test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8216089Z test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8216227Z test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8216391Z test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8216517Z test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8216657Z test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8216796Z test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8216947Z test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8217149Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8217316Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8217481Z test_ops.py::TestTagsCPU::test_tags__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8217629Z test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8217760Z test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8217902Z test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8218039Z test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8218175Z test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8218315Z test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8218452Z test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8218592Z test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 PASSED [ 97%] 2022-12-01T10:41:43.8218733Z test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8218857Z test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8218997Z test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8219138Z test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8219273Z test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8219411Z test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8219549Z test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8219689Z test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8219827Z test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8220065Z test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8220281Z test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8220426Z test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8220563Z test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8220701Z test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8220838Z test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8220975Z test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8221121Z test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8221245Z test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8221379Z test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8221516Z test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8221653Z test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8221835Z test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8221975Z test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8222112Z test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8222250Z test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8222375Z test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8222546Z test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8222683Z test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8222818Z test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8222955Z test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8223093Z test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8223231Z test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8223364Z test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8223489Z test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 PASSED [ 97%] 2022-12-01T10:41:43.8223626Z test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 PASSED [ 97%] 2022-12-01T10:41:43.8223765Z test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8223907Z test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8224046Z test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8224182Z test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8224316Z test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8224451Z test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8224589Z test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8224717Z test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8224851Z test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8224989Z test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8225129Z test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8225269Z test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8225406Z test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8225539Z test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8225674Z test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:43.8225796Z test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8225928Z test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8226080Z test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8226218Z test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8226358Z test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8226490Z test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8226622Z test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8226771Z test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8226933Z test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8227070Z test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8227204Z test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8227341Z test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8227477Z test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8227650Z test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8227786Z test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8227918Z test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8228039Z test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8228173Z test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8228309Z test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8228444Z test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8228582Z test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8228716Z test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8228853Z test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8228988Z test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8229110Z test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8229245Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8229381Z test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8229519Z test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8229654Z test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8229787Z test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8229923Z test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8230059Z test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8230182Z test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8230319Z test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8230455Z test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8230587Z test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 PASSED [ 98%] 2022-12-01T10:41:43.8230723Z test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8230861Z test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8230996Z test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8231130Z test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8231251Z test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8231388Z test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8231525Z test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8231660Z test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8231794Z test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8231928Z test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8232089Z test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8232227Z test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8232350Z test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8232485Z test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8232618Z test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8232828Z test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:41:43.8233017Z test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:41:43.8233187Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:41:43.8233371Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:41:43.8233511Z test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8233645Z test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 PASSED [ 98%] 2022-12-01T10:41:43.8233784Z test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8233927Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8234090Z test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8234232Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8234384Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8234520Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8234669Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8234816Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8234951Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8235111Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8235256Z test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8235424Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8235561Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8235714Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8235858Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8236015Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8236142Z test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8236283Z test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8236431Z test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8236570Z test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8236707Z test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8236842Z test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8236984Z test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8237125Z test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8237248Z test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8237417Z test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8237556Z test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8237691Z test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8237824Z test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8237965Z test_ops.py::TestTagsCPU::test_tags_masked_amax_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8238133Z test_ops.py::TestTagsCPU::test_tags_masked_argmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8238273Z test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8238420Z test_ops.py::TestTagsCPU::test_tags_masked_log_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8238546Z test_ops.py::TestTagsCPU::test_tags_masked_mean_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8238687Z test_ops.py::TestTagsCPU::test_tags_masked_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8238827Z test_ops.py::TestTagsCPU::test_tags_masked_prod_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8238968Z test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8239108Z test_ops.py::TestTagsCPU::test_tags_masked_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8239247Z test_ops.py::TestTagsCPU::test_tags_masked_softmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8239382Z test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8239533Z test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8239675Z test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8239812Z test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8239948Z test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8240082Z test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8240238Z test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8240375Z test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8240526Z test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8240662Z test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8240787Z test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8240922Z test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8241054Z test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8241206Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8241355Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8241494Z test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8241631Z test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8241769Z test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8241895Z test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8242032Z test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8242173Z test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8242304Z test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8242446Z test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8242627Z test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8242765Z test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8242936Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8243093Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8243260Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8243453Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8243610Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8243764Z test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8244002Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8244158Z test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8244321Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8244486Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:43.8244633Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8244794Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8244947Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8245101Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8245249Z test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8245411Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8245563Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8245751Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8245906Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8246069Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8246230Z test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8246397Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8246554Z test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8246712Z test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8246879Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8247050Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8247246Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8247401Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8247558Z test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8247709Z test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8247864Z test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8248029Z test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8248229Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:41:43.8248392Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8248553Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8248698Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8248869Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8249072Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8249227Z test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8249376Z test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 PASSED [ 99%] 2022-12-01T10:41:43.8249532Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8249697Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8249854Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8250015Z test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8250152Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8250316Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 PASSED [ 99%] 2022-12-01T10:41:43.8250473Z test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8250635Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8250789Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8250947Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8251101Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8251257Z test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8251410Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8251592Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8251758Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8251898Z test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8252046Z test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8252195Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8252336Z test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8252474Z test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8252601Z test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8252756Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8252908Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8253052Z test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8253184Z test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8253324Z test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8253461Z test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8253625Z test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8253753Z test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8253895Z test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8254028Z test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8254167Z test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8254332Z test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8254466Z test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8254655Z test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8254779Z test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8254917Z test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8255051Z test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8255183Z test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8255323Z test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8255461Z test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8255596Z test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8255732Z test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8255870Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8256017Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8256163Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8256318Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8256459Z test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8256594Z test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8256727Z test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8256866Z test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8256991Z test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8257132Z test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8257266Z test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8257413Z test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8257548Z test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8257716Z test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:41:43.8257852Z test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8258015Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8258372Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-12-01T10:41:43.8258518Z test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8258676Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8258814Z test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8258951Z test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8259118Z test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8259276Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8259433Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8259578Z test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8259792Z test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8260093Z test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8260315Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8260673Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-12-01T10:41:43.8260821Z test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8260963Z test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8261101Z test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8261234Z test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8261357Z test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8261493Z test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8261628Z test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8261770Z test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8261905Z test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8262041Z test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8262172Z test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8262304Z test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8262453Z test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 99%] 2022-12-01T10:41:43.8262589Z test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8262725Z test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8262868Z test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8263005Z test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8263139Z test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 PASSED [ 99%] 2022-12-01T10:41:43.8263274Z test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8263411Z test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 PASSED [ 99%] 2022-12-01T10:41:43.8263552Z test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8263675Z test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8263825Z test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8263963Z test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8264095Z test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8264227Z test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8264364Z test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8264499Z test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8264685Z test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:43.8264806Z test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 PASSED [100%] 2022-12-01T10:41:43.8264820Z 2022-12-01T10:41:43.8265121Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-28b8cf51ee13d57e.xml - 2022-12-01T10:41:43.8265268Z = 9122 passed, 3856 skipped, 15 deselected, 154 xfailed, 128 warnings in 1007.46s (0:16:47) = 2022-12-01T10:41:43.8265473Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T10:41:43.8265479Z 2022-12-01T10:41:43.8265831Z ##[endgroup] 2022-12-01T10:41:43.8266092Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_yqnvtpw4) 2022-12-01T10:41:43.8266097Z 2022-12-01T10:41:43.8266583Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:41:43.676075] 2022-12-01T10:41:53.1381595Z 2022-12-01T10:41:53.1382051Z Expand the folded group to see the log file of test_ops 2022-12-01T10:41:53.1383056Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_4lkuv6v3) 2022-12-01T10:41:53.1385516Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-ecc3a87a4de32035.xml 2022-12-01T10:41:53.1385862Z ============================= test session starts ============================== 2022-12-01T10:41:53.1386234Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:41:53.1386570Z cachedir: .pytest_cache 2022-12-01T10:41:53.1386991Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:41:53.1387410Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:41:53.1387857Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:41:53.1388179Z collecting ... collected 26295 items / 26257 deselected / 38 selected 2022-12-01T10:41:53.1392205Z Running 38 items in this shard: test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_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_out_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_ex_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_cholesky_ex_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_cholesky_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-12-01T10:41:53.1395775Z 2022-12-01T10:41:53.1395935Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu PASSED [ 2%] 2022-12-01T10:41:53.1396257Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu PASSED [ 5%] 2022-12-01T10:41:53.1396616Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:41:53.1396994Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 10%] 2022-12-01T10:41:53.1397377Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 PASSED [ 13%] 2022-12-01T10:41:53.1397743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:53.1398113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 PASSED [ 18%] 2022-12-01T10:41:53.1398471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:53.1398815Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:53.1399135Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:53.1399454Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu PASSED [ 28%] 2022-12-01T10:41:53.1399757Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu PASSED [ 31%] 2022-12-01T10:41:53.1400111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 PASSED [ 34%] 2022-12-01T10:41:53.1400482Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 PASSED [ 36%] 2022-12-01T10:41:53.1400843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 PASSED [ 39%] 2022-12-01T10:41:53.1401214Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 PASSED [ 42%] 2022-12-01T10:41:53.1401585Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 PASSED [ 44%] 2022-12-01T10:41:53.1401968Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 PASSED [ 47%] 2022-12-01T10:41:53.1402339Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:53.1402719Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:53.1403140Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 PASSED [ 55%] 2022-12-01T10:41:53.1403521Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:53.1403868Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:53.1404283Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 PASSED [ 63%] 2022-12-01T10:41:53.1404635Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 PASSED [ 65%] 2022-12-01T10:41:53.1405016Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 PASSED [ 68%] 2022-12-01T10:41:53.1405361Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 PASSED [ 71%] 2022-12-01T10:41:53.1405695Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 PASSED [ 73%] 2022-12-01T10:41:53.1406038Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:53.1406383Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:53.1406772Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:41:53.1407190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 84%] 2022-12-01T10:41:53.1407606Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 86%] 2022-12-01T10:41:53.1408016Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-12-01T10:41:53.1408385Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_cpu_float32 PASSED [ 92%] 2022-12-01T10:41:53.1408716Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_ex_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:53.1409030Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:53.1409349Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 PASSED [100%] 2022-12-01T10:41:53.1409526Z 2022-12-01T10:41:53.1409869Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-ecc3a87a4de32035.xml - 2022-12-01T10:41:53.1410229Z ========= 32 passed, 6 skipped, 26257 deselected, 2 warnings in 4.34s ========== 2022-12-01T10:41:53.1410544Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T10:41:53.1410740Z 2022-12-01T10:41:53.1411014Z ##[endgroup] 2022-12-01T10:41:53.1411376Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_4lkuv6v3) 2022-12-01T10:41:53.1411575Z 2022-12-01T10:41:53.1411723Z Running test_fx ... [2022-12-01 10:41:53.139046] 2022-12-01T10:41:53.1412166Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:41:53.139364] 2022-12-01T10:45:34.6838034Z 2022-12-01T10:45:34.6838513Z Expand the folded group to see the log file of test_fx 2022-12-01T10:45:34.6842977Z ##[group]PRINTING LOG FILE of test_fx (/var/lib/jenkins/workspace/test/test-reports/test_fx_ycu4zys6) 2022-12-01T10:45:34.6843884Z Test results will be stored in test-reports/python-unittest/test_fx 2022-12-01T10:45:34.6844171Z 2022-12-01T10:45:34.6844330Z Running tests... 2022-12-01T10:45:34.6860493Z ---------------------------------------------------------------------- 2022-12-01T10:45:34.6861112Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.012s) 2022-12-01T10:45:34.6861415Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-12-01T10:45:34.6912178Z Test type annotations in the forward function. ... ok (0.003s) 2022-12-01T10:45:34.6912696Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-12-01T10:45:34.6913481Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-12-01T10:45:34.6913787Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-12-01T10:45:34.6914235Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-12-01T10:45:34.6914690Z Test the consistency relation. ... ok (0.001s) 2022-12-01T10:45:34.6915123Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-12-01T10:45:34.6915586Z Test the consistency relation. ... ok (0.001s) 2022-12-01T10:45:34.6916193Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-12-01T10:45:34.6916642Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.003s) 2022-12-01T10:45:34.6917111Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-12-01T10:45:34.6917670Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-12-01T10:45:34.6918187Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-12-01T10:45:34.6918716Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-12-01T10:45:34.6919246Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-12-01T10:45:34.6919716Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-12-01T10:45:34.6920194Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.004s) 2022-12-01T10:45:34.6920681Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.082s) 2022-12-01T10:45:34.6920977Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-12-01T10:45:34.6921243Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-12-01T10:45:34.6921540Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-12-01T10:45:34.6922030Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-12-01T10:45:34.6922487Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-12-01T10:45:34.6923454Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:45:34.6924131Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:45:34.6924814Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.003s) 2022-12-01T10:45:34.6925626Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:45:34.6926477Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-12-01T10:45:34.6927423Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.003s) 2022-12-01T10:45:34.6928511Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:45:34.6929215Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:45:34.6929640Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:45:34.6930049Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.006s) 2022-12-01T10:45:34.6930455Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:45:34.6930915Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.007s) 2022-12-01T10:45:34.6931261Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:45:34.6931598Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.004s) 2022-12-01T10:45:34.6931927Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:45:34.6932296Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.096s) 2022-12-01T10:45:34.6932638Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:45:34.6932979Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2022-12-01T10:45:34.6933304Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:45:34.6933630Z Test code path where placeholder comes after normal op node in FX ... ok (0.003s) 2022-12-01T10:45:34.6933938Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:45:34.6943999Z Perform constant folding conversion, from original mod to split constant ... ok (0.005s) 2022-12-01T10:45:34.6944417Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:45:34.6944767Z Perform constant folding conversion, from original mod to split constant ... ok (0.006s) 2022-12-01T10:45:34.6945116Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:45:34.6945457Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:45:34.6945789Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:45:34.6946122Z Perform constant folding conversion, from original mod to split constant ... ok (0.007s) 2022-12-01T10:45:34.6946426Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:45:34.6946729Z Check that a graph with no constant folding is handled correctly. ... ok (0.003s) 2022-12-01T10:45:34.6947043Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:45:34.6947364Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.005s) 2022-12-01T10:45:34.6947705Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.010s) 2022-12-01T10:45:34.6948041Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:45:34.6948358Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:45:34.6948629Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:45:34.6948908Z Perform constant folding with a call_module node. ... ok (0.005s) 2022-12-01T10:45:34.6949190Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:45:34.6949494Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.006s) 2022-12-01T10:45:34.6949818Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:45:34.6950122Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:45:34.6951167Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:45:34.6951776Z warnings.warn(msg, FutureWarning) 2022-12-01T10:45:34.6951977Z ok (0.006s) 2022-12-01T10:45:34.6952283Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-12-01T10:45:34.6952827Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-12-01T10:45:34.6953243Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-12-01T10:45:34.6953669Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-12-01T10:45:34.6954091Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.005s) 2022-12-01T10:45:34.6954452Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-12-01T10:45:34.6954800Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-12-01T10:45:34.6955071Z %x : [#users=2] = placeholder[target=x] 2022-12-01T10:45:34.6955346Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-12-01T10:45:34.6955648Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-12-01T10:45:34.6955922Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-12-01T10:45:34.6956206Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-12-01T10:45:34.6956438Z return add_1 2022-12-01T10:45:34.6956612Z ok (0.003s) 2022-12-01T10:45:34.6956826Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-12-01T10:45:34.6957135Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-12-01T10:45:34.6957395Z %x : [#users=2] = placeholder[target=x] 2022-12-01T10:45:34.6957670Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-12-01T10:45:34.6957942Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-12-01T10:45:34.6958213Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-12-01T10:45:34.6958532Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-12-01T10:45:34.6958776Z return add_1 2022-12-01T10:45:34.6958935Z ok (0.003s) 2022-12-01T10:45:34.6959150Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-12-01T10:45:34.6959518Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-12-01T10:45:34.6959780Z %x : [#users=1] = placeholder[target=x] 2022-12-01T10:45:34.6960008Z %y : [#users=0] = placeholder[target=y] 2022-12-01T10:45:34.6960280Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-12-01T10:45:34.6960523Z return add 2022-12-01T10:45:34.6960676Z ok (0.002s) 2022-12-01T10:45:34.6960904Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-12-01T10:45:34.6961308Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-12-01T10:45:34.6961567Z %x : [#users=1] = placeholder[target=x] 2022-12-01T10:45:34.6961792Z %y : [#users=1] = placeholder[target=y] 2022-12-01T10:45:34.6962064Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-12-01T10:45:34.6962360Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-12-01T10:45:34.6962597Z return add_1 2022-12-01T10:45:34.6962771Z ok (0.003s) 2022-12-01T10:45:34.6962990Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-12-01T10:45:34.6963457Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-12-01T10:45:34.6963762Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-12-01T10:45:34.6964039Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-12-01T10:45:34.6964323Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-12-01T10:45:34.6964561Z return mul 2022-12-01T10:45:34.6967986Z ok (0.003s) 2022-12-01T10:45:34.6968360Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-12-01T10:45:34.6969120Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-12-01T10:45:34.6969706Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-12-01T10:45:34.6970187Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-12-01T10:45:34.6970728Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-12-01T10:45:34.6971352Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-12-01T10:45:34.6971807Z return mul 2022-12-01T10:45:34.6972067Z ok (0.003s) 2022-12-01T10:45:34.6972390Z test_simple (fx.test_dce_pass.TestDCE) 2022-12-01T10:45:34.6972946Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-12-01T10:45:34.6973401Z %x : [#users=2] = placeholder[target=x] 2022-12-01T10:45:34.6973907Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-12-01T10:45:34.6974260Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-12-01T10:45:34.6974643Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-12-01T10:45:34.6975033Z return add_1 2022-12-01T10:45:34.6975312Z ok (0.003s) 2022-12-01T10:45:34.6975647Z test_all_input_nodes (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6982107Z test_annotation_with_future (__main__.TestFX) ... ok (0.008s) 2022-12-01T10:45:34.6983049Z test_annotations_empty_tuple (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-12-01T10:45:34.6983712Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:45:34.6983941Z ok (0.022s) 2022-12-01T10:45:34.6984182Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6984477Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6984820Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6985197Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6985488Z test_args_kwargs (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6985741Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:45:34.6985998Z test_assert (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6986266Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6986542Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6986838Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6987121Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6987379Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6987667Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6987960Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6988282Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:45:34.6988568Z test_autowrap_functions (__main__.TestFX) ... ok (0.057s) 2022-12-01T10:45:34.6988835Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6989100Z test_construct_root_dict (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6989329Z test_copy_it (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:45:34.6989570Z test_copy_no_remap (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6989811Z test_ctx_mgr (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6990036Z test_custom_codegen (__main__.TestFX) ... ok (0.015s) 2022-12-01T10:45:34.6990408Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6990682Z test_custom_import (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.6990945Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6991228Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6991519Z test_custom_proxy_type (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6991862Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6992166Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.008s) 2022-12-01T10:45:34.6992524Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6992849Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:45:34.6993132Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6993424Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.165s) 2022-12-01T10:45:34.6993689Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6993958Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:45:34.6994804Z test_delete_unused_submodules_leaf (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:45:34.6995360Z warnings.warn(msg, FutureWarning) 2022-12-01T10:45:34.6995561Z ok (0.004s) 2022-12-01T10:45:34.6995759Z test_dict (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6995988Z test_direct_param_use (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6996246Z test_disallow_override (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:45:34.6996494Z test_ellipsis (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6996731Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:45:34.6996983Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6997237Z test_example_shape_prop (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6997470Z test_find_uses (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.6997725Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.013s) 2022-12-01T10:45:34.6997995Z test_fn_type_annotations (__main__.TestFX) ... ok (0.020s) 2022-12-01T10:45:34.6998241Z test_fx_and_or (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6998468Z test_fx_create_arg (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6998707Z test_fx_shifts (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.6998948Z test_fx_stateless (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.6999191Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.100s) 2022-12-01T10:45:34.6999494Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-12-01T10:45:34.6999785Z test_getitem_subproc (__main__.TestFX) ... ok (0.028s) 2022-12-01T10:45:34.7000031Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:45:34.7000278Z test_graph_fns (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7000521Z test_graph_module (__main__.TestFX) ... ok (0.032s) 2022-12-01T10:45:34.7001287Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7001594Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7001891Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7002162Z test_graph_unique_names (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7002412Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.7002723Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:45:34.7002998Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:45:34.7003326Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.7003554Z test_inf_nan (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7003790Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.7004031Z test_inline_graph (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:45:34.7004298Z test_insertion_point (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.7004542Z test_interpreter (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7004800Z test_interpreter_default_args (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7005056Z test_interpreter_gc_values (__main__.TestFX) ... ok (0.236s) 2022-12-01T10:45:34.7005320Z test_interpreter_noop_resnet18 (__main__.TestFX) ... ok (0.295s) 2022-12-01T10:45:34.7005596Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7005864Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7006131Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7006404Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7006674Z test_interpreter_star_args (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7006925Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7007175Z test_layout (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7007410Z test_leaf_module (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7007636Z test_matmul_tracing (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:45:34.7007960Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7008213Z test_move_before (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.7008444Z test_multi_insert_point (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.7008701Z test_multiple_default_args (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:45:34.7008958Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7009220Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7009477Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7009733Z test_native_callable (__main__.TestFX) ... ok (0.021s) 2022-12-01T10:45:34.7009972Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:45:34.7010196Z test_node_tagging (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7010442Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7010682Z test_partial_trace (__main__.TestFX) ... 2022-12-01T10:45:34.7010815Z 2022-12-01T10:45:34.7010820Z 2022-12-01T10:45:34.7010903Z def forward(self, x, y_1): 2022-12-01T10:45:34.7011086Z eq = y_1 == True; y_1 = None 2022-12-01T10:45:34.7011471Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-12-01T10:45:34.7011738Z mul = 2 * x; x = None 2022-12-01T10:45:34.7011901Z return mul 2022-12-01T10:45:34.7012061Z 2022-12-01T10:45:34.7012662Z /opt/conda/lib/python3.7/site-packages/torch/fx/_symbolic_trace.py:565: UserWarning: Was not able to add assertion to guarantee correct input f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-12-01T10:45:34.7013198Z f"Was not able to add assertion to guarantee correct input {name} to " 2022-12-01T10:45:34.7013423Z ok (0.007s) 2022-12-01T10:45:34.7013641Z test_pickle_custom_import (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7013904Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:45:34.7014162Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.007s) 2022-12-01T10:45:34.7014436Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.007s) 2022-12-01T10:45:34.7015017Z test_prepend_self (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/fx/node.py:242: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-12-01T10:45:34.7015447Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-12-01T10:45:34.7015699Z ok (0.001s) 2022-12-01T10:45:34.7015905Z test_pretty_print (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7016191Z test_pretty_print_graph (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7016435Z test_pretty_print_node (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7016689Z test_pretty_print_targets (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7016958Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.7017195Z test_pytree (__main__.TestFX) ... ok (0.103s) 2022-12-01T10:45:34.7017435Z test_pytree_concrete (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:45:34.7017694Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.7017951Z test_regular_and_default_args (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7018201Z test_remove_uses (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:45:34.7018460Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:45:34.7018720Z test_replace_input (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.7018950Z test_replace_uses (__main__.TestFX) ... ok (0.124s) 2022-12-01T10:45:34.7019181Z test_reserved_getattr (__main__.TestFX) 2022-12-01T10:45:34.7019457Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.004s) 2022-12-01T10:45:34.7019727Z test_return_tuple (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7020122Z test_return_type_exists (__main__.TestFX) ... ok (0.013s) 2022-12-01T10:45:34.7020431Z test_script_method_trace (__main__.TestFX) ... ok (0.008s) 2022-12-01T10:45:34.7020678Z test_script_tensor_constant (__main__.TestFX) ... ok (0.013s) 2022-12-01T10:45:34.7020925Z test_sequential (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7021177Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7021434Z test_shape_prop_layout (__main__.TestFX) ... ok (0.022s) 2022-12-01T10:45:34.7021672Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.469s) 2022-12-01T10:45:34.7021925Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:45:34.7022171Z test_snake_case (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7022384Z test_sqrt (__main__.TestFX) ... ok (0.007s) 2022-12-01T10:45:34.7022613Z test_stack_traces (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7022875Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7023136Z test_string_literal_return (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.7023403Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.016s) 2022-12-01T10:45:34.7023683Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.009s) 2022-12-01T10:45:34.7023946Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7024193Z test_tensor_attribute (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:45:34.7024458Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:45:34.7024716Z test_tensor_constant (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7024964Z test_throw_out_variant (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7025212Z test_torch_custom_ops (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7025459Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7026284Z test_torch_fx_len (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-12-01T10:45:34.7026881Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:45:34.7027101Z ok (0.020s) 2022-12-01T10:45:34.7027315Z test_torch_op_overloads (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7027574Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7027870Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7028226Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.001s) 2022-12-01T10:45:34.7028517Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7028757Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7029012Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7029270Z test_trace_function (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7029519Z test_trace_multiple_funcs (__main__.TestFX) ... 1.13.0a0+gitc13d400 2022-12-01T10:45:34.7029740Z ok (0.007s) 2022-12-01T10:45:34.7029981Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.016s) 2022-12-01T10:45:34.7030258Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:45:34.7030520Z test_transformer_noop (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7030774Z test_transformer_op_swap (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7031592Z test_tuple_no_subscript (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:45:34.7032121Z warnings.warn(msg, FutureWarning) 2022-12-01T10:45:34.7032315Z ok (0.005s) 2022-12-01T10:45:34.7032523Z test_typename_print (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:45:34.7032748Z test_unpack (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7032996Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7033260Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7033517Z test_update_args_api (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.7033766Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7034037Z test_update_kwargs_api (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.7034322Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.012s) 2022-12-01T10:45:34.7034615Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.012s) 2022-12-01T10:45:34.7034877Z test_wrap (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7035123Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.7035371Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7035627Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7035877Z test_wrapped_method (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7036125Z test_wrapped_retrace (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7036368Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:45:34.7036655Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:45:34.7036933Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:45:34.7037162Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:45:34.7037452Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-12-01T10:45:34.7037768Z Test backward compatibility for members of classes with ... ok (0.003s) 2022-12-01T10:45:34.7038066Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-12-01T10:45:34.7038381Z Test backward compatibility for function signatures with ... ok (0.008s) 2022-12-01T10:45:34.7038744Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.002s) 2022-12-01T10:45:34.7039092Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7039415Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7039743Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7040107Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7040445Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7040791Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7041142Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7041484Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7041814Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7042156Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7042474Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7042797Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7043102Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7043500Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7043812Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7044112Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7044442Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7044793Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7045123Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7045414Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7045734Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7046051Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7046345Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7046651Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7046960Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7047284Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7047601Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7047929Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7048266Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7048587Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7048917Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7049232Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7049539Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7049841Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7050185Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7050499Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7050793Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7051091Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7051399Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7051750Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:45:34.7052072Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7052394Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7052713Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7053055Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7053403Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7053761Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7054106Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7054405Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7054706Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7055015Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7055323Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:45:34.7055645Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7055967Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7056284Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7056589Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7056901Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7057212Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7057528Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7057855Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7058173Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7058500Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7058802Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7059108Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7059417Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7059713Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7060161Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7060482Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7060803Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7061111Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:45:34.7061425Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7061742Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7062098Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7062422Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:45:34.7062747Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7063077Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7063392Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7063759Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7064085Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7064403Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7064735Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7065055Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7065373Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7065669Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7065971Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7066302Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:45:34.7066632Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7066970Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7067315Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7067659Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7067972Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7068287Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-12-01T10:45:34.7068596Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7068901Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7069209Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7069531Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7069848Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7070158Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7070484Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7070801Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7071100Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7071389Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7071750Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7072049Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7072343Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7072648Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7072948Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7073235Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7073545Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7073900Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7074222Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:45:34.7074519Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:45:34.7074875Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7075233Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7075533Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7075846Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:45:34.7076173Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7076523Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7076849Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:45:34.7077518Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3734: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:45:34.7078031Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:45:34.7078304Z ok (0.002s) 2022-12-01T10:45:34.7078891Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:45:34.7079437Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:45:34.7079722Z ok (0.002s) 2022-12-01T10:45:34.7080310Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:45:34.7080834Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:45:34.7081108Z ok (0.002s) 2022-12-01T10:45:34.7081548Z test_get_torch_func_signature_exhaustive_H_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7082136Z test_get_torch_func_signature_exhaustive_T_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7082718Z test_get_torch_func_signature_exhaustive___getitem___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7083466Z test_get_torch_func_signature_exhaustive___radd___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7084119Z test_get_torch_func_signature_exhaustive___rdiv___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7084718Z test_get_torch_func_signature_exhaustive___rmatmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7085302Z test_get_torch_func_signature_exhaustive___rmod___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7085892Z test_get_torch_func_signature_exhaustive___rmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7086523Z test_get_torch_func_signature_exhaustive___rpow___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7087114Z test_get_torch_func_signature_exhaustive___rsub___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7087531Z test_get_torch_func_signature_exhaustive_abs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7087921Z test_get_torch_func_signature_exhaustive_acos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7088411Z test_get_torch_func_signature_exhaustive_acosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7088795Z test_get_torch_func_signature_exhaustive_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7089168Z test_get_torch_func_signature_exhaustive_addbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7089566Z test_get_torch_func_signature_exhaustive_addcdiv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7089959Z test_get_torch_func_signature_exhaustive_addcmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7090352Z test_get_torch_func_signature_exhaustive_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7090746Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7091151Z test_get_torch_func_signature_exhaustive_addmv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7091538Z test_get_torch_func_signature_exhaustive_addr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7091921Z test_get_torch_func_signature_exhaustive_all_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7092299Z test_get_torch_func_signature_exhaustive_allclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7092689Z test_get_torch_func_signature_exhaustive_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7093069Z test_get_torch_func_signature_exhaustive_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7094338Z test_get_torch_func_signature_exhaustive_aminmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:45:34.7095123Z return self.op(*args, **kwargs) 2022-12-01T10:45:34.7095309Z ok (0.002s) 2022-12-01T10:45:34.7095581Z test_get_torch_func_signature_exhaustive_angle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7095971Z test_get_torch_func_signature_exhaustive_any_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7096357Z test_get_torch_func_signature_exhaustive_arange_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7096739Z test_get_torch_func_signature_exhaustive_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7097131Z test_get_torch_func_signature_exhaustive_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7097525Z test_get_torch_func_signature_exhaustive_argsort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7097952Z test_get_torch_func_signature_exhaustive_argwhere_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7098505Z test_get_torch_func_signature_exhaustive_as_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7099121Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7099598Z test_get_torch_func_signature_exhaustive_asin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7100098Z test_get_torch_func_signature_exhaustive_asinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7100473Z test_get_torch_func_signature_exhaustive_atan2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7100865Z test_get_torch_func_signature_exhaustive_atan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7101251Z test_get_torch_func_signature_exhaustive_atanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7101811Z test_get_torch_func_signature_exhaustive_atleast_1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7102408Z test_get_torch_func_signature_exhaustive_atleast_2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7103012Z test_get_torch_func_signature_exhaustive_atleast_3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7103458Z test_get_torch_func_signature_exhaustive_baddbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7104018Z test_get_torch_func_signature_exhaustive_bernoulli_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7104618Z test_get_torch_func_signature_exhaustive_bfloat16_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7105228Z test_get_torch_func_signature_exhaustive_block_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7105664Z test_get_torch_func_signature_exhaustive_bmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7106207Z test_get_torch_func_signature_exhaustive_bool_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7106811Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7107424Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7107876Z test_get_torch_func_signature_exhaustive_broadcast_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7108278Z test_get_torch_func_signature_exhaustive_bucketize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7108827Z test_get_torch_func_signature_exhaustive_byte_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7109415Z test_get_torch_func_signature_exhaustive_cartesian_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7109856Z test_get_torch_func_signature_exhaustive_cat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7110471Z test_get_torch_func_signature_exhaustive_cdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7110906Z test_get_torch_func_signature_exhaustive_ceil_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7111440Z test_get_torch_func_signature_exhaustive_chalf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7112071Z test_get_torch_func_signature_exhaustive_char_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7112913Z test_get_torch_func_signature_exhaustive_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:45:34.7113394Z L = torch.cholesky(A) 2022-12-01T10:45:34.7113586Z should be replaced with 2022-12-01T10:45:34.7113774Z L = torch.linalg.cholesky(A) 2022-12-01T10:45:34.7113958Z and 2022-12-01T10:45:34.7114135Z U = torch.cholesky(A, upper=True) 2022-12-01T10:45:34.7114325Z should be replaced with 2022-12-01T10:45:34.7114531Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:45:34.7114948Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-12-01T10:45:34.7115323Z return self.op(*args, **kwargs) 2022-12-01T10:45:34.7115513Z ok (0.002s) 2022-12-01T10:45:34.7115812Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7116214Z test_get_torch_func_signature_exhaustive_cholesky_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7116615Z test_get_torch_func_signature_exhaustive_chunk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7117005Z test_get_torch_func_signature_exhaustive_clamp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7117400Z test_get_torch_func_signature_exhaustive_clamp_max_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7117783Z test_get_torch_func_signature_exhaustive_clamp_min_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7118175Z test_get_torch_func_signature_exhaustive_clone_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7118567Z test_get_torch_func_signature_exhaustive_column_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7118973Z test_get_torch_func_signature_exhaustive_combinations_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7119361Z test_get_torch_func_signature_exhaustive_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7119752Z test_get_torch_func_signature_exhaustive_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7120144Z test_get_torch_func_signature_exhaustive_conj_physical_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7120551Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:45:34.7121110Z test_get_torch_func_signature_exhaustive_contiguous_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7121554Z test_get_torch_func_signature_exhaustive_copysign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7121982Z test_get_torch_func_signature_exhaustive_corrcoef_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7122375Z test_get_torch_func_signature_exhaustive_cos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7122744Z test_get_torch_func_signature_exhaustive_cosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7123135Z test_get_torch_func_signature_exhaustive_count_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7124066Z test_get_torch_func_signature_exhaustive_cov_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-12-01T10:45:34.7124552Z return self.op(*args, **kwargs) 2022-12-01T10:45:34.7124725Z ok (0.004s) 2022-12-01T10:45:34.7125011Z test_get_torch_func_signature_exhaustive_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7125402Z test_get_torch_func_signature_exhaustive_cummax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7125795Z test_get_torch_func_signature_exhaustive_cummin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7126177Z test_get_torch_func_signature_exhaustive_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7126568Z test_get_torch_func_signature_exhaustive_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7126979Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7127383Z test_get_torch_func_signature_exhaustive_deg2rad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7127764Z test_get_torch_func_signature_exhaustive_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7128155Z test_get_torch_func_signature_exhaustive_diag_embed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7128552Z test_get_torch_func_signature_exhaustive_diagflat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7128931Z test_get_torch_func_signature_exhaustive_diagonal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7129336Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7129734Z test_get_torch_func_signature_exhaustive_diff_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:45:34.7130131Z test_get_torch_func_signature_exhaustive_digamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7130508Z test_get_torch_func_signature_exhaustive_dist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:45:34.7130905Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7131319Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7131735Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7132123Z test_get_torch_func_signature_exhaustive_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7132672Z test_get_torch_func_signature_exhaustive_double_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7133113Z test_get_torch_func_signature_exhaustive_dsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7133532Z test_get_torch_func_signature_exhaustive_dstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7134071Z test_get_torch_func_signature_exhaustive_einsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7134527Z test_get_torch_func_signature_exhaustive_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-12-01T10:45:34.7134963Z test_get_torch_func_signature_exhaustive_empty_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7135354Z test_get_torch_func_signature_exhaustive_eq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7135750Z test_get_torch_func_signature_exhaustive_equal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7136132Z test_get_torch_func_signature_exhaustive_erf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7136524Z test_get_torch_func_signature_exhaustive_erfc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7136908Z test_get_torch_func_signature_exhaustive_erfinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7137282Z test_get_torch_func_signature_exhaustive_exp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7137673Z test_get_torch_func_signature_exhaustive_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7138223Z test_get_torch_func_signature_exhaustive_expand_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7138820Z test_get_torch_func_signature_exhaustive_expand_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7139241Z test_get_torch_func_signature_exhaustive_expm1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7139646Z test_get_torch_func_signature_exhaustive_eye_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-12-01T10:45:34.7140233Z test_get_torch_func_signature_exhaustive_fft_fft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7140631Z test_get_torch_func_signature_exhaustive_fft_fft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7141018Z test_get_torch_func_signature_exhaustive_fft_fftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7141419Z test_get_torch_func_signature_exhaustive_fft_fftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7141813Z test_get_torch_func_signature_exhaustive_fft_hfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7142205Z test_get_torch_func_signature_exhaustive_fft_hfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7142583Z test_get_torch_func_signature_exhaustive_fft_hfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7142976Z test_get_torch_func_signature_exhaustive_fft_ifft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7143364Z test_get_torch_func_signature_exhaustive_fft_ifft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7143757Z test_get_torch_func_signature_exhaustive_fft_ifftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7144140Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7144538Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7144996Z test_get_torch_func_signature_exhaustive_fft_ihfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7145379Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7145772Z test_get_torch_func_signature_exhaustive_fft_irfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7146167Z test_get_torch_func_signature_exhaustive_fft_irfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7146597Z test_get_torch_func_signature_exhaustive_fft_irfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7146974Z test_get_torch_func_signature_exhaustive_fft_rfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7147364Z test_get_torch_func_signature_exhaustive_fft_rfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7147758Z test_get_torch_func_signature_exhaustive_fft_rfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7148316Z test_get_torch_func_signature_exhaustive_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7148736Z test_get_torch_func_signature_exhaustive_flatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7149130Z test_get_torch_func_signature_exhaustive_flip_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7149524Z test_get_torch_func_signature_exhaustive_fliplr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7149915Z test_get_torch_func_signature_exhaustive_flipud_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7150458Z test_get_torch_func_signature_exhaustive_float_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7150900Z test_get_torch_func_signature_exhaustive_float_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7151295Z test_get_torch_func_signature_exhaustive_floor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7151689Z test_get_torch_func_signature_exhaustive_floor_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7152070Z test_get_torch_func_signature_exhaustive_fmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7152455Z test_get_torch_func_signature_exhaustive_fmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7152832Z test_get_torch_func_signature_exhaustive_fmod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7153216Z test_get_torch_func_signature_exhaustive_frac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7153588Z test_get_torch_func_signature_exhaustive_frexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7153976Z test_get_torch_func_signature_exhaustive_full_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7154364Z test_get_torch_func_signature_exhaustive_gather_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7154755Z test_get_torch_func_signature_exhaustive_ge_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7155127Z test_get_torch_func_signature_exhaustive_geqrf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:45:34.7155518Z test_get_torch_func_signature_exhaustive_gradient_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7155906Z test_get_torch_func_signature_exhaustive_gt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7156503Z test_get_torch_func_signature_exhaustive_half_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7156927Z test_get_torch_func_signature_exhaustive_heaviside_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7157315Z test_get_torch_func_signature_exhaustive_histc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:45:34.7157752Z test_get_torch_func_signature_exhaustive_histogram_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-12-01T10:45:34.7158156Z test_get_torch_func_signature_exhaustive_histogramdd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.018s) 2022-12-01T10:45:34.7158538Z test_get_torch_func_signature_exhaustive_hsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7158924Z test_get_torch_func_signature_exhaustive_hstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7159311Z test_get_torch_func_signature_exhaustive_hypot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7159680Z test_get_torch_func_signature_exhaustive_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7160064Z test_get_torch_func_signature_exhaustive_igamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7160459Z test_get_torch_func_signature_exhaustive_igammac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7160851Z test_get_torch_func_signature_exhaustive_index_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7161234Z test_get_torch_func_signature_exhaustive_index_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7161630Z test_get_torch_func_signature_exhaustive_index_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7162025Z test_get_torch_func_signature_exhaustive_index_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7162931Z test_get_torch_func_signature_exhaustive_index_reduce_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1008.) 2022-12-01T10:45:34.7163569Z return self.op(*args, **kwargs) 2022-12-01T10:45:34.7163742Z ok (0.005s) 2022-12-01T10:45:34.7164036Z test_get_torch_func_signature_exhaustive_index_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7164437Z test_get_torch_func_signature_exhaustive_inner_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7165013Z test_get_torch_func_signature_exhaustive_int_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7165444Z test_get_torch_func_signature_exhaustive_isclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7165839Z test_get_torch_func_signature_exhaustive_isfinite_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7166228Z test_get_torch_func_signature_exhaustive_isin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7166599Z test_get_torch_func_signature_exhaustive_isinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7166981Z test_get_torch_func_signature_exhaustive_isnan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7167378Z test_get_torch_func_signature_exhaustive_isneginf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7167803Z test_get_torch_func_signature_exhaustive_isposinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7168183Z test_get_torch_func_signature_exhaustive_isreal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7169155Z test_get_torch_func_signature_exhaustive_istft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-12-01T10:45:34.7169777Z return self.op(*args, **kwargs) 2022-12-01T10:45:34.7169961Z ok (0.004s) 2022-12-01T10:45:34.7170274Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:34.7170750Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:34.7171220Z test_get_torch_func_signature_exhaustive_jiterator_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:34.7171677Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:34.7172131Z test_get_torch_func_signature_exhaustive_jiterator_unary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:45:34.7172547Z test_get_torch_func_signature_exhaustive_kron_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7172940Z test_get_torch_func_signature_exhaustive_kthvalue_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7173336Z test_get_torch_func_signature_exhaustive_ldexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7173708Z test_get_torch_func_signature_exhaustive_le_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7174093Z test_get_torch_func_signature_exhaustive_lerp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7174482Z test_get_torch_func_signature_exhaustive_lgamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7174884Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7175283Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7175686Z test_get_torch_func_signature_exhaustive_linalg_cond_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7176090Z test_get_torch_func_signature_exhaustive_linalg_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7176495Z test_get_torch_func_signature_exhaustive_linalg_det_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7176892Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:45:34.7177303Z test_get_torch_func_signature_exhaustive_linalg_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7177707Z test_get_torch_func_signature_exhaustive_linalg_eigh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7178111Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7178537Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7178963Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7179381Z test_get_torch_func_signature_exhaustive_linalg_inv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7179779Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7180346Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7180765Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7181176Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7181585Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:45:34.7182204Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7182665Z test_get_torch_func_signature_exhaustive_linalg_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7183073Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:45:34.7183486Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7183884Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:45:34.7184296Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:45:34.7184709Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:45:34.7185119Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.018s) 2022-12-01T10:45:34.7185531Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7185952Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7186354Z test_get_torch_func_signature_exhaustive_linalg_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:45:34.7186772Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:45:34.7187183Z test_get_torch_func_signature_exhaustive_linalg_pinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:45:34.7187591Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7188074Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:45:34.7188542Z test_get_torch_func_signature_exhaustive_linalg_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:45:34.7188933Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7189334Z test_get_torch_func_signature_exhaustive_linalg_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:45:34.7189805Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:45:34.7190225Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.018s) 2022-12-01T10:45:34.7190626Z test_get_torch_func_signature_exhaustive_linalg_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.033s) 2022-12-01T10:45:34.7191026Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:45:34.7191475Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7191889Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7192284Z test_get_torch_func_signature_exhaustive_linalg_vander_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7192689Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:45:34.7193097Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:45:34.7193504Z test_get_torch_func_signature_exhaustive_linspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7193886Z test_get_torch_func_signature_exhaustive_log10_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7194276Z test_get_torch_func_signature_exhaustive_log1p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7194666Z test_get_torch_func_signature_exhaustive_log2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7195050Z test_get_torch_func_signature_exhaustive_log_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7195431Z test_get_torch_func_signature_exhaustive_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7195837Z test_get_torch_func_signature_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7196240Z test_get_torch_func_signature_exhaustive_logaddexp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7196629Z test_get_torch_func_signature_exhaustive_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7197033Z test_get_torch_func_signature_exhaustive_logcumsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7197438Z test_get_torch_func_signature_exhaustive_logdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7197834Z test_get_torch_func_signature_exhaustive_logical_and_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7198217Z test_get_torch_func_signature_exhaustive_logical_not_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7198612Z test_get_torch_func_signature_exhaustive_logical_or_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7199010Z test_get_torch_func_signature_exhaustive_logical_xor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7199522Z test_get_torch_func_signature_exhaustive_logit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7199991Z test_get_torch_func_signature_exhaustive_logspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-12-01T10:45:34.7200390Z test_get_torch_func_signature_exhaustive_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7201002Z test_get_torch_func_signature_exhaustive_long_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7201442Z test_get_torch_func_signature_exhaustive_lt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7201977Z test_get_torch_func_signature_exhaustive_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7202813Z test_get_torch_func_signature_exhaustive_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:45:34.7203449Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:45:34.7203696Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:45:34.7203885Z should be replaced with 2022-12-01T10:45:34.7204225Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T10:45:34.7204553Z return self.op(*args, **kwargs) 2022-12-01T10:45:34.7204739Z ok (0.007s) 2022-12-01T10:45:34.7205016Z test_get_torch_func_signature_exhaustive_lu_unpack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7205573Z test_get_torch_func_signature_exhaustive_mH_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7206164Z test_get_torch_func_signature_exhaustive_mT_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7206761Z test_get_torch_func_signature_exhaustive_masked_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7207355Z test_get_torch_func_signature_exhaustive_masked_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7207966Z test_get_torch_func_signature_exhaustive_masked_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7208581Z test_get_torch_func_signature_exhaustive_masked_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7209190Z test_get_torch_func_signature_exhaustive_masked_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7209789Z test_get_torch_func_signature_exhaustive_masked_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7210237Z test_get_torch_func_signature_exhaustive_masked_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7210814Z test_get_torch_func_signature_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7211430Z test_get_torch_func_signature_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7212034Z test_get_torch_func_signature_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7212645Z test_get_torch_func_signature_exhaustive_masked_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7213258Z test_get_torch_func_signature_exhaustive_masked_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7213898Z test_get_torch_func_signature_exhaustive_masked_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7214516Z test_get_torch_func_signature_exhaustive_masked_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7215114Z test_get_torch_func_signature_exhaustive_masked_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7215596Z test_get_torch_func_signature_exhaustive_masked_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7216011Z test_get_torch_func_signature_exhaustive_masked_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7216581Z test_get_torch_func_signature_exhaustive_masked_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7217175Z test_get_torch_func_signature_exhaustive_masked_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7217781Z test_get_torch_func_signature_exhaustive_masked_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7218377Z test_get_torch_func_signature_exhaustive_masked_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7218979Z test_get_torch_func_signature_exhaustive_masked_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7219417Z test_get_torch_func_signature_exhaustive_matmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7219803Z test_get_torch_func_signature_exhaustive_matrix_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7220324Z test_get_torch_func_signature_exhaustive_max_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7220731Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7221137Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7221549Z test_get_torch_func_signature_exhaustive_maximum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7221942Z test_get_torch_func_signature_exhaustive_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7222329Z test_get_torch_func_signature_exhaustive_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7222901Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7223395Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:45:34.7223821Z test_get_torch_func_signature_exhaustive_min_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7224234Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7224693Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7225098Z test_get_torch_func_signature_exhaustive_minimum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7225544Z test_get_torch_func_signature_exhaustive_mm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7225934Z test_get_torch_func_signature_exhaustive_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7226313Z test_get_torch_func_signature_exhaustive_movedim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7226704Z test_get_torch_func_signature_exhaustive_msort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7227131Z test_get_torch_func_signature_exhaustive_mul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7227690Z test_get_torch_func_signature_exhaustive_multinomial_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7228111Z test_get_torch_func_signature_exhaustive_mv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7228516Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7228935Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7229347Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7229739Z test_get_torch_func_signature_exhaustive_nan_to_num_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7230138Z test_get_torch_func_signature_exhaustive_nanmean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7230538Z test_get_torch_func_signature_exhaustive_nanmedian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7230935Z test_get_torch_func_signature_exhaustive_nanquantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:45:34.7231317Z test_get_torch_func_signature_exhaustive_nansum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7231705Z test_get_torch_func_signature_exhaustive_narrow_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7232098Z test_get_torch_func_signature_exhaustive_narrow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7232500Z test_get_torch_func_signature_exhaustive_native_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7232898Z test_get_torch_func_signature_exhaustive_native_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7233291Z test_get_torch_func_signature_exhaustive_ne_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7233669Z test_get_torch_func_signature_exhaustive_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7234231Z test_get_torch_func_signature_exhaustive_new_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7234831Z test_get_torch_func_signature_exhaustive_new_empty_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7235448Z test_get_torch_func_signature_exhaustive_new_full_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7236052Z test_get_torch_func_signature_exhaustive_new_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7236648Z test_get_torch_func_signature_exhaustive_new_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7237107Z test_get_torch_func_signature_exhaustive_nextafter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7237722Z test_get_torch_func_signature_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7238218Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7238886Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7239544Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7240186Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7240847Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7241494Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7241969Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7242384Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7242811Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7243466Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7243936Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:45:34.7244547Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7245218Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7245867Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7246334Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:45:34.7247323Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T10:45:34.7247916Z return self.op(*args, **kwargs) 2022-12-01T10:45:34.7248092Z ok (0.038s) 2022-12-01T10:45:34.7248405Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7248851Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7249314Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:45:34.7249935Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7250427Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7251065Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7251701Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7252329Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7252957Z test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7253588Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7254210Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7254833Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7255482Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7256147Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7256851Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7257528Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7258184Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7258841Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7259316Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7259892Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7260699Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7261321Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7261857Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7262462Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7263098Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7263757Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7264411Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7265063Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7265698Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7266354Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7267001Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7267662Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7268327Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7268985Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7269650Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7270276Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7270900Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7271528Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7272162Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7272629Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7273217Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7273719Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7274364Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7275007Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7275629Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7276288Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7276928Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7277579Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7278228Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7278863Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7279504Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7280151Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7280780Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7281388Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7282028Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7282689Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7283427Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7284079Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7284698Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7285173Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7285604Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:45:34.7286035Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7286492Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7286937Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7287365Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7287815Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7288234Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7288838Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7289305Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7289891Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7290510Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7291117Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7291739Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7292356Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7292979Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7293606Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7294241Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7294883Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7295357Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7295780Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7296355Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7296987Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7297617Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7298292Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7298975Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7299613Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7300559Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7301218Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7301695Z test_get_torch_func_signature_exhaustive_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-12-01T10:45:34.7302254Z test_get_torch_func_signature_exhaustive_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7302846Z test_get_torch_func_signature_exhaustive_norm_fro_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7303438Z test_get_torch_func_signature_exhaustive_norm_inf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7304027Z test_get_torch_func_signature_exhaustive_norm_nuc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7304618Z test_get_torch_func_signature_exhaustive_normal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7305205Z test_get_torch_func_signature_exhaustive_normal_number_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7305652Z test_get_torch_func_signature_exhaustive_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7306044Z test_get_torch_func_signature_exhaustive_ones_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7306441Z test_get_torch_func_signature_exhaustive_ormqr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-12-01T10:45:34.7306811Z test_get_torch_func_signature_exhaustive_outer_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7307369Z test_get_torch_func_signature_exhaustive_pca_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7307811Z test_get_torch_func_signature_exhaustive_permute_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7308206Z test_get_torch_func_signature_exhaustive_pinverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7308588Z test_get_torch_func_signature_exhaustive_polar_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7309158Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7309785Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7310407Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7311078Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7311703Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7312154Z test_get_torch_func_signature_exhaustive_positive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7312583Z test_get_torch_func_signature_exhaustive_pow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7312957Z test_get_torch_func_signature_exhaustive_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:45:34.7313342Z test_get_torch_func_signature_exhaustive_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7314112Z test_get_torch_func_signature_exhaustive_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:45:34.7314710Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:45:34.7314948Z Q, R = torch.qr(A, some) 2022-12-01T10:45:34.7315141Z should be replaced with 2022-12-01T10:45:34.7315615Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T10:45:34.7315963Z return self.op(*args, **kwargs) 2022-12-01T10:45:34.7316134Z ok (0.007s) 2022-12-01T10:45:34.7316421Z test_get_torch_func_signature_exhaustive_quantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:45:34.7316821Z test_get_torch_func_signature_exhaustive_rad2deg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7317369Z test_get_torch_func_signature_exhaustive_rand_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7317969Z test_get_torch_func_signature_exhaustive_randint_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7318569Z test_get_torch_func_signature_exhaustive_randn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7319165Z test_get_torch_func_signature_exhaustive_randn_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7319599Z test_get_torch_func_signature_exhaustive_ravel_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7319979Z test_get_torch_func_signature_exhaustive_real_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7320378Z test_get_torch_func_signature_exhaustive_reciprocal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7320778Z test_get_torch_func_signature_exhaustive_remainder_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7321159Z test_get_torch_func_signature_exhaustive_renorm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7321712Z test_get_torch_func_signature_exhaustive_repeat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7322160Z test_get_torch_func_signature_exhaustive_repeat_interleave_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7322766Z test_get_torch_func_signature_exhaustive_reshape_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7323206Z test_get_torch_func_signature_exhaustive_reshape_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7323822Z test_get_torch_func_signature_exhaustive_resize__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7324422Z test_get_torch_func_signature_exhaustive_resize_as__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7324917Z test_get_torch_func_signature_exhaustive_resolve_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7325319Z test_get_torch_func_signature_exhaustive_resolve_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7325699Z test_get_torch_func_signature_exhaustive_roll_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7326085Z test_get_torch_func_signature_exhaustive_rot90_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7326470Z test_get_torch_func_signature_exhaustive_round_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7326859Z test_get_torch_func_signature_exhaustive_round_decimals_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7327273Z test_get_torch_func_signature_exhaustive_round_decimals_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7327691Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7328096Z test_get_torch_func_signature_exhaustive_rsqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7328476Z test_get_torch_func_signature_exhaustive_rsub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7328869Z test_get_torch_func_signature_exhaustive_scatter_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7329301Z test_get_torch_func_signature_exhaustive_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7330222Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:45:34.7330778Z return self.op(*args, **kwargs) 2022-12-01T10:45:34.7330952Z ok (0.004s) 2022-12-01T10:45:34.7331249Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7331662Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:45:34.7332064Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7332479Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7333696Z test_get_torch_func_signature_exhaustive_searchsorted_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-12-01T10:45:34.7334477Z return self.op(*args, **kwargs) 2022-12-01T10:45:34.7335415Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-12-01T10:45:34.7336107Z return self.op(*args, **kwargs) 2022-12-01T10:45:34.7336278Z ok (0.012s) 2022-12-01T10:45:34.7336583Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:45:34.7337015Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:45:34.7337427Z test_get_torch_func_signature_exhaustive_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7337817Z test_get_torch_func_signature_exhaustive_select_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7338217Z test_get_torch_func_signature_exhaustive_sgn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7338772Z test_get_torch_func_signature_exhaustive_short_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7339215Z test_get_torch_func_signature_exhaustive_sigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7339595Z test_get_torch_func_signature_exhaustive_sign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7340119Z test_get_torch_func_signature_exhaustive_signbit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7340596Z test_get_torch_func_signature_exhaustive_sin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7340967Z test_get_torch_func_signature_exhaustive_sinc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7341346Z test_get_torch_func_signature_exhaustive_sinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7341895Z test_get_torch_func_signature_exhaustive_slice_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7342340Z test_get_torch_func_signature_exhaustive_slice_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7342727Z test_get_torch_func_signature_exhaustive_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7343133Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7343534Z test_get_torch_func_signature_exhaustive_sort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:45:34.7344647Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:968: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:45:34.7345342Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:45:34.7345531Z ok (0.003s) 2022-12-01T10:45:34.7345826Z test_get_torch_func_signature_exhaustive_special_airy_ai_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7346305Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7346717Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7347114Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7347523Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7347993Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7348432Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7349064Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:45:34.7349755Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:45:34.7350231Z test_get_torch_func_signature_exhaustive_special_entr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7350639Z test_get_torch_func_signature_exhaustive_special_erfcx_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7351052Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7351492Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7351911Z test_get_torch_func_signature_exhaustive_special_i0e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7352105Z test_get_torch_func_signature_exhaustive_special_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7352295Z test_get_torch_func_signature_exhaustive_special_i1e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7352507Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7352918Z test_get_torch_func_signature_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:45:34.7353107Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7353318Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7353527Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7353730Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7353932Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7354194Z test_get_torch_func_signature_exhaustive_special_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7354447Z test_get_torch_func_signature_exhaustive_special_ndtri_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7354903Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7355119Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7355332Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7355758Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:45:34.7356191Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:45:34.7356600Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:45:34.7357003Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:45:34.7357212Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7357413Z test_get_torch_func_signature_exhaustive_special_xlog1py_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7357608Z test_get_torch_func_signature_exhaustive_special_zeta_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7357952Z test_get_torch_func_signature_exhaustive_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7358314Z test_get_torch_func_signature_exhaustive_split_list_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7358512Z test_get_torch_func_signature_exhaustive_split_with_sizes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7358698Z test_get_torch_func_signature_exhaustive_sqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7358887Z test_get_torch_func_signature_exhaustive_square_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7359062Z test_get_torch_func_signature_exhaustive_squeeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7359247Z test_get_torch_func_signature_exhaustive_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7359432Z test_get_torch_func_signature_exhaustive_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7359619Z test_get_torch_func_signature_exhaustive_std_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7359965Z test_get_torch_func_signature_exhaustive_stft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7360147Z test_get_torch_func_signature_exhaustive_sub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7360327Z test_get_torch_func_signature_exhaustive_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7360680Z test_get_torch_func_signature_exhaustive_sum_to_size_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7360863Z test_get_torch_func_signature_exhaustive_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.034s) 2022-12-01T10:45:34.7361244Z test_get_torch_func_signature_exhaustive_svd_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7361830Z test_get_torch_func_signature_exhaustive_symeig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:45:34.7362060Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:45:34.7362153Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:45:34.7362234Z should be replaced with 2022-12-01T10:45:34.7362409Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:45:34.7362470Z and 2022-12-01T10:45:34.7362571Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:45:34.7362651Z should be replaced with 2022-12-01T10:45:34.7362996Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:45:34.7363071Z return self.op(*args, **kwargs) 2022-12-01T10:45:34.7363137Z ok (0.003s) 2022-12-01T10:45:34.7363424Z test_get_torch_func_signature_exhaustive_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7363624Z test_get_torch_func_signature_exhaustive_take_along_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7363812Z test_get_torch_func_signature_exhaustive_take_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7363996Z test_get_torch_func_signature_exhaustive_tan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7364179Z test_get_torch_func_signature_exhaustive_tanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7364377Z test_get_torch_func_signature_exhaustive_tensor_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7364603Z test_get_torch_func_signature_exhaustive_tensordot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:45:34.7364788Z test_get_torch_func_signature_exhaustive_tile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7365132Z test_get_torch_func_signature_exhaustive_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7365492Z test_get_torch_func_signature_exhaustive_to_sparse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7365677Z test_get_torch_func_signature_exhaustive_topk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7365864Z test_get_torch_func_signature_exhaustive_trace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7366054Z test_get_torch_func_signature_exhaustive_transpose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7366246Z test_get_torch_func_signature_exhaustive_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7366433Z test_get_torch_func_signature_exhaustive_trapz_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7367074Z test_get_torch_func_signature_exhaustive_triangular_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:45:34.7367256Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:45:34.7367386Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:45:34.7367469Z should be replaced with 2022-12-01T10:45:34.7367698Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:45:34.7367787Z return self.op(*args, **kwargs) 2022-12-01T10:45:34.7367857Z ok (0.004s) 2022-12-01T10:45:34.7368045Z test_get_torch_func_signature_exhaustive_tril_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7368259Z test_get_torch_func_signature_exhaustive_triu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7368452Z test_get_torch_func_signature_exhaustive_true_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:45:34.7368626Z test_get_torch_func_signature_exhaustive_trunc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7368812Z test_get_torch_func_signature_exhaustive_unbind_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7369003Z test_get_torch_func_signature_exhaustive_unflatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7369349Z test_get_torch_func_signature_exhaustive_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7369702Z test_get_torch_func_signature_exhaustive_uniform_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7370070Z test_get_torch_func_signature_exhaustive_unique_consecutive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7370415Z test_get_torch_func_signature_exhaustive_unique_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7370606Z test_get_torch_func_signature_exhaustive_unsqueeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7370792Z test_get_torch_func_signature_exhaustive_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7370980Z test_get_torch_func_signature_exhaustive_var_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7371164Z test_get_torch_func_signature_exhaustive_vdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7371348Z test_get_torch_func_signature_exhaustive_view_as_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7371698Z test_get_torch_func_signature_exhaustive_view_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7372039Z test_get_torch_func_signature_exhaustive_view_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7372227Z test_get_torch_func_signature_exhaustive_vsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7372414Z test_get_torch_func_signature_exhaustive_vstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7372761Z test_get_torch_func_signature_exhaustive_where_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7372950Z test_get_torch_func_signature_exhaustive_xlogy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:45:34.7373290Z test_get_torch_func_signature_exhaustive_zero__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:45:34.7373472Z test_get_torch_func_signature_exhaustive_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7373695Z test_get_torch_func_signature_exhaustive_zeros_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:45:34.7373815Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-12-01T10:45:34.7373952Z Tests that the pass manager runs the passes correctly. ... ok (0.005s) 2022-12-01T10:45:34.7374093Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-12-01T10:45:34.7374254Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.001s) 2022-12-01T10:45:34.7374417Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-12-01T10:45:34.7374548Z Tests that users can add in check functions correctly ... ok (0.003s) 2022-12-01T10:45:34.7374685Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-12-01T10:45:34.7374785Z Tests error catching + debug ... ok (0.003s) 2022-12-01T10:45:34.7374922Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-12-01T10:45:34.7375039Z Tests the construction of constraints ... ok (0.001s) 2022-12-01T10:45:34.7375172Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-12-01T10:45:34.7375314Z Tests that passes are correctly ordered based on contraints. ... ok (0.002s) 2022-12-01T10:45:34.7375505Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-12-01T10:45:34.7375689Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:45:34.7375895Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:45:34.7376087Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:45:34.7376309Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:45:34.7376498Z test_subgraph_rewriter_local_revert (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-12-01T10:45:34.7376691Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-12-01T10:45:34.7376878Z test_subgraph_rewriter_nodes_with_kwargs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:45:34.7377073Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:45:34.7377309Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:45:34.7377492Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-12-01T10:45:34.7377640Z This tests that a placeholder Node can be matched to a Node with ... ok (0.009s) 2022-12-01T10:45:34.7377827Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:45:34.7378019Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:45:34.7378226Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:45:34.7378426Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:45:34.7378633Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:45:34.7378822Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:45:34.7379011Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-12-01T10:45:34.7379236Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:45:34.7379436Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:45:34.7379622Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:45:34.7379763Z test_torchvision_models_alexnet (__main__.TestVisionTracing) ... ok (0.437s) 2022-12-01T10:45:34.7380073Z test_torchvision_models_convnext_base (__main__.TestVisionTracing) ... ok (2.108s) 2022-12-01T10:45:34.7380305Z test_torchvision_models_convnext_large (__main__.TestVisionTracing) ... ok (3.417s) 2022-12-01T10:45:34.7380462Z test_torchvision_models_convnext_small (__main__.TestVisionTracing) ... ok (1.501s) 2022-12-01T10:45:34.7380610Z test_torchvision_models_convnext_tiny (__main__.TestVisionTracing) ... ok (0.722s) 2022-12-01T10:45:34.7380759Z test_torchvision_models_densenet121 (__main__.TestVisionTracing) ... ok (1.639s) 2022-12-01T10:45:34.7380907Z test_torchvision_models_densenet161 (__main__.TestVisionTracing) ... ok (2.658s) 2022-12-01T10:45:34.7381052Z test_torchvision_models_densenet169 (__main__.TestVisionTracing) ... ok (2.271s) 2022-12-01T10:45:34.7381196Z test_torchvision_models_densenet201 (__main__.TestVisionTracing) ... ok (2.938s) 2022-12-01T10:45:34.7381841Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_320_fpn (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained_backbone' is deprecated since 0.13 and may be removed in the future, please use 'weights_backbone' instead. 2022-12-01T10:45:34.7382076Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and may be removed in the future, " 2022-12-01T10:45:34.7382656Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights_backbone' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights_backbone=None`. 2022-12-01T10:45:34.7382735Z warnings.warn(msg) 2022-12-01T10:45:34.7382803Z ok (0.154s) 2022-12-01T10:45:34.7382988Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_fpn (__main__.TestVisionTracing) ... ok (0.154s) 2022-12-01T10:45:34.7383161Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.347s) 2022-12-01T10:45:34.7383340Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.376s) 2022-12-01T10:45:34.7383503Z test_torchvision_models_detection_fcos_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.335s) 2022-12-01T10:45:34.7383677Z test_torchvision_models_detection_keypointrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.516s) 2022-12-01T10:45:34.7383833Z test_torchvision_models_detection_maskrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.377s) 2022-12-01T10:45:34.7384009Z test_torchvision_models_detection_maskrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.401s) 2022-12-01T10:45:34.7384179Z test_torchvision_models_detection_retinanet_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.341s) 2022-12-01T10:45:34.7384352Z test_torchvision_models_detection_retinanet_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.371s) 2022-12-01T10:45:34.7384507Z test_torchvision_models_detection_ssd300_vgg16 (__main__.TestVisionTracing) ... ok (1.705s) 2022-12-01T10:45:34.7384684Z test_torchvision_models_detection_ssdlite320_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (0.112s) 2022-12-01T10:45:34.7384834Z test_torchvision_models_efficientnet_b0 (__main__.TestVisionTracing) ... ok (1.078s) 2022-12-01T10:45:34.7384983Z test_torchvision_models_efficientnet_b1 (__main__.TestVisionTracing) ... ok (1.360s) 2022-12-01T10:45:34.7385128Z test_torchvision_models_efficientnet_b2 (__main__.TestVisionTracing) ... ok (1.701s) 2022-12-01T10:45:34.7385334Z test_torchvision_models_efficientnet_b3 (__main__.TestVisionTracing) ... ok (1.745s) 2022-12-01T10:45:34.7385483Z test_torchvision_models_efficientnet_b4 (__main__.TestVisionTracing) ... ok (2.311s) 2022-12-01T10:45:34.7385626Z test_torchvision_models_efficientnet_b5 (__main__.TestVisionTracing) ... ok (2.811s) 2022-12-01T10:45:34.7385772Z test_torchvision_models_efficientnet_b6 (__main__.TestVisionTracing) ... ok (3.563s) 2022-12-01T10:45:34.7385950Z test_torchvision_models_efficientnet_b7 (__main__.TestVisionTracing) ... ok (4.592s) 2022-12-01T10:45:34.7386101Z test_torchvision_models_efficientnet_v2_l (__main__.TestVisionTracing) ... ok (6.160s) 2022-12-01T10:45:34.7386252Z test_torchvision_models_efficientnet_v2_m (__main__.TestVisionTracing) ... ok (4.157s) 2022-12-01T10:45:34.7386398Z test_torchvision_models_efficientnet_v2_s (__main__.TestVisionTracing) ... ok (2.598s) 2022-12-01T10:45:34.7387125Z test_torchvision_models_googlenet (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py:51: FutureWarning: The default weight initialization of GoogleNet will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-12-01T10:45:34.7387190Z FutureWarning, 2022-12-01T10:45:34.7387257Z ok (0.985s) 2022-12-01T10:45:34.7387987Z test_torchvision_models_inception_v3 (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py:47: FutureWarning: The default weight initialization of inception_v3 will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-12-01T10:45:34.7388062Z FutureWarning, 2022-12-01T10:45:34.7388128Z ok (1.466s) 2022-12-01T10:45:34.7388735Z test_torchvision_models_maxvit_t (__main__.TestVisionTracing) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3191.) 2022-12-01T10:45:34.7388932Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-12-01T10:45:34.7388998Z ok (3.205s) 2022-12-01T10:45:34.7389146Z test_torchvision_models_mnasnet0_5 (__main__.TestVisionTracing) ... ok (0.777s) 2022-12-01T10:45:34.7389295Z test_torchvision_models_mnasnet0_75 (__main__.TestVisionTracing) ... ok (0.884s) 2022-12-01T10:45:34.7389428Z test_torchvision_models_mnasnet1_0 (__main__.TestVisionTracing) ... ok (0.740s) 2022-12-01T10:45:34.7389567Z test_torchvision_models_mnasnet1_3 (__main__.TestVisionTracing) ... ok (0.841s) 2022-12-01T10:45:34.7389715Z test_torchvision_models_mobilenet_v2 (__main__.TestVisionTracing) ... ok (0.824s) 2022-12-01T10:45:34.7389872Z test_torchvision_models_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.014s) 2022-12-01T10:45:34.7390024Z test_torchvision_models_mobilenet_v3_small (__main__.TestVisionTracing) ... ok (0.794s) 2022-12-01T10:45:34.7390171Z test_torchvision_models_regnet_x_16gf (__main__.TestVisionTracing) ... ok (2.045s) 2022-12-01T10:45:34.7390318Z test_torchvision_models_regnet_x_1_6gf (__main__.TestVisionTracing) ... ok (1.393s) 2022-12-01T10:45:34.7390467Z test_torchvision_models_regnet_x_32gf (__main__.TestVisionTracing) ... ok (3.173s) 2022-12-01T10:45:34.7390602Z test_torchvision_models_regnet_x_3_2gf (__main__.TestVisionTracing) ... ok (1.743s) 2022-12-01T10:45:34.7390745Z test_torchvision_models_regnet_x_400mf (__main__.TestVisionTracing) ... ok (1.401s) 2022-12-01T10:45:34.7390889Z test_torchvision_models_regnet_x_800mf (__main__.TestVisionTracing) ... ok (1.124s) 2022-12-01T10:45:34.7391037Z test_torchvision_models_regnet_x_8gf (__main__.TestVisionTracing) ... ok (1.954s) 2022-12-01T10:45:34.7391213Z test_torchvision_models_regnet_y_128gf (__main__.TestVisionTracing) ... ok (12.552s) 2022-12-01T10:45:34.7391357Z test_torchvision_models_regnet_y_16gf (__main__.TestVisionTracing) ... ok (2.652s) 2022-12-01T10:45:34.7391502Z test_torchvision_models_regnet_y_1_6gf (__main__.TestVisionTracing) ... ok (2.621s) 2022-12-01T10:45:34.7391645Z test_torchvision_models_regnet_y_32gf (__main__.TestVisionTracing) ... ok (3.873s) 2022-12-01T10:45:34.7391777Z test_torchvision_models_regnet_y_3_2gf (__main__.TestVisionTracing) ... ok (2.091s) 2022-12-01T10:45:34.7391941Z test_torchvision_models_regnet_y_400mf (__main__.TestVisionTracing) ... ok (1.525s) 2022-12-01T10:45:34.7392081Z test_torchvision_models_regnet_y_800mf (__main__.TestVisionTracing) ... ok (1.506s) 2022-12-01T10:45:34.7392226Z test_torchvision_models_regnet_y_8gf (__main__.TestVisionTracing) ... ok (2.147s) 2022-12-01T10:45:34.7392371Z test_torchvision_models_resnet101 (__main__.TestVisionTracing) ... ok (1.877s) 2022-12-01T10:45:34.7392512Z test_torchvision_models_resnet152 (__main__.TestVisionTracing) ... ok (2.596s) 2022-12-01T10:45:34.7392651Z test_torchvision_models_resnet18 (__main__.TestVisionTracing) ... ok (0.464s) 2022-12-01T10:45:34.7392788Z test_torchvision_models_resnet34 (__main__.TestVisionTracing) ... ok (0.802s) 2022-12-01T10:45:34.7392920Z test_torchvision_models_resnet50 (__main__.TestVisionTracing) ... ok (0.953s) 2022-12-01T10:45:34.7393056Z test_torchvision_models_resnext101_32x8d (__main__.TestVisionTracing) ... ok (2.594s) 2022-12-01T10:45:34.7393205Z test_torchvision_models_resnext101_64x4d (__main__.TestVisionTracing) ... ok (2.380s) 2022-12-01T10:45:34.7393352Z test_torchvision_models_resnext50_32x4d (__main__.TestVisionTracing) ... ok (1.002s) 2022-12-01T10:45:34.7393533Z test_torchvision_models_segmentation_deeplabv3_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.264s) 2022-12-01T10:45:34.7393705Z test_torchvision_models_segmentation_deeplabv3_resnet101 (__main__.TestVisionTracing) ... ok (1.932s) 2022-12-01T10:45:34.7393878Z test_torchvision_models_segmentation_deeplabv3_resnet50 (__main__.TestVisionTracing) ... ok (1.272s) 2022-12-01T10:45:34.7394038Z test_torchvision_models_segmentation_fcn_resnet101 (__main__.TestVisionTracing) ... ok (1.768s) 2022-12-01T10:45:34.7394198Z test_torchvision_models_segmentation_fcn_resnet50 (__main__.TestVisionTracing) ... ok (0.977s) 2022-12-01T10:45:34.7394364Z test_torchvision_models_segmentation_lraspp_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.026s) 2022-12-01T10:45:34.7394524Z test_torchvision_models_shufflenet_v2_x0_5 (__main__.TestVisionTracing) ... ok (0.853s) 2022-12-01T10:45:34.7394672Z test_torchvision_models_shufflenet_v2_x1_0 (__main__.TestVisionTracing) ... ok (1.050s) 2022-12-01T10:45:34.7394820Z test_torchvision_models_shufflenet_v2_x1_5 (__main__.TestVisionTracing) ... ok (1.101s) 2022-12-01T10:45:34.7394965Z test_torchvision_models_shufflenet_v2_x2_0 (__main__.TestVisionTracing) ... ok (1.007s) 2022-12-01T10:45:34.7395113Z test_torchvision_models_squeezenet1_0 (__main__.TestVisionTracing) ... ok (0.329s) 2022-12-01T10:45:34.7395260Z test_torchvision_models_squeezenet1_1 (__main__.TestVisionTracing) ... ok (0.335s) 2022-12-01T10:45:34.7395401Z test_torchvision_models_swin_b (__main__.TestVisionTracing) ... ok (2.844s) 2022-12-01T10:45:34.7395539Z test_torchvision_models_swin_s (__main__.TestVisionTracing) ... ok (2.255s) 2022-12-01T10:45:34.7395665Z test_torchvision_models_swin_t (__main__.TestVisionTracing) ... ok (1.335s) 2022-12-01T10:45:34.7395810Z test_torchvision_models_swin_v2_b (__main__.TestVisionTracing) ... ok (3.382s) 2022-12-01T10:45:34.7395951Z test_torchvision_models_swin_v2_s (__main__.TestVisionTracing) ... ok (2.790s) 2022-12-01T10:45:34.7396086Z test_torchvision_models_swin_v2_t (__main__.TestVisionTracing) ... ok (1.596s) 2022-12-01T10:45:34.7396225Z test_torchvision_models_vgg11 (__main__.TestVisionTracing) ... ok (1.484s) 2022-12-01T10:45:34.7396392Z test_torchvision_models_vgg11_bn (__main__.TestVisionTracing) ... ok (1.673s) 2022-12-01T10:45:34.7396529Z test_torchvision_models_vgg13 (__main__.TestVisionTracing) ... ok (1.707s) 2022-12-01T10:45:34.7396669Z test_torchvision_models_vgg13_bn (__main__.TestVisionTracing) ... ok (1.760s) 2022-12-01T10:45:34.7396794Z test_torchvision_models_vgg16 (__main__.TestVisionTracing) ... ok (1.831s) 2022-12-01T10:45:34.7396933Z test_torchvision_models_vgg16_bn (__main__.TestVisionTracing) ... ok (1.883s) 2022-12-01T10:45:34.7397101Z test_torchvision_models_vgg19 (__main__.TestVisionTracing) ... ok (1.979s) 2022-12-01T10:45:34.7397241Z test_torchvision_models_vgg19_bn (__main__.TestVisionTracing) ... ok (2.022s) 2022-12-01T10:45:34.7397385Z test_torchvision_models_video_mc3_18 (__main__.TestVisionTracing) ... ok (0.971s) 2022-12-01T10:45:34.7397531Z test_torchvision_models_video_mvit_v1_b (__main__.TestVisionTracing) ... ok (4.986s) 2022-12-01T10:45:34.7397681Z test_torchvision_models_video_mvit_v2_s (__main__.TestVisionTracing) ... ok (5.713s) 2022-12-01T10:45:34.7397832Z test_torchvision_models_video_r2plus1d_18 (__main__.TestVisionTracing) ... ok (1.255s) 2022-12-01T10:45:34.7397963Z test_torchvision_models_video_r3d_18 (__main__.TestVisionTracing) ... ok (1.149s) 2022-12-01T10:45:34.7398104Z test_torchvision_models_video_s3d (__main__.TestVisionTracing) ... ok (2.633s) 2022-12-01T10:45:34.7398240Z test_torchvision_models_vit_b_16 (__main__.TestVisionTracing) ... ok (2.030s) 2022-12-01T10:45:34.7398377Z test_torchvision_models_vit_b_32 (__main__.TestVisionTracing) ... ok (1.844s) 2022-12-01T10:45:34.7398515Z test_torchvision_models_vit_h_14 (__main__.TestVisionTracing) ... ok (10.531s) 2022-12-01T10:45:34.7398648Z test_torchvision_models_vit_l_16 (__main__.TestVisionTracing) ... ok (5.878s) 2022-12-01T10:45:34.7398784Z test_torchvision_models_vit_l_32 (__main__.TestVisionTracing) ... ok (5.860s) 2022-12-01T10:45:34.7398929Z test_torchvision_models_wide_resnet101_2 (__main__.TestVisionTracing) ... ok (3.109s) 2022-12-01T10:45:34.7399064Z test_torchvision_models_wide_resnet50_2 (__main__.TestVisionTracing) ... ok (1.611s) 2022-12-01T10:45:34.7399214Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-12-01T10:45:34.7399351Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... ok (1.109s) 2022-12-01T10:45:34.7399509Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-12-01T10:45:34.7399670Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7399818Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7399966Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7400125Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7400268Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7400421Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:45:34.7400587Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-12-01T10:45:34.7400745Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:45:34.7400905Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:45:34.7401057Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-12-01T10:45:34.7401202Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-12-01T10:45:34.7401365Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.030s) 2022-12-01T10:45:34.7401531Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-12-01T10:45:34.7401698Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-12-01T10:45:34.7401845Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7401993Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7402141Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7402298Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7402481Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7402655Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7402808Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7402946Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7403146Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-12-01T10:45:34.7403373Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7403530Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:45:34.7403685Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.026s) 2022-12-01T10:45:34.7403854Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:45:34.7404005Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-12-01T10:45:34.7404015Z 2022-12-01T10:45:34.7404230Z ---------------------------------------------------------------------- 2022-12-01T10:45:34.7404310Z Ran 1123 tests in 215.828s 2022-12-01T10:45:34.7404315Z 2022-12-01T10:45:34.7404398Z OK (skipped=200, expected failures=3) 2022-12-01T10:45:34.7404403Z 2022-12-01T10:45:34.7404489Z Generating XML reports... 2022-12-01T10:45:34.7404803Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20221201104155.xml 2022-12-01T10:45:34.7405095Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20221201104155.xml 2022-12-01T10:45:34.7405398Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20221201104155.xml 2022-12-01T10:45:34.7405693Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20221201104155.xml 2022-12-01T10:45:34.7406074Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221201104155.xml 2022-12-01T10:45:34.7406345Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20221201104155.xml 2022-12-01T10:45:34.7406590Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20221201104155.xml 2022-12-01T10:45:34.7406897Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20221201104155.xml 2022-12-01T10:45:34.7407182Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20221201104155.xml 2022-12-01T10:45:34.7407483Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20221201104155.xml 2022-12-01T10:45:34.7407786Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20221201104155.xml 2022-12-01T10:45:34.7408118Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201104155.xml 2022-12-01T10:45:34.7408390Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20221201104155.xml 2022-12-01T10:45:34.7408729Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20221201104155.xml 2022-12-01T10:45:34.7408736Z 2022-12-01T10:45:34.7409136Z ##[endgroup] 2022-12-01T10:45:34.7409394Z FINISHED PRINTING LOG FILE of test_fx (/var/lib/jenkins/workspace/test/test-reports/test_fx_ycu4zys6) 2022-12-01T10:45:34.7409399Z 2022-12-01T10:45:34.7409550Z Running test_sparse_csr ... [2022-12-01 10:45:34.687754] 2022-12-01T10:45:34.7409878Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:45:34.688092] 2022-12-01T10:47:17.7915464Z 2022-12-01T10:47:17.7915851Z Expand the folded group to see the log file of test_sparse_csr 2022-12-01T10:47:17.7917277Z ##[group]PRINTING LOG FILE of test_sparse_csr (/var/lib/jenkins/workspace/test/test-reports/test_sparse_csr_c3eechge) 2022-12-01T10:47:17.7921485Z Test results will be stored in test-reports/python-unittest/test_sparse_csr 2022-12-01T10:47:17.7922044Z 2022-12-01T10:47:17.7922357Z Running tests... 2022-12-01T10:47:17.7923054Z ---------------------------------------------------------------------- 2022-12-01T10:47:17.7925038Z test_add_cpu_float32 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2301: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:47:17.7926037Z values, size=size, dtype=dtype, layout=layout, device=device) 2022-12-01T10:47:17.7926333Z ok (0.061s) 2022-12-01T10:47:17.7926666Z test_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-12-01T10:47:17.7932321Z test_addmm_all_sparse_csr_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-12-01T10:47:17.7933179Z test_addmm_all_sparse_csr_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-12-01T10:47:17.7933693Z test_addmm_all_sparse_csr_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-12-01T10:47:17.7934221Z test_addmm_all_sparse_csr_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-12-01T10:47:17.7938838Z test_addmm_all_sparse_csr_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T10:47:17.7939397Z test_addmm_all_sparse_csr_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T10:47:17.7940125Z test_addmm_all_sparse_csr_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-12-01T10:47:17.7940709Z test_addmm_all_sparse_csr_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T10:47:17.7941296Z test_addmm_dense_result_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T10:47:17.7941875Z test_addmm_dense_result_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T10:47:17.7942466Z test_addmm_dense_result_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-12-01T10:47:17.7946175Z test_addmm_dense_result_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T10:47:17.7946739Z test_addmm_dense_result_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:47:17.7947079Z test_addmm_dense_result_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T10:47:17.7947456Z test_addmm_dense_result_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:47:17.7947809Z test_addmm_dense_result_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:47:17.7948141Z test_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-12-01T10:47:17.7948664Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7949246Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7950041Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7950385Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7950800Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7951149Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7951588Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7952024Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7952582Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7953184Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7953786Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7954408Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7955029Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7955607Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7956172Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7956713Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7957282Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7957850Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7958368Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7958958Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7959488Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7959997Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7960536Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7960980Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7961536Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7961919Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7962335Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7962755Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7963272Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7963765Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7964182Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7964643Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7965170Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7965625Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7966163Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7966660Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7967219Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7967819Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7968249Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7968587Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7968925Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7969257Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7969597Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7969938Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7970279Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7970632Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7971015Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7971436Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7972022Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7972575Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7973122Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7973685Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7974231Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7974794Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7975212Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7975636Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7976175Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7976742Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7977305Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7977863Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7978503Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7978959Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7979470Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7980202Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7980716Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7981241Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7981743Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7982285Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7982796Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7983284Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7983770Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7984223Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7984704Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7985119Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7985553Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7986073Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7986497Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7987014Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7987446Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7987925Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7988461Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7989023Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7989581Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7990058Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7990510Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7990995Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7991472Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7991984Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7992469Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7992987Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7993356Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7993754Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7994098Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7994446Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7994842Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7995185Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7995526Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7995859Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7996232Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7996576Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.7996917Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7997244Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7997587Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7997922Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7998261Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7998670Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7999094Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7999432Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.7999801Z test_autograd_dense_output_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-12-01T10:47:17.8000137Z test_autograd_dense_output_addmv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-12-01T10:47:17.8000468Z test_autograd_dense_output_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:47:17.8000793Z test_autograd_dense_output_mv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:47:17.8001113Z test_autograd_sparse_csr_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8001455Z test_autograd_sparse_csr_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8001955Z test_autograd_sparse_csr_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8002482Z test_autograd_sparse_csr_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8003064Z test_autograd_sparse_csr_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8003542Z test_autograd_sparse_csr_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8004128Z test_autograd_sparse_csr_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8004607Z test_autograd_sparse_csr_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8005074Z test_autograd_sparse_csr_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8005548Z test_autograd_sparse_csr_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8006068Z test_autograd_sparse_csr_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8006547Z test_autograd_sparse_csr_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8007018Z test_autograd_sparse_csr_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8007452Z test_autograd_sparse_csr_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8007816Z test_autograd_sparse_csr_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8008236Z test_autograd_sparse_csr_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erf not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8008709Z test_autograd_sparse_csr_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erfinv not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8009171Z test_autograd_sparse_csr_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8009643Z test_autograd_sparse_csr_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op floor not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8010129Z test_autograd_sparse_csr_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8010601Z test_autograd_sparse_csr_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8011063Z test_autograd_sparse_csr_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8011533Z test_autograd_sparse_csr_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8012009Z test_autograd_sparse_csr_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isneginf not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8012497Z test_autograd_sparse_csr_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isposinf not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8012973Z test_autograd_sparse_csr_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op log1p not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8013363Z test_autograd_sparse_csr_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8013704Z test_autograd_sparse_csr_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8014115Z test_autograd_sparse_csr_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8014610Z test_autograd_sparse_csr_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8015199Z test_autograd_sparse_csr_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8015667Z test_autograd_sparse_csr_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sign not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8016176Z test_autograd_sparse_csr_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op signbit not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8016658Z test_autograd_sparse_csr_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8017108Z test_autograd_sparse_csr_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8017605Z test_autograd_sparse_csr_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8018075Z test_autograd_sparse_csr_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8018548Z test_autograd_sparse_csr_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8019018Z test_autograd_sparse_csr_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8019472Z test_autograd_sparse_csr_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8020048Z test_autograd_sparse_csr_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8020560Z test_autograd_sparse_csr_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8021029Z test_autograd_sparse_csr_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8021480Z test_autograd_sparse_csr_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op trunc not supported with CSR input and autograd (0.002s) 2022-12-01T10:47:17.8021893Z test_baddbmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:47:17.8022251Z test_baddbmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:47:17.8022607Z test_baddbmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:47:17.8022947Z test_baddbmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:47:17.8023313Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-12-01T10:47:17.8023698Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.051s) 2022-12-01T10:47:17.8024079Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.046s) 2022-12-01T10:47:17.8024434Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.045s) 2022-12-01T10:47:17.8024806Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-12-01T10:47:17.8025181Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-12-01T10:47:17.8025590Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.048s) 2022-12-01T10:47:17.8026046Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.047s) 2022-12-01T10:47:17.8026416Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-12-01T10:47:17.8026867Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-12-01T10:47:17.8027228Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-12-01T10:47:17.8027594Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.048s) 2022-12-01T10:47:17.8027969Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.055s) 2022-12-01T10:47:17.8028405Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.055s) 2022-12-01T10:47:17.8028764Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.051s) 2022-12-01T10:47:17.8029129Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-12-01T10:47:17.8029501Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-12-01T10:47:17.8029881Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.051s) 2022-12-01T10:47:17.8030238Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.046s) 2022-12-01T10:47:17.8030601Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.045s) 2022-12-01T10:47:17.8030973Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-12-01T10:47:17.8031351Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-12-01T10:47:17.8031705Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-12-01T10:47:17.8032070Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.047s) 2022-12-01T10:47:17.8032438Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-12-01T10:47:17.8032814Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-12-01T10:47:17.8033172Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-12-01T10:47:17.8033535Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.048s) 2022-12-01T10:47:17.8033905Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.056s) 2022-12-01T10:47:17.8034272Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-12-01T10:47:17.8034633Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-12-01T10:47:17.8034998Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.051s) 2022-12-01T10:47:17.8035375Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8035739Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8036112Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8036478Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8036848Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8037205Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8037602Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8037970Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8038343Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8038703Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8039100Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8039464Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8039836Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8040192Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8040560Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8040924Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8041295Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8041663Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8042032Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8042398Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8042769Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8043220Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8043590Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8043953Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8044313Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8044689Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8045061Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8045427Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8045782Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8046152Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8046522Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8046886Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8047427Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... test_sparse_csr.py:1676: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:47:17.8048014Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:47:17.8048317Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:47:17.8048533Z should be replaced with 2022-12-01T10:47:17.8048867Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:47:17.8049210Z unitriangular=unitriangular) 2022-12-01T10:47:17.8049406Z ok (0.008s) 2022-12-01T10:47:17.8049723Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8050123Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8050519Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8050913Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8051290Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8051686Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8052075Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8052469Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8052856Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8053247Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8053642Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8054032Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8054415Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8054808Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8055198Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8055591Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8055979Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8056367Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8056764Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8057162Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8057545Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8057936Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8058323Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8058742Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8059130Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8059519Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8059911Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8060509Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8060893Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8061285Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8061671Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8062035Z test_bmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:47:17.8062366Z test_bmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:47:17.8062711Z test_bmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:47:17.8063051Z test_bmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:47:17.8063394Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8063744Z This test performs a smoke test for covered conversion and verifies ... ok (0.035s) 2022-12-01T10:47:17.8064099Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8064447Z This test performs a smoke test for covered conversion and verifies ... ok (0.035s) 2022-12-01T10:47:17.8064778Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8065115Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-12-01T10:47:17.8065456Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8065801Z This test performs a smoke test for covered conversion and verifies ... ok (0.015s) 2022-12-01T10:47:17.8066131Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8066472Z This test performs a smoke test for covered conversion and verifies ... ok (0.035s) 2022-12-01T10:47:17.8066813Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8067144Z This test performs a smoke test for covered conversion and verifies ... ok (0.034s) 2022-12-01T10:47:17.8067485Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8067825Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-12-01T10:47:17.8068166Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8068490Z This test performs a smoke test for covered conversion and verifies ... ok (0.013s) 2022-12-01T10:47:17.8068830Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8069170Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-12-01T10:47:17.8069496Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8069835Z This test performs a smoke test for covered conversion and verifies ... ok (0.015s) 2022-12-01T10:47:17.8070234Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8070578Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-12-01T10:47:17.8070902Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8071235Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-12-01T10:47:17.8071615Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8071938Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-12-01T10:47:17.8072279Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8072618Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-12-01T10:47:17.8072961Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8073294Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-12-01T10:47:17.8073635Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8073971Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-12-01T10:47:17.8074288Z test_coo_csr_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8074589Z test_coo_csr_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8074908Z test_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8075230Z test_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8075532Z test_coo_csr_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8075842Z test_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8076153Z test_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8076464Z test_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8076754Z test_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8077049Z test_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8077359Z test_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8077648Z test_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8077954Z test_coo_to_csr_convert_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8078266Z test_csr_coo_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8078574Z test_csr_coo_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8078877Z test_csr_coo_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8079195Z test_csr_coo_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:47:17.8079512Z test_csr_coo_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8079804Z test_csr_coo_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8080109Z test_csr_coo_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8080418Z test_csr_coo_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8080717Z test_csr_coo_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8081010Z test_csr_coo_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8081309Z test_csr_coo_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8081656Z test_csr_coo_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8081951Z test_csr_double_to_sparse_csr_cpu (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-12-01T10:47:17.8082253Z test_csr_is_contiguous_cpu (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8082555Z test_csr_matvec_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:47:17.8082859Z test_csr_matvec_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:47:17.8083256Z test_csr_matvec_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:47:17.8083553Z test_csr_matvec_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T10:47:17.8083849Z test_csr_storage_cpu (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8084114Z test_csr_stride_cpu (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:47:17.8084428Z test_csr_to_block_csr_blocksize_2_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8084766Z test_csr_to_block_csr_blocksize_2_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8085099Z test_csr_to_block_csr_blocksize_4_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8085417Z test_csr_to_block_csr_blocksize_4_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8085740Z test_csr_to_block_csr_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:47:17.8086088Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8086405Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T10:47:17.8086742Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8087075Z This test tests conversion from dense to/from CSR and CSC ... ok (0.184s) 2022-12-01T10:47:17.8087414Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8087729Z This test tests conversion from dense to/from CSR and CSC ... ok (0.011s) 2022-12-01T10:47:17.8088063Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8088397Z This test tests conversion from dense to/from CSR and CSC ... ok (0.019s) 2022-12-01T10:47:17.8088708Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8089030Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T10:47:17.8089358Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8089683Z This test tests conversion from dense to/from CSR and CSC ... ok (0.179s) 2022-12-01T10:47:17.8089999Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8090326Z This test tests conversion from dense to/from CSR and CSC ... ok (0.011s) 2022-12-01T10:47:17.8090656Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8090969Z This test tests conversion from dense to/from CSR and CSC ... ok (0.019s) 2022-12-01T10:47:17.8091297Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8091616Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T10:47:17.8091947Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8092254Z This test tests conversion from dense to/from CSR and CSC ... ok (0.066s) 2022-12-01T10:47:17.8092672Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8093005Z This test tests conversion from dense to/from CSR and CSC ... ok (0.011s) 2022-12-01T10:47:17.8093367Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8093697Z This test tests conversion from dense to/from CSR and CSC ... ok (0.010s) 2022-12-01T10:47:17.8094024Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8094344Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T10:47:17.8094689Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8095010Z This test tests conversion from dense to/from CSR and CSC ... ok (0.064s) 2022-12-01T10:47:17.8095338Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8095662Z This test tests conversion from dense to/from CSR and CSC ... ok (0.011s) 2022-12-01T10:47:17.8095987Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8096318Z This test tests conversion from dense to/from CSR and CSC ... ok (0.010s) 2022-12-01T10:47:17.8096694Z test_direct_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:47:17.8097021Z test_direct_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8097352Z test_direct_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8097685Z test_direct_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8098011Z test_direct_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8098375Z test_direct_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8098691Z test_direct_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8099014Z test_direct_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8099322Z test_direct_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8099639Z test_exercise_detach_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8100049Z test_exercise_detach_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8100380Z test_exercise_detach_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8100693Z test_exercise_detach_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8101008Z test_exercise_detach_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8101312Z test_exercise_detach_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8101604Z test_exercise_detach_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8101958Z test_exercise_detach_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8102269Z test_exercise_detach_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8102570Z test_exercise_detach_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8102853Z test_exercise_detach_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8103156Z test_exercise_detach_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8103493Z test_matmul_device_mismatch_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:17.8103839Z test_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-12-01T10:47:17.8104154Z test_mm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T10:47:17.8104438Z test_mul_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.080s) 2022-12-01T10:47:17.8104720Z test_mul_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.080s) 2022-12-01T10:47:17.8105652Z test_resize_as_sparse_compressed_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:47:17.8106182Z result = torch.complex(real, imag) 2022-12-01T10:47:17.8106380Z ok (0.041s) 2022-12-01T10:47:17.8106653Z test_resize_as_sparse_compressed_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.040s) 2022-12-01T10:47:17.8107081Z test_resize_as_sparse_compressed_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-12-01T10:47:17.8107571Z test_resize_as_sparse_compressed_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.040s) 2022-12-01T10:47:17.8107925Z test_resize_as_sparse_compressed_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.041s) 2022-12-01T10:47:17.8108268Z test_resize_as_sparse_compressed_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.041s) 2022-12-01T10:47:17.8108620Z test_resize_as_sparse_compressed_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.043s) 2022-12-01T10:47:17.8108974Z test_resize_as_sparse_compressed_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.043s) 2022-12-01T10:47:17.8109295Z test_resize_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8109565Z test_resize_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8109855Z test_resize_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8110150Z test_resize_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8110427Z test_resize_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8110711Z test_resize_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8110991Z test_resize_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8111271Z test_resize_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8111536Z test_resize_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8111816Z test_resize_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8112096Z test_resize_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8112361Z test_resize_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8112659Z test_resize_errors_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8112956Z test_resize_errors_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8113245Z test_resize_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8113549Z test_resize_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8113850Z test_resize_errors_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8114153Z test_resize_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8114438Z test_resize_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8114734Z test_resize_errors_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8115029Z test_resize_errors_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8115306Z test_resize_errors_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8115594Z test_resize_errors_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8115891Z test_resize_errors_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8116201Z test_sampled_addmm_autograd_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8116524Z test_sampled_addmm_autograd_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8116853Z test_sampled_addmm_autograd_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:47:17.8117246Z test_sampled_addmm_autograd_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:47:17.8117554Z test_sampled_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.105s) 2022-12-01T10:47:17.8117865Z test_sampled_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.108s) 2022-12-01T10:47:17.8118177Z test_sampled_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.099s) 2022-12-01T10:47:17.8118510Z test_sampled_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.095s) 2022-12-01T10:47:17.8118837Z test_sampled_addmm_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:17.8119207Z test_sampled_addmm_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:17.8119571Z test_sampled_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:17.8119932Z test_sampled_addmm_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:47:17.8120283Z test_sampled_addmm_zero_sized_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:17.8120656Z test_sampled_addmm_zero_sized_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:17.8121023Z test_sampled_addmm_zero_sized_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:17.8121371Z test_sampled_addmm_zero_sized_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:17.8121713Z test_select_SparseBSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8122036Z test_select_SparseBSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8122362Z test_select_SparseBSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8122676Z test_select_SparseBSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8123081Z test_select_SparseBSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8123402Z test_select_SparseBSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8123703Z test_select_SparseBSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8124014Z test_select_SparseBSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8124329Z test_select_SparseBSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8124645Z test_select_SparseBSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8124942Z test_select_SparseBSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8125258Z test_select_SparseBSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8125579Z test_select_SparseBSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8125896Z test_select_SparseBSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8126203Z test_select_SparseBSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8126531Z test_select_SparseBSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8126856Z test_select_SparseBSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8127161Z test_select_SparseBSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8127476Z test_select_SparseBSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8127789Z test_select_SparseBSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8128104Z test_select_SparseBSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8128437Z test_select_SparseBSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8128755Z test_select_SparseBSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8129069Z test_select_SparseBSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8129403Z test_select_SparseBSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8129721Z test_select_SparseBSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8130075Z test_select_SparseBSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8130400Z test_select_SparseBSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8130709Z test_select_SparseBSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8131028Z test_select_SparseBSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8131347Z test_select_SparseBSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8131641Z test_select_SparseBSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8131956Z test_select_SparseBSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8132270Z test_select_SparseBSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8132586Z test_select_SparseBSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8132885Z test_select_SparseBSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8133202Z test_select_SparseBSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8133519Z test_select_SparseBSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8133825Z test_select_SparseBSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8134154Z test_select_SparseBSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8134474Z test_select_SparseBSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8134792Z test_select_SparseBSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8135090Z test_select_SparseBSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8135405Z test_select_SparseBSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8135721Z test_select_SparseBSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8136019Z test_select_SparseBSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:47:17.8136332Z test_select_SparseBSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:47:17.8138547Z test_select_SparseBSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:47:17.8138879Z test_select_SparseCSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:47:17.8139184Z test_select_SparseCSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8139500Z test_select_SparseCSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:47:17.8139824Z test_select_SparseCSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:47:17.8140443Z test_select_SparseCSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8140905Z test_select_SparseCSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8141379Z test_select_SparseCSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:47:17.8141837Z test_select_SparseCSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8142255Z test_select_SparseCSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8142689Z test_select_SparseCSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8143005Z test_select_SparseCSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8143315Z test_select_SparseCSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8143624Z test_select_SparseCSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8143939Z test_select_SparseCSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8144308Z test_select_SparseCSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:47:17.8144618Z test_select_SparseCSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T10:47:17.8144937Z test_select_SparseCSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8145255Z test_select_SparseCSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8145570Z test_select_SparseCSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8145867Z test_select_SparseCSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8146178Z test_select_SparseCSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8146488Z test_select_SparseCSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8146787Z test_select_SparseCSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8147101Z test_select_SparseCSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8147418Z test_select_SparseCSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8147733Z test_select_SparseCSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8148038Z test_select_SparseCSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8148361Z test_select_SparseCSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8148686Z test_select_SparseCSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8148989Z test_select_SparseCSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8149302Z test_select_SparseCSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8149625Z test_select_SparseCSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8149936Z test_select_SparseCSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8150233Z test_select_SparseCSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8150542Z test_select_SparseCSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8150854Z test_select_SparseCSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8151156Z test_select_SparseCSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8151476Z test_select_SparseCSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8151794Z test_select_SparseCSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8152118Z test_select_SparseCSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T10:47:17.8152425Z test_select_SparseCSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8152741Z test_select_SparseCSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8153062Z test_select_SparseCSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8153372Z test_select_SparseCSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8153666Z test_select_SparseCSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8154007Z test_select_SparseCSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8154319Z test_select_SparseCSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8154618Z test_select_SparseCSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T10:47:17.8154926Z test_sparse_add_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.8155262Z test_sparse_add_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.8155562Z test_sparse_add_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.8155843Z test_sparse_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.8156144Z test_sparse_add_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8156503Z test_sparse_add_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8156806Z test_sparse_add_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8157117Z test_sparse_add_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T10:47:17.8157427Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.8157717Z test_sparse_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T10:47:17.8158050Z test_sparse_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T10:47:17.8158408Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8158712Z test_sparse_csc_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8159011Z test_sparse_csc_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8159331Z test_sparse_csc_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8159654Z test_sparse_csc_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:47:17.8159956Z test_sparse_csc_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8160269Z test_sparse_csc_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8160578Z test_sparse_csc_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8160890Z test_sparse_csc_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8161185Z test_sparse_csc_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8161485Z test_sparse_csc_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8161793Z test_sparse_csc_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8162086Z test_sparse_csc_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8162397Z test_sparse_csr_from_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8162717Z test_sparse_csr_from_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8163122Z test_sparse_csr_from_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8163438Z test_sparse_csr_from_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8163757Z test_sparse_csr_from_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8164077Z test_sparse_csr_from_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8164396Z test_sparse_csr_from_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8164696Z test_sparse_csr_from_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8165007Z test_sparse_csr_from_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8165318Z test_sparse_csr_from_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8165653Z test_sparse_csr_from_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8165965Z test_sparse_csr_from_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8166280Z test_sparse_csr_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8166595Z test_sparse_csr_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8166930Z test_sparse_csr_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8167248Z test_sparse_csr_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:47:17.8167564Z test_sparse_csr_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8167863Z test_sparse_csr_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8168170Z test_sparse_csr_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8168482Z test_sparse_csr_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8168879Z test_sparse_csr_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8169178Z test_sparse_csr_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8169478Z test_sparse_csr_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8169779Z test_sparse_csr_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8170092Z test_sparse_csr_unary_inplace_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8170432Z test_sparse_csr_unary_inplace_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8170774Z test_sparse_csr_unary_inplace_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8171116Z test_sparse_csr_unary_inplace_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8171440Z test_sparse_csr_unary_inplace_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8171770Z test_sparse_csr_unary_inplace_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8172095Z test_sparse_csr_unary_inplace_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8172410Z test_sparse_csr_unary_inplace_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8172735Z test_sparse_csr_unary_inplace_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8173051Z test_sparse_csr_unary_inplace_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8173378Z test_sparse_csr_unary_inplace_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8173688Z test_sparse_csr_unary_inplace_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8174071Z test_sparse_csr_unary_inplace_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8174500Z test_sparse_csr_unary_inplace_angle_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8174927Z test_sparse_csr_unary_inplace_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8175348Z test_sparse_csr_unary_inplace_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8175779Z test_sparse_csr_unary_inplace_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8176201Z test_sparse_csr_unary_inplace_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8176660Z test_sparse_csr_unary_inplace_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8177067Z test_sparse_csr_unary_inplace_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8177484Z test_sparse_csr_unary_inplace_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8177897Z test_sparse_csr_unary_inplace_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8178342Z test_sparse_csr_unary_inplace_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8178748Z test_sparse_csr_unary_inplace_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8179120Z test_sparse_csr_unary_inplace_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8179463Z test_sparse_csr_unary_inplace_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8179803Z test_sparse_csr_unary_inplace_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8180255Z test_sparse_csr_unary_inplace_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8180591Z test_sparse_csr_unary_inplace_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8180929Z test_sparse_csr_unary_inplace_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8181248Z test_sparse_csr_unary_inplace_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8181577Z test_sparse_csr_unary_inplace_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8181904Z test_sparse_csr_unary_inplace_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8182234Z test_sparse_csr_unary_inplace_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8182549Z test_sparse_csr_unary_inplace_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8182877Z test_sparse_csr_unary_inplace_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8183208Z test_sparse_csr_unary_inplace_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8183532Z test_sparse_csr_unary_inplace_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8183879Z test_sparse_csr_unary_inplace_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8184216Z test_sparse_csr_unary_inplace_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8184548Z test_sparse_csr_unary_inplace_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8184864Z test_sparse_csr_unary_inplace_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8185193Z test_sparse_csr_unary_inplace_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8185519Z test_sparse_csr_unary_inplace_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8185843Z test_sparse_csr_unary_inplace_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8186156Z test_sparse_csr_unary_inplace_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8186489Z test_sparse_csr_unary_inplace_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8186820Z test_sparse_csr_unary_inplace_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8187143Z test_sparse_csr_unary_inplace_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8187483Z test_sparse_csr_unary_inplace_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8187871Z test_sparse_csr_unary_inplace_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8188209Z test_sparse_csr_unary_inplace_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8188552Z test_sparse_csr_unary_inplace_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8188881Z test_sparse_csr_unary_inplace_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8189255Z test_sparse_csr_unary_inplace_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8189561Z test_sparse_csr_unary_inplace_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8189888Z test_sparse_csr_unary_inplace_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8190217Z test_sparse_csr_unary_inplace_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8190555Z test_sparse_csr_unary_inplace_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8190880Z test_sparse_csr_unary_inplace_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8191222Z test_sparse_csr_unary_inplace_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8191562Z test_sparse_csr_unary_inplace_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8191904Z test_sparse_csr_unary_inplace_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8192223Z test_sparse_csr_unary_inplace_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8192551Z test_sparse_csr_unary_inplace_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8192879Z test_sparse_csr_unary_inplace_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8193188Z test_sparse_csr_unary_inplace_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8193517Z test_sparse_csr_unary_inplace_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8193850Z test_sparse_csr_unary_inplace_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8194181Z test_sparse_csr_unary_inplace_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8194502Z test_sparse_csr_unary_inplace_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8194834Z test_sparse_csr_unary_inplace_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8195158Z test_sparse_csr_unary_inplace_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8195479Z test_sparse_csr_unary_inplace_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8195785Z test_sparse_csr_unary_inplace_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8196113Z test_sparse_csr_unary_inplace_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8196455Z test_sparse_csr_unary_inplace_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8196797Z test_sparse_csr_unary_inplace_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8197157Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8197524Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8197882Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8198228Z test_sparse_csr_unary_inplace_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8198581Z test_sparse_csr_unary_inplace_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8199032Z test_sparse_csr_unary_inplace_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8199376Z test_sparse_csr_unary_inplace_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8199718Z test_sparse_csr_unary_inplace_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8200067Z test_sparse_csr_unary_inplace_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8200502Z test_sparse_csr_unary_inplace_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8200837Z test_sparse_csr_unary_inplace_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8201178Z test_sparse_csr_unary_inplace_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8201511Z test_sparse_csr_unary_inplace_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8201847Z test_sparse_csr_unary_inplace_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8202165Z test_sparse_csr_unary_inplace_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8202493Z test_sparse_csr_unary_inplace_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8202816Z test_sparse_csr_unary_inplace_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8203211Z test_sparse_csr_unary_inplace_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8203539Z test_sparse_csr_unary_inplace_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8203862Z test_sparse_csr_unary_inplace_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8204201Z test_sparse_csr_unary_inplace_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8204525Z test_sparse_csr_unary_inplace_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8204862Z test_sparse_csr_unary_inplace_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8205197Z test_sparse_csr_unary_inplace_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8205533Z test_sparse_csr_unary_inplace_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8205849Z test_sparse_csr_unary_inplace_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8206182Z test_sparse_csr_unary_inplace_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8206509Z test_sparse_csr_unary_inplace_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8206824Z test_sparse_csr_unary_inplace_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8207159Z test_sparse_csr_unary_inplace_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8207496Z test_sparse_csr_unary_inplace_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8207829Z test_sparse_csr_unary_inplace_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8208151Z test_sparse_csr_unary_inplace_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8208482Z test_sparse_csr_unary_inplace_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8208811Z test_sparse_csr_unary_inplace_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8209123Z test_sparse_csr_unary_inplace_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8209506Z test_sparse_csr_unary_inplace_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8209840Z test_sparse_csr_unary_inplace_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8210218Z test_sparse_csr_unary_inplace_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8210541Z test_sparse_csr_unary_inplace_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8210873Z test_sparse_csr_unary_inplace_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8211200Z test_sparse_csr_unary_inplace_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8211528Z test_sparse_csr_unary_inplace_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8211868Z test_sparse_csr_unary_inplace_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8212200Z test_sparse_csr_unary_inplace_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8212579Z test_sparse_csr_unary_inplace_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8212947Z test_sparse_csr_unary_inplace_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8213378Z test_sparse_csr_unary_inplace_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8213800Z test_sparse_csr_unary_inplace_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8214229Z test_sparse_csr_unary_inplace_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8214639Z test_sparse_csr_unary_inplace_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8215058Z test_sparse_csr_unary_inplace_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8215482Z test_sparse_csr_unary_inplace_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8215906Z test_sparse_csr_unary_inplace_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8216313Z test_sparse_csr_unary_inplace_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8216747Z test_sparse_csr_unary_inplace_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8217162Z test_sparse_csr_unary_inplace_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8217575Z test_sparse_csr_unary_inplace_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8218091Z test_sparse_csr_unary_inplace_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8218511Z test_sparse_csr_unary_inplace_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8218927Z test_sparse_csr_unary_inplace_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8219350Z test_sparse_csr_unary_inplace_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8219783Z test_sparse_csr_unary_inplace_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8220413Z test_sparse_csr_unary_inplace_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8220840Z test_sparse_csr_unary_inplace_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8221326Z test_sparse_csr_unary_inplace_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8221785Z test_sparse_csr_unary_inplace_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8222195Z test_sparse_csr_unary_inplace_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8222609Z test_sparse_csr_unary_inplace_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8223063Z test_sparse_csr_unary_inplace_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8223479Z test_sparse_csr_unary_inplace_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8223894Z test_sparse_csr_unary_inplace_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8224323Z test_sparse_csr_unary_inplace_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8224752Z test_sparse_csr_unary_inplace_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8225176Z test_sparse_csr_unary_inplace_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8225584Z test_sparse_csr_unary_inplace_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8226010Z test_sparse_csr_unary_inplace_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8226432Z test_sparse_csr_unary_inplace_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8226848Z test_sparse_csr_unary_inplace_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8227266Z test_sparse_csr_unary_inplace_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8227666Z test_sparse_csr_unary_inplace_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8228088Z test_sparse_csr_unary_inplace_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8228508Z test_sparse_csr_unary_inplace_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8228931Z test_sparse_csr_unary_inplace_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8229339Z test_sparse_csr_unary_inplace_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8229759Z test_sparse_csr_unary_inplace_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8230218Z test_sparse_csr_unary_inplace_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8230637Z test_sparse_csr_unary_inplace_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8231036Z test_sparse_csr_unary_inplace_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8231448Z test_sparse_csr_unary_inplace_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8231893Z test_sparse_csr_unary_inplace_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8232267Z test_sparse_csr_unary_inplace_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8232586Z test_sparse_csr_unary_inplace_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8232918Z test_sparse_csr_unary_inplace_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8233277Z test_sparse_csr_unary_inplace_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8233593Z test_sparse_csr_unary_inplace_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8233919Z test_sparse_csr_unary_inplace_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8234248Z test_sparse_csr_unary_inplace_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8234573Z test_sparse_csr_unary_inplace_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8234894Z test_sparse_csr_unary_inplace_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8235220Z test_sparse_csr_unary_inplace_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8235550Z test_sparse_csr_unary_inplace_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8235885Z test_sparse_csr_unary_inplace_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8236208Z test_sparse_csr_unary_inplace_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8236535Z test_sparse_csr_unary_inplace_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8236861Z test_sparse_csr_unary_inplace_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8237173Z test_sparse_csr_unary_inplace_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8237489Z test_sparse_csr_unary_inplace_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8237817Z test_sparse_csr_unary_inplace_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8238142Z test_sparse_csr_unary_inplace_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8238455Z test_sparse_csr_unary_inplace_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8238779Z test_sparse_csr_unary_inplace_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8239106Z test_sparse_csr_unary_inplace_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8239431Z test_sparse_csr_unary_inplace_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8239757Z test_sparse_csr_unary_inplace_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8240086Z test_sparse_csr_unary_inplace_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8240412Z test_sparse_csr_unary_inplace_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8240725Z test_sparse_csr_unary_inplace_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8241051Z test_sparse_csr_unary_inplace_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8241377Z test_sparse_csr_unary_inplace_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8241701Z test_sparse_csr_unary_inplace_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8242010Z test_sparse_csr_unary_inplace_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8242341Z test_sparse_csr_unary_inplace_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8242705Z test_sparse_csr_unary_inplace_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8243115Z test_sparse_csr_unary_inplace_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8243447Z test_sparse_csr_unary_inplace_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8243774Z test_sparse_csr_unary_inplace_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8244137Z test_sparse_csr_unary_inplace_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8244443Z test_sparse_csr_unary_inplace_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8244765Z test_sparse_csr_unary_inplace_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8245082Z test_sparse_csr_unary_inplace_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8245392Z test_sparse_csr_unary_inplace_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8245759Z test_sparse_csr_unary_inplace_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8246082Z test_sparse_csr_unary_inplace_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8246410Z test_sparse_csr_unary_inplace_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8246730Z test_sparse_csr_unary_inplace_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8247063Z test_sparse_csr_unary_inplace_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8247386Z test_sparse_csr_unary_inplace_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8247711Z test_sparse_csr_unary_inplace_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8248022Z test_sparse_csr_unary_inplace_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8248346Z test_sparse_csr_unary_inplace_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8248670Z test_sparse_csr_unary_inplace_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8248980Z test_sparse_csr_unary_inplace_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8249353Z test_sparse_csr_unary_inplace_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8249779Z test_sparse_csr_unary_inplace_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8250202Z test_sparse_csr_unary_inplace_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8250614Z test_sparse_csr_unary_inplace_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8251035Z test_sparse_csr_unary_inplace_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8251454Z test_sparse_csr_unary_inplace_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8251865Z test_sparse_csr_unary_inplace_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8252271Z test_sparse_csr_unary_inplace_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8252680Z test_sparse_csr_unary_inplace_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8253095Z test_sparse_csr_unary_inplace_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T10:47:17.8253497Z test_sparse_csr_unary_inplace_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8253812Z test_sparse_csr_unary_inplace_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8254143Z test_sparse_csr_unary_inplace_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8254476Z test_sparse_csr_unary_inplace_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8254803Z test_sparse_csr_unary_inplace_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8255147Z test_sparse_csr_unary_inplace_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8255470Z test_sparse_csr_unary_inplace_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8255789Z test_sparse_csr_unary_inplace_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8256096Z test_sparse_csr_unary_inplace_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8256417Z test_sparse_csr_unary_inplace_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8256734Z test_sparse_csr_unary_inplace_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8257062Z test_sparse_csr_unary_inplace_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8257375Z test_sparse_csr_unary_inplace_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8257709Z test_sparse_csr_unary_inplace_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8258043Z test_sparse_csr_unary_inplace_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8258374Z test_sparse_csr_unary_inplace_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8258692Z test_sparse_csr_unary_inplace_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8259024Z test_sparse_csr_unary_inplace_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8259348Z test_sparse_csr_unary_inplace_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8259656Z test_sparse_csr_unary_inplace_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8260112Z test_sparse_csr_unary_inplace_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8260439Z test_sparse_csr_unary_inplace_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8260768Z test_sparse_csr_unary_inplace_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8261083Z test_sparse_csr_unary_inplace_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8261412Z test_sparse_csr_unary_inplace_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8261753Z test_sparse_csr_unary_inplace_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8262073Z test_sparse_csr_unary_inplace_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8262401Z test_sparse_csr_unary_inplace_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8262731Z test_sparse_csr_unary_inplace_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8263054Z test_sparse_csr_unary_inplace_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8263364Z test_sparse_csr_unary_inplace_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8263684Z test_sparse_csr_unary_inplace_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8264006Z test_sparse_csr_unary_inplace_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8264330Z test_sparse_csr_unary_inplace_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8264707Z test_sparse_csr_unary_inplace_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8265050Z test_sparse_csr_unary_inplace_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8265391Z test_sparse_csr_unary_inplace_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8265709Z test_sparse_csr_unary_inplace_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8266098Z test_sparse_csr_unary_inplace_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8266431Z test_sparse_csr_unary_inplace_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8266764Z test_sparse_csr_unary_inplace_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8267075Z test_sparse_csr_unary_inplace_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8267399Z test_sparse_csr_unary_inplace_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8267729Z test_sparse_csr_unary_inplace_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8268046Z test_sparse_csr_unary_inplace_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8268379Z test_sparse_csr_unary_inplace_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8268716Z test_sparse_csr_unary_inplace_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8269060Z test_sparse_csr_unary_inplace_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8269376Z test_sparse_csr_unary_inplace_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8269709Z test_sparse_csr_unary_inplace_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8270049Z test_sparse_csr_unary_inplace_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8270378Z test_sparse_csr_unary_inplace_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8270690Z test_sparse_csr_unary_inplace_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8271011Z test_sparse_csr_unary_inplace_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8271337Z test_sparse_csr_unary_inplace_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T10:47:17.8271655Z test_sparse_csr_unary_inplace_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8271993Z test_sparse_csr_unary_inplace_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8272329Z test_sparse_csr_unary_inplace_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8272664Z test_sparse_csr_unary_inplace_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8273023Z test_sparse_csr_unary_inplace_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8273355Z test_sparse_csr_unary_inplace_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8273690Z test_sparse_csr_unary_inplace_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8274015Z test_sparse_csr_unary_inplace_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8274325Z test_sparse_csr_unary_out_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8275210Z test_sparse_csr_unary_out_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:47:17.8275729Z return self.op(*args, **kwargs) 2022-12-01T10:47:17.8275918Z ok (0.003s) 2022-12-01T10:47:17.8276211Z test_sparse_csr_unary_out_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8276527Z test_sparse_csr_unary_out_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8276866Z test_sparse_csr_unary_out_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8277185Z test_sparse_csr_unary_out_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8277500Z test_sparse_csr_unary_out_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8277830Z test_sparse_csr_unary_out_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8278142Z test_sparse_csr_unary_out_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8278450Z test_sparse_csr_unary_out_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8278743Z test_sparse_csr_unary_out_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8279056Z test_sparse_csr_unary_out_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8279376Z test_sparse_csr_unary_out_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8279702Z test_sparse_csr_unary_out_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8280014Z test_sparse_csr_unary_out_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8280344Z test_sparse_csr_unary_out_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8280668Z test_sparse_csr_unary_out_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8280977Z test_sparse_csr_unary_out_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8281296Z test_sparse_csr_unary_out_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8281612Z test_sparse_csr_unary_out_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8281933Z test_sparse_csr_unary_out_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8282237Z test_sparse_csr_unary_out_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8282555Z test_sparse_csr_unary_out_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8282866Z test_sparse_csr_unary_out_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8283267Z test_sparse_csr_unary_out_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8283612Z test_sparse_csr_unary_out_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8283937Z test_sparse_csr_unary_out_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8284262Z test_sparse_csr_unary_out_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8284585Z test_sparse_csr_unary_out_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8284918Z test_sparse_csr_unary_out_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8285254Z test_sparse_csr_unary_out_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8285571Z test_sparse_csr_unary_out_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8285888Z test_sparse_csr_unary_out_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8286193Z test_sparse_csr_unary_out_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8286506Z test_sparse_csr_unary_out_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8286827Z test_sparse_csr_unary_out_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8287135Z test_sparse_csr_unary_out_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8287495Z test_sparse_csr_unary_out_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8287828Z test_sparse_csr_unary_out_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8288156Z test_sparse_csr_unary_out_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8288467Z test_sparse_csr_unary_out_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8288817Z test_sparse_csr_unary_out_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8289133Z test_sparse_csr_unary_out_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8289435Z test_sparse_csr_unary_out_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8289750Z test_sparse_csr_unary_out_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8290068Z test_sparse_csr_unary_out_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8290393Z test_sparse_csr_unary_out_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8290711Z test_sparse_csr_unary_out_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8291035Z test_sparse_csr_unary_out_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8291367Z test_sparse_csr_unary_out_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8291717Z test_sparse_csr_unary_out_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8292040Z test_sparse_csr_unary_out_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8292370Z test_sparse_csr_unary_out_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8292683Z test_sparse_csr_unary_out_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8292996Z test_sparse_csr_unary_out_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8293299Z test_sparse_csr_unary_out_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8293617Z test_sparse_csr_unary_out_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8293938Z test_sparse_csr_unary_out_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8294243Z test_sparse_csr_unary_out_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8294568Z test_sparse_csr_unary_out_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8294901Z test_sparse_csr_unary_out_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8295226Z test_sparse_csr_unary_out_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8295532Z test_sparse_csr_unary_out_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8295847Z test_sparse_csr_unary_out_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8296160Z test_sparse_csr_unary_out_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8296463Z test_sparse_csr_unary_out_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8296781Z test_sparse_csr_unary_out_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8297105Z test_sparse_csr_unary_out_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8297428Z test_sparse_csr_unary_out_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8297742Z test_sparse_csr_unary_out_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8298100Z test_sparse_csr_unary_out_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8298429Z test_sparse_csr_unary_out_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8298786Z test_sparse_csr_unary_out_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8299090Z test_sparse_csr_unary_out_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8299404Z test_sparse_csr_unary_out_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8299724Z test_sparse_csr_unary_out_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8300224Z test_sparse_csr_unary_out_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8300586Z test_sparse_csr_unary_out_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8300938Z test_sparse_csr_unary_out_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8301287Z test_sparse_csr_unary_out_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8301641Z test_sparse_csr_unary_out_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8301977Z test_sparse_csr_unary_out_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8302336Z test_sparse_csr_unary_out_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8302670Z test_sparse_csr_unary_out_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8303009Z test_sparse_csr_unary_out_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8303333Z test_sparse_csr_unary_out_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8303674Z test_sparse_csr_unary_out_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8304014Z test_sparse_csr_unary_out_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8304432Z test_sparse_csr_unary_out_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8304882Z test_sparse_csr_unary_out_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8305535Z test_sparse_csr_unary_out_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8305916Z test_sparse_csr_unary_out_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8306225Z test_sparse_csr_unary_out_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8306544Z test_sparse_csr_unary_out_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8306929Z test_sparse_csr_unary_out_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8307242Z test_sparse_csr_unary_out_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8307540Z test_sparse_csr_unary_out_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8307858Z test_sparse_csr_unary_out_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8308183Z test_sparse_csr_unary_out_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8308496Z test_sparse_csr_unary_out_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8308824Z test_sparse_csr_unary_out_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8309153Z test_sparse_csr_unary_out_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8309479Z test_sparse_csr_unary_out_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8309786Z test_sparse_csr_unary_out_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8310105Z test_sparse_csr_unary_out_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8310430Z test_sparse_csr_unary_out_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8310817Z test_sparse_csr_unary_out_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8311148Z test_sparse_csr_unary_out_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8311478Z test_sparse_csr_unary_out_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8311801Z test_sparse_csr_unary_out_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8312147Z test_sparse_csr_unary_out_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8312462Z test_sparse_csr_unary_out_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8312788Z test_sparse_csr_unary_out_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8313174Z test_sparse_csr_unary_out_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8313484Z test_sparse_csr_unary_out_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8313801Z test_sparse_csr_unary_out_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8314125Z test_sparse_csr_unary_out_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8314438Z test_sparse_csr_unary_out_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8314755Z test_sparse_csr_unary_out_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8315081Z test_sparse_csr_unary_out_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8315395Z test_sparse_csr_unary_out_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8315692Z test_sparse_csr_unary_out_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8316007Z test_sparse_csr_unary_out_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8316318Z test_sparse_csr_unary_out_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8316669Z test_sparse_csr_unary_out_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8317054Z test_sparse_csr_unary_out_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8317443Z test_sparse_csr_unary_out_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8317834Z test_sparse_csr_unary_out_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8318210Z test_sparse_csr_unary_out_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8318597Z test_sparse_csr_unary_out_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8318984Z test_sparse_csr_unary_out_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8319365Z test_sparse_csr_unary_out_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8319732Z test_sparse_csr_unary_out_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8320113Z test_sparse_csr_unary_out_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8320487Z test_sparse_csr_unary_out_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8320856Z test_sparse_csr_unary_out_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8321225Z test_sparse_csr_unary_out_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8321646Z test_sparse_csr_unary_out_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8322030Z test_sparse_csr_unary_out_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8322416Z test_sparse_csr_unary_out_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8322794Z test_sparse_csr_unary_out_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8323292Z test_sparse_csr_unary_out_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8323679Z test_sparse_csr_unary_out_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8324056Z test_sparse_csr_unary_out_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8324426Z test_sparse_csr_unary_out_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8324805Z test_sparse_csr_unary_out_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8325178Z test_sparse_csr_unary_out_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8325553Z test_sparse_csr_unary_out_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8325919Z test_sparse_csr_unary_out_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:47:17.8326272Z test_sparse_csr_unary_out_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8326601Z test_sparse_csr_unary_out_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8326923Z test_sparse_csr_unary_out_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8327253Z test_sparse_csr_unary_out_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8327579Z test_sparse_csr_unary_out_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8327902Z test_sparse_csr_unary_out_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8328212Z test_sparse_csr_unary_out_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8328542Z test_sparse_csr_unary_out_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8328862Z test_sparse_csr_unary_out_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8329172Z test_sparse_csr_unary_out_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8329500Z test_sparse_csr_unary_out_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8329834Z test_sparse_csr_unary_out_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8330167Z test_sparse_csr_unary_out_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8330491Z test_sparse_csr_unary_out_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8330816Z test_sparse_csr_unary_out_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8331140Z test_sparse_csr_unary_out_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8331473Z test_sparse_csr_unary_out_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8331781Z test_sparse_csr_unary_out_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8332103Z test_sparse_csr_unary_out_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8332460Z test_sparse_csr_unary_out_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8332769Z test_sparse_csr_unary_out_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8333090Z test_sparse_csr_unary_out_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8333410Z test_sparse_csr_unary_out_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8333728Z test_sparse_csr_unary_out_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8334058Z test_sparse_csr_unary_out_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8334378Z test_sparse_csr_unary_out_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8334695Z test_sparse_csr_unary_out_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8335003Z test_sparse_csr_unary_out_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8335477Z test_sparse_csr_unary_out_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8336083Z test_sparse_csr_unary_out_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8336460Z test_sparse_csr_unary_out_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8336772Z test_sparse_csr_unary_out_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8337094Z test_sparse_csr_unary_out_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8337413Z test_sparse_csr_unary_out_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8337719Z test_sparse_csr_unary_out_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8338030Z test_sparse_csr_unary_out_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8338342Z test_sparse_csr_unary_out_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8338655Z test_sparse_csr_unary_out_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8338950Z test_sparse_csr_unary_out_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8339267Z test_sparse_csr_unary_out_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8339578Z test_sparse_csr_unary_out_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8339899Z test_sparse_csr_unary_out_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8340346Z test_sparse_csr_unary_out_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8340672Z test_sparse_csr_unary_out_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8340992Z test_sparse_csr_unary_out_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8341294Z test_sparse_csr_unary_out_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8341610Z test_sparse_csr_unary_out_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8341975Z test_sparse_csr_unary_out_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8342290Z test_sparse_csr_unary_out_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8342600Z test_sparse_csr_unary_out_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8342918Z test_sparse_csr_unary_out_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8343233Z test_sparse_csr_unary_out_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8343542Z test_sparse_csr_unary_out_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8343869Z test_sparse_csr_unary_out_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8344251Z test_sparse_csr_unary_out_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8344569Z test_sparse_csr_unary_out_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8344870Z test_sparse_csr_unary_out_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8345183Z test_sparse_csr_unary_out_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8345498Z test_sparse_csr_unary_out_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8345842Z test_sparse_csr_unary_out_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8346149Z test_sparse_csr_unary_out_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8346462Z test_sparse_csr_unary_out_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8346781Z test_sparse_csr_unary_out_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8347090Z test_sparse_csr_unary_out_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8347406Z test_sparse_csr_unary_out_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8347723Z test_sparse_csr_unary_out_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8348041Z test_sparse_csr_unary_out_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8348349Z test_sparse_csr_unary_out_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8348664Z test_sparse_csr_unary_out_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8348976Z test_sparse_csr_unary_out_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8349276Z test_sparse_csr_unary_out_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8349588Z test_sparse_csr_unary_out_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8349910Z test_sparse_csr_unary_out_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8350236Z test_sparse_csr_unary_out_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8350547Z test_sparse_csr_unary_out_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8350874Z test_sparse_csr_unary_out_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8351199Z test_sparse_csr_unary_out_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8351504Z test_sparse_csr_unary_out_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8351820Z test_sparse_csr_unary_out_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8352141Z test_sparse_csr_unary_out_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8352462Z test_sparse_csr_unary_out_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8352767Z test_sparse_csr_unary_out_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8353083Z test_sparse_csr_unary_out_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8353398Z test_sparse_csr_unary_out_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8353708Z test_sparse_csr_unary_out_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8354034Z test_sparse_csr_unary_out_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8354354Z test_sparse_csr_unary_out_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8354676Z test_sparse_csr_unary_out_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8354978Z test_sparse_csr_unary_out_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8355318Z test_sparse_csr_unary_out_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8355632Z test_sparse_csr_unary_out_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8355926Z test_sparse_csr_unary_out_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8356244Z test_sparse_csr_unary_out_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8356564Z test_sparse_csr_unary_out_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8356915Z test_sparse_csr_unary_out_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8357233Z test_sparse_csr_unary_out_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8357563Z test_sparse_csr_unary_out_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8357890Z test_sparse_csr_unary_out_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8358223Z test_sparse_csr_unary_out_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8358530Z test_sparse_csr_unary_out_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8358847Z test_sparse_csr_unary_out_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8359160Z test_sparse_csr_unary_out_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8359463Z test_sparse_csr_unary_out_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8359778Z test_sparse_csr_unary_out_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8360104Z test_sparse_csr_unary_out_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8360582Z test_sparse_csr_unary_out_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8361152Z test_sparse_csr_unary_out_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8361490Z test_sparse_csr_unary_out_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8361815Z test_sparse_csr_unary_out_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8362130Z test_sparse_csr_unary_out_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8362450Z test_sparse_csr_unary_out_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8362770Z test_sparse_csr_unary_out_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8363169Z test_sparse_csr_unary_out_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8363473Z test_sparse_csr_unary_out_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8363788Z test_sparse_csr_unary_out_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8364106Z test_sparse_csr_unary_out_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8364413Z test_sparse_csr_unary_out_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8364735Z test_sparse_csr_unary_out_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8365069Z test_sparse_csr_unary_out_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8365392Z test_sparse_csr_unary_out_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8386631Z test_sparse_csr_unary_out_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8387052Z test_sparse_csr_unary_out_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8387377Z test_sparse_csr_unary_out_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8387689Z test_sparse_csr_unary_out_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8388120Z test_sparse_csr_unary_out_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8388425Z test_sparse_csr_unary_out_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8388737Z test_sparse_csr_unary_out_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8389047Z test_sparse_csr_unary_out_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8389354Z test_sparse_csr_unary_out_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8389719Z test_sparse_csr_unary_out_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8390030Z test_sparse_csr_unary_out_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8390349Z test_sparse_csr_unary_out_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8390655Z test_sparse_csr_unary_out_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8390975Z test_sparse_csr_unary_out_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8391289Z test_sparse_csr_unary_out_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8391589Z test_sparse_csr_unary_out_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8391890Z test_sparse_csr_unary_out_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8392203Z test_sparse_csr_unary_out_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8392517Z test_sparse_csr_unary_out_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8392818Z test_sparse_csr_unary_out_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T10:47:17.8393122Z test_sparse_csr_unary_out_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8393432Z test_sparse_csr_unary_out_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8393733Z test_sparse_csr_unary_out_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8394041Z test_sparse_csr_unary_out_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8394343Z test_sparse_csr_unary_out_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8394638Z test_sparse_mm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8394920Z test_sparse_mm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T10:47:17.8395208Z test_sparse_mm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:47:17.8395500Z test_sparse_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T10:47:17.8395802Z test_sparse_to_sparse_compressed_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8396129Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-12-01T10:47:17.8396453Z test_sparse_to_sparse_compressed_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8396767Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-12-01T10:47:17.8397079Z test_sparse_to_sparse_compressed_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8397388Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.014s) 2022-12-01T10:47:17.8397696Z test_sparse_to_sparse_compressed_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T10:47:17.8398000Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.015s) 2022-12-01T10:47:17.8398317Z test_sparse_triangular_solve_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.068s) 2022-12-01T10:47:17.8398633Z test_sparse_triangular_solve_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.069s) 2022-12-01T10:47:17.8398956Z test_sparse_triangular_solve_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.060s) 2022-12-01T10:47:17.8399286Z test_sparse_triangular_solve_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.059s) 2022-12-01T10:47:17.8399578Z test_sum_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:47:17.8399850Z test_sum_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8400117Z test_sum_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:47:17.8400401Z test_sum_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T10:47:17.8400705Z test_sum_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8400969Z test_sum_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8401223Z test_sum_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T10:47:17.8401487Z test_sum_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8401754Z test_sum_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8402009Z test_sum_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T10:47:17.8402280Z test_sum_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8402550Z test_sum_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T10:47:17.8402845Z test_transpose_SparseBSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (2.063s) 2022-12-01T10:47:17.8403233Z test_transpose_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (1.960s) 2022-12-01T10:47:17.8403559Z test_transpose_SparseBSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (2.125s) 2022-12-01T10:47:17.8403888Z test_transpose_SparseBSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (2.128s) 2022-12-01T10:47:17.8404196Z test_transpose_SparseBSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (2.065s) 2022-12-01T10:47:17.8404507Z test_transpose_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (2.071s) 2022-12-01T10:47:17.8404820Z test_transpose_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (2.068s) 2022-12-01T10:47:17.8405134Z test_transpose_SparseBSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (1.983s) 2022-12-01T10:47:17.8405434Z test_transpose_SparseBSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (1.976s) 2022-12-01T10:47:17.8405737Z test_transpose_SparseBSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (1.967s) 2022-12-01T10:47:17.8406042Z test_transpose_SparseBSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (1.969s) 2022-12-01T10:47:17.8406338Z test_transpose_SparseBSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (1.974s) 2022-12-01T10:47:17.8406642Z test_transpose_SparseBSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (2.085s) 2022-12-01T10:47:17.8406943Z test_transpose_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (1.979s) 2022-12-01T10:47:17.8407252Z test_transpose_SparseBSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (2.147s) 2022-12-01T10:47:17.8407554Z test_transpose_SparseBSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (2.152s) 2022-12-01T10:47:17.8407862Z test_transpose_SparseBSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (2.088s) 2022-12-01T10:47:17.8408167Z test_transpose_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (2.107s) 2022-12-01T10:47:17.8408464Z test_transpose_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (2.084s) 2022-12-01T10:47:17.8408766Z test_transpose_SparseBSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (1.990s) 2022-12-01T10:47:17.8409061Z test_transpose_SparseBSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (1.994s) 2022-12-01T10:47:17.8409365Z test_transpose_SparseBSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (1.993s) 2022-12-01T10:47:17.8409656Z test_transpose_SparseBSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (1.992s) 2022-12-01T10:47:17.8409953Z test_transpose_SparseBSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (1.995s) 2022-12-01T10:47:17.8410264Z test_transpose_SparseCSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (1.002s) 2022-12-01T10:47:17.8410594Z test_transpose_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.947s) 2022-12-01T10:47:17.8410913Z test_transpose_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (1.026s) 2022-12-01T10:47:17.8411229Z test_transpose_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.029s) 2022-12-01T10:47:17.8411533Z test_transpose_SparseCSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.997s) 2022-12-01T10:47:17.8411826Z test_transpose_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.998s) 2022-12-01T10:47:17.8412156Z test_transpose_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.994s) 2022-12-01T10:47:17.8412459Z test_transpose_SparseCSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.955s) 2022-12-01T10:47:17.8412749Z test_transpose_SparseCSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.951s) 2022-12-01T10:47:17.8413043Z test_transpose_SparseCSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.948s) 2022-12-01T10:47:17.8413341Z test_transpose_SparseCSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.950s) 2022-12-01T10:47:17.8413651Z test_transpose_SparseCSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.953s) 2022-12-01T10:47:17.8413952Z test_transpose_SparseCSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (1.008s) 2022-12-01T10:47:17.8414263Z test_transpose_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.956s) 2022-12-01T10:47:17.8414569Z test_transpose_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (1.037s) 2022-12-01T10:47:17.8414881Z test_transpose_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.039s) 2022-12-01T10:47:17.8415190Z test_transpose_SparseCSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (1.004s) 2022-12-01T10:47:17.8415500Z test_transpose_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (1.010s) 2022-12-01T10:47:17.8415803Z test_transpose_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (1.000s) 2022-12-01T10:47:17.8416100Z test_transpose_SparseCSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.965s) 2022-12-01T10:47:17.8416396Z test_transpose_SparseCSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.960s) 2022-12-01T10:47:17.8416705Z test_transpose_SparseCSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.956s) 2022-12-01T10:47:17.8416999Z test_transpose_SparseCSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.959s) 2022-12-01T10:47:17.8417305Z test_transpose_SparseCSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.960s) 2022-12-01T10:47:17.8417640Z test_zero_to_zero_correspondence_unary_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8418004Z test_zero_to_zero_correspondence_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8418353Z test_zero_to_zero_correspondence_unary_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8418709Z test_zero_to_zero_correspondence_unary_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8419066Z test_zero_to_zero_correspondence_unary_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8419404Z test_zero_to_zero_correspondence_unary_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8419748Z test_zero_to_zero_correspondence_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8420277Z test_zero_to_zero_correspondence_unary_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8420615Z test_zero_to_zero_correspondence_unary_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8420935Z test_zero_to_zero_correspondence_unary_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8421270Z test_zero_to_zero_correspondence_unary_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8421603Z test_zero_to_zero_correspondence_unary_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8422000Z test_zero_to_zero_correspondence_unary_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8422342Z test_zero_to_zero_correspondence_unary_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8422686Z test_zero_to_zero_correspondence_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8423046Z test_zero_to_zero_correspondence_unary_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8423431Z test_zero_to_zero_correspondence_unary_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8423773Z test_zero_to_zero_correspondence_unary_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8424119Z test_zero_to_zero_correspondence_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8424475Z test_zero_to_zero_correspondence_unary_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8424819Z test_zero_to_zero_correspondence_unary_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8425162Z test_zero_to_zero_correspondence_unary_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8425513Z test_zero_to_zero_correspondence_unary_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8425864Z test_zero_to_zero_correspondence_unary_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8426205Z test_zero_to_zero_correspondence_unary_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8426554Z test_zero_to_zero_correspondence_unary_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8426901Z test_zero_to_zero_correspondence_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8427251Z test_zero_to_zero_correspondence_unary_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8427589Z test_zero_to_zero_correspondence_unary_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8427925Z test_zero_to_zero_correspondence_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8428262Z test_zero_to_zero_correspondence_unary_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8428585Z test_zero_to_zero_correspondence_unary_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8428917Z test_zero_to_zero_correspondence_unary_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8429254Z test_zero_to_zero_correspondence_unary_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8429590Z test_zero_to_zero_correspondence_unary_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8429929Z test_zero_to_zero_correspondence_unary_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8430276Z test_zero_to_zero_correspondence_unary_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8430631Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8430996Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8431345Z test_zero_to_zero_correspondence_unary_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8431695Z test_zero_to_zero_correspondence_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8432046Z test_zero_to_zero_correspondence_unary_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8432377Z test_zero_to_zero_correspondence_unary_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8432761Z test_zero_to_zero_correspondence_unary_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8433136Z test_zero_to_zero_correspondence_unary_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8433486Z test_zero_to_zero_correspondence_unary_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8433825Z test_zero_to_zero_correspondence_unary_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8434200Z test_zero_to_zero_correspondence_unary_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8434557Z test_zero_to_zero_correspondence_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8434918Z test_zero_to_zero_correspondence_unary_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8435260Z test_zero_to_zero_correspondence_unary_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8435611Z test_zero_to_zero_correspondence_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8435957Z test_zero_to_zero_correspondence_unary_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8436286Z test_zero_to_zero_correspondence_unary_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8436628Z test_zero_to_zero_correspondence_unary_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8436977Z test_zero_to_zero_correspondence_unary_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8437325Z test_zero_to_zero_correspondence_unary_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8437662Z test_zero_to_zero_correspondence_unary_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8438009Z test_zero_to_zero_correspondence_unary_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8438366Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8438727Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8439074Z test_zero_to_zero_correspondence_unary_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8439426Z test_zero_to_zero_correspondence_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8439783Z test_zero_to_zero_correspondence_unary_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8440128Z test_zero_to_zero_correspondence_unary_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8440463Z test_zero_to_zero_correspondence_unary_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8440809Z test_zero_to_zero_correspondence_unary_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8441159Z test_zero_to_zero_correspondence_unary_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8441497Z test_zero_to_zero_correspondence_unary_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8441847Z test_zero_to_zero_correspondence_unary_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8442201Z test_zero_to_zero_correspondence_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8442549Z test_zero_to_zero_correspondence_unary_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8442879Z test_zero_to_zero_correspondence_unary_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8443327Z test_zero_to_zero_correspondence_unary_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8443675Z test_zero_to_zero_correspondence_unary_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8444060Z test_zero_to_zero_correspondence_unary_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8444412Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8444787Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8445167Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8445578Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8445957Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8446330Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8446700Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8447061Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8447430Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8447796Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8448160Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8448504Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8448873Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8449236Z test_zero_to_zero_correspondence_unary_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8449584Z test_zero_to_zero_correspondence_unary_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8449921Z test_zero_to_zero_correspondence_unary_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8450267Z test_zero_to_zero_correspondence_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8450616Z test_zero_to_zero_correspondence_unary_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8450949Z test_zero_to_zero_correspondence_unary_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8451288Z test_zero_to_zero_correspondence_unary_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8451634Z test_zero_to_zero_correspondence_unary_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8451977Z test_zero_to_zero_correspondence_unary_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8452319Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8452671Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8453019Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8453373Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8453714Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8454064Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8454407Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8454768Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8455116Z test_zero_to_zero_correspondence_unary_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8455474Z test_zero_to_zero_correspondence_unary_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8455826Z test_zero_to_zero_correspondence_unary_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8456188Z test_zero_to_zero_correspondence_unary_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8456541Z test_zero_to_zero_correspondence_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8456891Z test_zero_to_zero_correspondence_unary_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8457238Z test_zero_to_zero_correspondence_unary_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8457570Z test_zero_to_zero_correspondence_unary_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8457917Z test_zero_to_zero_correspondence_unary_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8458262Z test_zero_to_zero_correspondence_unary_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8458602Z test_zero_to_zero_correspondence_unary_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8458959Z test_zero_to_zero_correspondence_unary_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8459309Z test_zero_to_zero_correspondence_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8459657Z test_zero_to_zero_correspondence_unary_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8460151Z test_zero_to_zero_correspondence_unary_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8460532Z test_zero_to_zero_correspondence_unary_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8461149Z test_zero_to_zero_correspondence_unary_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8461636Z test_zero_to_zero_correspondence_unary_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8461974Z test_zero_to_zero_correspondence_unary_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8462326Z test_zero_to_zero_correspondence_unary_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8462684Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8463029Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8463390Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8463747Z test_zero_to_zero_correspondence_unary_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8464105Z test_zero_to_zero_correspondence_unary_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8464443Z test_zero_to_zero_correspondence_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8464790Z test_zero_to_zero_correspondence_unary_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8465137Z test_zero_to_zero_correspondence_unary_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8465483Z test_zero_to_zero_correspondence_unary_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8465813Z test_zero_to_zero_correspondence_unary_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8466226Z test_zero_to_zero_correspondence_unary_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8466580Z test_zero_to_zero_correspondence_unary_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8466938Z test_zero_to_zero_correspondence_unary_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8467280Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8467678Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8468034Z test_zero_to_zero_correspondence_unary_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8468375Z test_zero_to_zero_correspondence_unary_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8468724Z test_zero_to_zero_correspondence_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8469074Z test_zero_to_zero_correspondence_unary_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8469423Z test_zero_to_zero_correspondence_unary_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8469750Z test_zero_to_zero_correspondence_unary_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8470097Z test_zero_to_zero_correspondence_unary_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8470443Z test_zero_to_zero_correspondence_unary_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8470806Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8471159Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8471517Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8471883Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8472241Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8472588Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8472943Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8473300Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8473641Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8473994Z test_zero_to_zero_correspondence_unary_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8474356Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8474720Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8475063Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8475421Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8475779Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8476139Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8476483Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8476843Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8477227Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8477589Z test_zero_to_zero_correspondence_unary_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8477924Z test_zero_to_zero_correspondence_unary_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8478278Z test_zero_to_zero_correspondence_unary_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8478663Z test_zero_to_zero_correspondence_unary_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8479000Z test_zero_to_zero_correspondence_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8479352Z test_zero_to_zero_correspondence_unary_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8479698Z test_zero_to_zero_correspondence_unary_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8480051Z test_zero_to_zero_correspondence_unary_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8480382Z test_zero_to_zero_correspondence_unary_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8480728Z test_zero_to_zero_correspondence_unary_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8481076Z test_zero_to_zero_correspondence_unary_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8481441Z test_zero_to_zero_correspondence_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8481783Z test_zero_to_zero_correspondence_unary_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8482143Z test_zero_to_zero_correspondence_unary_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8482494Z test_zero_to_zero_correspondence_unary_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8482843Z test_zero_to_zero_correspondence_unary_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8483268Z test_zero_to_zero_correspondence_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8483613Z test_zero_to_zero_correspondence_unary_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8483965Z test_zero_to_zero_correspondence_unary_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8484294Z test_zero_to_zero_correspondence_unary_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8484636Z test_zero_to_zero_correspondence_unary_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8484985Z test_zero_to_zero_correspondence_unary_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8485340Z test_zero_to_zero_correspondence_unary_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8485690Z test_zero_to_zero_correspondence_unary_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8486043Z test_zero_to_zero_correspondence_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8486390Z test_zero_to_zero_correspondence_unary_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8486739Z test_zero_to_zero_correspondence_unary_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8487079Z test_zero_to_zero_correspondence_unary_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8487424Z test_zero_to_zero_correspondence_unary_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8487773Z test_zero_to_zero_correspondence_unary_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8488111Z test_zero_to_zero_correspondence_unary_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8488531Z test_zero_to_zero_correspondence_unary_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8488886Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8489245Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8489592Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8489978Z test_zero_to_zero_correspondence_unary_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8490328Z test_zero_to_zero_correspondence_unary_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8490680Z test_zero_to_zero_correspondence_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8491019Z test_zero_to_zero_correspondence_unary_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8491367Z test_zero_to_zero_correspondence_unary_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8491703Z test_zero_to_zero_correspondence_unary_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8492036Z test_zero_to_zero_correspondence_unary_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8492385Z test_zero_to_zero_correspondence_unary_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8492737Z test_zero_to_zero_correspondence_unary_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8493090Z test_zero_to_zero_correspondence_unary_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8493431Z test_zero_to_zero_correspondence_unary_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8493786Z test_zero_to_zero_correspondence_unary_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8494132Z test_zero_to_zero_correspondence_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8494488Z test_zero_to_zero_correspondence_unary_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8494830Z test_zero_to_zero_correspondence_unary_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8495165Z test_zero_to_zero_correspondence_unary_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8495515Z test_zero_to_zero_correspondence_unary_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8495865Z test_zero_to_zero_correspondence_unary_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8496208Z test_zero_to_zero_correspondence_unary_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8496565Z test_zero_to_zero_correspondence_unary_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8496925Z test_zero_to_zero_correspondence_unary_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8497270Z test_zero_to_zero_correspondence_unary_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8497623Z test_zero_to_zero_correspondence_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8497980Z test_zero_to_zero_correspondence_unary_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8498340Z test_zero_to_zero_correspondence_unary_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8498683Z test_zero_to_zero_correspondence_unary_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8499038Z test_zero_to_zero_correspondence_unary_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8499421Z test_zero_to_zero_correspondence_unary_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8499776Z test_zero_to_zero_correspondence_unary_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8500281Z test_zero_to_zero_correspondence_unary_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8500638Z test_zero_to_zero_correspondence_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8501044Z test_zero_to_zero_correspondence_unary_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8501383Z test_zero_to_zero_correspondence_unary_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8501735Z test_zero_to_zero_correspondence_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8502087Z test_zero_to_zero_correspondence_unary_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8502432Z test_zero_to_zero_correspondence_unary_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8502768Z test_zero_to_zero_correspondence_unary_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8503113Z test_zero_to_zero_correspondence_unary_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8503462Z test_zero_to_zero_correspondence_unary_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8503814Z test_zero_to_zero_correspondence_unary_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8504152Z test_zero_to_zero_correspondence_unary_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8504504Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8504864Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8505035Z test_zero_to_zero_correspondence_unary_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8505197Z test_zero_to_zero_correspondence_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8505349Z test_zero_to_zero_correspondence_unary_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8505577Z test_zero_to_zero_correspondence_unary_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8505831Z test_zero_to_zero_correspondence_unary_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8506146Z test_zero_to_zero_correspondence_unary_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8506452Z test_zero_to_zero_correspondence_unary_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8506678Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8506846Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8507018Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8507188Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8507341Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8507507Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8507672Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8507832Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8508044Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8508213Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8508373Z test_zero_to_zero_correspondence_unary_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8508542Z test_zero_to_zero_correspondence_unary_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8508706Z test_zero_to_zero_correspondence_unary_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8508895Z test_zero_to_zero_correspondence_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8509069Z test_zero_to_zero_correspondence_unary_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8509236Z test_zero_to_zero_correspondence_unary_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8509408Z test_zero_to_zero_correspondence_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8509568Z test_zero_to_zero_correspondence_unary_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8509726Z test_zero_to_zero_correspondence_unary_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8509886Z test_zero_to_zero_correspondence_unary_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8510047Z test_zero_to_zero_correspondence_unary_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8510213Z test_zero_to_zero_correspondence_unary_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8510369Z test_zero_to_zero_correspondence_unary_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8510534Z test_zero_to_zero_correspondence_unary_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8510708Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8510880Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8511045Z test_zero_to_zero_correspondence_unary_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8511206Z test_zero_to_zero_correspondence_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8511374Z test_zero_to_zero_correspondence_unary_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8511534Z test_zero_to_zero_correspondence_unary_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8511692Z test_zero_to_zero_correspondence_unary_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8511843Z test_zero_to_zero_correspondence_unary_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8512009Z test_zero_to_zero_correspondence_unary_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8512178Z test_zero_to_zero_correspondence_unary_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8512345Z test_zero_to_zero_correspondence_unary_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8512512Z test_zero_to_zero_correspondence_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8512681Z test_zero_to_zero_correspondence_unary_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8512843Z test_zero_to_zero_correspondence_unary_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8513003Z test_zero_to_zero_correspondence_unary_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8513165Z test_zero_to_zero_correspondence_unary_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8513344Z test_zero_to_zero_correspondence_unary_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T10:47:17.8513489Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.376s) 2022-12-01T10:47:17.8513651Z test_clone_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8513808Z test_clone_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8513968Z test_clone_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8514169Z test_clone_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8514329Z test_clone_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8514483Z test_clone_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8514619Z test_clone_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8514774Z test_clone_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8514923Z test_clone_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8515070Z test_clone_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8515220Z test_clone_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8515373Z test_clone_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8515537Z test_clone_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8515688Z test_clone_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8515848Z test_clone_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8515994Z test_clone_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8516151Z test_clone_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8516302Z test_clone_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8516451Z test_clone_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8516605Z test_clone_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8516755Z test_clone_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8516905Z test_clone_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8517056Z test_clone_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8517193Z test_clone_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8517349Z test_clone_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8517507Z test_clone_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8517667Z test_clone_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8517829Z test_clone_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8517986Z test_clone_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8518141Z test_clone_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8518289Z test_clone_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8518429Z test_clone_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8518578Z test_clone_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8518733Z test_clone_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8518910Z test_clone_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8519062Z test_clone_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8519222Z test_clone_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8519375Z test_clone_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8519563Z test_clone_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8519722Z test_clone_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8519864Z test_clone_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8520015Z test_clone_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8520165Z test_clone_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8520319Z test_clone_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8520470Z test_clone_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8520622Z test_clone_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8520773Z test_clone_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8520926Z test_clone_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8521166Z test_consistency_SparseBSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8521423Z test_consistency_SparseBSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8521682Z test_consistency_SparseBSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8521934Z test_consistency_SparseBSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8522182Z test_consistency_SparseBSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8522433Z test_consistency_SparseBSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8522677Z test_consistency_SparseBSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8523009Z test_consistency_SparseBSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8523250Z test_consistency_SparseBSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8523494Z test_consistency_SparseBSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8523741Z test_consistency_SparseBSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8523983Z test_consistency_SparseBSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8524271Z test_consistency_SparseBSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8524508Z test_consistency_SparseBSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8524763Z test_consistency_SparseBSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8525046Z test_consistency_SparseBSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8525300Z test_consistency_SparseBSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8525552Z test_consistency_SparseBSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8525797Z test_consistency_SparseBSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8526042Z test_consistency_SparseBSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8526291Z test_consistency_SparseBSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8526539Z test_consistency_SparseBSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8526788Z test_consistency_SparseBSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8527031Z test_consistency_SparseBSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8527277Z test_consistency_SparseBSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8527523Z test_consistency_SparseBSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8527761Z test_consistency_SparseBSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8528011Z test_consistency_SparseBSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8528258Z test_consistency_SparseBSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8528509Z test_consistency_SparseBSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8528756Z test_consistency_SparseBSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8528999Z test_consistency_SparseBSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8529233Z test_consistency_SparseBSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8529503Z test_consistency_SparseBSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8529748Z test_consistency_SparseBSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8529998Z test_consistency_SparseBSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8530266Z test_consistency_SparseBSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8530519Z test_consistency_SparseBSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8530773Z test_consistency_SparseBSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8531009Z test_consistency_SparseBSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8531254Z test_consistency_SparseBSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8531505Z test_consistency_SparseBSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8531750Z test_consistency_SparseBSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8531990Z test_consistency_SparseBSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8532232Z test_consistency_SparseBSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8532474Z test_consistency_SparseBSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8532726Z test_consistency_SparseBSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8532969Z test_consistency_SparseBSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8533222Z test_consistency_SparseBSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8533475Z test_consistency_SparseBSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8533724Z test_consistency_SparseBSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8533974Z test_consistency_SparseBSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8534204Z test_consistency_SparseBSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8534471Z test_consistency_SparseBSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8534715Z test_consistency_SparseBSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8534961Z test_consistency_SparseBSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8535233Z test_consistency_SparseBSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8535479Z test_consistency_SparseBSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8535721Z test_consistency_SparseBSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8535973Z test_consistency_SparseBSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8536225Z test_consistency_SparseBSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8536476Z test_consistency_SparseBSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8536723Z test_consistency_SparseBSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8536969Z test_consistency_SparseBSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8537213Z test_consistency_SparseBSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8537443Z test_consistency_SparseBSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8537692Z test_consistency_SparseBSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8537931Z test_consistency_SparseBSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8538184Z test_consistency_SparseBSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8538432Z test_consistency_SparseBSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8538677Z test_consistency_SparseBSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8538926Z test_consistency_SparseBSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8539171Z test_consistency_SparseBSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8539459Z test_consistency_SparseBSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8539708Z test_consistency_SparseBSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8540161Z test_consistency_SparseBSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8540477Z test_consistency_SparseBSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8540734Z test_consistency_SparseBSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8540984Z test_consistency_SparseBSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8541248Z test_consistency_SparseBSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8541504Z test_consistency_SparseBSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8541767Z test_consistency_SparseBSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8542021Z test_consistency_SparseBSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8542277Z test_consistency_SparseBSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8542533Z test_consistency_SparseBSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8542780Z test_consistency_SparseBSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8543040Z test_consistency_SparseBSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8543291Z test_consistency_SparseBSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8543549Z test_consistency_SparseBSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8543798Z test_consistency_SparseBSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8544080Z test_consistency_SparseBSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8544327Z test_consistency_SparseBSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8544561Z test_consistency_SparseBSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8544848Z test_consistency_SparseBSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8545097Z test_consistency_SparseBSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8545335Z test_consistency_SparseBSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8545614Z test_consistency_SparseBSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8545863Z test_consistency_SparseBSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8546114Z test_consistency_SparseBSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8546362Z test_consistency_SparseBSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8546609Z test_consistency_SparseBSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8546861Z test_consistency_SparseBSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8547110Z test_consistency_SparseBSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8547356Z test_consistency_SparseBSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8547603Z test_consistency_SparseBSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8547835Z test_consistency_SparseBSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8548080Z test_consistency_SparseBSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8548333Z test_consistency_SparseBSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8548585Z test_consistency_SparseBSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8548838Z test_consistency_SparseBSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8549086Z test_consistency_SparseBSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8549329Z test_consistency_SparseBSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8549579Z test_consistency_SparseBSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8549822Z test_consistency_SparseBSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8550097Z test_consistency_SparseBSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8550342Z test_consistency_SparseBSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8550593Z test_consistency_SparseBSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8550880Z test_consistency_SparseBSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8551112Z test_consistency_SparseBSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8551357Z test_consistency_SparseBSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8551599Z test_consistency_SparseBSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8551840Z test_consistency_SparseBSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8552086Z test_consistency_SparseBSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8552324Z test_consistency_SparseBSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8552572Z test_consistency_SparseBSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8552813Z test_consistency_SparseBSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8553066Z test_consistency_SparseBSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8553321Z test_consistency_SparseBSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8553569Z test_consistency_SparseBSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8553817Z test_consistency_SparseBSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8554065Z test_consistency_SparseBSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8554298Z test_consistency_SparseBSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8554545Z test_consistency_SparseBSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8554793Z test_consistency_SparseBSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8555062Z test_consistency_SparseBSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8555312Z test_consistency_SparseBSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8555553Z test_consistency_SparseBSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8555835Z test_consistency_SparseBSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8556072Z test_consistency_SparseBSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8556329Z test_consistency_SparseBSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8556578Z test_consistency_SparseBSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8556823Z test_consistency_SparseBSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8557070Z test_consistency_SparseBSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8557317Z test_consistency_SparseBSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8557549Z test_consistency_SparseBSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8557794Z test_consistency_SparseBSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8558035Z test_consistency_SparseBSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8558277Z test_consistency_SparseBSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8558519Z test_consistency_SparseBSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8558768Z test_consistency_SparseBSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8559013Z test_consistency_SparseBSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8559260Z test_consistency_SparseBSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8559515Z test_consistency_SparseBSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8559766Z test_consistency_SparseBSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8560096Z test_consistency_SparseBSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8560343Z test_consistency_SparseBSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8560592Z test_consistency_SparseBSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8560853Z test_consistency_SparseBSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8561106Z test_consistency_SparseBSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8561359Z test_consistency_SparseBSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8561604Z test_consistency_SparseBSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8561853Z test_consistency_SparseBSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8562105Z test_consistency_SparseBSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8562355Z test_consistency_SparseBSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8562601Z test_consistency_SparseBSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8562844Z test_consistency_SparseBSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8563157Z test_consistency_SparseBSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8563407Z test_consistency_SparseBSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8563657Z test_consistency_SparseBSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8563905Z test_consistency_SparseBSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8564150Z test_consistency_SparseBSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8564386Z test_consistency_SparseBSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8564633Z test_consistency_SparseBSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8564877Z test_consistency_SparseBSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8565124Z test_consistency_SparseBSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8565400Z test_consistency_SparseBSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8565644Z test_consistency_SparseBSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8565883Z test_consistency_SparseBSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8566169Z test_consistency_SparseBSC_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8566418Z test_consistency_SparseBSC_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8566672Z test_consistency_SparseBSC_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8566912Z test_consistency_SparseBSC_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8567159Z test_consistency_SparseBSC_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8567394Z test_consistency_SparseBSC_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8567640Z test_consistency_SparseBSC_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8567886Z test_consistency_SparseBSC_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8568133Z test_consistency_SparseBSC_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8568383Z test_consistency_SparseBSC_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8568638Z test_consistency_SparseBSC_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8568883Z test_consistency_SparseBSC_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8569124Z test_consistency_SparseBSC_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8569370Z test_consistency_SparseBSC_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8569612Z test_consistency_SparseBSC_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8569856Z test_consistency_SparseBSC_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8570103Z test_consistency_SparseBSC_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8570373Z test_consistency_SparseBSC_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8570609Z test_consistency_SparseBSC_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8570853Z test_consistency_SparseBSC_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8571134Z test_consistency_SparseBSC_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8571387Z test_consistency_SparseBSC_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8571637Z test_consistency_SparseBSC_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8571880Z test_consistency_SparseBSC_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8572118Z test_consistency_SparseBSC_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8572366Z test_consistency_SparseBSC_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8572608Z test_consistency_SparseBSC_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8572855Z test_consistency_SparseBSC_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8573100Z test_consistency_SparseBSC_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8573344Z test_consistency_SparseBSC_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8573596Z test_consistency_SparseBSC_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8573833Z test_consistency_SparseBSC_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8574085Z test_consistency_SparseBSC_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8574334Z test_consistency_SparseBSC_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8574583Z test_consistency_SparseBSC_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8574832Z test_consistency_SparseBSC_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8575075Z test_consistency_SparseBSC_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8575314Z test_consistency_SparseBSC_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8575583Z test_consistency_SparseBSC_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8575835Z test_consistency_SparseBSC_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8576082Z test_consistency_SparseBSC_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8576382Z test_consistency_SparseBSC_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8576627Z test_consistency_SparseBSC_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8576882Z test_consistency_SparseBSC_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8577114Z test_consistency_SparseBSC_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8577357Z test_consistency_SparseBSC_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8577596Z test_consistency_SparseBSC_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8577844Z test_consistency_SparseBSC_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8578089Z test_consistency_SparseBSC_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8578322Z test_consistency_SparseBSC_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8578567Z test_consistency_SparseBSC_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8578813Z test_consistency_SparseBSC_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8579068Z test_consistency_SparseBSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8579323Z test_consistency_SparseBSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8579579Z test_consistency_SparseBSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8579831Z test_consistency_SparseBSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8580233Z test_consistency_SparseBSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8580467Z test_consistency_SparseBSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8580764Z test_consistency_SparseBSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8581010Z test_consistency_SparseBSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8581250Z test_consistency_SparseBSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8581521Z test_consistency_SparseBSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8581765Z test_consistency_SparseBSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8582012Z test_consistency_SparseBSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8582264Z test_consistency_SparseBSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8582517Z test_consistency_SparseBSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8582769Z test_consistency_SparseBSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8583019Z test_consistency_SparseBSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8583265Z test_consistency_SparseBSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8583518Z test_consistency_SparseBSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8583740Z test_consistency_SparseBSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8583993Z test_consistency_SparseBSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8584244Z test_consistency_SparseBSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8584492Z test_consistency_SparseBSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8584740Z test_consistency_SparseBSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8584982Z test_consistency_SparseBSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8585225Z test_consistency_SparseBSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8585476Z test_consistency_SparseBSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8585719Z test_consistency_SparseBSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8585995Z test_consistency_SparseBSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8586241Z test_consistency_SparseBSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8586493Z test_consistency_SparseBSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8586788Z test_consistency_SparseBSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8587025Z test_consistency_SparseBSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8587269Z test_consistency_SparseBSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8587517Z test_consistency_SparseBSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8587757Z test_consistency_SparseBSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8588004Z test_consistency_SparseBSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8588243Z test_consistency_SparseBSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8588493Z test_consistency_SparseBSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8588736Z test_consistency_SparseBSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8588981Z test_consistency_SparseBSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8589230Z test_consistency_SparseBSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8589473Z test_consistency_SparseBSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8589724Z test_consistency_SparseBSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8589967Z test_consistency_SparseBSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8590200Z test_consistency_SparseBSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8590446Z test_consistency_SparseBSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8590689Z test_consistency_SparseBSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8590967Z test_consistency_SparseBSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8591209Z test_consistency_SparseBSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8591453Z test_consistency_SparseBSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8591739Z test_consistency_SparseBSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8591992Z test_consistency_SparseBSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8592242Z test_consistency_SparseBSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8592490Z test_consistency_SparseBSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8592737Z test_consistency_SparseBSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8592989Z test_consistency_SparseBSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8593238Z test_consistency_SparseBSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8593476Z test_consistency_SparseBSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8593721Z test_consistency_SparseBSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8593963Z test_consistency_SparseBSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8594211Z test_consistency_SparseBSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8594459Z test_consistency_SparseBSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8594709Z test_consistency_SparseBSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8594959Z test_consistency_SparseBSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8595206Z test_consistency_SparseBSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8595449Z test_consistency_SparseBSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8595691Z test_consistency_SparseBSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8595933Z test_consistency_SparseBSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8596208Z test_consistency_SparseBSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8596455Z test_consistency_SparseBSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8596688Z test_consistency_SparseBSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8596963Z test_consistency_SparseBSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8597204Z test_consistency_SparseBSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8597456Z test_consistency_SparseBSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8597707Z test_consistency_SparseBSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8597951Z test_consistency_SparseBSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8598199Z test_consistency_SparseBSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8598442Z test_consistency_SparseBSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8598678Z test_consistency_SparseBSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8598923Z test_consistency_SparseBSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8599224Z test_consistency_SparseBSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8599508Z test_consistency_SparseBSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8599758Z test_consistency_SparseBSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8599993Z test_consistency_SparseBSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8600243Z test_consistency_SparseBSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8600489Z test_consistency_SparseBSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8600735Z test_consistency_SparseBSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8600983Z test_consistency_SparseBSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8601252Z test_consistency_SparseBSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8601497Z test_consistency_SparseBSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8601735Z test_consistency_SparseBSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8602006Z test_consistency_SparseBSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8602248Z test_consistency_SparseBSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8602493Z test_consistency_SparseBSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8602735Z test_consistency_SparseBSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8603058Z test_consistency_SparseBSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8603295Z test_consistency_SparseBSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8603543Z test_consistency_SparseBSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8603790Z test_consistency_SparseBSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8604035Z test_consistency_SparseBSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8604274Z test_consistency_SparseBSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8604519Z test_consistency_SparseBSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8604763Z test_consistency_SparseBSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8605009Z test_consistency_SparseBSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8605301Z test_consistency_SparseBSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8605543Z test_consistency_SparseBSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8605793Z test_consistency_SparseBSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8606049Z test_consistency_SparseBSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8606295Z test_consistency_SparseBSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8606554Z test_consistency_SparseBSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8606799Z test_consistency_SparseBSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8607036Z test_consistency_SparseBSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8607305Z test_consistency_SparseBSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8607544Z test_consistency_SparseBSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8607790Z test_consistency_SparseBSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8608034Z test_consistency_SparseBSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8608276Z test_consistency_SparseBSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8608528Z test_consistency_SparseBSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8608774Z test_consistency_SparseBSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8609020Z test_consistency_SparseBSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8609256Z test_consistency_SparseBSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8609498Z test_consistency_SparseBSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8609725Z test_consistency_SparseBSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8609971Z test_consistency_SparseBSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8610206Z test_consistency_SparseBSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8610444Z test_consistency_SparseBSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8610681Z test_consistency_SparseBSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8610933Z test_consistency_SparseBSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8611180Z test_consistency_SparseBSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8611455Z test_consistency_SparseBSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8611704Z test_consistency_SparseBSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8611949Z test_consistency_SparseBSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8612219Z test_consistency_SparseBSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T10:47:17.8612464Z test_consistency_SparseBSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8612693Z test_consistency_SparseBSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T10:47:17.8612868Z test_consistency_SparseBSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8613041Z test_consistency_SparseBSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8613265Z test_consistency_SparseBSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8613504Z test_consistency_SparseBSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8613678Z test_consistency_SparseBSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8613847Z test_consistency_SparseBSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8614012Z test_consistency_SparseBSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8614177Z test_consistency_SparseBSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8614330Z test_consistency_SparseBSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8614494Z test_consistency_SparseBSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8614659Z test_consistency_SparseBSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8614825Z test_consistency_SparseBSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8615000Z test_consistency_SparseBSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8615168Z test_consistency_SparseBSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8615344Z test_consistency_SparseBSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8615517Z test_consistency_SparseBSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8615690Z test_consistency_SparseBSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8615852Z test_consistency_SparseBSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8616024Z test_consistency_SparseBSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8616191Z test_consistency_SparseBSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8616360Z test_consistency_SparseBSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8616527Z test_consistency_SparseBSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8616695Z test_consistency_SparseBSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8616862Z test_consistency_SparseBSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8617067Z test_consistency_SparseBSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8617235Z test_consistency_SparseBSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8617396Z test_consistency_SparseBSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8617569Z test_consistency_SparseBSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8617770Z test_consistency_SparseBSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8617941Z test_consistency_SparseBSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8618104Z test_consistency_SparseBSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8618271Z test_consistency_SparseBSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8618438Z test_consistency_SparseBSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8618602Z test_consistency_SparseBSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8618767Z test_consistency_SparseBSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8618926Z test_consistency_SparseBSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8619098Z test_consistency_SparseBSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8619279Z test_consistency_SparseBSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8619453Z test_consistency_SparseBSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8619625Z test_consistency_SparseBSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8619797Z test_consistency_SparseBSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8620088Z test_consistency_SparseBSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8620295Z test_consistency_SparseBSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8620463Z test_consistency_SparseBSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8620617Z test_consistency_SparseBSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8620785Z test_consistency_SparseBSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8620956Z test_consistency_SparseBSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8621126Z test_consistency_SparseBSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8621301Z test_consistency_SparseBSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8621478Z test_consistency_SparseBSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8621646Z test_consistency_SparseBSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8621814Z test_consistency_SparseBSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8621967Z test_consistency_SparseBSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8622138Z test_consistency_SparseBSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8622304Z test_consistency_SparseBSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8622473Z test_consistency_SparseBSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8622636Z test_consistency_SparseBSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8622865Z test_consistency_SparseBSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8623032Z test_consistency_SparseBSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8623213Z test_consistency_SparseBSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8623387Z test_consistency_SparseBSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8623593Z test_consistency_SparseBSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8623763Z test_consistency_SparseBSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8623932Z test_consistency_SparseBSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8624097Z test_consistency_SparseBSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8624265Z test_consistency_SparseBSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8624430Z test_consistency_SparseBSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8624596Z test_consistency_SparseBSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8624765Z test_consistency_SparseBSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8624941Z test_consistency_SparseBSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8625099Z test_consistency_SparseBSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8625265Z test_consistency_SparseBSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8625436Z test_consistency_SparseBSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8625600Z test_consistency_SparseBSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8625767Z test_consistency_SparseBSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8625929Z test_consistency_SparseBSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8626116Z test_consistency_SparseBSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8626298Z test_consistency_SparseBSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8626485Z test_consistency_SparseBSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8626727Z test_consistency_SparseBSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8626993Z test_consistency_SparseBSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8627339Z test_consistency_SparseBSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8627678Z test_consistency_SparseBSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8627906Z test_consistency_SparseBSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8628086Z test_consistency_SparseBSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8628260Z test_consistency_SparseBSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8628441Z test_consistency_SparseBSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8628620Z test_consistency_SparseBSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8628825Z test_consistency_SparseBSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8629000Z test_consistency_SparseBSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8629164Z test_consistency_SparseBSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8629329Z test_consistency_SparseBSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8629497Z test_consistency_SparseBSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8629699Z test_consistency_SparseBSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8629865Z test_consistency_SparseBSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8630031Z test_consistency_SparseBSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8630197Z test_consistency_SparseBSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8630348Z test_consistency_SparseBSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8630522Z test_consistency_SparseBSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8630690Z test_consistency_SparseBSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8630865Z test_consistency_SparseBSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8631036Z test_consistency_SparseBSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8631206Z test_consistency_SparseBSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8631375Z test_consistency_SparseBSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8631546Z test_consistency_SparseBSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8631702Z test_consistency_SparseBSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8631868Z test_consistency_SparseBSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8632040Z test_consistency_SparseBSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8632207Z test_consistency_SparseBSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8632380Z test_consistency_SparseBSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8632549Z test_consistency_SparseBSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8632718Z test_consistency_SparseBSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8632883Z test_consistency_SparseBSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8633052Z test_consistency_SparseBSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8633207Z test_consistency_SparseBSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8633370Z test_consistency_SparseBSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8633541Z test_consistency_SparseBSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8633715Z test_consistency_SparseBSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8633882Z test_consistency_SparseBSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8634049Z test_consistency_SparseBSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8634212Z test_consistency_SparseBSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8634407Z test_consistency_SparseBSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8634574Z test_consistency_SparseBSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8634725Z test_consistency_SparseBSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8634894Z test_consistency_SparseBSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8635092Z test_consistency_SparseBSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8635269Z test_consistency_SparseBSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8635443Z test_consistency_SparseBSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8635613Z test_consistency_SparseBSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8635787Z test_consistency_SparseBSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8635954Z test_consistency_SparseBSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8636122Z test_consistency_SparseBSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8636273Z test_consistency_SparseBSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8636439Z test_consistency_SparseBSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8636606Z test_consistency_SparseBSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8636770Z test_consistency_SparseBSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8636931Z test_consistency_SparseBSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8637104Z test_consistency_SparseBSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8637269Z test_consistency_SparseBSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8637446Z test_consistency_SparseBSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8637604Z test_consistency_SparseBSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8637779Z test_consistency_SparseBSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8637947Z test_consistency_SparseBSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8638114Z test_consistency_SparseBSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8638281Z test_consistency_SparseBSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8638446Z test_consistency_SparseBSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8638611Z test_consistency_SparseBSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8638786Z test_consistency_SparseBSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8638954Z test_consistency_SparseBSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8639115Z test_consistency_SparseBSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8639290Z test_consistency_SparseBSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8639465Z test_consistency_SparseBSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8639635Z test_consistency_SparseBSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8639837Z test_consistency_SparseBSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8640010Z test_consistency_SparseBSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8640183Z test_consistency_SparseBSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8640354Z test_consistency_SparseBSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8640527Z test_consistency_SparseBSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8640712Z test_consistency_SparseBSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8640893Z test_consistency_SparseBSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8641058Z test_consistency_SparseBSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8641234Z test_consistency_SparseBSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8641402Z test_consistency_SparseBSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8641569Z test_consistency_SparseBSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8641738Z test_consistency_SparseBSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8641915Z test_consistency_SparseBSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8642079Z test_consistency_SparseBSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8642234Z test_consistency_SparseBSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8642401Z test_consistency_SparseBSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8642569Z test_consistency_SparseBSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8642741Z test_consistency_SparseBSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8642992Z test_consistency_SparseBSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8643161Z test_consistency_SparseBSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8643326Z test_consistency_SparseBSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8643498Z test_consistency_SparseBSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8643654Z test_consistency_SparseBSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8643817Z test_consistency_SparseBSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8643982Z test_consistency_SparseBSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8644239Z test_consistency_SparseBSR_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8644487Z test_consistency_SparseBSR_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8644734Z test_consistency_SparseBSR_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:47:17.8644986Z test_consistency_SparseBSR_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8645233Z test_consistency_SparseBSR_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8645513Z test_consistency_SparseBSR_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8645762Z test_consistency_SparseBSR_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8646003Z test_consistency_SparseBSR_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8646291Z test_consistency_SparseBSR_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8646526Z test_consistency_SparseBSR_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8646775Z test_consistency_SparseBSR_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8647017Z test_consistency_SparseBSR_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:47:17.8647261Z test_consistency_SparseBSR_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8647508Z test_consistency_SparseBSR_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8647749Z test_consistency_SparseBSR_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8647991Z test_consistency_SparseBSR_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8648233Z test_consistency_SparseBSR_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:47:17.8648475Z test_consistency_SparseBSR_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8648727Z test_consistency_SparseBSR_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8648969Z test_consistency_SparseBSR_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8649221Z test_consistency_SparseBSR_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:47:17.8649468Z test_consistency_SparseBSR_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8649702Z test_consistency_SparseBSR_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:47:17.8649949Z test_consistency_SparseBSR_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8650188Z test_consistency_SparseBSR_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8650461Z test_consistency_SparseBSR_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:47:17.8650703Z test_consistency_SparseBSR_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8650945Z test_consistency_SparseBSR_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8651216Z test_consistency_SparseBSR_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8651455Z test_consistency_SparseBSR_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8651702Z test_consistency_SparseBSR_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8651949Z test_consistency_SparseBSR_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8652196Z test_consistency_SparseBSR_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8652444Z test_consistency_SparseBSR_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:47:17.8652682Z test_consistency_SparseBSR_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8652924Z test_consistency_SparseBSR_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8653165Z test_consistency_SparseBSR_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8653396Z test_consistency_SparseBSR_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8653639Z test_consistency_SparseBSR_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8653888Z test_consistency_SparseBSR_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8654131Z test_consistency_SparseBSR_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8654370Z test_consistency_SparseBSR_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8654620Z test_consistency_SparseBSR_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8654870Z test_consistency_SparseBSR_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8655111Z test_consistency_SparseBSR_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8655350Z test_consistency_SparseBSR_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8655611Z test_consistency_SparseBSR_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8655842Z test_consistency_SparseBSR_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8656083Z test_consistency_SparseBSR_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8656342Z test_consistency_SparseBSR_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8656580Z test_consistency_SparseBSR_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8656824Z test_consistency_SparseBSR_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8656992Z test_consistency_SparseBSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8657167Z test_consistency_SparseBSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8657337Z test_consistency_SparseBSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8657511Z test_consistency_SparseBSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8657678Z test_consistency_SparseBSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8657833Z test_consistency_SparseBSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8657998Z test_consistency_SparseBSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8658162Z test_consistency_SparseBSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8658329Z test_consistency_SparseBSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8658486Z test_consistency_SparseBSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8658650Z test_consistency_SparseBSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8658815Z test_consistency_SparseBSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8659058Z test_consistency_SparseBSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8659306Z test_consistency_SparseBSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:47:17.8659557Z test_consistency_SparseBSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8659787Z test_consistency_SparseBSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8660198Z test_consistency_SparseBSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8660441Z test_consistency_SparseBSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8660682Z test_consistency_SparseBSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8660944Z test_consistency_SparseBSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8661115Z test_consistency_SparseBSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8661283Z test_consistency_SparseBSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8661453Z test_consistency_SparseBSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8661667Z test_consistency_SparseBSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8661833Z test_consistency_SparseBSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8661989Z test_consistency_SparseBSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8662152Z test_consistency_SparseBSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8662325Z test_consistency_SparseBSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8662488Z test_consistency_SparseBSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8662659Z test_consistency_SparseBSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8662826Z test_consistency_SparseBSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8662992Z test_consistency_SparseBSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8663161Z test_consistency_SparseBSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8663313Z test_consistency_SparseBSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8663476Z test_consistency_SparseBSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8663642Z test_consistency_SparseBSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8663806Z test_consistency_SparseBSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8663968Z test_consistency_SparseBSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8664132Z test_consistency_SparseBSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8664291Z test_consistency_SparseBSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8664461Z test_consistency_SparseBSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8664621Z test_consistency_SparseBSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8664778Z test_consistency_SparseBSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8664944Z test_consistency_SparseBSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8665116Z test_consistency_SparseBSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8665283Z test_consistency_SparseBSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8665445Z test_consistency_SparseBSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8665607Z test_consistency_SparseBSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8665770Z test_consistency_SparseBSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8665933Z test_consistency_SparseBSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8666108Z test_consistency_SparseBSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8666265Z test_consistency_SparseBSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8666466Z test_consistency_SparseBSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8666638Z test_consistency_SparseBSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8666802Z test_consistency_SparseBSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8666970Z test_consistency_SparseBSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8667164Z test_consistency_SparseBSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8667330Z test_consistency_SparseBSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8667496Z test_consistency_SparseBSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8667652Z test_consistency_SparseBSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8667821Z test_consistency_SparseBSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8667983Z test_consistency_SparseBSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8668157Z test_consistency_SparseBSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8668323Z test_consistency_SparseBSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8668490Z test_consistency_SparseBSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8668654Z test_consistency_SparseBSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8668814Z test_consistency_SparseBSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8668974Z test_consistency_SparseBSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8669123Z test_consistency_SparseBSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8669284Z test_consistency_SparseBSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8669441Z test_consistency_SparseBSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8669610Z test_consistency_SparseBSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8669769Z test_consistency_SparseBSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8669938Z test_consistency_SparseBSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8670107Z test_consistency_SparseBSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8670274Z test_consistency_SparseBSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8670442Z test_consistency_SparseBSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8670593Z test_consistency_SparseBSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8670756Z test_consistency_SparseBSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8670919Z test_consistency_SparseBSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8671081Z test_consistency_SparseBSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8671245Z test_consistency_SparseBSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8671414Z test_consistency_SparseBSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8671577Z test_consistency_SparseBSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8671776Z test_consistency_SparseBSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8671935Z test_consistency_SparseBSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8672099Z test_consistency_SparseBSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8672266Z test_consistency_SparseBSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8672454Z test_consistency_SparseBSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8672647Z test_consistency_SparseBSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8672809Z test_consistency_SparseBSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8672973Z test_consistency_SparseBSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8673131Z test_consistency_SparseBSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8673298Z test_consistency_SparseBSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8673450Z test_consistency_SparseBSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8673620Z test_consistency_SparseBSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8673788Z test_consistency_SparseBSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8673956Z test_consistency_SparseBSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8674125Z test_consistency_SparseBSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8674286Z test_consistency_SparseBSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8674447Z test_consistency_SparseBSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8674613Z test_consistency_SparseBSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8674774Z test_consistency_SparseBSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8674922Z test_consistency_SparseBSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8675089Z test_consistency_SparseBSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8675252Z test_consistency_SparseBSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8675423Z test_consistency_SparseBSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8675597Z test_consistency_SparseBSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8675793Z test_consistency_SparseBSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8675965Z test_consistency_SparseBSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8676184Z test_consistency_SparseBSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8676455Z test_consistency_SparseBSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8676748Z test_consistency_SparseBSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8677048Z test_consistency_SparseBSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8677224Z test_consistency_SparseBSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8677468Z test_consistency_SparseBSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8677753Z test_consistency_SparseBSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8678007Z test_consistency_SparseBSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8678259Z test_consistency_SparseBSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8678529Z test_consistency_SparseBSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8678770Z test_consistency_SparseBSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8679013Z test_consistency_SparseBSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8679253Z test_consistency_SparseBSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8679470Z test_consistency_SparseBSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8679696Z test_consistency_SparseBSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8679936Z test_consistency_SparseBSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T10:47:17.8680171Z test_consistency_SparseBSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-12-01T10:47:17.8680346Z test_consistency_SparseBSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8680515Z test_consistency_SparseBSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8680686Z test_consistency_SparseBSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8680855Z test_consistency_SparseBSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8681023Z test_consistency_SparseBSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8681188Z test_consistency_SparseBSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8681341Z test_consistency_SparseBSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8681503Z test_consistency_SparseBSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8681674Z test_consistency_SparseCSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8681845Z test_consistency_SparseCSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8682013Z test_consistency_SparseCSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8682180Z test_consistency_SparseCSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8682348Z test_consistency_SparseCSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8682514Z test_consistency_SparseCSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8682665Z test_consistency_SparseCSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8682827Z test_consistency_SparseCSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8683122Z test_consistency_SparseCSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8683288Z test_consistency_SparseCSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8683451Z test_consistency_SparseCSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8683610Z test_consistency_SparseCSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8683783Z test_consistency_SparseCSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8683982Z test_consistency_SparseCSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8684157Z test_consistency_SparseCSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8684317Z test_consistency_SparseCSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8684485Z test_consistency_SparseCSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8684654Z test_consistency_SparseCSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8684824Z test_consistency_SparseCSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8684989Z test_consistency_SparseCSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8685154Z test_consistency_SparseCSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8685319Z test_consistency_SparseCSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8685488Z test_consistency_SparseCSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8685650Z test_consistency_SparseCSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8685804Z test_consistency_SparseCSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8685970Z test_consistency_SparseCSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8686146Z test_consistency_SparseCSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8686335Z test_consistency_SparseCSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8686502Z test_consistency_SparseCSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8686672Z test_consistency_SparseCSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8686834Z test_consistency_SparseCSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8686999Z test_consistency_SparseCSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8687153Z test_consistency_SparseCSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8687316Z test_consistency_SparseCSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8687475Z test_consistency_SparseCSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8687646Z test_consistency_SparseCSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8687810Z test_consistency_SparseCSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8687985Z test_consistency_SparseCSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8688156Z test_consistency_SparseCSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8688322Z test_consistency_SparseCSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8688488Z test_consistency_SparseCSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8688678Z test_consistency_SparseCSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8688843Z test_consistency_SparseCSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8689005Z test_consistency_SparseCSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8689170Z test_consistency_SparseCSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8689359Z test_consistency_SparseCSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8689526Z test_consistency_SparseCSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8689690Z test_consistency_SparseCSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8689859Z test_consistency_SparseCSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8690032Z test_consistency_SparseCSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8690190Z test_consistency_SparseCSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8690357Z test_consistency_SparseCSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8690518Z test_consistency_SparseCSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8690685Z test_consistency_SparseCSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8690845Z test_consistency_SparseCSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8691008Z test_consistency_SparseCSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8691171Z test_consistency_SparseCSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8691346Z test_consistency_SparseCSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8691510Z test_consistency_SparseCSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8691673Z test_consistency_SparseCSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8691842Z test_consistency_SparseCSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8692011Z test_consistency_SparseCSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8692177Z test_consistency_SparseCSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8692344Z test_consistency_SparseCSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8692505Z test_consistency_SparseCSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8692672Z test_consistency_SparseCSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8692832Z test_consistency_SparseCSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8692987Z test_consistency_SparseCSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8693156Z test_consistency_SparseCSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8693321Z test_consistency_SparseCSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8693491Z test_consistency_SparseCSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8693654Z test_consistency_SparseCSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8693817Z test_consistency_SparseCSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8694010Z test_consistency_SparseCSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8694174Z test_consistency_SparseCSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8694333Z test_consistency_SparseCSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8694504Z test_consistency_SparseCSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8694682Z test_consistency_SparseCSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8694893Z test_consistency_SparseCSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8695076Z test_consistency_SparseCSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8695258Z test_consistency_SparseCSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8695438Z test_consistency_SparseCSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8695615Z test_consistency_SparseCSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8695793Z test_consistency_SparseCSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8695968Z test_consistency_SparseCSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8696136Z test_consistency_SparseCSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8696312Z test_consistency_SparseCSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8696487Z test_consistency_SparseCSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8696660Z test_consistency_SparseCSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8696829Z test_consistency_SparseCSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8696990Z test_consistency_SparseCSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8697154Z test_consistency_SparseCSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8697321Z test_consistency_SparseCSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8697485Z test_consistency_SparseCSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8697636Z test_consistency_SparseCSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8697799Z test_consistency_SparseCSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8697960Z test_consistency_SparseCSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8698122Z test_consistency_SparseCSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8698294Z test_consistency_SparseCSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8698459Z test_consistency_SparseCSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8698630Z test_consistency_SparseCSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8698800Z test_consistency_SparseCSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8698954Z test_consistency_SparseCSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8699121Z test_consistency_SparseCSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8699289Z test_consistency_SparseCSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8699484Z test_consistency_SparseCSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8699650Z test_consistency_SparseCSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8699820Z test_consistency_SparseCSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8700169Z test_consistency_SparseCSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8700356Z test_consistency_SparseCSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8700593Z test_consistency_SparseCSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8700745Z test_consistency_SparseCSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8700912Z test_consistency_SparseCSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8701077Z test_consistency_SparseCSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8701239Z test_consistency_SparseCSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8701400Z test_consistency_SparseCSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8701569Z test_consistency_SparseCSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8701735Z test_consistency_SparseCSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8701905Z test_consistency_SparseCSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8702064Z test_consistency_SparseCSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8702217Z test_consistency_SparseCSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8702387Z test_consistency_SparseCSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8702554Z test_consistency_SparseCSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8702716Z test_consistency_SparseCSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8702885Z test_consistency_SparseCSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8703047Z test_consistency_SparseCSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8703224Z test_consistency_SparseCSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8703398Z test_consistency_SparseCSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8703564Z test_consistency_SparseCSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8703721Z test_consistency_SparseCSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8703889Z test_consistency_SparseCSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8704058Z test_consistency_SparseCSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8704222Z test_consistency_SparseCSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8704382Z test_consistency_SparseCSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8704544Z test_consistency_SparseCSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8704707Z test_consistency_SparseCSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8704866Z test_consistency_SparseCSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8705024Z test_consistency_SparseCSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8705223Z test_consistency_SparseCSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8705401Z test_consistency_SparseCSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8705570Z test_consistency_SparseCSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8705739Z test_consistency_SparseCSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8705935Z test_consistency_SparseCSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8706103Z test_consistency_SparseCSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8706266Z test_consistency_SparseCSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8706426Z test_consistency_SparseCSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8706582Z test_consistency_SparseCSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8706746Z test_consistency_SparseCSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8706908Z test_consistency_SparseCSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8707086Z test_consistency_SparseCSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8707255Z test_consistency_SparseCSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8707428Z test_consistency_SparseCSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8707598Z test_consistency_SparseCSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8707764Z test_consistency_SparseCSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8707936Z test_consistency_SparseCSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8708091Z test_consistency_SparseCSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8708255Z test_consistency_SparseCSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8708424Z test_consistency_SparseCSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8708599Z test_consistency_SparseCSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8708774Z test_consistency_SparseCSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8708939Z test_consistency_SparseCSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8709108Z test_consistency_SparseCSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8709277Z test_consistency_SparseCSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8709442Z test_consistency_SparseCSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8709597Z test_consistency_SparseCSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8709763Z test_consistency_SparseCSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8709931Z test_consistency_SparseCSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8710100Z test_consistency_SparseCSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8710269Z test_consistency_SparseCSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8710440Z test_consistency_SparseCSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8710631Z test_consistency_SparseCSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8710803Z test_consistency_SparseCSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8710960Z test_consistency_SparseCSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8711123Z test_consistency_SparseCSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8711321Z test_consistency_SparseCSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8711486Z test_consistency_SparseCSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8711652Z test_consistency_SparseCSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8711819Z test_consistency_SparseCSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8712117Z test_consistency_SparseCSC_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8712366Z test_consistency_SparseCSC_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8712614Z test_consistency_SparseCSC_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8712859Z test_consistency_SparseCSC_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8713094Z test_consistency_SparseCSC_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8713341Z test_consistency_SparseCSC_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8713585Z test_consistency_SparseCSC_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8713828Z test_consistency_SparseCSC_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8714076Z test_consistency_SparseCSC_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8714322Z test_consistency_SparseCSC_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8714569Z test_consistency_SparseCSC_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8714812Z test_consistency_SparseCSC_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8715052Z test_consistency_SparseCSC_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8715298Z test_consistency_SparseCSC_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8715537Z test_consistency_SparseCSC_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8715812Z test_consistency_SparseCSC_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8716053Z test_consistency_SparseCSC_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8716285Z test_consistency_SparseCSC_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8716560Z test_consistency_SparseCSC_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8716802Z test_consistency_SparseCSC_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8717052Z test_consistency_SparseCSC_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8717299Z test_consistency_SparseCSC_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8717546Z test_consistency_SparseCSC_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8717791Z test_consistency_SparseCSC_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8718030Z test_consistency_SparseCSC_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8718274Z test_consistency_SparseCSC_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8718516Z test_consistency_SparseCSC_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8718756Z test_consistency_SparseCSC_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8718996Z test_consistency_SparseCSC_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8719238Z test_consistency_SparseCSC_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8719470Z test_consistency_SparseCSC_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8719721Z test_consistency_SparseCSC_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8719970Z test_consistency_SparseCSC_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8720221Z test_consistency_SparseCSC_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8720468Z test_consistency_SparseCSC_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8720708Z test_consistency_SparseCSC_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8720974Z test_consistency_SparseCSC_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8721210Z test_consistency_SparseCSC_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8721454Z test_consistency_SparseCSC_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8721724Z test_consistency_SparseCSC_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8721967Z test_consistency_SparseCSC_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8722210Z test_consistency_SparseCSC_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8722447Z test_consistency_SparseCSC_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8722691Z test_consistency_SparseCSC_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8723013Z test_consistency_SparseCSC_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8723257Z test_consistency_SparseCSC_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8723493Z test_consistency_SparseCSC_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8723732Z test_consistency_SparseCSC_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8723973Z test_consistency_SparseCSC_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8724209Z test_consistency_SparseCSC_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8724450Z test_consistency_SparseCSC_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8724690Z test_consistency_SparseCSC_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8724860Z test_consistency_SparseCSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8725031Z test_consistency_SparseCSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8725190Z test_consistency_SparseCSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8725360Z test_consistency_SparseCSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8725528Z test_consistency_SparseCSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8725694Z test_consistency_SparseCSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8725861Z test_consistency_SparseCSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8726061Z test_consistency_SparseCSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8726226Z test_consistency_SparseCSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8726384Z test_consistency_SparseCSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8726550Z test_consistency_SparseCSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8726703Z test_consistency_SparseCSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8726981Z test_consistency_SparseCSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8727231Z test_consistency_SparseCSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8727484Z test_consistency_SparseCSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8727727Z test_consistency_SparseCSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T10:47:17.8727969Z test_consistency_SparseCSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8728205Z test_consistency_SparseCSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8728446Z test_consistency_SparseCSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-12-01T10:47:17.8728616Z test_consistency_SparseCSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8728786Z test_consistency_SparseCSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8728954Z test_consistency_SparseCSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8729111Z test_consistency_SparseCSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8729276Z test_consistency_SparseCSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8729445Z test_consistency_SparseCSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8729613Z test_consistency_SparseCSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8729775Z test_consistency_SparseCSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8729944Z test_consistency_SparseCSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8730109Z test_consistency_SparseCSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8730278Z test_consistency_SparseCSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8730435Z test_consistency_SparseCSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8730601Z test_consistency_SparseCSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8730770Z test_consistency_SparseCSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8730933Z test_consistency_SparseCSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8731099Z test_consistency_SparseCSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8731260Z test_consistency_SparseCSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8731450Z test_consistency_SparseCSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8731613Z test_consistency_SparseCSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8731775Z test_consistency_SparseCSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8731924Z test_consistency_SparseCSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8732119Z test_consistency_SparseCSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8732278Z test_consistency_SparseCSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8732446Z test_consistency_SparseCSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8732615Z test_consistency_SparseCSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8732785Z test_consistency_SparseCSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8732948Z test_consistency_SparseCSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8733110Z test_consistency_SparseCSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8733273Z test_consistency_SparseCSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8733423Z test_consistency_SparseCSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8733586Z test_consistency_SparseCSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8733761Z test_consistency_SparseCSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8733929Z test_consistency_SparseCSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8734105Z test_consistency_SparseCSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8734271Z test_consistency_SparseCSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8734435Z test_consistency_SparseCSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8734604Z test_consistency_SparseCSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8734759Z test_consistency_SparseCSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8734929Z test_consistency_SparseCSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8735095Z test_consistency_SparseCSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8735262Z test_consistency_SparseCSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8735432Z test_consistency_SparseCSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8735597Z test_consistency_SparseCSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8735772Z test_consistency_SparseCSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8735938Z test_consistency_SparseCSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8736102Z test_consistency_SparseCSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8736256Z test_consistency_SparseCSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8736418Z test_consistency_SparseCSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8736581Z test_consistency_SparseCSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8736739Z test_consistency_SparseCSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8736929Z test_consistency_SparseCSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8737091Z test_consistency_SparseCSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8737257Z test_consistency_SparseCSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8737415Z test_consistency_SparseCSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8737627Z test_consistency_SparseCSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8737785Z test_consistency_SparseCSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8737951Z test_consistency_SparseCSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8738117Z test_consistency_SparseCSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8738286Z test_consistency_SparseCSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8738449Z test_consistency_SparseCSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8738612Z test_consistency_SparseCSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8738772Z test_consistency_SparseCSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8738935Z test_consistency_SparseCSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8739090Z test_consistency_SparseCSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8739253Z test_consistency_SparseCSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8739422Z test_consistency_SparseCSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8739596Z test_consistency_SparseCSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8739762Z test_consistency_SparseCSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8739926Z test_consistency_SparseCSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8740256Z test_consistency_SparseCSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8740421Z test_consistency_SparseCSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8740586Z test_consistency_SparseCSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8740737Z test_consistency_SparseCSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8740897Z test_consistency_SparseCSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8741065Z test_consistency_SparseCSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8741232Z test_consistency_SparseCSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8741403Z test_consistency_SparseCSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8741571Z test_consistency_SparseCSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8741743Z test_consistency_SparseCSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8741915Z test_consistency_SparseCSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8742080Z test_consistency_SparseCSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8742231Z test_consistency_SparseCSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8742442Z test_consistency_SparseCSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8742606Z test_consistency_SparseCSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8742768Z test_consistency_SparseCSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8742937Z test_consistency_SparseCSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8743098Z test_consistency_SparseCSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8743343Z test_consistency_SparseCSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8743512Z test_consistency_SparseCSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8743668Z test_consistency_SparseCSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8743835Z test_consistency_SparseCSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8744000Z test_consistency_SparseCSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8744166Z test_consistency_SparseCSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8744329Z test_consistency_SparseCSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8744489Z test_consistency_SparseCSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8744652Z test_consistency_SparseCSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8744834Z test_consistency_SparseCSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8745008Z test_consistency_SparseCSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8745172Z test_consistency_SparseCSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8745352Z test_consistency_SparseCSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8745524Z test_consistency_SparseCSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8745697Z test_consistency_SparseCSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8745868Z test_consistency_SparseCSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8746037Z test_consistency_SparseCSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8746203Z test_consistency_SparseCSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8746368Z test_consistency_SparseCSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8746537Z test_consistency_SparseCSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8746699Z test_consistency_SparseCSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8746870Z test_consistency_SparseCSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8747038Z test_consistency_SparseCSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8747203Z test_consistency_SparseCSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8747369Z test_consistency_SparseCSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8747531Z test_consistency_SparseCSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8747698Z test_consistency_SparseCSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8747863Z test_consistency_SparseCSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8748059Z test_consistency_SparseCSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8748215Z test_consistency_SparseCSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8748386Z test_consistency_SparseCSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8748553Z test_consistency_SparseCSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8748750Z test_consistency_SparseCSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8748918Z test_consistency_SparseCSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8749081Z test_consistency_SparseCSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8749243Z test_consistency_SparseCSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8749408Z test_consistency_SparseCSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8749560Z test_consistency_SparseCSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8749720Z test_consistency_SparseCSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8749881Z test_consistency_SparseCSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8750043Z test_consistency_SparseCSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8750212Z test_consistency_SparseCSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8750375Z test_consistency_SparseCSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8750548Z test_consistency_SparseCSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8750719Z test_consistency_SparseCSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8750886Z test_consistency_SparseCSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8751045Z test_consistency_SparseCSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8751211Z test_consistency_SparseCSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8751378Z test_consistency_SparseCSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8751543Z test_consistency_SparseCSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8751706Z test_consistency_SparseCSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8751870Z test_consistency_SparseCSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8752039Z test_consistency_SparseCSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8752205Z test_consistency_SparseCSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8752370Z test_consistency_SparseCSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8752533Z test_consistency_SparseCSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8752703Z test_consistency_SparseCSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8752870Z test_consistency_SparseCSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8753038Z test_consistency_SparseCSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8753200Z test_consistency_SparseCSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8753389Z test_consistency_SparseCSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8753553Z test_consistency_SparseCSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8753715Z test_consistency_SparseCSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8753865Z test_consistency_SparseCSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8754036Z test_consistency_SparseCSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8754227Z test_consistency_SparseCSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8754403Z test_consistency_SparseCSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8754573Z test_consistency_SparseCSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8754741Z test_consistency_SparseCSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8754907Z test_consistency_SparseCSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8755074Z test_consistency_SparseCSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8755235Z test_consistency_SparseCSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8755392Z test_consistency_SparseCSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8755560Z test_consistency_SparseCSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8755723Z test_consistency_SparseCSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8755891Z test_consistency_SparseCSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8756055Z test_consistency_SparseCSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8756227Z test_consistency_SparseCSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8756400Z test_consistency_SparseCSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8756568Z test_consistency_SparseCSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8756735Z test_consistency_SparseCSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8756891Z test_consistency_SparseCSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8757057Z test_consistency_SparseCSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8757219Z test_consistency_SparseCSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8757380Z test_consistency_SparseCSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8757543Z test_consistency_SparseCSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8757714Z test_consistency_SparseCSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8757877Z test_consistency_SparseCSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8758052Z test_consistency_SparseCSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8758226Z test_consistency_SparseCSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8758382Z test_consistency_SparseCSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8758551Z test_consistency_SparseCSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8758714Z test_consistency_SparseCSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8758908Z test_consistency_SparseCSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8759073Z test_consistency_SparseCSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8759235Z test_consistency_SparseCSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8759398Z test_consistency_SparseCSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8759592Z test_consistency_SparseCSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8759748Z test_consistency_SparseCSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8759915Z test_consistency_SparseCSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8760079Z test_consistency_SparseCSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8760242Z test_consistency_SparseCSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8760401Z test_consistency_SparseCSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8760562Z test_consistency_SparseCSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8760723Z test_consistency_SparseCSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8760907Z test_consistency_SparseCSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8761086Z test_consistency_SparseCSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8761257Z test_consistency_SparseCSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8761438Z test_consistency_SparseCSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8761623Z test_consistency_SparseCSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8761801Z test_consistency_SparseCSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8761978Z test_consistency_SparseCSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8762153Z test_consistency_SparseCSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8762330Z test_consistency_SparseCSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8762505Z test_consistency_SparseCSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8762676Z test_consistency_SparseCSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8762842Z test_consistency_SparseCSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8763092Z test_consistency_SparseCSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8763264Z test_consistency_SparseCSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8763429Z test_consistency_SparseCSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8763594Z test_consistency_SparseCSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8763761Z test_consistency_SparseCSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8763923Z test_consistency_SparseCSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8764085Z test_consistency_SparseCSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8764245Z test_consistency_SparseCSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8764426Z test_consistency_SparseCSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8764590Z test_consistency_SparseCSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8764762Z test_consistency_SparseCSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8764929Z test_consistency_SparseCSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8765131Z test_consistency_SparseCSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8765300Z test_consistency_SparseCSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8765466Z test_consistency_SparseCSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8765629Z test_consistency_SparseCSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8765798Z test_consistency_SparseCSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8765951Z test_consistency_SparseCSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8766115Z test_consistency_SparseCSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8766288Z test_consistency_SparseCSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8766456Z test_consistency_SparseCSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8766623Z test_consistency_SparseCSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8766790Z test_consistency_SparseCSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8766954Z test_consistency_SparseCSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8767120Z test_consistency_SparseCSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8767273Z test_consistency_SparseCSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8767488Z test_consistency_SparseCSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8767649Z test_consistency_SparseCSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8767823Z test_consistency_SparseCSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8767992Z test_consistency_SparseCSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8768156Z test_consistency_SparseCSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8768318Z test_consistency_SparseCSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8768481Z test_consistency_SparseCSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8768645Z test_consistency_SparseCSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8768797Z test_consistency_SparseCSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8768956Z test_consistency_SparseCSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8769128Z test_consistency_SparseCSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8769296Z test_consistency_SparseCSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8769470Z test_consistency_SparseCSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8769639Z test_consistency_SparseCSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8769836Z test_consistency_SparseCSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8770009Z test_consistency_SparseCSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8770175Z test_consistency_SparseCSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8770329Z test_consistency_SparseCSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8770522Z test_consistency_SparseCSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8770685Z test_consistency_SparseCSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8770853Z test_consistency_SparseCSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8771015Z test_consistency_SparseCSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8771178Z test_consistency_SparseCSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8771348Z test_consistency_SparseCSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8771511Z test_consistency_SparseCSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8771673Z test_consistency_SparseCSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8771842Z test_consistency_SparseCSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8772010Z test_consistency_SparseCSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8772176Z test_consistency_SparseCSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8772345Z test_consistency_SparseCSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8772510Z test_consistency_SparseCSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8772673Z test_consistency_SparseCSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8772836Z test_consistency_SparseCSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8772998Z test_consistency_SparseCSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8773148Z test_consistency_SparseCSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8773326Z test_consistency_SparseCSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8773493Z test_consistency_SparseCSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8773663Z test_consistency_SparseCSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8773837Z test_consistency_SparseCSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8774003Z test_consistency_SparseCSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8774171Z test_consistency_SparseCSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8774334Z test_consistency_SparseCSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8774502Z test_consistency_SparseCSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8774660Z test_consistency_SparseCSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8774829Z test_consistency_SparseCSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8775000Z test_consistency_SparseCSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8775201Z test_consistency_SparseCSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8775375Z test_consistency_SparseCSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8775541Z test_consistency_SparseCSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8775704Z test_consistency_SparseCSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8775871Z test_consistency_SparseCSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8776083Z test_consistency_SparseCSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8776239Z test_consistency_SparseCSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8776405Z test_consistency_SparseCSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8776573Z test_consistency_SparseCSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8776740Z test_consistency_SparseCSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8776908Z test_consistency_SparseCSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8777074Z test_consistency_SparseCSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8777239Z test_consistency_SparseCSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8777405Z test_consistency_SparseCSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8777559Z test_consistency_SparseCSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8777725Z test_consistency_SparseCSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8777888Z test_consistency_SparseCSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8778053Z test_consistency_SparseCSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8778815Z test_consistency_SparseCSR_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... /opt/conda/lib/python3.7/site-packages/torch/masked/_ops.py:768: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:47:17.8778941Z 0, scatter_indices, values, reduce, include_self=False 2022-12-01T10:47:17.8779009Z ok (0.013s) 2022-12-01T10:47:17.8779189Z test_consistency_SparseCSR_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8779366Z test_consistency_SparseCSR_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8779541Z test_consistency_SparseCSR_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8779797Z test_consistency_SparseCSR_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8780220Z test_consistency_SparseCSR_masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8780466Z test_consistency_SparseCSR_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.002s) 2022-12-01T10:47:17.8780715Z test_consistency_SparseCSR_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8780960Z test_consistency_SparseCSR_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8781191Z test_consistency_SparseCSR_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8781371Z test_consistency_SparseCSR_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8781546Z test_consistency_SparseCSR_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8781716Z test_consistency_SparseCSR_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8781986Z test_consistency_SparseCSR_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8782230Z test_consistency_SparseCSR_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8782464Z test_consistency_SparseCSR_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8782708Z test_consistency_SparseCSR_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8782954Z test_consistency_SparseCSR_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8783137Z test_consistency_SparseCSR_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8783382Z test_consistency_SparseCSR_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8783629Z test_consistency_SparseCSR_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8783882Z test_consistency_SparseCSR_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8784059Z test_consistency_SparseCSR_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8784236Z test_consistency_SparseCSR_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8784409Z test_consistency_SparseCSR_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8784641Z test_consistency_SparseCSR_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8784885Z test_consistency_SparseCSR_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8785129Z test_consistency_SparseCSR_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8785366Z test_consistency_SparseCSR_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-12-01T10:47:17.8785610Z test_consistency_SparseCSR_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.002s) 2022-12-01T10:47:17.8785789Z test_consistency_SparseCSR_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8785972Z test_consistency_SparseCSR_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8786152Z test_consistency_SparseCSR_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8786355Z test_consistency_SparseCSR_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8786534Z test_consistency_SparseCSR_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8786710Z test_consistency_SparseCSR_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8786868Z test_consistency_SparseCSR_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8787073Z test_consistency_SparseCSR_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8787247Z test_consistency_SparseCSR_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8787417Z test_consistency_SparseCSR_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8787591Z test_consistency_SparseCSR_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8787765Z test_consistency_SparseCSR_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8787942Z test_consistency_SparseCSR_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8788122Z test_consistency_SparseCSR_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8788299Z test_consistency_SparseCSR_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8788464Z test_consistency_SparseCSR_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8788638Z test_consistency_SparseCSR_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8788809Z test_consistency_SparseCSR_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8788978Z test_consistency_SparseCSR_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8789145Z test_consistency_SparseCSR_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8789315Z test_consistency_SparseCSR_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8789481Z test_consistency_SparseCSR_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8789654Z test_consistency_SparseCSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8789817Z test_consistency_SparseCSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8789984Z test_consistency_SparseCSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8790151Z test_consistency_SparseCSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8790320Z test_consistency_SparseCSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8790489Z test_consistency_SparseCSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8790656Z test_consistency_SparseCSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8790819Z test_consistency_SparseCSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8790984Z test_consistency_SparseCSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8791147Z test_consistency_SparseCSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8791301Z test_consistency_SparseCSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8791464Z test_consistency_SparseCSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8791639Z test_consistency_SparseCSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8791851Z test_consistency_SparseCSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8792031Z test_consistency_SparseCSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8792204Z test_consistency_SparseCSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8792379Z test_consistency_SparseCSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8792581Z test_consistency_SparseCSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8792757Z test_consistency_SparseCSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8792918Z test_consistency_SparseCSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8793086Z test_consistency_SparseCSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8793258Z test_consistency_SparseCSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8793429Z test_consistency_SparseCSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8793599Z test_consistency_SparseCSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8793764Z test_consistency_SparseCSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8793932Z test_consistency_SparseCSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8794092Z test_consistency_SparseCSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8794262Z test_consistency_SparseCSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8794418Z test_consistency_SparseCSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8794591Z test_consistency_SparseCSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8794759Z test_consistency_SparseCSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8794928Z test_consistency_SparseCSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8795093Z test_consistency_SparseCSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8795260Z test_consistency_SparseCSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8795460Z test_consistency_SparseCSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8795735Z test_consistency_SparseCSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8796030Z test_consistency_SparseCSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8796323Z test_consistency_SparseCSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8796501Z test_consistency_SparseCSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8796659Z test_consistency_SparseCSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8796827Z test_consistency_SparseCSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8796990Z test_consistency_SparseCSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8797156Z test_consistency_SparseCSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8797329Z test_consistency_SparseCSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8797497Z test_consistency_SparseCSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8797697Z test_consistency_SparseCSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8797895Z test_consistency_SparseCSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8798060Z test_consistency_SparseCSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8798222Z test_consistency_SparseCSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8798385Z test_consistency_SparseCSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8798597Z test_consistency_SparseCSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8798768Z test_consistency_SparseCSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8798939Z test_consistency_SparseCSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8799109Z test_consistency_SparseCSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8799273Z test_consistency_SparseCSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8799429Z test_consistency_SparseCSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8799597Z test_consistency_SparseCSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8799763Z test_consistency_SparseCSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8799932Z test_consistency_SparseCSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8800097Z test_consistency_SparseCSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8800265Z test_consistency_SparseCSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8800428Z test_consistency_SparseCSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8800600Z test_consistency_SparseCSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8800766Z test_consistency_SparseCSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8800917Z test_consistency_SparseCSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8801083Z test_consistency_SparseCSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8801250Z test_consistency_SparseCSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8801412Z test_consistency_SparseCSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8801569Z test_consistency_SparseCSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8801731Z test_consistency_SparseCSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8801895Z test_consistency_SparseCSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8802062Z test_consistency_SparseCSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8802225Z test_consistency_SparseCSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8802383Z test_consistency_SparseCSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8802555Z test_consistency_SparseCSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8802724Z test_consistency_SparseCSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8802892Z test_consistency_SparseCSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8803138Z test_consistency_SparseCSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8803338Z test_consistency_SparseCSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8803503Z test_consistency_SparseCSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8803664Z test_consistency_SparseCSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8803814Z test_consistency_SparseCSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8804011Z test_consistency_SparseCSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8804171Z test_consistency_SparseCSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8804346Z test_consistency_SparseCSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8804517Z test_consistency_SparseCSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8804684Z test_consistency_SparseCSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8804855Z test_consistency_SparseCSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8805018Z test_consistency_SparseCSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8805182Z test_consistency_SparseCSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8805337Z test_consistency_SparseCSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8805501Z test_consistency_SparseCSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8805662Z test_consistency_SparseCSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8805828Z test_consistency_SparseCSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8805994Z test_consistency_SparseCSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8806165Z test_consistency_SparseCSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8806334Z test_consistency_SparseCSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8806501Z test_consistency_SparseCSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8806666Z test_consistency_SparseCSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8806820Z test_consistency_SparseCSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8806982Z test_consistency_SparseCSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8807142Z test_consistency_SparseCSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8807303Z test_consistency_SparseCSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8807463Z test_consistency_SparseCSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8807630Z test_consistency_SparseCSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8807792Z test_consistency_SparseCSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8807964Z test_consistency_SparseCSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8808124Z test_consistency_SparseCSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8808290Z test_consistency_SparseCSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8808455Z test_consistency_SparseCSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8808618Z test_consistency_SparseCSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8808810Z test_consistency_SparseCSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8808975Z test_consistency_SparseCSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8809136Z test_consistency_SparseCSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8809299Z test_consistency_SparseCSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8809507Z test_consistency_SparseCSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8809665Z test_consistency_SparseCSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8809845Z test_consistency_SparseCSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8810021Z test_consistency_SparseCSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8810199Z test_consistency_SparseCSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8810373Z test_consistency_SparseCSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8810541Z test_consistency_SparseCSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8810711Z test_consistency_SparseCSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8810880Z test_consistency_SparseCSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8811046Z test_consistency_SparseCSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8811204Z test_consistency_SparseCSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8811376Z test_consistency_SparseCSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8811545Z test_consistency_SparseCSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8811714Z test_consistency_SparseCSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8811882Z test_consistency_SparseCSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8812046Z test_consistency_SparseCSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8812212Z test_consistency_SparseCSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8812380Z test_consistency_SparseCSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8812546Z test_consistency_SparseCSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8812698Z test_consistency_SparseCSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8812856Z test_copy_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8813007Z test_copy_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8813165Z test_copy_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8813323Z test_copy_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8813481Z test_copy_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8813632Z test_copy_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8813788Z test_copy_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8813928Z test_copy_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8814078Z test_copy_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8814257Z test_copy_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8814408Z test_copy_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8814558Z test_copy_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8814716Z test_copy_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8814910Z test_copy_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8815067Z test_copy_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8815214Z test_copy_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8815371Z test_copy_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8815521Z test_copy_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8815677Z test_copy_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8815831Z test_copy_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8815977Z test_copy_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8816120Z test_copy_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8816274Z test_copy_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8816413Z test_copy_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8816569Z test_copy_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8816720Z test_copy_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8816877Z test_copy_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8817035Z test_copy_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8817189Z test_copy_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8817337Z test_copy_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8817488Z test_copy_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8817641Z test_copy_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8817774Z test_copy_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8817917Z test_copy_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8818065Z test_copy_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8818215Z test_copy_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8818371Z test_copy_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8818520Z test_copy_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8818676Z test_copy_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8818834Z test_copy_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8818975Z test_copy_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8819126Z test_copy_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8819281Z test_copy_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8819431Z test_copy_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8819577Z test_copy_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8819752Z test_copy_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8819901Z test_copy_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8820217Z test_copy_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8820370Z test_copy_errors_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-12-01T10:47:17.8820530Z test_copy_errors_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8820753Z test_copy_errors_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8820919Z test_copy_errors_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8821083Z test_copy_errors_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8821245Z test_copy_errors_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8821407Z test_copy_errors_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8821565Z test_copy_errors_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8821725Z test_copy_errors_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8821870Z test_copy_errors_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8822030Z test_copy_errors_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8822189Z test_copy_errors_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8822357Z test_copy_errors_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8822518Z test_copy_errors_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8822690Z test_copy_errors_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8822856Z test_copy_errors_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8823015Z test_copy_errors_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8823163Z test_copy_errors_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8823323Z test_copy_errors_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8823481Z test_copy_errors_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8823636Z test_copy_errors_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T10:47:17.8823793Z test_copy_errors_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8823952Z test_copy_errors_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8824105Z test_copy_errors_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T10:47:17.8835577Z test_copy_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8835814Z test_copy_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8835990Z test_copy_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8836172Z test_copy_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8836340Z test_copy_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8836491Z test_copy_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8836657Z test_copy_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8836937Z test_copy_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8837098Z test_copy_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8837258Z test_copy_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8837418Z test_copy_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8837580Z test_copy_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8837784Z test_copy_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8837945Z test_copy_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8838101Z test_copy_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8838267Z test_copy_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8838432Z test_copy_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8838592Z test_copy_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8838752Z test_copy_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8838910Z test_copy_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8839072Z test_copy_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8839229Z test_copy_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8839375Z test_copy_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8839536Z test_copy_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T10:47:17.8839685Z test_dim_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8839832Z test_dim_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T10:47:17.8839976Z test_dim_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8840123Z test_dim_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8840285Z test_empty_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8840444Z test_empty_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8840597Z test_empty_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:47:17.8840759Z test_empty_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8840917Z test_empty_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8841075Z test_empty_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:47:17.8841226Z test_empty_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:47:17.8841381Z test_empty_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8841529Z test_empty_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8841676Z test_empty_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8841832Z test_empty_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8841976Z test_empty_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:47:17.8842135Z test_empty_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:47:17.8842286Z test_empty_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:47:17.8842516Z test_empty_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8842677Z test_empty_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:47:17.8842833Z test_empty_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8843080Z test_empty_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8843230Z test_empty_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8843404Z test_empty_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8843557Z test_empty_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8843705Z test_empty_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8843856Z test_empty_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:47:17.8844009Z test_empty_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T10:47:17.8844175Z test_empty_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8844336Z test_empty_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8844506Z test_empty_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8844661Z test_empty_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8844829Z test_empty_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8844993Z test_empty_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8845155Z test_empty_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8845316Z test_empty_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8845480Z test_empty_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8845641Z test_empty_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8845800Z test_empty_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8845962Z test_empty_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8846117Z test_empty_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8846274Z test_empty_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8846446Z test_empty_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8846616Z test_empty_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8846782Z test_empty_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8846944Z test_empty_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8847108Z test_empty_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8847270Z test_empty_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8847415Z test_empty_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8847574Z test_empty_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8847733Z test_empty_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8847892Z test_empty_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T10:47:17.8848073Z test_empty_like_SparseBSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8848273Z test_empty_like_SparseBSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8848455Z test_empty_like_SparseBSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8848636Z test_empty_like_SparseBSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8848812Z test_empty_like_SparseBSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8849000Z test_empty_like_SparseBSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8849170Z test_empty_like_SparseBSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8849342Z test_empty_like_SparseBSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8849511Z test_empty_like_SparseBSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8849688Z test_empty_like_SparseBSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8849858Z test_empty_like_SparseBSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8850033Z test_empty_like_SparseBSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8850211Z test_empty_like_SparseBSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8850385Z test_empty_like_SparseBSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8850554Z test_empty_like_SparseBSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8850733Z test_empty_like_SparseBSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8850911Z test_empty_like_SparseBSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8851085Z test_empty_like_SparseBSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8851254Z test_empty_like_SparseBSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8851425Z test_empty_like_SparseBSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8851593Z test_empty_like_SparseBSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8851760Z test_empty_like_SparseBSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8851929Z test_empty_like_SparseBSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8852088Z test_empty_like_SparseBSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8852266Z test_empty_like_SparseBSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8852435Z test_empty_like_SparseBSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8852617Z test_empty_like_SparseBSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8852795Z test_empty_like_SparseBSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8852969Z test_empty_like_SparseBSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8853148Z test_empty_like_SparseBSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8853321Z test_empty_like_SparseBSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8853493Z test_empty_like_SparseBSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8853673Z test_empty_like_SparseBSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8853840Z test_empty_like_SparseBSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8854014Z test_empty_like_SparseBSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8854184Z test_empty_like_SparseBSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8854391Z test_empty_like_SparseBSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8854560Z test_empty_like_SparseBSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8854741Z test_empty_like_SparseBSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8854920Z test_empty_like_SparseBSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8855084Z test_empty_like_SparseBSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8855257Z test_empty_like_SparseBSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8855424Z test_empty_like_SparseBSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8855594Z test_empty_like_SparseBSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8855771Z test_empty_like_SparseBSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8855940Z test_empty_like_SparseBSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8856111Z test_empty_like_SparseBSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8856280Z test_empty_like_SparseBSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8856457Z test_empty_like_SparseBSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8856613Z test_empty_like_SparseBSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8856793Z test_empty_like_SparseBSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8856970Z test_empty_like_SparseBSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8857146Z test_empty_like_SparseBSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8857317Z test_empty_like_SparseBSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8857493Z test_empty_like_SparseBSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8857663Z test_empty_like_SparseBSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8857833Z test_empty_like_SparseBSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8857999Z test_empty_like_SparseBSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8858155Z test_empty_like_SparseBSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8858325Z test_empty_like_SparseBSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8858503Z test_empty_like_SparseBSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8858675Z test_empty_like_SparseBSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8858853Z test_empty_like_SparseBSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8859033Z test_empty_like_SparseBSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8859234Z test_empty_like_SparseBSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8859405Z test_empty_like_SparseBSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8859575Z test_empty_like_SparseBSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8859732Z test_empty_like_SparseBSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8860055Z test_empty_like_SparseBSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8860317Z test_empty_like_SparseBSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8860485Z test_empty_like_SparseBSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8860656Z test_empty_like_SparseBSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T10:47:17.8860837Z test_empty_like_SparseBSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8861008Z test_empty_like_SparseBSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8861187Z test_empty_like_SparseBSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8861364Z test_empty_like_SparseBSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8861529Z test_empty_like_SparseBSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8861701Z test_empty_like_SparseBSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8861869Z test_empty_like_SparseBSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8862039Z test_empty_like_SparseBSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8862207Z test_empty_like_SparseBSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8862376Z test_empty_like_SparseBSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8862545Z test_empty_like_SparseBSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8862717Z test_empty_like_SparseBSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8862894Z test_empty_like_SparseBSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8863050Z test_empty_like_SparseBSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8863230Z test_empty_like_SparseBSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8863406Z test_empty_like_SparseBSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8863583Z test_empty_like_SparseBSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8863756Z test_empty_like_SparseBSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8863929Z test_empty_like_SparseBSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8864100Z test_empty_like_SparseBSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8864269Z test_empty_like_SparseBSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8864421Z test_empty_like_SparseBSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8864593Z test_empty_like_SparseBSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8864762Z test_empty_like_SparseBSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T10:47:17.8864986Z test_empty_like_SparseCSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8865155Z test_empty_like_SparseCSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8865335Z test_empty_like_SparseCSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8865516Z test_empty_like_SparseCSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8865739Z test_empty_like_SparseCSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8865909Z test_empty_like_SparseCSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8866064Z test_empty_like_SparseCSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8866234Z test_empty_like_SparseCSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8866407Z test_empty_like_SparseCSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8866573Z test_empty_like_SparseCSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8866740Z test_empty_like_SparseCSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8866911Z test_empty_like_SparseCSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8867090Z test_empty_like_SparseCSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8867261Z test_empty_like_SparseCSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8867439Z test_empty_like_SparseCSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8867606Z test_empty_like_SparseCSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8867781Z test_empty_like_SparseCSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8867951Z test_empty_like_SparseCSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8868125Z test_empty_like_SparseCSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8868295Z test_empty_like_SparseCSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8868463Z test_empty_like_SparseCSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8868629Z test_empty_like_SparseCSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8868796Z test_empty_like_SparseCSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8868966Z test_empty_like_SparseCSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8869127Z test_empty_like_SparseCSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8869295Z test_empty_like_SparseCSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8869473Z test_empty_like_SparseCSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8869655Z test_empty_like_SparseCSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8869831Z test_empty_like_SparseCSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8869999Z test_empty_like_SparseCSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8870169Z test_empty_like_SparseCSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8870373Z test_empty_like_SparseCSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8870543Z test_empty_like_SparseCSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8870702Z test_empty_like_SparseCSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8870870Z test_empty_like_SparseCSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8871069Z test_empty_like_SparseCSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8871244Z test_empty_like_SparseCSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8871412Z test_empty_like_SparseCSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8871590Z test_empty_like_SparseCSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8871769Z test_empty_like_SparseCSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8871943Z test_empty_like_SparseCSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8872113Z test_empty_like_SparseCSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8872268Z test_empty_like_SparseCSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8872440Z test_empty_like_SparseCSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8872608Z test_empty_like_SparseCSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8872770Z test_empty_like_SparseCSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8872937Z test_empty_like_SparseCSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8873108Z test_empty_like_SparseCSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8873283Z test_empty_like_SparseCSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8873451Z test_empty_like_SparseCSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8873632Z test_empty_like_SparseCSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8873798Z test_empty_like_SparseCSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8873972Z test_empty_like_SparseCSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8874143Z test_empty_like_SparseCSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8874312Z test_empty_like_SparseCSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8874482Z test_empty_like_SparseCSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8874648Z test_empty_like_SparseCSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8874813Z test_empty_like_SparseCSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8874982Z test_empty_like_SparseCSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8875140Z test_empty_like_SparseCSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8875311Z test_empty_like_SparseCSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8875477Z test_empty_like_SparseCSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8875655Z test_empty_like_SparseCSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8875860Z test_empty_like_SparseCSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8876035Z test_empty_like_SparseCSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8876205Z test_empty_like_SparseCSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8876374Z test_empty_like_SparseCSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8876572Z test_empty_like_SparseCSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8876728Z test_empty_like_SparseCSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8876895Z test_empty_like_SparseCSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8877064Z test_empty_like_SparseCSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8877236Z test_empty_like_SparseCSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8877409Z test_empty_like_SparseCSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8877577Z test_empty_like_SparseCSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8877754Z test_empty_like_SparseCSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8877936Z test_empty_like_SparseCSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8878108Z test_empty_like_SparseCSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8878265Z test_empty_like_SparseCSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8878438Z test_empty_like_SparseCSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8878611Z test_empty_like_SparseCSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8878776Z test_empty_like_SparseCSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8878941Z test_empty_like_SparseCSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8879110Z test_empty_like_SparseCSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8879280Z test_empty_like_SparseCSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8879459Z test_empty_like_SparseCSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8879626Z test_empty_like_SparseCSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8879790Z test_empty_like_SparseCSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8879969Z test_empty_like_SparseCSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8880143Z test_empty_like_SparseCSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8880313Z test_empty_like_SparseCSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8880479Z test_empty_like_SparseCSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8880650Z test_empty_like_SparseCSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8880815Z test_empty_like_SparseCSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8880987Z test_empty_like_SparseCSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8881157Z test_empty_like_SparseCSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8881340Z test_empty_like_SparseCSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T10:47:17.8881540Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.076s) 2022-12-01T10:47:17.8881746Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.055s) 2022-12-01T10:47:17.8881964Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.062s) 2022-12-01T10:47:17.8882187Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.076s) 2022-12-01T10:47:17.8882390Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.055s) 2022-12-01T10:47:17.8882602Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.062s) 2022-12-01T10:47:17.8882805Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.070s) 2022-12-01T10:47:17.8883092Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.055s) 2022-12-01T10:47:17.8883293Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.060s) 2022-12-01T10:47:17.8883491Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.071s) 2022-12-01T10:47:17.8883693Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.054s) 2022-12-01T10:47:17.8883902Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.059s) 2022-12-01T10:47:17.8884056Z test_layout_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T10:47:17.8884209Z test_layout_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T10:47:17.8884357Z test_layout_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T10:47:17.8884507Z test_layout_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T10:47:17.8884660Z test_print_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.113s) 2022-12-01T10:47:17.8884799Z test_print_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.110s) 2022-12-01T10:47:17.8884945Z test_print_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-12-01T10:47:17.8885089Z test_print_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-12-01T10:47:17.8885292Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8885493Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8885696Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8885894Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8886091Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8886295Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8886480Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8886676Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8886901Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8887093Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8887288Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8887482Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8887709Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8887906Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8888107Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8888310Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8888492Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8888689Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8888886Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8889081Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8889271Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8889460Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8889652Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8889843Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8890041Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8890237Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8890423Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8890622Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8890817Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8891013Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8891208Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8891402Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8891593Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8891781Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8891974Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8892193Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8892377Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8892570Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8892803Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8893001Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8893197Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8893392Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8893587Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8893779Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8893969Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8894159Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8894338Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8894530Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8894734Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8894931Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8895136Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8895336Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8895537Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8895737Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8895931Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8896131Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8896313Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8896512Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8896710Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8896901Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8897101Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8897323Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8897529Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8897730Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8897929Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8898156Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8898343Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8898538Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8898734Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8898927Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8899122Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8899314Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8899516Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8899711Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8899912Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8900271Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8900466Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8900663Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8900863Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8901056Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8901249Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8901444Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8901639Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8901830Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8902032Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8902216Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8902419Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8902622Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8902865Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8903062Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8903262Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8903456Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8903698Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8903894Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8904091Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8904272Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8904503Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8904706Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8904921Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8905129Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8905332Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8905538Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8905743Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8905944Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8906145Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8906332Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8906532Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8906729Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8906936Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8907137Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8907345Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8907555Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8907756Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8907958Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8908188Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8908390Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8908576Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8908773Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8909004Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8909202Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8909411Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8909611Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8909818Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8910022Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8910228Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8910431Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8910620Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8910823Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8911023Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8911223Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8911421Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8911622Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8911827Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8912029Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8912237Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8912441Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8912628Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8912835Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8913035Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8913233Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8913458Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8913655Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8913857Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8914053Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8914289Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8914492Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8914695Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8914905Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8915109Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8915316Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8915517Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8915717Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8915919Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8916123Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8916324Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8916527Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8916724Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8916929Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8917137Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8917346Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8917550Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8917755Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8917954Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8918156Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8918358Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8918586Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8918775Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8918976Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8919183Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8919415Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8919624Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8919830Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8920034Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8920240Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8920437Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8920640Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8920826Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8921024Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8921228Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8921428Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8921634Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8921836Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8922050Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8922255Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8922458Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8922662Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8922861Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8923121Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8923323Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8923522Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8923723Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8923956Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8924185Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8924409Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8924697Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8924926Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8925150Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8925359Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8925580Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8925800Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8926015Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8926237Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8926456Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8926681Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8926906Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8927130Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8927360Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8927588Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8927818Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8928030Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8928248Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8928466Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8928683Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8928902Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8929144Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8929368Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8929592Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8929815Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8930079Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8930305Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8930518Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8930742Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8930962Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8931183Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8931396Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8931615Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8931838Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8932059Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8932280Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8932503Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8932730Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8932946Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8933169Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8933391Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8933608Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8933831Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8934045Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8934290Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8934509Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8934729Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8934955Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8935206Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8935421Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8935655Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8935877Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8936102Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8936330Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8936548Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8936765Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8936981Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8937199Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8937420Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8937654Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8937858Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8938085Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8938311Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8938539Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8938762Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8938985Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8939207Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8939453Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8939674Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8939896Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8940322Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8940533Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8940760Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8940988Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8941214Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8941442Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8941664Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8941892Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8942113Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8942336Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8942554Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8942777Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8943001Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8943215Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8943434Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8943666Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8943893Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8944117Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8944346Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8944567Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8944841Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8945058Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8945271Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8945529Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8945740Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8945974Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8946202Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8946439Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8946673Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8946905Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8947138Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8947366Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8947595Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8947825Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.101s) 2022-12-01T10:47:17.8948055Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8948271Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8948498Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8948735Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8948962Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8949197Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8949434Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-12-01T10:47:17.8949668Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8949930Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8950157Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8950385Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8950610Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8950866Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8951079Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8951311Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8951544Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8951770Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8952008Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8952240Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8952468Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8952699Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8952924Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8953149Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8953378Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8953591Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8953822Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8954048Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8954281Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8954511Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8954744Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8954977Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8955238Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8955469Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8955694Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8955953Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8956183Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8956400Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8956628Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8956854Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8957088Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8957319Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8957552Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8957787Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8958022Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8958252Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8958483Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8958715Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8958947Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8959161Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8959386Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8959615Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8959852Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8960076Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8960341Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8960575Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8960805Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8961067Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8961293Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-12-01T10:47:17.8961525Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-12-01T10:47:17.8961739Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8961969Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8962196Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8962428Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-12-01T10:47:17.8962659Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8962882Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8963191Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8963425Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8963658Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8963884Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8964114Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8964345Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8964560Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8964789Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8965016Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8965243Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8965506Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8965735Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8965972Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8966237Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T10:47:17.8966467Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8966695Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8966924Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8967151Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8967363Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8967593Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8967816Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T10:47:17.8968045Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T10:47:17.8968211Z test_validate_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8968370Z test_validate_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8968538Z test_validate_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8968749Z test_validate_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8968910Z test_validate_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8969057Z test_validate_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8969219Z test_validate_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8969377Z test_validate_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8969537Z test_validate_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8969697Z test_validate_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8969853Z test_validate_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8970009Z test_validate_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8970173Z test_validate_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8970334Z test_validate_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8970486Z test_validate_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8970652Z test_validate_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8970843Z test_validate_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8971000Z test_validate_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8971162Z test_validate_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8971319Z test_validate_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T10:47:17.8971500Z test_validate_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8971688Z test_validate_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8971830Z test_validate_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8971986Z test_validate_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T10:47:17.8972148Z test_validate_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8972308Z test_validate_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8972475Z test_validate_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8972640Z test_validate_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8972799Z test_validate_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8972958Z test_validate_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8973107Z test_validate_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8973263Z test_validate_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8973416Z test_validate_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8973573Z test_validate_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8973730Z test_validate_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8973886Z test_validate_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8974050Z test_validate_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8974209Z test_validate_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8974375Z test_validate_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8974524Z test_validate_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8974682Z test_validate_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8974840Z test_validate_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8975000Z test_validate_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8975158Z test_validate_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8975312Z test_validate_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8975469Z test_validate_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8975627Z test_validate_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8975769Z test_validate_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T10:47:17.8975793Z 2022-12-01T10:47:17.8976075Z ---------------------------------------------------------------------- 2022-12-01T10:47:17.8976155Z Ran 3822 tests in 100.112s 2022-12-01T10:47:17.8976161Z 2022-12-01T10:47:17.8976236Z OK (skipped=661) 2022-12-01T10:47:17.8976241Z 2022-12-01T10:47:17.8976328Z Generating XML reports... 2022-12-01T10:47:17.8976675Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20221201104536.xml 2022-12-01T10:47:17.8976987Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20221201104536.xml 2022-12-01T10:47:17.8977304Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20221201104536.xml 2022-12-01T10:47:17.8977310Z 2022-12-01T10:47:17.8977668Z ##[endgroup] 2022-12-01T10:47:17.8977952Z FINISHED PRINTING LOG FILE of test_sparse_csr (/var/lib/jenkins/workspace/test/test-reports/test_sparse_csr_c3eechge) 2022-12-01T10:47:17.8978002Z 2022-12-01T10:47:17.8978165Z Running test_modules ... [2022-12-01 10:47:17.799786] 2022-12-01T10:47:17.8978495Z Executing ['/opt/conda/bin/python', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:17.800125] 2022-12-01T10:49:12.0479141Z 2022-12-01T10:49:12.0479621Z Expand the folded group to see the log file of test_modules 2022-12-01T10:49:12.0480586Z ##[group]PRINTING LOG FILE of test_modules (/var/lib/jenkins/workspace/test/test-reports/test_modules_qxb4ssad) 2022-12-01T10:49:12.0501550Z Test results will be stored in test-reports/python-unittest/test_modules 2022-12-01T10:49:12.0501809Z 2022-12-01T10:49:12.0501890Z Running tests... 2022-12-01T10:49:12.0504515Z ---------------------------------------------------------------------- 2022-12-01T10:49:12.0504974Z test_check_inplace_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0505312Z test_check_inplace_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0505686Z test_check_inplace_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0506183Z test_check_inplace_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0506558Z test_check_inplace_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0506870Z test_check_inplace_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0507278Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0507644Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0508071Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0508619Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0509313Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0509740Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0510112Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0513316Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0513861Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0516771Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0517501Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0518225Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0518903Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0519581Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0520139Z test_cpu_gpu_parity_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0520808Z test_cpu_gpu_parity_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0521338Z test_cpu_gpu_parity_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0523069Z test_cpu_gpu_parity_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0523739Z test_cpu_gpu_parity_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0524391Z test_cpu_gpu_parity_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0524995Z test_cpu_gpu_parity_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0525606Z test_cpu_gpu_parity_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0525976Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0526351Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0526736Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0527118Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0527494Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0527858Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0528231Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0528603Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0529037Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0529410Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0529793Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0530154Z test_cpu_gpu_parity_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0530500Z test_cpu_gpu_parity_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0530842Z test_cpu_gpu_parity_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0531199Z test_cpu_gpu_parity_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0531546Z test_cpu_gpu_parity_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0531901Z test_cpu_gpu_parity_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0532240Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0532598Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0533009Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0533367Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0533812Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0534177Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0534549Z test_cpu_gpu_parity_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0534910Z test_cpu_gpu_parity_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0535288Z test_cpu_gpu_parity_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0535642Z test_cpu_gpu_parity_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0535991Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0536352Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0536697Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0537058Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0537424Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0537794Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0538148Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0538513Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0538876Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0539230Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0539570Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0539930Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0540645Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0541306Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0541983Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0542585Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0543282Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0543706Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0544243Z test_cpu_gpu_parity_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0544908Z test_cpu_gpu_parity_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0545528Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0546185Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0546990Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0547627Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0548228Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0548746Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0549387Z test_cpu_gpu_parity_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0549971Z test_cpu_gpu_parity_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0550589Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0551136Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0551730Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0552353Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0552947Z test_cpu_gpu_parity_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0553522Z test_cpu_gpu_parity_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0554135Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0554847Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0555232Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0555633Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0556060Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0556487Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0556918Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0557330Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0557726Z test_cpu_gpu_parity_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0558088Z test_cpu_gpu_parity_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:49:12.0558435Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0558787Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0559133Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0559481Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0559807Z test_factory_kwargs_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0560130Z test_factory_kwargs_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0560465Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0560812Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0561225Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0561574Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0561922Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0562252Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.080s) 2022-12-01T10:49:12.0562702Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0563051Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0563386Z test_factory_kwargs_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0563693Z test_factory_kwargs_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0564081Z test_factory_kwargs_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0564401Z test_factory_kwargs_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0564717Z test_factory_kwargs_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0565010Z test_factory_kwargs_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0565327Z test_factory_kwargs_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0565642Z test_factory_kwargs_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0565961Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0566876Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:49:12.0567453Z result = torch.complex(real, imag) 2022-12-01T10:49:12.0567652Z ok (0.004s) 2022-12-01T10:49:12.0567916Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0568247Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0568587Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0568925Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0569250Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0569587Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0569925Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0570265Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0570591Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0570908Z test_factory_kwargs_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0571212Z test_factory_kwargs_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0571514Z test_factory_kwargs_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0571836Z test_factory_kwargs_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0572153Z test_factory_kwargs_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0572464Z test_factory_kwargs_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0572842Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T10:49:12.0573174Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T10:49:12.0573496Z test_factory_kwargs_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.034s) 2022-12-01T10:49:12.0573817Z test_factory_kwargs_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T10:49:12.0574174Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0574508Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0574834Z test_factory_kwargs_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0575151Z test_factory_kwargs_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0575458Z test_factory_kwargs_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0575767Z test_factory_kwargs_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0576082Z test_factory_kwargs_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0576384Z test_factory_kwargs_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0576702Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T10:49:12.0577037Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T10:49:12.0577361Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T10:49:12.0577673Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T10:49:12.0578394Z test_factory_kwargs_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0581357Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0581765Z ok (0.007s) 2022-12-01T10:49:12.0582177Z test_factory_kwargs_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0582779Z test_factory_kwargs_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0583313Z test_factory_kwargs_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0583882Z test_factory_kwargs_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0584465Z test_factory_kwargs_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0585099Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0585700Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0586278Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0586844Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0587406Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0587947Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0588483Z test_factory_kwargs_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0589052Z test_factory_kwargs_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0589589Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.086s) 2022-12-01T10:49:12.0590312Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.087s) 2022-12-01T10:49:12.0590916Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.087s) 2022-12-01T10:49:12.0591515Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.087s) 2022-12-01T10:49:12.0592065Z test_factory_kwargs_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0592621Z test_factory_kwargs_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0593138Z test_factory_kwargs_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0593687Z test_factory_kwargs_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0594252Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.064s) 2022-12-01T10:49:12.0594855Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.064s) 2022-12-01T10:49:12.0595187Z test_factory_kwargs_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.065s) 2022-12-01T10:49:12.0595519Z test_factory_kwargs_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.066s) 2022-12-01T10:49:12.0595819Z test_factory_kwargs_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0596131Z test_factory_kwargs_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0596447Z test_factory_kwargs_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0596751Z test_factory_kwargs_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0597095Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.067s) 2022-12-01T10:49:12.0597467Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.069s) 2022-12-01T10:49:12.0597850Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.055s) 2022-12-01T10:49:12.0598219Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.055s) 2022-12-01T10:49:12.0598603Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.051s) 2022-12-01T10:49:12.0598992Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.049s) 2022-12-01T10:49:12.0599352Z test_factory_kwargs_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.163s) 2022-12-01T10:49:12.0599664Z test_factory_kwargs_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.253s) 2022-12-01T10:49:12.0599991Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0600328Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0600648Z test_forward_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0600984Z test_forward_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0601308Z test_forward_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0601603Z test_forward_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0601927Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0602259Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0602670Z test_forward_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0602991Z test_forward_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0603370Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0604033Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0604360Z test_forward_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0604669Z test_forward_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0604979Z test_forward_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0605316Z test_forward_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0605604Z test_forward_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0605894Z test_forward_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0606187Z test_forward_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0606480Z test_forward_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0606756Z test_forward_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0607048Z test_forward_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0608137Z test_forward_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-12-01T10:49:12.0608930Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:49:12.0609174Z ok (0.004s) 2022-12-01T10:49:12.0609437Z test_forward_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.011s) 2022-12-01T10:49:12.0609779Z test_forward_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0610105Z test_forward_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0610421Z test_forward_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0610727Z test_forward_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0611046Z test_forward_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0611356Z test_forward_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0611656Z test_forward_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0611976Z test_forward_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:49:12.0612302Z test_forward_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:49:12.0612607Z test_forward_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0612882Z test_forward_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0613179Z test_forward_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0613480Z test_forward_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0613770Z test_forward_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0614066Z test_forward_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0614368Z test_forward_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.058s) 2022-12-01T10:49:12.0614673Z test_forward_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.060s) 2022-12-01T10:49:12.0615003Z test_forward_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.058s) 2022-12-01T10:49:12.0615317Z test_forward_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.059s) 2022-12-01T10:49:12.0615626Z test_forward_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0615934Z test_forward_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0616245Z test_forward_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0616577Z test_forward_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0616876Z test_forward_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0617157Z test_forward_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0617453Z test_forward_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0617754Z test_forward_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0618052Z test_forward_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.125s) 2022-12-01T10:49:12.0618361Z test_forward_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.126s) 2022-12-01T10:49:12.0618672Z test_forward_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.124s) 2022-12-01T10:49:12.0618980Z test_forward_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.127s) 2022-12-01T10:49:12.0619278Z test_forward_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0619579Z test_forward_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0619875Z test_forward_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0620447Z test_forward_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0620746Z test_forward_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0621048Z test_forward_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0621364Z test_forward_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0621690Z test_forward_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0622022Z test_forward_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0622351Z test_forward_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0622665Z test_forward_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0622987Z test_forward_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0623345Z test_forward_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0623644Z test_forward_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0623957Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.162s) 2022-12-01T10:49:12.0624310Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.160s) 2022-12-01T10:49:12.0624660Z test_forward_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.161s) 2022-12-01T10:49:12.0625083Z test_forward_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.160s) 2022-12-01T10:49:12.0625399Z test_forward_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0625746Z test_forward_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0626040Z test_forward_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0626317Z test_forward_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0626710Z test_forward_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.088s) 2022-12-01T10:49:12.0627028Z test_forward_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.089s) 2022-12-01T10:49:12.0627339Z test_forward_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.088s) 2022-12-01T10:49:12.0627635Z test_forward_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.088s) 2022-12-01T10:49:12.0627937Z test_forward_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0628276Z test_forward_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0628557Z test_forward_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0628851Z test_forward_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0629177Z test_forward_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.093s) 2022-12-01T10:49:12.0629531Z test_forward_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.093s) 2022-12-01T10:49:12.0629884Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T10:49:12.0630253Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.072s) 2022-12-01T10:49:12.0630624Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.064s) 2022-12-01T10:49:12.0630987Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.064s) 2022-12-01T10:49:12.0631326Z test_forward_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.166s) 2022-12-01T10:49:12.0631632Z test_forward_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.169s) 2022-12-01T10:49:12.0631949Z test_grad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0632263Z test_grad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0632575Z test_grad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0632893Z test_grad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0633217Z test_grad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0633524Z test_grad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0633849Z test_grad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0634154Z test_grad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:49:12.0634433Z test_grad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:49:12.0634723Z test_grad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:49:12.0635011Z test_grad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:49:12.0635311Z test_grad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0635613Z test_grad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0635929Z test_grad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:49:12.0636246Z test_grad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:49:12.0636534Z test_grad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0636825Z test_grad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0637118Z test_grad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:49:12.0637415Z test_grad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.565s) 2022-12-01T10:49:12.0637705Z test_grad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.568s) 2022-12-01T10:49:12.0638050Z test_grad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:49:12.0638354Z test_grad_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0638633Z test_grad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:49:12.0638926Z test_grad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:49:12.0639224Z test_grad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.564s) 2022-12-01T10:49:12.0639565Z test_grad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.567s) 2022-12-01T10:49:12.0640277Z test_grad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0640827Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0641399Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0641887Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0642442Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0643028Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0643593Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0644084Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0644308Z ok (0.015s) 2022-12-01T10:49:12.0644911Z test_grad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0645453Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0646011Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0646481Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0647043Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0647530Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0648087Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0648555Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0648792Z ok (0.016s) 2022-12-01T10:49:12.0649399Z test_grad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0649942Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0650528Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0651013Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0651570Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0652054Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0652634Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0653110Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0653348Z ok (0.017s) 2022-12-01T10:49:12.0653966Z test_grad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0654505Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0655068Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0655549Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0655781Z ok (0.008s) 2022-12-01T10:49:12.0656387Z test_grad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0656933Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0657494Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0657975Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0658192Z ok (0.008s) 2022-12-01T10:49:12.0658804Z test_grad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0659356Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0659919Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0660530Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0660759Z ok (0.011s) 2022-12-01T10:49:12.0660993Z test_grad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:49:12.0661322Z test_grad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.028s) 2022-12-01T10:49:12.0661662Z test_grad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.034s) 2022-12-01T10:49:12.0661985Z test_grad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:49:12.0662280Z test_grad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:49:12.0662563Z test_grad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.688s) 2022-12-01T10:49:12.0662867Z test_grad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.685s) 2022-12-01T10:49:12.0663163Z test_grad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0663516Z test_grad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0663830Z test_grad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.779s) 2022-12-01T10:49:12.0664191Z test_grad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.435s) 2022-12-01T10:49:12.0664557Z test_grad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.387s) 2022-12-01T10:49:12.0664917Z test_grad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (1.698s) 2022-12-01T10:49:12.0665239Z test_gradgrad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:49:12.0665575Z test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0665895Z test_gradgrad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0666206Z test_gradgrad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:49:12.0666537Z test_gradgrad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:49:12.0666875Z test_gradgrad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:49:12.0667206Z test_gradgrad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:49:12.0667512Z test_gradgrad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.052s) 2022-12-01T10:49:12.0667814Z test_gradgrad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.038s) 2022-12-01T10:49:12.0668109Z test_gradgrad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.042s) 2022-12-01T10:49:12.0668387Z test_gradgrad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.046s) 2022-12-01T10:49:12.0668692Z test_gradgrad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T10:49:12.0669023Z test_gradgrad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:49:12.0669341Z test_gradgrad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.029s) 2022-12-01T10:49:12.0669657Z test_gradgrad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.044s) 2022-12-01T10:49:12.0669964Z test_gradgrad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:49:12.0670262Z test_gradgrad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:49:12.0670557Z test_gradgrad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.075s) 2022-12-01T10:49:12.0670861Z test_gradgrad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.970s) 2022-12-01T10:49:12.0671169Z test_gradgrad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.893s) 2022-12-01T10:49:12.0671488Z test_gradgrad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T10:49:12.0671791Z test_gradgrad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T10:49:12.0672093Z test_gradgrad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.099s) 2022-12-01T10:49:12.0672402Z test_gradgrad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (10.639s) 2022-12-01T10:49:12.0672705Z test_gradgrad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (10.725s) 2022-12-01T10:49:12.0673399Z test_gradgrad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0673955Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0674562Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0675036Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0675601Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0676077Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0676670Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0677145Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0677369Z ok (0.041s) 2022-12-01T10:49:12.0677980Z test_gradgrad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0678529Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0679082Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0679561Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0680118Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0680595Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0681159Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0681621Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0681849Z ok (0.042s) 2022-12-01T10:49:12.0682453Z test_gradgrad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0683077Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0683633Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0684111Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0684671Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0685149Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0685691Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0686175Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0686406Z ok (0.047s) 2022-12-01T10:49:12.0687027Z test_gradgrad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0687631Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0688191Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0688665Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0688883Z ok (0.020s) 2022-12-01T10:49:12.0689541Z test_gradgrad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0690100Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0690663Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0691139Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0691358Z ok (0.022s) 2022-12-01T10:49:12.0691978Z test_gradgrad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0692532Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0693092Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0693558Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0693783Z ok (0.030s) 2022-12-01T10:49:12.0694020Z test_gradgrad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:49:12.0694343Z test_gradgrad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.043s) 2022-12-01T10:49:12.0694702Z test_gradgrad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.037s) 2022-12-01T10:49:12.0695030Z test_gradgrad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:49:12.0695332Z test_gradgrad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.073s) 2022-12-01T10:49:12.0695627Z test_gradgrad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.238s) 2022-12-01T10:49:12.0695941Z test_gradgrad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.278s) 2022-12-01T10:49:12.0696243Z test_gradgrad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:49:12.0696533Z test_gradgrad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0696866Z test_gradgrad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (6.856s) 2022-12-01T10:49:12.0697236Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.224s) 2022-12-01T10:49:12.0697609Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.897s) 2022-12-01T10:49:12.0697941Z test_gradgrad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (17.756s) 2022-12-01T10:49:12.0698296Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0698674Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0699051Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0699439Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0699794Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0700323Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0700661Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0701069Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0701411Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0701758Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0702095Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0702441Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0702782Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0703123Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0703452Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0703789Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0704122Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0704442Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0705545Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-12-01T10:49:12.0706289Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T10:49:12.0706542Z ok (0.003s) 2022-12-01T10:49:12.0706839Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-12-01T10:49:12.0707217Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0707587Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0707954Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0708315Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0708657Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0709024Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0709390Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0709760Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0710112Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0710460Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0710855Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0711186Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0711533Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0711879Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0712250Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0712572Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:49:12.0712904Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:49:12.0713258Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0713622Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0713963Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0714308Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0714653Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0714977Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0715318Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0715657Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0715998Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:49:12.0716318Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T10:49:12.0717056Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:49:12.0717630Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:12.0717862Z ok (0.004s) 2022-12-01T10:49:12.0718119Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0718464Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0718809Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0719152Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0719484Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0719847Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0720221Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0720581Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0720944Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0721305Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0721711Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0722054Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0722399Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0722829Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:49:12.0723231Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:49:12.0723577Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0723913Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0724255Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0724585Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0724900Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:49:12.0725226Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:49:12.0725560Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0725881Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0726212Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0726548Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0726915Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-12-01T10:49:12.0727296Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T10:49:12.0727684Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:49:12.0728069Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:49:12.0728431Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.076s) 2022-12-01T10:49:12.0728770Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.077s) 2022-12-01T10:49:12.0729110Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0729459Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0729798Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0730125Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0730468Z test_memory_format_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0730813Z test_memory_format_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0731145Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0731480Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0731819Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0732196Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0732523Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0732857Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0733191Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0733528Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0733884Z test_memory_format_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0734217Z test_memory_format_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0734536Z test_memory_format_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0734833Z test_memory_format_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0735142Z test_memory_format_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:49:12.0735445Z test_memory_format_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:49:12.0735766Z test_memory_format_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:49:12.0736086Z test_memory_format_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:49:12.0736425Z test_memory_format_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0736780Z test_memory_format_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.012s) 2022-12-01T10:49:12.0737119Z test_memory_format_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0737451Z test_memory_format_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0737777Z test_memory_format_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0738120Z test_memory_format_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:49:12.0738467Z test_memory_format_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:49:12.0738826Z test_memory_format_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:49:12.0739183Z test_memory_format_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:49:12.0739525Z test_memory_format_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:49:12.0739847Z test_memory_format_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:49:12.0740308Z test_memory_format_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0740609Z test_memory_format_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0740924Z test_memory_format_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:49:12.0741265Z test_memory_format_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T10:49:12.0741590Z test_memory_format_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0741928Z test_memory_format_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0742231Z test_memory_format_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.052s) 2022-12-01T10:49:12.0742549Z test_memory_format_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.053s) 2022-12-01T10:49:12.0742865Z test_memory_format_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.051s) 2022-12-01T10:49:12.0743183Z test_memory_format_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.052s) 2022-12-01T10:49:12.0743577Z test_memory_format_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0743939Z test_memory_format_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0744275Z test_memory_format_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0744579Z test_memory_format_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0744942Z test_memory_format_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0745269Z test_memory_format_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0745591Z test_memory_format_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0745889Z test_memory_format_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0746206Z test_memory_format_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.108s) 2022-12-01T10:49:12.0746526Z test_memory_format_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.108s) 2022-12-01T10:49:12.0746833Z test_memory_format_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.108s) 2022-12-01T10:49:12.0747153Z test_memory_format_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.108s) 2022-12-01T10:49:12.0747472Z test_memory_format_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0747789Z test_memory_format_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0748091Z test_memory_format_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:49:12.0748403Z test_memory_format_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T10:49:12.0748738Z test_memory_format_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:49:12.0749086Z test_memory_format_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:49:12.0749421Z test_memory_format_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0749764Z test_memory_format_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0750125Z test_memory_format_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:49:12.0750488Z test_memory_format_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:49:12.0750860Z test_memory_format_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:49:12.0751222Z test_memory_format_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-12-01T10:49:12.0751575Z test_memory_format_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0751897Z test_memory_format_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0752251Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0752637Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0753022Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0753397Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0753754Z test_memory_format_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0754088Z test_memory_format_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0754440Z test_memory_format_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0754737Z test_memory_format_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0755049Z test_memory_format_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.072s) 2022-12-01T10:49:12.0755370Z test_memory_format_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T10:49:12.0755705Z test_memory_format_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.079s) 2022-12-01T10:49:12.0756024Z test_memory_format_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.074s) 2022-12-01T10:49:12.0756331Z test_memory_format_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0756632Z test_memory_format_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0756926Z test_memory_format_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0757243Z test_memory_format_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0757600Z test_memory_format_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0757975Z test_memory_format_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0758384Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0758805Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0759212Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0759613Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0759987Z test_memory_format_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0760340Z test_memory_format_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0760728Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0761131Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0761543Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0761950Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0762350Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0762803Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0763198Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0763599Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0764007Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0764400Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0764807Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0765248Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0765653Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0766049Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0766477Z test_multiple_device_transfer_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0766855Z test_multiple_device_transfer_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0767219Z test_multiple_device_transfer_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0767582Z test_multiple_device_transfer_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0767954Z test_multiple_device_transfer_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0768322Z test_multiple_device_transfer_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0768686Z test_multiple_device_transfer_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0769040Z test_multiple_device_transfer_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0769427Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0769827Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0770227Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0770610Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0771002Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0771387Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0771774Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0772140Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0772529Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0772922Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0773304Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0773682Z test_multiple_device_transfer_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0774042Z test_multiple_device_transfer_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0774416Z test_multiple_device_transfer_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0774780Z test_multiple_device_transfer_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0775155Z test_multiple_device_transfer_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0775563Z test_multiple_device_transfer_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0775937Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0776307Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0776684Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0777094Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0777476Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0777857Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0778243Z test_multiple_device_transfer_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0778617Z test_multiple_device_transfer_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0778987Z test_multiple_device_transfer_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0779346Z test_multiple_device_transfer_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0779720Z test_multiple_device_transfer_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0780245Z test_multiple_device_transfer_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0780620Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0780992Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0781378Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0781762Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0782143Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0782510Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0782879Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0783257Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0783631Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0783993Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0784383Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0784794Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0785198Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0785583Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0786057Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0786458Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0786846Z test_multiple_device_transfer_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0787206Z test_multiple_device_transfer_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0787647Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0788066Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0788490Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0788902Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0789300Z test_multiple_device_transfer_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0789667Z test_multiple_device_transfer_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0790027Z test_multiple_device_transfer_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0790391Z test_multiple_device_transfer_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0790770Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0791156Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0791525Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0791905Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0792276Z test_multiple_device_transfer_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0792638Z test_multiple_device_transfer_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0792995Z test_multiple_device_transfer_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0793363Z test_multiple_device_transfer_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0793764Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0794190Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0794612Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0795049Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0795492Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0795930Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0796366Z test_multiple_device_transfer_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0796750Z test_multiple_device_transfer_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:49:12.0797134Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0797521Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T10:49:12.0797912Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0798276Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0798621Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0798952Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0799296Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0799654Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0800008Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0800362Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0800701Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0801051Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0801399Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0801744Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0802077Z test_non_contiguous_tensors_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T10:49:12.0802402Z test_non_contiguous_tensors_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:49:12.0817799Z test_non_contiguous_tensors_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T10:49:12.0818260Z test_non_contiguous_tensors_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:49:12.0818596Z test_non_contiguous_tensors_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:49:12.0818926Z test_non_contiguous_tensors_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:49:12.0819247Z test_non_contiguous_tensors_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-12-01T10:49:12.0819563Z test_non_contiguous_tensors_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T10:49:12.0819909Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:49:12.0820457Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.012s) 2022-12-01T10:49:12.0820835Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T10:49:12.0821181Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:49:12.0821534Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:49:12.0821878Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:49:12.0822201Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:49:12.0822665Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:49:12.0823016Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:49:12.0823370Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.038s) 2022-12-01T10:49:12.0823712Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.038s) 2022-12-01T10:49:12.0824091Z test_non_contiguous_tensors_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:49:12.0824411Z test_non_contiguous_tensors_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:49:12.0824740Z test_non_contiguous_tensors_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:49:12.0825061Z test_non_contiguous_tensors_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:49:12.0825392Z test_non_contiguous_tensors_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:49:12.0825720Z test_non_contiguous_tensors_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:49:12.0826041Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.292s) 2022-12-01T10:49:12.0826377Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.289s) 2022-12-01T10:49:12.0826719Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.291s) 2022-12-01T10:49:12.0827057Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.288s) 2022-12-01T10:49:12.0827386Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:49:12.0827732Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T10:49:12.0828076Z test_non_contiguous_tensors_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:49:12.0828409Z test_non_contiguous_tensors_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0828729Z test_non_contiguous_tensors_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:49:12.0829052Z test_non_contiguous_tensors_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:49:12.0829376Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:49:12.0829692Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:49:12.0830031Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.779s) 2022-12-01T10:49:12.0830368Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.761s) 2022-12-01T10:49:12.0830715Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.772s) 2022-12-01T10:49:12.0831038Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.758s) 2022-12-01T10:49:12.0831375Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T10:49:12.0831707Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:49:12.0832041Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T10:49:12.0832363Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:49:12.0832696Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T10:49:12.0833027Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T10:49:12.0833392Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:49:12.0833758Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:49:12.0834119Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:49:12.0834485Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:49:12.0834865Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:49:12.0835218Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:49:12.0835563Z test_non_contiguous_tensors_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:49:12.0835885Z test_non_contiguous_tensors_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:49:12.0836224Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.683s) 2022-12-01T10:49:12.0836598Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.661s) 2022-12-01T10:49:12.0836980Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.685s) 2022-12-01T10:49:12.0837344Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.667s) 2022-12-01T10:49:12.0837696Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T10:49:12.0838025Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T10:49:12.0838348Z test_non_contiguous_tensors_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T10:49:12.0838658Z test_non_contiguous_tensors_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:49:12.0838990Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.413s) 2022-12-01T10:49:12.0839323Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.400s) 2022-12-01T10:49:12.0839662Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.410s) 2022-12-01T10:49:12.0839986Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.400s) 2022-12-01T10:49:12.0840317Z test_non_contiguous_tensors_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:49:12.0840638Z test_non_contiguous_tensors_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:49:12.0840946Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:49:12.0841274Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T10:49:12.0841628Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.322s) 2022-12-01T10:49:12.0842010Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.309s) 2022-12-01T10:49:12.0842387Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.244s) 2022-12-01T10:49:12.0842867Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.236s) 2022-12-01T10:49:12.0843270Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.221s) 2022-12-01T10:49:12.0843671Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.214s) 2022-12-01T10:49:12.0844029Z test_non_contiguous_tensors_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.482s) 2022-12-01T10:49:12.0844404Z test_non_contiguous_tensors_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.462s) 2022-12-01T10:49:12.0844741Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0845070Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0845382Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0845711Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0846055Z test_pickle_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0846347Z test_pickle_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0846667Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0846992Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0847317Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0847633Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0847958Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0848281Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0848592Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0848914Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0849229Z test_pickle_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0849527Z test_pickle_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0849814Z test_pickle_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0850109Z test_pickle_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0850397Z test_pickle_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0850671Z test_pickle_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0850955Z test_pickle_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0851246Z test_pickle_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0851558Z test_pickle_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0851891Z test_pickle_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-12-01T10:49:12.0852231Z test_pickle_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0852554Z test_pickle_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0852862Z test_pickle_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0853170Z test_pickle_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0853481Z test_pickle_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0853787Z test_pickle_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0854086Z test_pickle_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0854406Z test_pickle_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T10:49:12.0854729Z test_pickle_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T10:49:12.0855019Z test_pickle_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0855305Z test_pickle_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0855632Z test_pickle_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0855936Z test_pickle_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0856220Z test_pickle_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0856510Z test_pickle_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0856813Z test_pickle_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.052s) 2022-12-01T10:49:12.0857135Z test_pickle_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.053s) 2022-12-01T10:49:12.0857443Z test_pickle_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.051s) 2022-12-01T10:49:12.0857751Z test_pickle_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.052s) 2022-12-01T10:49:12.0858064Z test_pickle_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0858371Z test_pickle_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0858681Z test_pickle_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0858981Z test_pickle_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0859267Z test_pickle_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0859556Z test_pickle_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0859852Z test_pickle_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0860291Z test_pickle_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0860582Z test_pickle_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.110s) 2022-12-01T10:49:12.0860891Z test_pickle_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.112s) 2022-12-01T10:49:12.0861208Z test_pickle_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.111s) 2022-12-01T10:49:12.0861504Z test_pickle_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.110s) 2022-12-01T10:49:12.0861809Z test_pickle_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0862114Z test_pickle_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0862416Z test_pickle_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0862711Z test_pickle_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0863007Z test_pickle_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0863309Z test_pickle_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0863616Z test_pickle_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0863955Z test_pickle_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0864285Z test_pickle_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0864614Z test_pickle_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0864931Z test_pickle_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0865256Z test_pickle_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0865572Z test_pickle_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0865869Z test_pickle_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T10:49:12.0866176Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.152s) 2022-12-01T10:49:12.0866527Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.151s) 2022-12-01T10:49:12.0866954Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.151s) 2022-12-01T10:49:12.0867292Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.150s) 2022-12-01T10:49:12.0867616Z test_pickle_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0867913Z test_pickle_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T10:49:12.0868209Z test_pickle_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0868527Z test_pickle_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T10:49:12.0868826Z test_pickle_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.085s) 2022-12-01T10:49:12.0869126Z test_pickle_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.085s) 2022-12-01T10:49:12.0869418Z test_pickle_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.085s) 2022-12-01T10:49:12.0869723Z test_pickle_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.085s) 2022-12-01T10:49:12.0870023Z test_pickle_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0870310Z test_pickle_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T10:49:12.0870586Z test_pickle_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0870882Z test_pickle_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T10:49:12.0871210Z test_pickle_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.093s) 2022-12-01T10:49:12.0871550Z test_pickle_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.094s) 2022-12-01T10:49:12.0871912Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.074s) 2022-12-01T10:49:12.0872284Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.075s) 2022-12-01T10:49:12.0872655Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.067s) 2022-12-01T10:49:12.0873017Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.067s) 2022-12-01T10:49:12.0873356Z test_pickle_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.170s) 2022-12-01T10:49:12.0873660Z test_pickle_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.251s) 2022-12-01T10:49:12.0873978Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0874293Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0874617Z test_repr_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0874941Z test_repr_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0875235Z test_repr_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0875531Z test_repr_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0875840Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0876163Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0876471Z test_repr_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0876796Z test_repr_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0877110Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0877413Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0877725Z test_repr_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0878078Z test_repr_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0878385Z test_repr_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0878663Z test_repr_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0878954Z test_repr_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0879241Z test_repr_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0879539Z test_repr_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0879821Z test_repr_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0880100Z test_repr_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0880380Z test_repr_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0880670Z test_repr_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0880996Z test_repr_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0881314Z test_repr_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0881617Z test_repr_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0881929Z test_repr_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0882247Z test_repr_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0882622Z test_repr_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0882920Z test_repr_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0883230Z test_repr_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0883547Z test_repr_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0883852Z test_repr_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0884152Z test_repr_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0884434Z test_repr_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0884727Z test_repr_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0885014Z test_repr_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0885307Z test_repr_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0885595Z test_repr_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0885876Z test_repr_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0886174Z test_repr_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0886478Z test_repr_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0886779Z test_repr_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T10:49:12.0887079Z test_repr_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0887390Z test_repr_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0887693Z test_repr_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0887979Z test_repr_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0888269Z test_repr_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0888556Z test_repr_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0888845Z test_repr_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0889127Z test_repr_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0889466Z test_repr_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:49:12.0889765Z test_repr_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:49:12.0890056Z test_repr_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:49:12.0890359Z test_repr_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T10:49:12.0890667Z test_repr_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0890999Z test_repr_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0891287Z test_repr_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0891581Z test_repr_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0891878Z test_repr_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0892163Z test_repr_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0892472Z test_repr_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0892804Z test_repr_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0893129Z test_repr_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0893446Z test_repr_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0893772Z test_repr_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0894096Z test_repr_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0894391Z test_repr_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0894680Z test_repr_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0894997Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T10:49:12.0895342Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:49:12.0895675Z test_repr_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T10:49:12.0896020Z test_repr_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T10:49:12.0896340Z test_repr_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0896616Z test_repr_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0896897Z test_repr_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0897181Z test_repr_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T10:49:12.0897474Z test_repr_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:49:12.0897764Z test_repr_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:49:12.0898070Z test_repr_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:49:12.0898367Z test_repr_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:49:12.0898645Z test_repr_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0898928Z test_repr_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0899216Z test_repr_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0899507Z test_repr_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T10:49:12.0899808Z test_repr_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T10:49:12.0900278Z test_repr_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T10:49:12.0900699Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T10:49:12.0901052Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T10:49:12.0901414Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T10:49:12.0901782Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T10:49:12.0902151Z test_repr_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.059s) 2022-12-01T10:49:12.0902441Z test_repr_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.060s) 2022-12-01T10:49:12.0902612Z 2022-12-01T10:49:12.0902904Z ---------------------------------------------------------------------- 2022-12-01T10:49:12.0903150Z Ran 918 tests in 111.843s 2022-12-01T10:49:12.0903267Z 2022-12-01T10:49:12.0903367Z OK (skipped=214, expected failures=17) 2022-12-01T10:49:12.0903487Z 2022-12-01T10:49:12.0903572Z Generating XML reports... 2022-12-01T10:49:12.0903982Z Generated XML report: test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20221201104719.xml 2022-12-01T10:49:12.0904209Z 2022-12-01T10:49:12.0904605Z ##[endgroup] 2022-12-01T10:49:12.0904968Z FINISHED PRINTING LOG FILE of test_modules (/var/lib/jenkins/workspace/test/test-reports/test_modules_qxb4ssad) 2022-12-01T10:49:12.0905181Z 2022-12-01T10:49:12.0905338Z Running test_linalg ... [2022-12-01 10:49:12.049618] 2022-12-01T10:49:12.0905798Z Executing ['/opt/conda/bin/python', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:12.049959] 2022-12-01T10:50:50.3497901Z 2022-12-01T10:50:50.3499509Z Expand the folded group to see the log file of test_linalg 2022-12-01T10:50:50.3500865Z ##[group]PRINTING LOG FILE of test_linalg (/var/lib/jenkins/workspace/test/test-reports/test_linalg_h5y_1gpe) 2022-12-01T10:50:50.3501655Z Test results will be stored in test-reports/python-unittest/test_linalg 2022-12-01T10:50:50.3501923Z 2022-12-01T10:50:50.3506021Z Running tests... 2022-12-01T10:50:50.3506887Z ---------------------------------------------------------------------- 2022-12-01T10:50:50.3507631Z test_addbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.471s) 2022-12-01T10:50:50.3508121Z test_addbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.362s) 2022-12-01T10:50:50.3508742Z test_addbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.371s) 2022-12-01T10:50:50.3509288Z test_addbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.324s) 2022-12-01T10:50:50.3509735Z test_addbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.306s) 2022-12-01T10:50:50.3510189Z test_addmm_activation_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3510703Z test_addmm_activation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:50:50.3511203Z test_addmm_activation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:50:50.3511731Z test_addmm_baddbmm_overflow_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:50:50.3512264Z test_addmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:50:50.3512768Z test_addmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:50:50.3513072Z test_addmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:50:50.3513350Z test_addmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3513613Z test_addmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3513891Z test_addmm_sizes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.206s) 2022-12-01T10:50:50.3514178Z test_addmm_sizes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.203s) 2022-12-01T10:50:50.3514458Z test_addmv_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:50:50.3514723Z test_addmv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3515005Z test_addmv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3515449Z test_addmv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3515737Z test_addmv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3516045Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:50:50.3516390Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:50:50.3516756Z test_addr_bool_cpu_bool (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:50:50.3517036Z test_addr_float_and_complex_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:50:50.3517353Z test_addr_float_and_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3517675Z test_addr_float_and_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3517978Z test_addr_float_and_complex_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:50:50.3518292Z test_addr_float_and_complex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:50:50.3518611Z test_addr_float_and_complex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:50:50.3518922Z test_addr_integral_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:50:50.3519198Z test_addr_integral_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:50:50.3519489Z test_addr_integral_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:50:50.3519773Z test_addr_integral_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:50:50.3520058Z test_addr_integral_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:50:50.3520329Z test_addr_type_promotion_cpu (__main__.TestLinalgCPU) ... ok (0.361s) 2022-12-01T10:50:50.3520610Z test_baddbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.110s) 2022-12-01T10:50:50.3520892Z test_baddbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.382s) 2022-12-01T10:50:50.3521209Z test_baddbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.393s) 2022-12-01T10:50:50.3521477Z test_baddbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.096s) 2022-12-01T10:50:50.3521750Z test_baddbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.066s) 2022-12-01T10:50:50.3522040Z test_blas_alpha_beta_empty_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3522415Z test_blas_alpha_beta_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3522738Z test_blas_alpha_beta_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3523047Z test_blas_alpha_beta_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3523350Z test_blas_alpha_beta_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3523637Z test_blas_alpha_beta_empty_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3523932Z test_blas_alpha_beta_empty_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3524230Z test_blas_alpha_beta_empty_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3524516Z test_blas_alpha_beta_empty_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3524813Z test_blas_alpha_beta_empty_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3525437Z test_blas_empty_cpu (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3526167Z test_blas_mv_large_input_cpu (__main__.TestLinalgCPU) ... test_linalg.py:4699: UserWarning: An output with one or more elements was resized since it had shape [200], which does not match the required output shape [3000]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3526982Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-12-01T10:50:50.3527234Z ok (0.006s) 2022-12-01T10:50:50.3527900Z test_blas_nan_out_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:4674: UserWarning: An output with one or more elements was resized since it had shape [7], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3528633Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-12-01T10:50:50.3528864Z ok (0.003s) 2022-12-01T10:50:50.3529103Z test_blas_nan_out_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3529401Z test_blas_nan_out_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3529679Z test_blas_nan_out_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3529966Z test_blas_nan_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3530247Z test_blas_nan_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3530972Z test_bmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3531601Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:50:50.3532233Z test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3532823Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:50:50.3533449Z test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3534045Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:50:50.3534666Z test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3535267Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:50:50.3535922Z test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3536559Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:50:50.3537188Z test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3537812Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:50:50.3538484Z test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3539071Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:50:50.3539702Z test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3540551Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:50:50.3541213Z test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3542205Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:50:50.3542953Z test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3543541Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:50:50.3544165Z test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3544781Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:50:50.3545512Z test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3546133Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:50:50.3546773Z test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3547508Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:50:50.3548152Z test_linalg.py:5761: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3548774Z torch.bmm(b1, b2, out=res2) 2022-12-01T10:50:50.3548940Z ok (0.763s) 2022-12-01T10:50:50.3549167Z test_bmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.774s) 2022-12-01T10:50:50.3549454Z test_bmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.794s) 2022-12-01T10:50:50.3549735Z test_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.662s) 2022-12-01T10:50:50.3549987Z test_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.610s) 2022-12-01T10:50:50.3550714Z test_broadcast_batched_matmul_cpu (__main__.TestLinalgCPU) ... test_linalg.py:6878: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [3, 8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3551363Z torch.matmul(l, r, out=out) 2022-12-01T10:50:50.3551998Z test_linalg.py:6878: UserWarning: An output with one or more elements was resized since it had shape [3, 1], which does not match the required output shape [3, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3552601Z torch.matmul(l, r, out=out) 2022-12-01T10:50:50.3552770Z ok (0.014s) 2022-12-01T10:50:50.3553005Z test_broadcast_fused_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3554288Z test_chain_matmul_cpu_float64 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1580: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:971.) 2022-12-01T10:50:50.3555243Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-12-01T10:50:50.3555550Z ok (0.007s) 2022-12-01T10:50:50.3555872Z test_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:50:50.3556259Z test_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:50:50.3556643Z test_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3557005Z test_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:50:50.3557417Z test_cholesky_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T10:50:50.3557973Z test_cholesky_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:50:50.3558398Z test_cholesky_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:50:50.3558833Z test_cholesky_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:50:50.3559245Z test_cholesky_ex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3559700Z test_cholesky_ex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:50:50.3560073Z test_cholesky_ex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:50:50.3560455Z test_cholesky_ex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3560853Z test_cholesky_ex_non_pd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3561252Z test_cholesky_ex_non_pd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3561662Z test_cholesky_ex_non_pd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3562063Z test_cholesky_ex_non_pd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3562534Z test_cholesky_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:50:50.3562924Z test_cholesky_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:50:50.3563324Z test_cholesky_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3563772Z test_cholesky_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:50:50.3564260Z test_cholesky_inverse_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3564804Z test_cholesky_inverse_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:50:50.3565368Z test_cholesky_inverse_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:50:50.3565866Z test_cholesky_inverse_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3566319Z test_cholesky_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:50:50.3566790Z test_cholesky_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:50:50.3567261Z test_cholesky_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:50:50.3567730Z test_cholesky_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:50:50.3568372Z test_cholesky_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:2507: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:50:50.3568879Z L = torch.cholesky(A) 2022-12-01T10:50:50.3569135Z should be replaced with 2022-12-01T10:50:50.3569390Z L = torch.linalg.cholesky(A) 2022-12-01T10:50:50.3569643Z and 2022-12-01T10:50:50.3569883Z U = torch.cholesky(A, upper=True) 2022-12-01T10:50:50.3570143Z should be replaced with 2022-12-01T10:50:50.3570416Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:50:50.3570970Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-12-01T10:50:50.3571500Z L = torch.cholesky(A, upper=upper) 2022-12-01T10:50:50.3571754Z ok (0.006s) 2022-12-01T10:50:50.3572084Z test_cholesky_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3572509Z test_cholesky_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3572908Z test_cholesky_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3573531Z test_cholesky_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:50:50.3574168Z test_cholesky_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:50:50.3574851Z test_cholesky_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:50:50.3575613Z test_cholesky_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:50:50.3576226Z test_cholesky_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3576666Z test_cholesky_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3577063Z test_cholesky_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3577449Z test_cholesky_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3577887Z test_cholesky_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3578355Z test_cholesky_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3578802Z test_cholesky_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3579258Z test_cholesky_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3579714Z test_cond_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T10:50:50.3580253Z test_cond_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T10:50:50.3580614Z test_cond_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T10:50:50.3581004Z test_cond_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T10:50:50.3581401Z test_cond_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-12-01T10:50:50.3581830Z test_cond_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T10:50:50.3582262Z test_cond_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T10:50:50.3582680Z test_cond_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T10:50:50.3583116Z test_corner_cases_of_cublasltmatmul_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.502s) 2022-12-01T10:50:50.3583558Z test_corner_cases_of_cublasltmatmul_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.715s) 2022-12-01T10:50:50.3584004Z test_corner_cases_of_cublasltmatmul_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.555s) 2022-12-01T10:50:50.3584444Z test_corner_cases_of_cublasltmatmul_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.444s) 2022-12-01T10:50:50.3584883Z test_corner_cases_of_cublasltmatmul_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.540s) 2022-12-01T10:50:50.3585301Z test_corner_cases_of_cublasltmatmul_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.628s) 2022-12-01T10:50:50.3585761Z test_corner_cases_of_cublasltmatmul_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.935s) 2022-12-01T10:50:50.3586220Z test_corner_cases_of_cublasltmatmul_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.856s) 2022-12-01T10:50:50.3586702Z test_corner_cases_of_cublasltmatmul_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.587s) 2022-12-01T10:50:50.3587208Z test_corner_cases_of_cublasltmatmul_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.584s) 2022-12-01T10:50:50.3587675Z test_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3588134Z test_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3588553Z test_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3589015Z test_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3589616Z test_cublas_addmm_size_10000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:50:50.3590128Z test_cublas_addmm_size_10000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:50:50.3590699Z test_cublas_addmm_size_10000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:50:50.3591169Z test_cublas_addmm_size_1000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:50:50.3591724Z test_cublas_addmm_size_1000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:50:50.3592181Z test_cublas_addmm_size_1000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:50:50.3592687Z test_cublas_addmm_size_100_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:50:50.3593173Z test_cublas_addmm_size_100_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:50:50.3593651Z test_cublas_addmm_size_100_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T10:50:50.3594051Z test_det_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:50:50.3594429Z test_det_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:50:50.3594836Z test_det_logdet_slogdet_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.058s) 2022-12-01T10:50:50.3595435Z test_det_logdet_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:6479: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:50:50.3596184Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:50:50.3596572Z Q, R = torch.qr(A, some) 2022-12-01T10:50:50.3596858Z should be replaced with 2022-12-01T10:50:50.3597586Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T10:50:50.3598089Z q, _ = torch.qr(mat) 2022-12-01T10:50:50.3598357Z ok (0.982s) 2022-12-01T10:50:50.3598682Z test_dot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:50:50.3599130Z test_dot_vs_numpy_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3599628Z test_dot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3600102Z test_dot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3600634Z test_eig_check_magma_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:50:50.3601257Z test_eig_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:50:50.3601859Z test_eig_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:50:50.3602544Z test_eig_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:50:50.3603155Z test_eig_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:50:50.3603739Z test_eig_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:50:50.3604303Z test_eig_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:50:50.3604851Z test_eig_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:50:50.3605356Z test_eig_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T10:50:50.3605851Z test_eig_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:50:50.3606327Z test_eig_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3606830Z test_eig_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3607452Z test_eig_with_nan_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3607959Z test_eig_with_nan_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3608424Z test_eig_with_nan_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3608903Z test_eig_with_nan_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3609380Z test_eigh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:50:50.3609897Z test_eigh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:50:50.3610333Z test_eigh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:50:50.3610788Z test_eigh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3611262Z test_eigh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:50:50.3611795Z test_eigh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:50:50.3612381Z test_eigh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:50:50.3612942Z test_eigh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:50:50.3613435Z test_eigh_lower_uplo_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3613934Z test_eigh_lower_uplo_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3614461Z test_eigh_lower_uplo_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3614961Z test_eigh_lower_uplo_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3615514Z test_eigvals_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:50:50.3616129Z test_eigvals_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:50:50.3616777Z test_eigvals_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:50:50.3617413Z test_eigvals_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:50:50.3618017Z test_eigvals_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3618594Z test_eigvals_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3619174Z test_eigvals_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3619724Z test_eigvals_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3620418Z test_eigvals_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:50:50.3620982Z test_eigvals_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:50:50.3621505Z test_eigvalsh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:50:50.3622012Z test_eigvalsh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:50:50.3622523Z test_eigvalsh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:50:50.3623017Z test_eigvalsh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:50:50.3623834Z test_eigvalsh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1043: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:50:50.3624575Z out = torch.empty_like(t).to(real_dtype) 2022-12-01T10:50:50.3624907Z ok (0.022s) 2022-12-01T10:50:50.3625327Z test_eigvalsh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:50:50.3625899Z test_eigvalsh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:50:50.3626479Z test_eigvalsh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:50:50.3627148Z test_einsum_corner_cases_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:50:50.3627657Z test_einsum_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-12-01T10:50:50.3628132Z test_einsum_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:50:50.3628611Z test_einsum_error_cases_cpu (__main__.TestLinalgCPU) ... ok (0.044s) 2022-12-01T10:50:50.3629109Z test_einsum_random_cpu_complex128 (__main__.TestLinalgCPU) ... ok (3.216s) 2022-12-01T10:50:50.3629694Z test_einsum_random_cpu_float64 (__main__.TestLinalgCPU) ... ok (2.778s) 2022-12-01T10:50:50.3630213Z test_einsum_sublist_format_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3630741Z test_einsum_sublist_format_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3631216Z test_geqrf_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:50:50.3631706Z test_geqrf_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:50:50.3632169Z test_geqrf_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:50:50.3632643Z test_geqrf_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:50:50.3633141Z test_householder_product_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3633687Z test_householder_product_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3634238Z test_householder_product_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3634760Z test_householder_product_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3635311Z test_householder_product_errors_and_warnings_cpu (__main__.TestLinalgCPU) ... ok (0.022s) 2022-12-01T10:50:50.3635826Z test_inner_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:50:50.3636303Z test_inner_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3636790Z test_inv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-12-01T10:50:50.3637348Z test_inv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T10:50:50.3637879Z test_inv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T10:50:50.3638414Z test_inv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T10:50:50.3638965Z test_inv_ex_info_device_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3639516Z test_inv_ex_info_device_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3640038Z test_inv_ex_info_device_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3640532Z test_inv_ex_info_device_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3641049Z test_inv_ex_singular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3641583Z test_inv_ex_singular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:50:50.3642115Z test_inv_ex_singular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3642717Z test_inv_ex_singular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:50:50.3643528Z test_invariance_error_spectral_decompositions_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:50:50.3644238Z test_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.076s) 2022-12-01T10:50:50.3644722Z test_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.073s) 2022-12-01T10:50:50.3645227Z test_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.065s) 2022-12-01T10:50:50.3645715Z test_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-12-01T10:50:50.3646201Z test_inverse_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T10:50:50.3646720Z test_inverse_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T10:50:50.3647231Z test_inverse_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:50:50.3647821Z test_inverse_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T10:50:50.3648321Z test_inverse_errors_large_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.235s) 2022-12-01T10:50:50.3648874Z test_inverse_errors_large_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.631s) 2022-12-01T10:50:50.3649408Z test_inverse_errors_large_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.300s) 2022-12-01T10:50:50.3649968Z test_inverse_errors_large_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.458s) 2022-12-01T10:50:50.3650603Z test_inverse_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:50:50.3651384Z test_inverse_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:50:50.3652113Z test_inverse_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:50:50.3652761Z test_inverse_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:50:50.3653310Z test_kron_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:50:50.3653794Z test_kron_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:50:50.3654288Z test_kron_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3654741Z test_kron_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:50:50.3655224Z test_kron_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3655709Z test_kron_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3656187Z test_kron_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3656661Z test_kron_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3657996Z test_kron_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1118: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3659214Z torch.kron(a, b, out=out) 2022-12-01T10:50:50.3659514Z ok (0.006s) 2022-12-01T10:50:50.3660938Z test_kron_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:1118: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3662148Z torch.kron(a, b, out=out) 2022-12-01T10:50:50.3662464Z ok (0.006s) 2022-12-01T10:50:50.3663670Z test_kron_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... test_linalg.py:1118: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3664845Z torch.kron(a, b, out=out) 2022-12-01T10:50:50.3665147Z ok (0.006s) 2022-12-01T10:50:50.3666482Z test_kron_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:1118: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3667705Z torch.kron(a, b, out=out) 2022-12-01T10:50:50.3668013Z ok (0.006s) 2022-12-01T10:50:50.3668368Z test_lapack_empty_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3668961Z test_ldl_factor_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7312: ComplexWarning: scipy.linalg.ldl(): 2022-12-01T10:50:50.3669694Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-12-01T10:50:50.3670300Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-12-01T10:50:50.3670644Z ok (0.047s) 2022-12-01T10:50:50.3671033Z test_ldl_factor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:50:50.3671636Z test_ldl_factor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:50:50.3672092Z test_ldl_factor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:50:50.3672583Z test_ldl_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3673085Z test_ldl_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:50:50.3673551Z test_ldl_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3674057Z test_ldl_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3674551Z test_linalg_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3675075Z test_linalg_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3675615Z test_linalg_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3676192Z test_linalg_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3676778Z test_linalg_lstsq_batch_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-12-01T10:50:50.3677361Z test_linalg_lstsq_batch_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-12-01T10:50:50.3677976Z test_linalg_lstsq_batch_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T10:50:50.3678548Z test_linalg_lstsq_batch_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-12-01T10:50:50.3679109Z test_linalg_lstsq_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.448s) 2022-12-01T10:50:50.3679593Z test_linalg_lstsq_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.490s) 2022-12-01T10:50:50.3680094Z test_linalg_lstsq_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.368s) 2022-12-01T10:50:50.3680599Z test_linalg_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.304s) 2022-12-01T10:50:50.3681133Z test_linalg_lstsq_input_checks_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-12-01T10:50:50.3681685Z test_linalg_lstsq_input_checks_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T10:50:50.3682203Z test_linalg_lstsq_input_checks_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T10:50:50.3682856Z test_linalg_lstsq_input_checks_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T10:50:50.3683388Z test_linalg_lu_cpu_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:50:50.3683962Z test_linalg_lu_cpu_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:50:50.3684490Z test_linalg_lu_cpu_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:50:50.3685084Z test_linalg_lu_cpu_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:50:50.3686434Z test_linalg_lu_family_cpu_complex128 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:50:50.3687263Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:50:50.3687717Z should be replaced with 2022-12-01T10:50:50.3688101Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:50:50.3688460Z and 2022-12-01T10:50:50.3688813Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:50:50.3689187Z should be replaced with 2022-12-01T10:50:50.3689827Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T10:50:50.3690530Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:50:50.3690926Z ok (0.316s) 2022-12-01T10:50:50.3691311Z test_linalg_lu_family_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.319s) 2022-12-01T10:50:50.3691840Z test_linalg_lu_family_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.278s) 2022-12-01T10:50:50.3692354Z test_linalg_lu_family_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.424s) 2022-12-01T10:50:50.3692854Z test_linalg_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:50:50.3693394Z test_linalg_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T10:50:50.3693917Z test_linalg_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:50:50.3694444Z test_linalg_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:50:50.3695081Z test_linalg_matrix_exp_analytic_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:50:50.3695838Z test_linalg_matrix_exp_analytic_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:50:50.3696606Z test_linalg_matrix_exp_analytic_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:50:50.3697355Z test_linalg_matrix_exp_analytic_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:50:50.3697983Z test_linalg_matrix_exp_batch_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:50:50.3698506Z test_linalg_matrix_exp_batch_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3699065Z test_linalg_matrix_exp_boundary_cases_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3699639Z test_linalg_matrix_exp_boundary_cases_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3700390Z test_linalg_matrix_exp_boundary_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:50:50.3700973Z test_linalg_matrix_exp_boundary_cases_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3701583Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.058s) 2022-12-01T10:50:50.3702181Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-12-01T10:50:50.3702768Z test_linalg_matrix_exp_compare_with_taylor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-12-01T10:50:50.3703338Z test_linalg_matrix_exp_compare_with_taylor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-12-01T10:50:50.3703938Z test_linalg_matrix_exp_no_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3704495Z test_linalg_matrix_exp_utils_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3705183Z test_linalg_matrix_exp_utils_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:50:50.3705764Z test_linalg_qr_autograd_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3706343Z test_linalg_solve_triangular_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:50:50.3706975Z test_linalg_solve_triangular_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:50:50.3707585Z test_linalg_solve_triangular_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3708298Z test_linalg_solve_triangular_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3708875Z test_linalg_solve_triangular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.550s) 2022-12-01T10:50:50.3709450Z test_linalg_solve_triangular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.580s) 2022-12-01T10:50:50.3710006Z test_linalg_solve_triangular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.319s) 2022-12-01T10:50:50.3710567Z test_linalg_solve_triangular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.299s) 2022-12-01T10:50:50.3711153Z test_linalg_solve_triangular_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:50:50.3711781Z test_linalg_solve_triangular_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:50.3712418Z test_linalg_solve_triangular_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:50.3713045Z test_linalg_solve_triangular_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:50.3713634Z test_linear_algebra_scalar_raises_cpu (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3714418Z test_lobpcg_basic_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:5120: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:50:50.3715312Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:50:50.3715861Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:50:50.3716231Z should be replaced with 2022-12-01T10:50:50.3716779Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:50:50.3717133Z and 2022-12-01T10:50:50.3717454Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:50:50.3717824Z should be replaced with 2022-12-01T10:50:50.3718645Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:50:50.3719221Z e = torch.symeig(A)[0] 2022-12-01T10:50:50.3719526Z ok (0.700s) 2022-12-01T10:50:50.3719928Z test_lobpcg_ortho_cpu_float64 (__main__.TestLinalgCPU) ... ok (5.947s) 2022-12-01T10:50:50.3720382Z test_lobpcg_scipy_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T10:50:50.3720884Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... 2022-12-01T10:50:50.3721383Z CPU timings: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-12-01T10:50:50.3721954Z ------------------------------------------------------- 2022-12-01T10:50:50.3722444Z | standard | generalized | method 2022-12-01T10:50:50.3722817Z torch.lobpcg | 172.58 | 198.18 | ortho 2022-12-01T10:50:50.3723132Z scipy_lobpcg | 136.05 | 143.38 | N/A 2022-12-01T10:50:50.3723644Z -(input size: 500, eigenpairs: 7, units: ms per call)- 2022-12-01T10:50:50.3724011Z 2022-12-01T10:50:50.3724452Z Calling scipy_lobpcg failed [standard]: eigh has failed in lobpcg iterations 2022-12-01T10:50:50.3725105Z Handling of small tol=1e-100: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-12-01T10:50:50.3725778Z ---------------------------------------------------------------------------- 2022-12-01T10:50:50.3726234Z | standard | generalized | niter | method 2022-12-01T10:50:50.3726839Z torch.lobpcg | 2.08e-13 | 8.88e-15 | 1000 | ortho 2022-12-01T10:50:50.3727336Z scipy_lobpcg | -1.00e+00 | 1.41e+01 | -1 | N/A 2022-12-01T10:50:50.3727918Z ---(input size: 500, eigenpairs: 7, units: relative error, maxiter=1000)--- 2022-12-01T10:50:50.3728205Z 2022-12-01T10:50:50.3728287Z ok (15.842s) 2022-12-01T10:50:50.3728659Z test_lobpcg_torchscript_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.853s) 2022-12-01T10:50:50.3729137Z test_lstsq_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3730003Z test_lu_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:6975: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:50:50.3730768Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:50:50.3731202Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:50:50.3731535Z should be replaced with 2022-12-01T10:50:50.3732080Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T10:50:50.3732668Z x = torch.lu_solve(b, LU_data, LU_pivots) 2022-12-01T10:50:50.3733011Z ok (0.005s) 2022-12-01T10:50:50.3733452Z test_lu_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3734024Z test_lu_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3734592Z test_lu_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3735148Z test_lu_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3735646Z test_lu_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3736157Z test_lu_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3736648Z test_lu_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3737327Z test_lu_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:50:50.3738100Z test_lu_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:50:50.3738863Z test_lu_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:50:50.3739636Z test_lu_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:50:50.3740427Z test_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3740910Z test_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3741402Z test_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3741880Z test_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3742412Z test_lu_solve_large_matrices_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:50.3743046Z test_lu_solve_large_matrices_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:50.3743667Z test_lu_solve_large_matrices_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:50.3744278Z test_lu_solve_large_matrices_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:50.3744846Z test_lu_unpack_check_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3745392Z test_matmul_45724_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:50.3746903Z test_matmul_small_brute_force_1d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:4309: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3748171Z ans = torch.matmul(x, y, out=out) 2022-12-01T10:50:50.3749335Z test_linalg.py:4309: UserWarning: An output with one or more elements was resized since it had shape [2], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3750409Z ans = torch.matmul(x, y, out=out) 2022-12-01T10:50:50.3751560Z test_linalg.py:4309: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3752677Z ans = torch.matmul(x, y, out=out) 2022-12-01T10:50:50.3753003Z ok (0.430s) 2022-12-01T10:50:50.3753452Z test_matmul_small_brute_force_1d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.362s) 2022-12-01T10:50:50.3754000Z test_matmul_small_brute_force_1d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.226s) 2022-12-01T10:50:50.3754557Z test_matmul_small_brute_force_2d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.736s) 2022-12-01T10:50:50.3755122Z test_matmul_small_brute_force_2d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.462s) 2022-12-01T10:50:50.3755634Z test_matmul_small_brute_force_2d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.963s) 2022-12-01T10:50:50.3756195Z test_matmul_small_brute_force_3d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.995s) 2022-12-01T10:50:50.3756768Z test_matmul_small_brute_force_3d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.658s) 2022-12-01T10:50:50.3757305Z test_matmul_small_brute_force_3d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.023s) 2022-12-01T10:50:50.3757813Z test_matrix_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:50:50.3758276Z test_matrix_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3758813Z test_matrix_power_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3759347Z test_matrix_power_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:50:50.3759908Z test_matrix_power_non_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3760471Z test_matrix_power_non_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:50:50.3761010Z test_matrix_rank_atol_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:50:50.3761549Z test_matrix_rank_atol_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:50:50.3762086Z test_matrix_rank_atol_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3762699Z test_matrix_rank_atol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3763170Z test_matrix_rank_atol_rtol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3763692Z test_matrix_rank_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3764223Z test_matrix_rank_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3764841Z test_matrix_rank_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3765354Z test_matrix_rank_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3765873Z test_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:50:50.3766399Z test_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:50:50.3766899Z test_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3767521Z test_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3768033Z test_matrix_rank_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3768520Z test_matrix_rank_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3769011Z test_matrix_rank_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3769518Z test_matrix_rank_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3770094Z test_matrix_rank_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3770676Z test_matrix_rank_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3771259Z test_matrix_rank_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3771820Z test_matrix_rank_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3772364Z test_matrix_rank_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3772864Z test_mm_bmm_non_memory_dense_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3773482Z test_mm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:50:50.3774186Z test_mm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:50:50.3774892Z test_mm_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-12-01T10:50:50.3775570Z test_mm_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:50:50.3776296Z test_mm_cpu_int32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:50:50.3776923Z test_mm_cpu_int64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:50:50.3777475Z test_multi_dot_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3777934Z test_multi_dot_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:50:50.3778423Z test_multi_dot_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T10:50:50.3778939Z test_norm_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3779446Z test_norm_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:50:50.3780171Z test_norm_complex_old_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:50:50.3780686Z test_norm_dtype_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-12-01T10:50:50.3781162Z test_norm_dtype_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-12-01T10:50:50.3781700Z test_norm_dtype_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-12-01T10:50:50.3782209Z test_norm_dtype_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:50:50.3782691Z test_norm_dtype_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-12-01T10:50:50.3783159Z test_norm_dtype_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-12-01T10:50:50.3783640Z test_norm_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.157s) 2022-12-01T10:50:50.3784146Z test_norm_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.151s) 2022-12-01T10:50:50.3785280Z test_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2516: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:50:50.3785894Z ret **= (1 / ord) 2022-12-01T10:50:50.3786618Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-12-01T10:50:50.3787130Z absx **= ord 2022-12-01T10:50:50.3787876Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:50:50.3788380Z absx **= ord 2022-12-01T10:50:50.3788658Z ok (0.038s) 2022-12-01T10:50:50.3789028Z test_norm_fastpaths_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3789568Z test_norm_fro_2_equivalence_old_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.082s) 2022-12-01T10:50:50.3790183Z test_norm_fused_type_promotion_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:50:50.3790797Z test_norm_fused_type_promotion_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:50.3791341Z test_norm_matrix_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.166s) 2022-12-01T10:50:50.3791837Z test_norm_matrix_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.173s) 2022-12-01T10:50:50.3792334Z test_norm_matrix_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.432s) 2022-12-01T10:50:50.3792888Z test_norm_matrix_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.435s) 2022-12-01T10:50:50.3793485Z test_norm_matrix_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.435s) 2022-12-01T10:50:50.3794047Z test_norm_matrix_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.436s) 2022-12-01T10:50:50.3794580Z test_norm_old_cpu (__main__.TestLinalgCPU) ... ok (0.042s) 2022-12-01T10:50:50.3795071Z test_norm_old_nan_propagation_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3795631Z test_norm_vector_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.058s) 2022-12-01T10:50:50.3796149Z test_norm_vector_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.056s) 2022-12-01T10:50:50.3796701Z test_norm_vector_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.170s) 2022-12-01T10:50:50.3797283Z test_norm_vector_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.169s) 2022-12-01T10:50:50.3797866Z test_norm_vector_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.170s) 2022-12-01T10:50:50.3798402Z test_norm_vector_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.168s) 2022-12-01T10:50:50.3798973Z test_nuclear_norm_axes_small_brute_force_old_cpu (__main__.TestLinalgCPU) ... ok (0.663s) 2022-12-01T10:50:50.3799471Z test_nuclear_norm_exceptions_old_cpu (__main__.TestLinalgCPU) ... ok (0.032s) 2022-12-01T10:50:50.3799982Z test_nuclear_norm_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3800497Z test_nuclear_norm_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-12-01T10:50:50.3801015Z test_old_cholesky_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3801565Z test_old_cholesky_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3802093Z test_old_cholesky_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3802699Z test_old_cholesky_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3803355Z test_old_cholesky_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:50:50.3804073Z test_old_cholesky_batched_upper_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:50.3804725Z test_old_cholesky_batched_upper_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:50.3805474Z test_old_cholesky_batched_upper_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:50.3806056Z test_old_cholesky_batched_upper_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:50.3806461Z test_old_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3806762Z test_old_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3807103Z test_old_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3807393Z test_old_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3807696Z test_old_cholesky_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3808013Z test_old_cholesky_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3808307Z test_old_cholesky_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3808608Z test_old_cholesky_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3808902Z test_ormqr_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.071s) 2022-12-01T10:50:50.3809168Z test_ormqr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.073s) 2022-12-01T10:50:50.3809453Z test_ormqr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-12-01T10:50:50.3809724Z test_ormqr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-12-01T10:50:50.3810010Z test_ormqr_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:50:50.3810335Z test_ormqr_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T10:50:50.3810652Z test_ormqr_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:50:50.3810969Z test_ormqr_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-12-01T10:50:50.3811489Z test_outer_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:133: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1136.) 2022-12-01T10:50:50.3811947Z torch.ger(a, b, out=out) 2022-12-01T10:50:50.3812129Z ok (0.007s) 2022-12-01T10:50:50.3812346Z test_outer_cpu_bool (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3812610Z test_outer_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:50:50.3812892Z test_outer_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:50:50.3813170Z test_outer_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:50:50.3813435Z test_outer_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:50:50.3813706Z test_outer_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-12-01T10:50:50.3813986Z test_outer_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3814240Z test_outer_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3814499Z test_outer_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3814758Z test_outer_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3815021Z test_outer_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3815292Z test_outer_ger_addr_legacy_tests_cpu (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T10:50:50.3815617Z test_outer_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3815942Z test_outer_type_promotion_cpu_bfloat16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3816260Z test_outer_type_promotion_cpu_bfloat16_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3816592Z test_outer_type_promotion_cpu_bfloat16_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3816954Z test_outer_type_promotion_cpu_bfloat16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3817276Z test_outer_type_promotion_cpu_bfloat16_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3817583Z test_outer_type_promotion_cpu_bfloat16_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3817896Z test_outer_type_promotion_cpu_bfloat16_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3818209Z test_outer_type_promotion_cpu_bfloat16_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3818545Z test_outer_type_promotion_cpu_bfloat16_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3818862Z test_outer_type_promotion_cpu_bfloat16_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3819180Z test_outer_type_promotion_cpu_bfloat16_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3819499Z test_outer_type_promotion_cpu_bool_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3820059Z test_outer_type_promotion_cpu_bool_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3820425Z test_outer_type_promotion_cpu_bool_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3820753Z test_outer_type_promotion_cpu_bool_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3821072Z test_outer_type_promotion_cpu_bool_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3821373Z test_outer_type_promotion_cpu_bool_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3821693Z test_outer_type_promotion_cpu_bool_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3822002Z test_outer_type_promotion_cpu_bool_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3822296Z test_outer_type_promotion_cpu_bool_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3822602Z test_outer_type_promotion_cpu_bool_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3822915Z test_outer_type_promotion_cpu_bool_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3823222Z test_outer_type_promotion_cpu_bool_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3823530Z test_outer_type_promotion_cpu_complex128_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3823904Z test_outer_type_promotion_cpu_complex128_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3824233Z test_outer_type_promotion_cpu_complex128_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3824558Z test_outer_type_promotion_cpu_complex128_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3824890Z test_outer_type_promotion_cpu_complex128_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3825212Z test_outer_type_promotion_cpu_complex128_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3825532Z test_outer_type_promotion_cpu_complex128_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3825837Z test_outer_type_promotion_cpu_complex128_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3826151Z test_outer_type_promotion_cpu_complex128_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3826467Z test_outer_type_promotion_cpu_complex128_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3826774Z test_outer_type_promotion_cpu_complex128_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3827098Z test_outer_type_promotion_cpu_complex128_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3827419Z test_outer_type_promotion_cpu_complex64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3827746Z test_outer_type_promotion_cpu_complex64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3828059Z test_outer_type_promotion_cpu_complex64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3828466Z test_outer_type_promotion_cpu_complex64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3828799Z test_outer_type_promotion_cpu_complex64_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3829127Z test_outer_type_promotion_cpu_complex64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3829439Z test_outer_type_promotion_cpu_complex64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3829765Z test_outer_type_promotion_cpu_complex64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3830134Z test_outer_type_promotion_cpu_complex64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3830438Z test_outer_type_promotion_cpu_complex64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3830759Z test_outer_type_promotion_cpu_complex64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3831075Z test_outer_type_promotion_cpu_complex64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3831409Z test_outer_type_promotion_cpu_float16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3831713Z test_outer_type_promotion_cpu_float16_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3832032Z test_outer_type_promotion_cpu_float16_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3832357Z test_outer_type_promotion_cpu_float16_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3832669Z test_outer_type_promotion_cpu_float16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3832986Z test_outer_type_promotion_cpu_float16_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3833300Z test_outer_type_promotion_cpu_float16_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3833615Z test_outer_type_promotion_cpu_float16_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3833916Z test_outer_type_promotion_cpu_float16_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3834234Z test_outer_type_promotion_cpu_float16_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3834541Z test_outer_type_promotion_cpu_float16_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3834845Z test_outer_type_promotion_cpu_float16_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3835159Z test_outer_type_promotion_cpu_float32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3835477Z test_outer_type_promotion_cpu_float32_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3835799Z test_outer_type_promotion_cpu_float32_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3836109Z test_outer_type_promotion_cpu_float32_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3836431Z test_outer_type_promotion_cpu_float32_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3836748Z test_outer_type_promotion_cpu_float32_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3837060Z test_outer_type_promotion_cpu_float32_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3837359Z test_outer_type_promotion_cpu_float32_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3837669Z test_outer_type_promotion_cpu_float32_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3837975Z test_outer_type_promotion_cpu_float32_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3838274Z test_outer_type_promotion_cpu_float32_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3838587Z test_outer_type_promotion_cpu_float32_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3838903Z test_outer_type_promotion_cpu_float64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3839265Z test_outer_type_promotion_cpu_float64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3839629Z test_outer_type_promotion_cpu_float64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3839958Z test_outer_type_promotion_cpu_float64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3840276Z test_outer_type_promotion_cpu_float64_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3840576Z test_outer_type_promotion_cpu_float64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3840923Z test_outer_type_promotion_cpu_float64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3841242Z test_outer_type_promotion_cpu_float64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3841554Z test_outer_type_promotion_cpu_float64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3841853Z test_outer_type_promotion_cpu_float64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3842167Z test_outer_type_promotion_cpu_float64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3842559Z test_outer_type_promotion_cpu_float64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3842862Z test_outer_type_promotion_cpu_int16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3843179Z test_outer_type_promotion_cpu_int16_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3843495Z test_outer_type_promotion_cpu_int16_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3843824Z test_outer_type_promotion_cpu_int16_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3844125Z test_outer_type_promotion_cpu_int16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3844435Z test_outer_type_promotion_cpu_int16_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3844743Z test_outer_type_promotion_cpu_int16_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3845043Z test_outer_type_promotion_cpu_int16_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3845353Z test_outer_type_promotion_cpu_int16_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3845660Z test_outer_type_promotion_cpu_int16_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3845968Z test_outer_type_promotion_cpu_int16_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3846259Z test_outer_type_promotion_cpu_int16_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3846574Z test_outer_type_promotion_cpu_int32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3846884Z test_outer_type_promotion_cpu_int32_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3847198Z test_outer_type_promotion_cpu_int32_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3847502Z test_outer_type_promotion_cpu_int32_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3847816Z test_outer_type_promotion_cpu_int32_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3848128Z test_outer_type_promotion_cpu_int32_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3848424Z test_outer_type_promotion_cpu_int32_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3848731Z test_outer_type_promotion_cpu_int32_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3849042Z test_outer_type_promotion_cpu_int32_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3849357Z test_outer_type_promotion_cpu_int32_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3849649Z test_outer_type_promotion_cpu_int32_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3849956Z test_outer_type_promotion_cpu_int32_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3850268Z test_outer_type_promotion_cpu_int64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3850605Z test_outer_type_promotion_cpu_int64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3850922Z test_outer_type_promotion_cpu_int64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3851242Z test_outer_type_promotion_cpu_int64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3851557Z test_outer_type_promotion_cpu_int64_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3851853Z test_outer_type_promotion_cpu_int64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3852193Z test_outer_type_promotion_cpu_int64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3852514Z test_outer_type_promotion_cpu_int64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3852808Z test_outer_type_promotion_cpu_int64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3853112Z test_outer_type_promotion_cpu_int64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3853422Z test_outer_type_promotion_cpu_int64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3853729Z test_outer_type_promotion_cpu_int64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3854023Z test_outer_type_promotion_cpu_int8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3854332Z test_outer_type_promotion_cpu_int8_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3854646Z test_outer_type_promotion_cpu_int8_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3855007Z test_outer_type_promotion_cpu_int8_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3855325Z test_outer_type_promotion_cpu_int8_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3855634Z test_outer_type_promotion_cpu_int8_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3855940Z test_outer_type_promotion_cpu_int8_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3856234Z test_outer_type_promotion_cpu_int8_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3856541Z test_outer_type_promotion_cpu_int8_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3856847Z test_outer_type_promotion_cpu_int8_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3857137Z test_outer_type_promotion_cpu_int8_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3857446Z test_outer_type_promotion_cpu_int8_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3857759Z test_outer_type_promotion_cpu_uint8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3858067Z test_outer_type_promotion_cpu_uint8_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3858366Z test_outer_type_promotion_cpu_uint8_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3858688Z test_outer_type_promotion_cpu_uint8_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3859005Z test_outer_type_promotion_cpu_uint8_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3859309Z test_outer_type_promotion_cpu_uint8_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3859621Z test_outer_type_promotion_cpu_uint8_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3860116Z test_outer_type_promotion_cpu_uint8_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3860436Z test_outer_type_promotion_cpu_uint8_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3860732Z test_outer_type_promotion_cpu_uint8_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3861049Z test_outer_type_promotion_cpu_uint8_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3861360Z test_outer_type_promotion_cpu_uint8_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3861652Z test_pca_lowrank_cpu (__main__.TestLinalgCPU) ... ok (2.149s) 2022-12-01T10:50:50.3861978Z test_permute_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3862263Z test_pinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.120s) 2022-12-01T10:50:50.3862547Z test_pinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.125s) 2022-12-01T10:50:50.3862807Z test_pinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.109s) 2022-12-01T10:50:50.3863082Z test_pinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.103s) 2022-12-01T10:50:50.3863383Z test_pinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:50:50.3863735Z test_pinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3864051Z test_pinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3864363Z test_pinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-12-01T10:50:50.3864667Z test_pinverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:50:50.3864944Z test_pinverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-12-01T10:50:50.3865227Z test_pinverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:50:50.3865511Z test_pinverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:50:50.3865816Z test_preferred_linalg_library_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:50:50.3866133Z test_qr_batched_cpu_complex128 (__main__.TestLinalgCPU) 2022-12-01T10:50:50.3866444Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-12-01T10:50:50.3866776Z test_qr_batched_cpu_complex64 (__main__.TestLinalgCPU) 2022-12-01T10:50:50.3867060Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-12-01T10:50:50.3867347Z test_qr_batched_cpu_float32 (__main__.TestLinalgCPU) 2022-12-01T10:50:50.3867638Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-12-01T10:50:50.3867911Z test_qr_batched_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T10:50:50.3868198Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-12-01T10:50:50.3868632Z test_qr_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:3540: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:50:50.3869162Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:50:50.3869407Z Q, R = torch.qr(A, some) 2022-12-01T10:50:50.3869644Z should be replaced with 2022-12-01T10:50:50.3870125Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2367.) 2022-12-01T10:50:50.3870473Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-12-01T10:50:50.3870675Z ok (0.040s) 2022-12-01T10:50:50.3870900Z test_qr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-12-01T10:50:50.3871164Z test_qr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-12-01T10:50:50.3871430Z test_qr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-12-01T10:50:50.3871702Z test_qr_error_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-12-01T10:50:50.3871980Z test_qr_vs_numpy_cpu_complex128 (__main__.TestLinalgCPU) 2022-12-01T10:50:50.3872232Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.007s) 2022-12-01T10:50:50.3872493Z test_qr_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) 2022-12-01T10:50:50.3872763Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.007s) 2022-12-01T10:50:50.3873006Z test_qr_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) 2022-12-01T10:50:50.3873262Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.006s) 2022-12-01T10:50:50.3873519Z test_qr_vs_numpy_cpu_float64 (__main__.TestLinalgCPU) 2022-12-01T10:50:50.3873760Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.006s) 2022-12-01T10:50:50.3874022Z test_renorm_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3874328Z test_renorm_ps_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3874607Z test_slogdet_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-12-01T10:50:50.3874880Z test_slogdet_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.060s) 2022-12-01T10:50:50.3875162Z test_slogdet_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-12-01T10:50:50.3875437Z test_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-12-01T10:50:50.3875763Z test_slogdet_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:50:50.3876091Z test_slogdet_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:50:50.3876416Z test_slogdet_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:50:50.3876747Z test_slogdet_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:50:50.3877062Z test_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3877392Z test_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3877719Z test_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3878027Z test_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3878328Z test_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:50:50.3878609Z test_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-12-01T10:50:50.3878884Z test_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-12-01T10:50:50.3879140Z test_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-12-01T10:50:50.3879416Z test_solve_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3879706Z test_strided_mm_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3879986Z test_strided_mm_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3880271Z test_svd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.128s) 2022-12-01T10:50:50.3880543Z test_svd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.132s) 2022-12-01T10:50:50.3880799Z test_svd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.116s) 2022-12-01T10:50:50.3881062Z test_svd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.111s) 2022-12-01T10:50:50.3881342Z test_svd_lowrank_cpu_float64 (__main__.TestLinalgCPU) ... ok (3.492s) 2022-12-01T10:50:50.3881644Z test_svd_memory_allocation_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.361s) 2022-12-01T10:50:50.3881949Z test_svd_memory_allocation_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.183s) 2022-12-01T10:50:50.3882258Z test_svd_memory_allocation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.084s) 2022-12-01T10:50:50.3882633Z test_svd_memory_allocation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.106s) 2022-12-01T10:50:50.3882925Z test_svd_nan_error_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T10:50:50.3883224Z test_svd_nan_error_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T10:50:50.3883520Z test_svd_nan_error_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T10:50:50.3883814Z test_svd_nan_error_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-12-01T10:50:50.3884231Z test_symeig_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7012: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:50:50.3900127Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:50:50.3900566Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:50:50.3900775Z should be replaced with 2022-12-01T10:50:50.3901113Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:50:50.3901326Z and 2022-12-01T10:50:50.3901665Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:50:50.3901885Z should be replaced with 2022-12-01T10:50:50.3902401Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2824.) 2022-12-01T10:50:50.3902804Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T10:50:50.3903499Z test_linalg.py:7012: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3904218Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T10:50:50.3904944Z test_linalg.py:7012: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3905603Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T10:50:50.3906294Z test_linalg.py:7012: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3906940Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T10:50:50.3907625Z test_linalg.py:7012: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:50:50.3908282Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-12-01T10:50:50.3908525Z ok (0.029s) 2022-12-01T10:50:50.3908756Z test_symeig_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-12-01T10:50:50.3909028Z test_symeig_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-12-01T10:50:50.3909306Z test_symeig_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:50:50.3909614Z test_symeig_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:50:50.3909936Z test_symeig_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:50:50.3910260Z test_symeig_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:50:50.3910584Z test_symeig_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:50:50.3910874Z test_tensordot_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3911139Z test_tensorinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:50:50.3911427Z test_tensorinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-12-01T10:50:50.3911713Z test_tensorinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3912010Z test_tensorinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3912305Z test_tensorinv_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3912605Z test_tensorinv_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3912887Z test_tensorinv_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3913175Z test_tensorinv_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3913519Z test_tensorinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:50:50.3913850Z test_tensorinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-12-01T10:50:50.3914160Z test_tensorinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:50:50.3914483Z test_tensorinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-12-01T10:50:50.3914805Z test_tensorinv_singular_input_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3915122Z test_tensorinv_singular_input_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3915424Z test_tensorinv_singular_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3915734Z test_tensorinv_singular_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-12-01T10:50:50.3916039Z test_tensorsolve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3916322Z test_tensorsolve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-12-01T10:50:50.3916611Z test_tensorsolve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3916895Z test_tensorsolve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-12-01T10:50:50.3917192Z test_tensorsolve_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3917484Z test_tensorsolve_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3917785Z test_tensorsolve_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3918083Z test_tensorsolve_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-12-01T10:50:50.3918381Z test_tensorsolve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-12-01T10:50:50.3918886Z test_triangular_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:4234: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:50:50.3919403Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:50:50.3919700Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:50:50.3919900Z should be replaced with 2022-12-01T10:50:50.3920247Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:50:50.3920668Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-12-01T10:50:50.3920918Z ok (0.021s) 2022-12-01T10:50:50.3921182Z test_triangular_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-12-01T10:50:50.3921530Z test_triangular_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:50:50.3921876Z test_triangular_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-12-01T10:50:50.3922195Z test_triangular_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3922591Z test_triangular_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3922907Z test_triangular_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:50:50.3923261Z test_triangular_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:50:50.3923663Z test_triangular_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:50:50.3924127Z test_triangular_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:50:50.3924586Z test_triangular_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:50:50.3925073Z test_triangular_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:50:50.3925438Z test_triangular_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3925745Z test_triangular_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3926099Z test_triangular_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-12-01T10:50:50.3926397Z test_triangular_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-12-01T10:50:50.3926713Z test_triangular_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-12-01T10:50:50.3927064Z test_triangular_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:50:50.3927416Z test_triangular_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:50:50.3927758Z test_triangular_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-12-01T10:50:50.3928056Z test_vdot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.025s) 2022-12-01T10:50:50.3928346Z test_vdot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-12-01T10:50:50.3928637Z test_vdot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-12-01T10:50:50.3928912Z test_vector_norm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.940s) 2022-12-01T10:50:50.3929201Z test_vector_norm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.624s) 2022-12-01T10:50:50.3929489Z test_vector_norm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.953s) 2022-12-01T10:50:50.3929761Z test_vector_norm_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.943s) 2022-12-01T10:50:50.3930042Z test_vector_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.925s) 2022-12-01T10:50:50.3930327Z test_vector_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.597s) 2022-12-01T10:50:50.3930616Z test_vector_norm_dim_tuple_arg_cpu (__main__.TestLinalgCPU) ... ok (0.029s) 2022-12-01T10:50:50.3931188Z test_vector_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2516: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:50:50.3931531Z ret **= (1 / ord) 2022-12-01T10:50:50.3931927Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-12-01T10:50:50.3932218Z absx **= ord 2022-12-01T10:50:50.3932589Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-12-01T10:50:50.3932872Z absx **= ord 2022-12-01T10:50:50.3933035Z ok (0.018s) 2022-12-01T10:50:50.3933126Z 2022-12-01T10:50:50.3933331Z ---------------------------------------------------------------------- 2022-12-01T10:50:50.3933579Z Ran 741 tests in 96.642s 2022-12-01T10:50:50.3933694Z 2022-12-01T10:50:50.3933767Z OK (skipped=62) 2022-12-01T10:50:50.3933875Z 2022-12-01T10:50:50.3933946Z Generating XML reports... 2022-12-01T10:50:50.3934339Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20221201104913.xml 2022-12-01T10:50:50.3934564Z 2022-12-01T10:50:50.3934928Z ##[endgroup] 2022-12-01T10:50:50.3935320Z FINISHED PRINTING LOG FILE of test_linalg (/var/lib/jenkins/workspace/test/test-reports/test_linalg_h5y_1gpe) 2022-12-01T10:50:50.3935531Z 2022-12-01T10:50:50.3935729Z Running distributions/test_distributions ... [2022-12-01 10:50:50.351422] 2022-12-01T10:50:50.3936249Z Executing ['/opt/conda/bin/python', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:50:50.351753] 2022-12-01T10:51:33.5424810Z 2022-12-01T10:51:33.5425356Z Expand the folded group to see the log file of distributions/test_distributions 2022-12-01T10:51:33.5426550Z ##[group]PRINTING LOG FILE of distributions/test_distributions (/var/lib/jenkins/workspace/test/test-reports/distributions-test_distributions_40ex1dmv) 2022-12-01T10:51:33.5427210Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-12-01T10:51:33.5427420Z 2022-12-01T10:51:33.5427484Z Running tests... 2022-12-01T10:51:33.5427792Z ---------------------------------------------------------------------- 2022-12-01T10:51:33.5428323Z test_cdf (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:51:33.5462710Z warnings.warn("Singular sample detected.") 2022-12-01T10:51:33.5462929Z ok (0.039s) 2022-12-01T10:51:33.5463159Z test_icdf (__main__.TestAgainstScipy) ... ok (0.022s) 2022-12-01T10:51:33.5463499Z test_mean (__main__.TestAgainstScipy) ... ok (1.075s) 2022-12-01T10:51:33.5464975Z test_variance_stddev (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-12-01T10:51:33.5466088Z return torch.as_tensor(tensor_like) 2022-12-01T10:51:33.5466285Z ok (0.033s) 2022-12-01T10:51:33.5466588Z test_params_constraints (__main__.TestConstraints) ... ok (0.047s) 2022-12-01T10:51:33.5467022Z test_support_constraints (__main__.TestConstraints) ... ok (0.066s) 2022-12-01T10:51:33.5467484Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5468028Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5468739Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5469445Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:51:33.5470161Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5470844Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5471561Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:51:33.5472266Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5472996Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5473682Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5474343Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5475090Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5475849Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:51:33.5501347Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5501874Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.021s) 2022-12-01T10:51:33.5502603Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5503183Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5503901Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5504589Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5505176Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5505997Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5506699Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5507429Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5508175Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5508842Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5509421Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5509751Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5510100Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5510554Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:51:33.5511100Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5511600Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5511924Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-12-01T10:51:33.5512238Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5512569Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5512896Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5513210Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5513534Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5513860Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5514188Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:51:33.5514497Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T10:51:33.5514818Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:51:33.5515139Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:51:33.5515458Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.017s) 2022-12-01T10:51:33.5515734Z test_bernoulli (__main__.TestDistributions) ... ok (0.055s) 2022-12-01T10:51:33.5516004Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:51:33.5516302Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:51:33.5516582Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.060s) 2022-12-01T10:51:33.5516859Z test_beta_sample (__main__.TestDistributions) ... ok (0.364s) 2022-12-01T10:51:33.5517130Z test_beta_shape (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:51:33.5517389Z test_beta_underflow (__main__.TestDistributions) ... ok (0.045s) 2022-12-01T10:51:33.5517696Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T10:51:33.5517992Z test_binomial (__main__.TestDistributions) ... ok (0.021s) 2022-12-01T10:51:33.5518341Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:51:33.5518630Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:51:33.5518936Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.051s) 2022-12-01T10:51:33.5519255Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T10:51:33.5519547Z test_binomial_sample (__main__.TestDistributions) ... ok (0.052s) 2022-12-01T10:51:33.5519868Z test_binomial_stable (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:51:33.5520198Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.072s) 2022-12-01T10:51:33.5520490Z test_categorical_1d (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T10:51:33.5520757Z test_categorical_2d (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T10:51:33.5521058Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:51:33.5521353Z test_cauchy (__main__.TestDistributions) ... ok (0.012s) 2022-12-01T10:51:33.5521929Z test_cdf_icdf_inverse (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:51:33.5522387Z warnings.warn("Singular sample detected.") 2022-12-01T10:51:33.5522596Z ok (0.183s) 2022-12-01T10:51:33.5522821Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.074s) 2022-12-01T10:51:33.5523086Z test_chi2_sample (__main__.TestDistributions) ... ok (0.100s) 2022-12-01T10:51:33.5523363Z test_chi2_shape (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T10:51:33.5523646Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.013s) 2022-12-01T10:51:33.5523931Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:51:33.5524228Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:51:33.5524515Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:51:33.5524801Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.041s) 2022-12-01T10:51:33.5525072Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:51:33.5525599Z test_distribution_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:51:33.5525969Z warnings.warn("Singular sample detected.") 2022-12-01T10:51:33.5526161Z ok (0.533s) 2022-12-01T10:51:33.5526404Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.133s) 2022-12-01T10:51:33.5526710Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.023s) 2022-12-01T10:51:33.5526998Z test_exponential (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T10:51:33.5527270Z test_exponential_sample (__main__.TestDistributions) ... ok (0.096s) 2022-12-01T10:51:33.5527561Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:51:33.5527853Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (0.872s) 2022-12-01T10:51:33.5528154Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T10:51:33.5528477Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-12-01T10:51:33.5528786Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T10:51:33.5529078Z test_gamma_sample (__main__.TestDistributions) ... ok (0.287s) 2022-12-01T10:51:33.5529338Z test_gamma_shape (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T10:51:33.5529606Z test_geometric (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:51:33.5529898Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T10:51:33.5530189Z test_geometric_sample (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:51:33.5530460Z test_gumbel (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T10:51:33.5530761Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.562s) 2022-12-01T10:51:33.5531022Z test_halfcauchy (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T10:51:33.5531288Z test_halfnormal (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T10:51:33.5531566Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T10:51:33.5531852Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.094s) 2022-12-01T10:51:33.5532150Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-12-01T10:51:33.5532677Z test_independent_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:51:33.5533057Z warnings.warn("Singular sample detected.") 2022-12-01T10:51:33.5533249Z ok (0.636s) 2022-12-01T10:51:33.5533478Z test_independent_shape (__main__.TestDistributions) ... ok (0.261s) 2022-12-01T10:51:33.5533792Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.037s) 2022-12-01T10:51:33.5541061Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.030s) 2022-12-01T10:51:33.5542827Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:51:33.5543144Z test_laplace (__main__.TestDistributions) ... ok (0.017s) 2022-12-01T10:51:33.5543420Z test_laplace_sample (__main__.TestDistributions) ... ok (0.280s) 2022-12-01T10:51:33.5543722Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:51:33.5544002Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T10:51:33.5544328Z test_logisticnormal (__main__.TestDistributions) ... ok (0.021s) 2022-12-01T10:51:33.5544640Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:51:33.5545041Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.317s) 2022-12-01T10:51:33.5545502Z test_lognormal (__main__.TestDistributions) ... ok (0.016s) 2022-12-01T10:51:33.5545935Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:51:33.5546277Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.296s) 2022-12-01T10:51:33.5546590Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T10:51:33.5546962Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.037s) 2022-12-01T10:51:33.5547425Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:51:33.5547961Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.039s) 2022-12-01T10:51:33.5548535Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.041s) 2022-12-01T10:51:33.5549090Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T10:51:33.5549625Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.050s) 2022-12-01T10:51:33.5550092Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T10:51:33.5551103Z test_mode (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:51:33.5551466Z warnings.warn("Singular sample detected.") 2022-12-01T10:51:33.5551661Z ok (0.094s) 2022-12-01T10:51:33.5551887Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T10:51:33.5552201Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T10:51:33.5552490Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T10:51:33.5552787Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T10:51:33.5553097Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.026s) 2022-12-01T10:51:33.5553547Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:51:33.5553852Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.106s) 2022-12-01T10:51:33.5554162Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.061s) 2022-12-01T10:51:33.5554502Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.001s) 2022-12-01T10:51:33.5554809Z test_negative_binomial (__main__.TestDistributions) ... ok (0.017s) 2022-12-01T10:51:33.5555156Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.045s) 2022-12-01T10:51:33.5555483Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T10:51:33.5555782Z test_normal (__main__.TestDistributions) ... ok (0.016s) 2022-12-01T10:51:33.5556040Z test_normal_sample (__main__.TestDistributions) ... ok (0.285s) 2022-12-01T10:51:33.5556324Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:51:33.5556623Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T10:51:33.5556923Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:51:33.5557221Z test_pareto (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:51:33.5557492Z test_pareto_sample (__main__.TestDistributions) ... ok (0.282s) 2022-12-01T10:51:33.5557771Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-12-01T10:51:33.5558070Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T10:51:33.5558953Z test_poisson_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:51:33.5559555Z warnings.warn(msg, FutureWarning) 2022-12-01T10:51:33.5559753Z ok (0.007s) 2022-12-01T10:51:33.5559966Z test_poisson_sample (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:51:33.5560245Z test_poisson_shape (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:51:33.5560527Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.014s) 2022-12-01T10:51:33.5560828Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T10:51:33.5561132Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.013s) 2022-12-01T10:51:33.5561468Z test_repr (__main__.TestDistributions) ... ok (0.017s) 2022-12-01T10:51:33.5561746Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.018s) 2022-12-01T10:51:33.5562370Z test_rsample_requires_grad (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:51:33.5562735Z warnings.warn("Singular sample detected.") 2022-12-01T10:51:33.5562942Z ok (0.015s) 2022-12-01T10:51:33.5563171Z test_sample_detached (__main__.TestDistributions) ... ok (0.016s) 2022-12-01T10:51:33.5563481Z test_studentT (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:51:33.5563747Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.084s) 2022-12-01T10:51:33.5564033Z test_studentT_sample (__main__.TestDistributions) ... ok (1.183s) 2022-12-01T10:51:33.5564325Z test_support_attributes (__main__.TestDistributions) ... ok (0.023s) 2022-12-01T10:51:33.5564591Z test_uniform (__main__.TestDistributions) ... ok (0.012s) 2022-12-01T10:51:33.5564880Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.028s) 2022-12-01T10:51:33.5565177Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T10:51:33.5565449Z test_vonmises_sample (__main__.TestDistributions) ... ok (8.141s) 2022-12-01T10:51:33.5566131Z test_wishart_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:51:33.5566499Z warnings.warn("Singular sample detected.") 2022-12-01T10:51:33.5566702Z ok (0.074s) 2022-12-01T10:51:33.5567253Z test_wishart_moments (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-12-01T10:51:33.5567871Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-12-01T10:51:33.5568136Z ok (1.434s) 2022-12-01T10:51:33.5568365Z test_wishart_properties (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:51:33.5568637Z test_wishart_sample (__main__.TestDistributions) ... ok (0.294s) 2022-12-01T10:51:33.5569146Z test_wishart_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:51:33.5569512Z warnings.warn("Singular sample detected.") 2022-12-01T10:51:33.5569910Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:51:33.5570226Z warnings.warn("Singular sample detected.") 2022-12-01T10:51:33.5570629Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:51:33.5570946Z warnings.warn("Singular sample detected.") 2022-12-01T10:51:33.5571339Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:51:33.5571655Z warnings.warn("Singular sample detected.") 2022-12-01T10:51:33.5572060Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:51:33.5572363Z warnings.warn("Singular sample detected.") 2022-12-01T10:51:33.5572765Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:51:33.5573076Z warnings.warn("Singular sample detected.") 2022-12-01T10:51:33.5573278Z ok (0.117s) 2022-12-01T10:51:33.5573516Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:51:33.5573848Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T10:51:33.5574153Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.002s) 2022-12-01T10:51:33.5574400Z test_cat_transform (__main__.TestFunctors) ... ok (0.004s) 2022-12-01T10:51:33.5574672Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.004s) 2022-12-01T10:51:33.5574949Z test_stack_transform (__main__.TestFunctors) ... ok (0.003s) 2022-12-01T10:51:33.5575400Z test_cdf (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:51:33.5575749Z warnings.warn("Singular sample detected.") 2022-12-01T10:51:33.5575949Z ok (2.502s) 2022-12-01T10:51:33.5576469Z test_entropy (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-12-01T10:51:33.5577018Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-12-01T10:51:33.5577285Z ok (3.325s) 2022-12-01T10:51:33.5577496Z test_enumerate_support (__main__.TestJit) ... ok (0.216s) 2022-12-01T10:51:33.5577730Z test_log_prob (__main__.TestJit) ... ok (5.631s) 2022-12-01T10:51:33.5577959Z test_mean (__main__.TestJit) ... ok (1.550s) 2022-12-01T10:51:33.5578192Z test_rsample (__main__.TestJit) ... ok (0.348s) 2022-12-01T10:51:33.5578426Z test_sample (__main__.TestJit) ... ok (0.484s) 2022-12-01T10:51:33.5578643Z test_variance (__main__.TestJit) ... ok (2.620s) 2022-12-01T10:51:33.5578933Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.034s) 2022-12-01T10:51:33.5579203Z test_entropy_monte_carlo (__main__.TestKL) ... ok (2.572s) 2022-12-01T10:51:33.5579438Z test_kl_edgecases (__main__.TestKL) ... ok (0.010s) 2022-12-01T10:51:33.5579689Z test_kl_exponential_family (__main__.TestKL) ... ok (0.019s) 2022-12-01T10:51:33.5580090Z test_kl_infinite (__main__.TestKL) ... ok (0.013s) 2022-12-01T10:51:33.5580424Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.019s) 2022-12-01T10:51:33.5580725Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.015s) 2022-12-01T10:51:33.5580998Z test_kl_monte_carlo (__main__.TestKL) ... ok (0.646s) 2022-12-01T10:51:33.5581252Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.025s) 2022-12-01T10:51:33.5581511Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.013s) 2022-12-01T10:51:33.5581811Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.012s) 2022-12-01T10:51:33.5582081Z test_kl_shape (__main__.TestKL) ... ok (0.042s) 2022-12-01T10:51:33.5582308Z test_kl_transformed (__main__.TestKL) ... ok (0.010s) 2022-12-01T10:51:33.5582610Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.004s) 2022-12-01T10:51:33.5582963Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.002s) 2022-12-01T10:51:33.5583284Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.013s) 2022-12-01T10:51:33.5583600Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.003s) 2022-12-01T10:51:33.5583931Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.003s) 2022-12-01T10:51:33.5584251Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2022-12-01T10:51:33.5584565Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.002s) 2022-12-01T10:51:33.5584902Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.025s) 2022-12-01T10:51:33.5585250Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-12-01T10:51:33.5585603Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-12-01T10:51:33.5585923Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2022-12-01T10:51:33.5586245Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-12-01T10:51:33.5586539Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.044s) 2022-12-01T10:51:33.5586784Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.044s) 2022-12-01T10:51:33.5587034Z test_chi2 (__main__.TestRsample) ... ok (0.027s) 2022-12-01T10:51:33.5587297Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.484s) 2022-12-01T10:51:33.5587568Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.046s) 2022-12-01T10:51:33.5587850Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.071s) 2022-12-01T10:51:33.5588107Z test_gamma (__main__.TestRsample) ... ok (0.026s) 2022-12-01T10:51:33.5588351Z test_invalid (__main__.TestValidation) ... ok (0.017s) 2022-12-01T10:51:33.5588609Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.239s) 2022-12-01T10:51:33.5588871Z test_valid (__main__.TestValidation) ... ok (0.011s) 2022-12-01T10:51:33.5589160Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.005s) 2022-12-01T10:51:33.5589338Z 2022-12-01T10:51:33.5589542Z ---------------------------------------------------------------------- 2022-12-01T10:51:33.5589788Z Ran 219 tests in 41.154s 2022-12-01T10:51:33.5589905Z 2022-12-01T10:51:33.5589978Z OK (skipped=5) 2022-12-01T10:51:33.5590082Z 2022-12-01T10:51:33.5590165Z Generating XML reports... 2022-12-01T10:51:33.5590663Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20221201105051.xml 2022-12-01T10:51:33.5591238Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20221201105051.xml 2022-12-01T10:51:33.5591820Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20221201105051.xml 2022-12-01T10:51:33.5592392Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20221201105051.xml 2022-12-01T10:51:33.5592984Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20221201105051.xml 2022-12-01T10:51:33.5593514Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20221201105051.xml 2022-12-01T10:51:33.5594033Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20221201105051.xml 2022-12-01T10:51:33.5594601Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20221201105051.xml 2022-12-01T10:51:33.5595213Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20221201105051.xml 2022-12-01T10:51:33.5595768Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20221201105051.xml 2022-12-01T10:51:33.5596310Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20221201105051.xml 2022-12-01T10:51:33.5596558Z 2022-12-01T10:51:33.5596898Z ##[endgroup] 2022-12-01T10:51:33.5597351Z FINISHED PRINTING LOG FILE of distributions/test_distributions (/var/lib/jenkins/workspace/test/test-reports/distributions-test_distributions_40ex1dmv) 2022-12-01T10:51:33.5597612Z 2022-12-01T10:51:33.5597788Z Running test_cpp_extensions_jit ... [2022-12-01 10:51:33.542972] 2022-12-01T10:51:33.5598284Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:51:33.543316] 2022-12-01T10:52:04.5339843Z 2022-12-01T10:52:04.5340945Z Expand the folded group to see the log file of test_cpp_extensions_jit 2022-12-01T10:52:04.5341977Z ##[group]PRINTING LOG FILE of test_cpp_extensions_jit (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_jit_12vc9p7s) 2022-12-01T10:52:04.5342838Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-12-01T10:52:04.5343394Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:52:04.5343553Z 2022-12-01T10:52:04.5343655Z Running tests... 2022-12-01T10:52:04.5343986Z ---------------------------------------------------------------------- 2022-12-01T10:52:04.5344287Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (1.511s) 2022-12-01T10:52:04.5344670Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (14.102s) 2022-12-01T10:52:04.5345112Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:52:04.5345645Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension... 2022-12-01T10:52:04.5346224Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension/build.ninja... 2022-12-01T10:52:04.5346588Z Building extension module cpp_frontend_extension... 2022-12-01T10:52:04.5346905Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:52:04.5348552Z [1/2] c++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cpp_frontend_extension.cpp -o cpp_frontend_extension.o 2022-12-01T10:52:04.5349919Z [2/2] c++ cpp_frontend_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o cpp_frontend_extension.so 2022-12-01T10:52:04.5350368Z Loading extension module cpp_frontend_extension... 2022-12-01T10:52:04.5350617Z ok (1.364s) 2022-12-01T10:52:04.5350969Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:52:04.5351549Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T10:52:04.5351878Z Loading extension module cpp_frontend_extension... 2022-12-01T10:52:04.5352131Z ok (0.003s) 2022-12-01T10:52:04.5352468Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:52:04.5353033Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T10:52:04.5353343Z Loading extension module cpp_frontend_extension... 2022-12-01T10:52:04.5353599Z ok (0.010s) 2022-12-01T10:52:04.5353895Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-12-01T10:52:04.5354368Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:52:04.5354771Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module... 2022-12-01T10:52:04.5355197Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-12-01T10:52:04.5355509Z Building extension module is_python_module... 2022-12-01T10:52:04.5355749Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:52:04.5357142Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-12-01T10:52:04.5358282Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module.so 2022-12-01T10:52:04.5358626Z Loading extension module is_python_module... 2022-12-01T10:52:04.5359336Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T10:52:04.5359881Z f'Input #{idx} requires gradient and ' 2022-12-01T10:52:04.5360555Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T10:52:04.5361039Z f'Input #{idx} requires gradient and ' 2022-12-01T10:52:04.5361769Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T10:52:04.5362380Z f'Input #{idx} requires gradient and ' 2022-12-01T10:52:04.5363055Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T10:52:04.5363653Z f'Input #{idx} requires gradient and ' 2022-12-01T10:52:04.5363853Z ok (1.186s) 2022-12-01T10:52:04.5364075Z test_half_support (__main__.TestCppExtensionJIT) 2022-12-01T10:52:04.5364441Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-12-01T10:52:04.5364822Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:52:04.5365264Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:52:04.5365778Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:52:04.5366217Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension... 2022-12-01T10:52:04.5366644Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/build.ninja... 2022-12-01T10:52:04.5366959Z Building extension module inline_jit_extension... 2022-12-01T10:52:04.5367237Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:52:04.5368595Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/main.cpp -o main.o 2022-12-01T10:52:04.5369750Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension.so 2022-12-01T10:52:04.5370106Z Loading extension module inline_jit_extension... 2022-12-01T10:52:04.5370364Z ok (1.166s) 2022-12-01T10:52:04.5370636Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.002s) 2022-12-01T10:52:04.5371145Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:52:04.5371606Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict... 2022-12-01T10:52:04.5372072Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/build.ninja... 2022-12-01T10:52:04.5372411Z Building extension module inline_jit_extension_with_functions_dict... 2022-12-01T10:52:04.5372747Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:52:04.5374235Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/main.cpp -o main.o 2022-12-01T10:52:04.5375407Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_dict.so 2022-12-01T10:52:04.5375896Z Loading extension module inline_jit_extension_with_functions_dict... 2022-12-01T10:52:04.5376129Z ok (1.186s) 2022-12-01T10:52:04.5376473Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:52:04.5376977Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list... 2022-12-01T10:52:04.5377396Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/build.ninja... 2022-12-01T10:52:04.5377739Z Building extension module inline_jit_extension_with_functions_list... 2022-12-01T10:52:04.5378058Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:52:04.5379399Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/main.cpp -o main.o 2022-12-01T10:52:04.5380738Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_list.so 2022-12-01T10:52:04.5381135Z Loading extension module inline_jit_extension_with_functions_list... 2022-12-01T10:52:04.5381371Z ok (1.211s) 2022-12-01T10:52:04.5381680Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:52:04.5382091Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension... 2022-12-01T10:52:04.5382456Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension/build.ninja... 2022-12-01T10:52:04.5382745Z Building extension module jit_extension... 2022-12-01T10:52:04.5382995Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:52:04.5384450Z [1/3] c++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension2.cpp -o jit_extension2.o 2022-12-01T10:52:04.5386540Z [2/3] c++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension.cpp -o jit_extension.o 2022-12-01T10:52:04.5387687Z [3/3] c++ jit_extension.o jit_extension2.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o jit_extension.so 2022-12-01T10:52:04.5388088Z Loading extension module jit_extension... 2022-12-01T10:52:04.5388290Z ok (1.510s) 2022-12-01T10:52:04.5388541Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-12-01T10:52:04.5388883Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-12-01T10:52:04.5389220Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-12-01T10:52:04.5389630Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:52:04.5390068Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension... 2022-12-01T10:52:04.5390462Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/build.ninja... 2022-12-01T10:52:04.5390805Z Building extension module lenient_flag_handling_extension... 2022-12-01T10:52:04.5391120Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:52:04.5392564Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -O0 -Wall -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/main.cpp -o main.o 2022-12-01T10:52:04.5393714Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o lenient_flag_handling_extension.so 2022-12-01T10:52:04.5394091Z Loading extension module lenient_flag_handling_extension... 2022-12-01T10:52:04.5394315Z ok (1.325s) 2022-12-01T10:52:04.5395091Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80933 for platform(s) linux. 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.001s) 2022-12-01T10:52:04.5395787Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:52:04.5396376Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-12-01T10:52:04.5396786Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-12-01T10:52:04.5397097Z Building extension module is_python_module_v1... 2022-12-01T10:52:04.5397345Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:52:04.5398663Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-12-01T10:52:04.5399734Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module_v1.so 2022-12-01T10:52:04.5400080Z Loading extension module is_python_module_v1... 2022-12-01T10:52:04.5400289Z ok (1.232s) 2022-12-01T10:52:04.5400627Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:52:04.5401068Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type... 2022-12-01T10:52:04.5401450Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/build.ninja... 2022-12-01T10:52:04.5401766Z Building extension module test_set_default_type... 2022-12-01T10:52:04.5402012Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:52:04.5403398Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/main.cpp -o main.o 2022-12-01T10:52:04.5404527Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o test_set_default_type.so 2022-12-01T10:52:04.5404880Z Loading extension module test_set_default_type... 2022-12-01T10:52:04.5405090Z ok (1.194s) 2022-12-01T10:52:04.5405369Z test_warning (__main__.TestCppExtensionJIT) ... [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:52:04.5405714Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:52:04.5405999Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:52:04.5406267Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:52:04.5406643Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /var/lib/jenkins/.cache/torch_extensions/py37_cpu/warn_mod/main.cpp:12.) 2022-12-01T10:52:04.5406944Z ok (2.447s) 2022-12-01T10:52:04.5407049Z 2022-12-01T10:52:04.5407254Z ---------------------------------------------------------------------- 2022-12-01T10:52:04.5407487Z Ran 23 tests in 29.467s 2022-12-01T10:52:04.5407603Z 2022-12-01T10:52:04.5407677Z OK (skipped=8) 2022-12-01T10:52:04.5407783Z 2022-12-01T10:52:04.5407868Z Generating XML reports... 2022-12-01T10:52:04.5408291Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20221201105134.xml 2022-12-01T10:52:04.5408540Z 2022-12-01T10:52:04.5408845Z ##[endgroup] 2022-12-01T10:52:04.5409254Z FINISHED PRINTING LOG FILE of test_cpp_extensions_jit (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_jit_12vc9p7s) 2022-12-01T10:52:04.5409482Z 2022-12-01T10:52:04.5409646Z Running test_autograd ... [2022-12-01 10:52:04.534473] 2022-12-01T10:52:04.5410109Z Executing ['/opt/conda/bin/python', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:52:04.534805] 2022-12-01T10:52:22.0924266Z 2022-12-01T10:52:22.0925361Z Expand the folded group to see the log file of test_autograd 2022-12-01T10:52:22.0926416Z ##[group]PRINTING LOG FILE of test_autograd (/var/lib/jenkins/workspace/test/test-reports/test_autograd_8jezaclj) 2022-12-01T10:52:22.1007710Z Test results will be stored in test-reports/python-unittest/test_autograd 2022-12-01T10:52:22.1008036Z 2022-12-01T10:52:22.1008154Z Running tests... 2022-12-01T10:52:22.1008507Z ---------------------------------------------------------------------- 2022-12-01T10:52:22.1009144Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:52:22.1010904Z test_accumulate_grad (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:199: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:1064.) 2022-12-01T10:52:22.1012170Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-12-01T10:52:22.1012444Z ok (0.003s) 2022-12-01T10:52:22.1012866Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1013287Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1014146Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... test_autograd.py:3713: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-12-01T10:52:22.1014698Z with detect_anomaly(): 2022-12-01T10:52:22.1015049Z ok (0.002s) 2022-12-01T10:52:22.1015436Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1015962Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T10:52:22.1016542Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1017020Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1017305Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.216s) 2022-12-01T10:52:22.1017616Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1017924Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:52:22.1018234Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T10:52:22.1018530Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.062s) 2022-12-01T10:52:22.1018817Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.017s) 2022-12-01T10:52:22.1019080Z test_backward (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1019330Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1019593Z test_backward_copy (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1019867Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1020304Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1020723Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1021387Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1021848Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:52:22.1022144Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1022633Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:52:22.1023225Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1024618Z test_calculate_shape_util (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:84: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T10:52:22.1025492Z return torch._nested_tensor_from_tensor_list(tensor_list, dtype, None, device, None) 2022-12-01T10:52:22.1025954Z ok (0.002s) 2022-12-01T10:52:22.1026301Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1026722Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1027172Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1027784Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:52:22.1028346Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-12-01T10:52:22.1028997Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.002s) 2022-12-01T10:52:22.1029539Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-12-01T10:52:22.1030054Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.000s) 2022-12-01T10:52:22.1030838Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-12-01T10:52:22.1031327Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.003s) 2022-12-01T10:52:22.1031790Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-12-01T10:52:22.1032268Z Verifies that correct gradients are calculated for checkpoint ... ok (0.002s) 2022-12-01T10:52:22.1032800Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1033307Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-12-01T10:52:22.1033909Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.002s) 2022-12-01T10:52:22.1034529Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1035246Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1035906Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-12-01T10:52:22.1036579Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:52:22.1036952Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-12-01T10:52:22.1037332Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:52:22.1037720Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.002s) 2022-12-01T10:52:22.1038074Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-12-01T10:52:22.1038392Z Ensures that gradient hooks are only called once per tensor. ... ok (0.001s) 2022-12-01T10:52:22.1038703Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.410s) 2022-12-01T10:52:22.1039000Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T10:52:22.1039303Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1039595Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.139s) 2022-12-01T10:52:22.1039861Z test_custom_function_error (__main__.TestAutograd) ... ok (0.050s) 2022-12-01T10:52:22.1040144Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1040524Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.021s) 2022-12-01T10:52:22.1040848Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:52:22.1041176Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1041517Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T10:52:22.1041887Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:52:22.1042260Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1042545Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1042847Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T10:52:22.1043162Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:52:22.1043451Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:52:22.1043746Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:52:22.1044025Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.165s) 2022-12-01T10:52:22.1044314Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:52:22.1044604Z test_dep_nograd (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1044868Z test_dependent_backward (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1045115Z test_detach (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:52:22.1045348Z test_detach_base (__main__.TestAutograd) 2022-12-01T10:52:22.1045586Z detaching base does not detach view ... ok (0.001s) 2022-12-01T10:52:22.1045868Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:52:22.1046170Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1046683Z test_diagonal_expanded_v (__main__.TestAutograd) ... test_autograd.py:2294: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:52:22.1047148Z v_expanded = torch.tensor(value).expand(10) 2022-12-01T10:52:22.1047355Z ok (0.001s) 2022-12-01T10:52:22.1047544Z test_dir (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:52:22.1047809Z test_disabling_saved_tensor_hooks (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:52:22.1048108Z test_disabling_saved_tensor_hooks_nested (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1048389Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1048672Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1048974Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1049246Z test_free_deep_graph (__main__.TestAutograd) ... ok (1.591s) 2022-12-01T10:52:22.1049525Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (1.038s) 2022-12-01T10:52:22.1049818Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (1.094s) 2022-12-01T10:52:22.1050086Z test_function (__main__.TestAutograd) ... ok (0.065s) 2022-12-01T10:52:22.1050340Z test_function_returns_input (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1050632Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1050902Z test_gc_in_destructor (__main__.TestAutograd) 2022-12-01T10:52:22.1051183Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.655s) 2022-12-01T10:52:22.1051462Z test_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1051748Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1051998Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1052267Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1052538Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.016s) 2022-12-01T10:52:22.1052809Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1053064Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:52:22.1053381Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:52:22.1053686Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:52:22.1053967Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1055163Z test_grad_nonleaf (__main__.TestAutograd) ... test_autograd.py:601: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:52:22.1055880Z self.assertIsNone(x.grad) 2022-12-01T10:52:22.1056070Z ok (0.003s) 2022-12-01T10:52:22.1056302Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1057463Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... test_autograd.py:653: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:52:22.1058199Z self.assertIsNone(x_list[0].grad) 2022-12-01T10:52:22.1059245Z test_autograd.py:660: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:52:22.1059923Z self.assertIsNone(x_list[i].grad) 2022-12-01T10:52:22.1060265Z ok (0.003s) 2022-12-01T10:52:22.1060475Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1060763Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1061073Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.019s) 2022-12-01T10:52:22.1061377Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.041s) 2022-12-01T10:52:22.1061664Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-12-01T10:52:22.1061978Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.019s) 2022-12-01T10:52:22.1062792Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T10:52:22.1063362Z f'Input #{idx} requires gradient and ' 2022-12-01T10:52:22.1063709Z ok (0.003s) 2022-12-01T10:52:22.1064144Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:52:22.1065013Z test_gradcheck_custom_error (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T10:52:22.1065585Z f'Input #{idx} requires gradient and ' 2022-12-01T10:52:22.1065769Z ok (0.013s) 2022-12-01T10:52:22.1066009Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:52:22.1066303Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.071s) 2022-12-01T10:52:22.1066580Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T10:52:22.1066904Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:52:22.1067237Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:52:22.1068257Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-12-01T10:52:22.1069027Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-12-01T10:52:22.1069259Z ok (0.008s) 2022-12-01T10:52:22.1070184Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-12-01T10:52:22.1070926Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-12-01T10:52:22.1071166Z ok (0.007s) 2022-12-01T10:52:22.1071860Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T10:52:22.1072400Z f'Input #{idx} requires gradient and ' 2022-12-01T10:52:22.1072593Z ok (0.034s) 2022-12-01T10:52:22.1073299Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T10:52:22.1073825Z f'Input #{idx} requires gradient and ' 2022-12-01T10:52:22.1074014Z ok (0.014s) 2022-12-01T10:52:22.1074249Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.060s) 2022-12-01T10:52:22.1074566Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1074879Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T10:52:22.1075517Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... test_autograd.py:3971: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:52:22.1076145Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-12-01T10:52:22.1076423Z expected failure (0.008s) 2022-12-01T10:52:22.1076654Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:52:22.1077406Z test_gradcheck_test_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T10:52:22.1077972Z f'Input #{idx} requires gradient and ' 2022-12-01T10:52:22.1078165Z ok (0.002s) 2022-12-01T10:52:22.1078380Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T10:52:22.1078681Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:52:22.1078979Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:52:22.1079246Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:52:22.1079549Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.001s) 2022-12-01T10:52:22.1079841Z test_hessian_vector (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1080088Z test_hook_none (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1080340Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1080589Z test_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1080837Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1081103Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1081376Z test_indexing (__main__.TestAutograd) ... ok (0.018s) 2022-12-01T10:52:22.1081638Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1081886Z test_inplace (__main__.TestAutograd) ... ok (0.022s) 2022-12-01T10:52:22.1082230Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T10:52:22.1082513Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:52:22.1082789Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1083078Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1083370Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.074s) 2022-12-01T10:52:22.1083644Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1083895Z test_integer_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:52:22.1084162Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:52:22.1084431Z test_isolated_node (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1084677Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1084968Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1085777Z test_lobpcg (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80338 for platform(s) linux. 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.002s) 2022-12-01T10:52:22.1086328Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1086609Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1086902Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1087183Z test_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1087513Z test_multi_backward (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1087772Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1088637Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1105: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1761.) 2022-12-01T10:52:22.1089238Z return super(Tensor, self).refine_names(names) 2022-12-01T10:52:22.1089440Z ok (0.001s) 2022-12-01T10:52:22.1089673Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.002s) 2022-12-01T10:52:22.1090001Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T10:52:22.1090327Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1090614Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:52:22.1090908Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1091194Z test_next_functions (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1091446Z test_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1091691Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1091954Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1092662Z test_no_grad_copy_sparse (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2326: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-12-01T10:52:22.1093188Z "Argument order of nn.functional.embedding_bag was changed. " 2022-12-01T10:52:22.1093401Z ok (0.006s) 2022-12-01T10:52:22.1093612Z test_no_grad_input (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1093884Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:52:22.1094143Z test_no_grad_python_function (__main__.TestAutograd) 2022-12-01T10:52:22.1094406Z Python Functions should respect grad mode. ... ok (0.001s) 2022-12-01T10:52:22.1094681Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:52:22.1094947Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1095226Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1095510Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:52:22.1095784Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:52:22.1096045Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1096320Z test_once_differentiable (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1096623Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:52:22.1096940Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T10:52:22.1097230Z test_pickle (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:52:22.1097491Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1097752Z test_power_function (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1098213Z test_profiler (__main__.TestAutograd) ... STAGE:2022-12-01 10:52:12 3375:3375 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:52:22.1098690Z STAGE:2022-12-01 10:52:12 3375:3375 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:52:22.1098942Z ok (0.002s) 2022-12-01T10:52:22.1099192Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1099691Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... STAGE:2022-12-01 10:52:12 3375:3375 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:52:22.1100349Z STAGE:2022-12-01 10:52:12 3375:3375 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:52:22.1100545Z 2022-12-01T10:52:22.1100670Z =================================================================================================================================================================== 2022-12-01T10:52:22.1100920Z TEST 2022-12-01T10:52:22.1101385Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:52:22.1101840Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T10:52:22.1102398Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:52:22.1102808Z aten::lstm 1.11% 184.000us 5.84% 968.000us 968.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1103131Z aten::lstm 0.96% 159.000us 4.79% 794.000us 794.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1103425Z aten::lstm 0.95% 158.000us 4.77% 790.000us 790.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1103712Z aten::lstm 0.95% 157.000us 4.85% 803.000us 803.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1103996Z aten::lstm 0.94% 155.000us 4.89% 810.000us 810.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1104262Z aten::lstm 0.89% 148.000us 4.76% 788.000us 788.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1104535Z aten::lstm 0.89% 148.000us 4.85% 804.000us 804.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1104824Z aten::lstm 0.88% 146.000us 4.75% 787.000us 787.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1105106Z aten::lstm 0.88% 145.000us 4.94% 818.000us 818.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1105386Z aten::lstm 0.88% 145.000us 4.73% 783.000us 783.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1105889Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:52:22.1106222Z Self CPU time total: 16.570ms 2022-12-01T10:52:22.1106344Z 2022-12-01T10:52:22.1106700Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:52:22.1107143Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T10:52:22.1107692Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:52:22.1108126Z aten::lstm 16.98% 2.814ms 97.39% 16.137ms 806.850us 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1108415Z aten::addmm 10.36% 1.717ms 12.92% 2.141ms 10.705us 200 [[80], [3, 20], [20, 80], [], []] 2022-12-01T10:52:22.1108705Z aten::sigmoid_ 8.50% 1.408ms 8.50% 1.408ms 2.347us 600 [[3, 20]] 2022-12-01T10:52:22.1109021Z aten::mul 8.03% 1.331ms 8.03% 1.331ms 2.218us 600 [[3, 20], [3, 20]] 2022-12-01T10:52:22.1109311Z aten::unsafe_split 6.17% 1.022ms 14.91% 2.470ms 12.350us 200 [[3, 80], [], []] 2022-12-01T10:52:22.1109600Z aten::slice 5.18% 859.000us 5.19% 860.000us 1.075us 800 [[3, 80], [], [], [], []] 2022-12-01T10:52:22.1109886Z aten::tanh_ 3.82% 633.000us 3.82% 633.000us 3.165us 200 [[3, 20]] 2022-12-01T10:52:22.1110172Z aten::tanh 3.59% 595.000us 3.59% 595.000us 2.975us 200 [[3, 20]] 2022-12-01T10:52:22.1110457Z aten::narrow 3.55% 588.000us 7.46% 1.236ms 1.545us 800 [[3, 80], [], [], []] 2022-12-01T10:52:22.1110738Z aten::linear 3.08% 510.000us 19.29% 3.196ms 15.980us 200 [[3, 20], [80, 20], [80]] 2022-12-01T10:52:22.1111233Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:52:22.1111581Z Self CPU time total: 16.570ms 2022-12-01T10:52:22.1111703Z 2022-12-01T10:52:22.1111827Z =================================================================================================================================================================== 2022-12-01T10:52:22.1112021Z TEST 2022-12-01T10:52:22.1112219Z =================================================================================================================================================================== 2022-12-01T10:52:22.1112514Z This report only display top-level ops statistics 2022-12-01T10:52:22.1113013Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:52:22.1113456Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T10:52:22.1113994Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:52:22.1114394Z aten::lstm 1.11% 184.000us 5.84% 968.000us 968.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1114681Z aten::lstm 0.96% 159.000us 4.79% 794.000us 794.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1114967Z aten::lstm 0.95% 158.000us 4.77% 790.000us 790.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1115247Z aten::lstm 0.95% 157.000us 4.85% 803.000us 803.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1115554Z aten::lstm 0.94% 155.000us 4.89% 810.000us 810.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1115817Z aten::lstm 0.89% 148.000us 4.76% 788.000us 788.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1116100Z aten::lstm 0.89% 148.000us 4.85% 804.000us 804.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1116410Z aten::lstm 0.88% 146.000us 4.75% 787.000us 787.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1116683Z aten::lstm 0.88% 145.000us 4.94% 818.000us 818.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1116959Z aten::lstm 0.88% 145.000us 4.73% 783.000us 783.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1117449Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:52:22.1117801Z Self CPU time total: 16.570ms 2022-12-01T10:52:22.1117928Z 2022-12-01T10:52:22.1118052Z =================================================================================================================================================================== 2022-12-01T10:52:22.1118353Z This report only display top-level ops statistics 2022-12-01T10:52:22.1118840Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:52:22.1119286Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T10:52:22.1119832Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:52:22.1120227Z aten::lstm 16.98% 2.814ms 97.39% 16.137ms 806.850us 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T10:52:22.1120508Z aten::randn 1.49% 247.000us 2.58% 428.000us 7.133us 60 [[], [], [], [], []] 2022-12-01T10:52:22.1120998Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T10:52:22.1121346Z Self CPU time total: 16.570ms 2022-12-01T10:52:22.1121686Z STAGE:2022-12-01 10:52:14 3375:3375 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:52:22.1121858Z 2022-12-01T10:52:22.1121962Z Total time based on python measurements: 18.077ms 2022-12-01T10:52:22.1122299Z CPU time measurement python side overhead: 9.10% 2022-12-01T10:52:22.1122505Z ok (1.301s) 2022-12-01T10:52:22.1122724Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-12-01T10:52:22.1123210Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-12-01 10:52:14 3375:3375 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:52:22.1123705Z STAGE:2022-12-01 10:52:14 3375:3375 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:52:22.1123961Z ok (0.003s) 2022-12-01T10:52:22.1124180Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1124677Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-12-01 10:52:14 3375:3375 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:52:22.1125161Z STAGE:2022-12-01 10:52:14 3375:3375 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:52:22.1125460Z ok (0.046s) 2022-12-01T10:52:22.1126207Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . 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.002s) 2022-12-01T10:52:22.1126954Z test_profiler_shapes (__main__.TestAutograd) ... STAGE:2022-12-01 10:52:14 3375:3375 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:52:22.1127465Z STAGE:2022-12-01 10:52:14 3375:3375 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:52:22.1127657Z 2022-12-01T10:52:22.1128004Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T10:52:22.1128432Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T10:52:22.1128939Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T10:52:22.1129325Z aten::linear 3.61% 6.000us 48.80% 81.000us 81.000us 1 [[128, 20], [30, 20], [30]] 2022-12-01T10:52:22.1129616Z aten::t 7.23% 12.000us 11.45% 19.000us 19.000us 1 [[30, 20]] 2022-12-01T10:52:22.1129899Z aten::transpose 3.01% 5.000us 4.22% 7.000us 7.000us 1 [[30, 20], [], []] 2022-12-01T10:52:22.1130179Z aten::as_strided 1.20% 2.000us 1.20% 2.000us 2.000us 1 [[30, 20], [], [], []] 2022-12-01T10:52:22.1130471Z aten::addmm 28.31% 47.000us 33.73% 56.000us 56.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-12-01T10:52:22.1130757Z aten::expand 1.20% 2.000us 1.20% 2.000us 2.000us 1 [[30], [], []] 2022-12-01T10:52:22.1131044Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[30], [], [], []] 2022-12-01T10:52:22.1131330Z aten::copy_ 4.22% 7.000us 4.22% 7.000us 7.000us 1 [[128, 30], [128, 30], []] 2022-12-01T10:52:22.1131734Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-12-01T10:52:22.1132025Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-12-01T10:52:22.1132307Z aten::linear 1.20% 2.000us 51.20% 85.000us 85.000us 1 [[128, 30], [40, 30], [40]] 2022-12-01T10:52:22.1132591Z aten::t 1.81% 3.000us 2.41% 4.000us 4.000us 1 [[40, 30]] 2022-12-01T10:52:22.1132874Z aten::transpose 0.60% 1.000us 0.60% 1.000us 1.000us 1 [[40, 30], [], []] 2022-12-01T10:52:22.1133165Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40, 30], [], [], []] 2022-12-01T10:52:22.1133436Z aten::addmm 45.18% 75.000us 47.59% 79.000us 79.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-12-01T10:52:22.1133754Z aten::expand 0.60% 1.000us 0.60% 1.000us 1.000us 1 [[40], [], []] 2022-12-01T10:52:22.1134041Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40], [], [], []] 2022-12-01T10:52:22.1134319Z aten::copy_ 1.81% 3.000us 1.81% 3.000us 3.000us 1 [[128, 40], [128, 40], []] 2022-12-01T10:52:22.1134602Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-12-01T10:52:22.1134908Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-12-01T10:52:22.1135386Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T10:52:22.1135714Z Self CPU time total: 166.000us 2022-12-01T10:52:22.1135836Z 2022-12-01T10:52:22.1135904Z ok (0.004s) 2022-12-01T10:52:22.1136321Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-12-01 10:52:14 3375:3375 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:52:22.1136800Z STAGE:2022-12-01 10:52:14 3375:3375 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:52:22.1137052Z ok (0.001s) 2022-12-01T10:52:22.1137273Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (0.998s) 2022-12-01T10:52:22.1137756Z test_record_function (__main__.TestAutograd) ... STAGE:2022-12-01 10:52:15 3375:3375 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:52:22.1138227Z STAGE:2022-12-01 10:52:15 3375:3375 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:52:22.1138653Z STAGE:2022-12-01 10:52:15 3375:3375 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:52:22.1139068Z STAGE:2022-12-01 10:52:15 3375:3375 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:52:22.1139318Z ok (0.005s) 2022-12-01T10:52:22.1139749Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-12-01 10:52:15 3375:3375 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:52:22.1140420Z STAGE:2022-12-01 10:52:15 3375:3375 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:52:22.1140674Z ok (0.002s) 2022-12-01T10:52:22.1140916Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1141425Z test_record_function_new_signatures (__main__.TestAutograd) ... STAGE:2022-12-01 10:52:15 3375:3375 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:52:22.1141903Z STAGE:2022-12-01 10:52:15 3375:3375 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:52:22.1142155Z ok (0.002s) 2022-12-01T10:52:22.1142379Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1142650Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1142944Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1143248Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1143545Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1143838Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1144146Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1144425Z test_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1144671Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1144938Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1145205Z test_retain_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1145524Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1145797Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1146083Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1146364Z test_return_duplicate (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:52:22.1146632Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:52:22.1146940Z test_return_leaf (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1147199Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1147461Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1147742Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1148013Z test_save_output_nr (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1148350Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1148727Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1149100Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:52:22.1149467Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T10:52:22.1149781Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1150079Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1150367Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T10:52:22.1150642Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1150885Z test_select_sum (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:52:22.1151158Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1151442Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1151717Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1151996Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1152293Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1152615Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1152901Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1153174Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1153452Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1153747Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1154027Z test_setitem (__main__.TestAutograd) ... ok (0.014s) 2022-12-01T10:52:22.1154276Z test_setitem_mask (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T10:52:22.1154584Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1154929Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1155224Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1155479Z test_sharded_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1155732Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1155992Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1156268Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1156537Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1156854Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1157131Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1157409Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1157678Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1157948Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.024s) 2022-12-01T10:52:22.1158403Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... test_autograd.py:3823: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:52:22.1158895Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:52:22.1159203Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:52:22.1159411Z should be replaced with 2022-12-01T10:52:22.1159710Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:52:22.1159912Z and 2022-12-01T10:52:22.1160097Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:52:22.1160305Z should be replaced with 2022-12-01T10:52:22.1160753Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:52:22.1161112Z w, v = torch.symeig(A, eigenvectors=False) 2022-12-01T10:52:22.1161312Z ok (0.006s) 2022-12-01T10:52:22.1161521Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1161793Z test_thread_shutdown (__main__.TestAutograd) ... ok (0.915s) 2022-12-01T10:52:22.1162140Z test_too_many_grads (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1162403Z test_type_conversions (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:52:22.1162654Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T10:52:22.1162913Z test_unused_output (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1163187Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T10:52:22.1163454Z test_variable_traverse (__main__.TestAutograd) ... ok (0.137s) 2022-12-01T10:52:22.1163717Z test_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1163984Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1164251Z test_will_engine_execute_node (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T10:52:22.1164580Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.003s) 2022-12-01T10:52:22.1164938Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.007s) 2022-12-01T10:52:22.1165323Z test_advanced_indexing_backwards_large_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:22.1165714Z test_advanced_indexing_backwards_memory_format_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1166113Z test_backward_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:52:22.1166461Z test_copy__cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1166790Z test_copy_forward_ad_broadcasting_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1167146Z test_copy_forward_ad_same_layout_copies_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1167487Z test_copy_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1167849Z test_cross_device_reentrant_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:22.1168229Z test_free_unneeded_tensor_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:22.1168575Z test_grad_assignment_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:52:22.1168995Z test_gradcheck_input_output_different_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:22.1169391Z test_inplace_multiple_output_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:22.1169736Z test_inplace_on_view_backprop_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1170991Z test_inplace_on_view_backprop_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... test_autograd.py:8397: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:52:22.1171792Z self.assertIsNone(a.grad) 2022-12-01T10:52:22.1171978Z ok (0.001s) 2022-12-01T10:52:22.1172252Z test_inplace_on_view_backprop_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1172596Z test_inplace_on_view_gradcheck_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:52:22.1172960Z test_inplace_on_view_makes_base_require_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:22.1173324Z test_inplace_on_view_modify_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:22.1173666Z test_inplace_on_view_multi_output_safe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:52:22.1174025Z test_inplace_on_view_multi_output_unsafe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1174387Z test_inplace_on_view_multiple_outputs_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:22.1174738Z test_inplace_on_view_non_contig_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1175088Z test_inplace_on_view_of_multiple_output_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:22.1175604Z test_inplace_on_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1175928Z test_inplace_on_view_python_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:22.1176271Z test_inplace_on_view_then_no_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1176659Z test_inputbuffer_add_multidevice_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:52:22.1177059Z test_min_max_median_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:22.1177390Z test_mv_grad_stride_0_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:22.1177730Z test_non_differentiable_ops_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1178066Z test_parameter_resize_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1178397Z test_pin_memory_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:22.1178740Z test_profiler_emit_itt_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1179086Z test_profiler_emit_nvtx_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:22.1179442Z test_pyscalar_conversions_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:22.1179802Z test_reentrant_parent_error_on_cpu_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:22.1180329Z test_requires_grad_factory_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:22.1180752Z test_requires_grad_factory_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1181127Z test_rnn_backward_to_input_but_not_parameters_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:22.1182034Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:1427: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:52:22.1182613Z func_out = func(*tupled_inputs) 2022-12-01T10:52:22.1183237Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:1427: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1008.) 2022-12-01T10:52:22.1183673Z func_out = func(*tupled_inputs) 2022-12-01T10:52:22.1183848Z ok (0.006s) 2022-12-01T10:52:22.1184130Z test_scatter_index_reduce_prod_gradgrad_error_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:52:22.1184512Z test_set_requires_grad_only_for_floats_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:52:22.1184877Z test_set_requires_grad_only_for_floats_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1185247Z test_set_requires_grad_only_for_floats_cpu_int16 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:22.1185621Z test_set_requires_grad_only_for_floats_cpu_int32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:22.1185984Z test_set_requires_grad_only_for_floats_cpu_int64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:22.1186336Z test_set_requires_grad_only_for_floats_cpu_int8 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:22.1186725Z test_simple_reentrant_cross_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:52:22.1187094Z test_sparse_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:22.1187436Z test_sparse_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:52:22.1187781Z test_sparse_ctor_getter_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:52:22.1188146Z test_sparse_ctor_getter_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:52:22.1188498Z test_sparse_mask_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1188825Z test_strided_leaf_grad_layout_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:52:22.1189150Z test_to_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:52:22.1189505Z test_unused_output_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T10:52:22.1189869Z test_warning_in_backward_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:52:22.1190184Z test_where_functional_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:52:22.1190502Z test_where_scalar_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:52:22.1190828Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-12-01T10:52:22.1191167Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:52:22.1191482Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:52:22.1191818Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-12-01T10:52:22.1192157Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-12-01T10:52:22.1192462Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:52:22.1192805Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:52:22.1193126Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:52:22.1193433Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:52:22.1193742Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:52:22.1194094Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:52:22.1194474Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:52:22.1194786Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:52:22.1195126Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T10:52:22.1195476Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:52:22.1195845Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:52:22.1196202Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:52:22.1196557Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:52:22.1196877Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T10:52:22.1197176Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T10:52:22.1197478Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-12-01T10:52:22.1197771Z test_print (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:52:22.1198097Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T10:52:22.1198415Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T10:52:22.1198742Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:52:22.1199086Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T10:52:22.1199427Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T10:52:22.1199804Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-12-01T10:52:22.1200187Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-12-01T10:52:22.1200584Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.005s) 2022-12-01T10:52:22.1200959Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.006s) 2022-12-01T10:52:22.1201331Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-12-01T10:52:22.1201728Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:52:22.1202252Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-12-01T10:52:22.1202714Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-12-01T10:52:22.1203162Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T10:52:22.1203591Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.119s) 2022-12-01T10:52:22.1204029Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.871s) 2022-12-01T10:52:22.1204489Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.065s) 2022-12-01T10:52:22.1204926Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.390s) 2022-12-01T10:52:22.1205349Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:52:22.1205759Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T10:52:22.1206195Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T10:52:22.1206623Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1207049Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:52:22.1207466Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-12-01T10:52:22.1207890Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:52:22.1208318Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T10:52:22.1208729Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1209121Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T10:52:22.1209515Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1209905Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T10:52:22.1210291Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:52:22.1210671Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.013s) 2022-12-01T10:52:22.1211073Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1211486Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T10:52:22.1211906Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1212317Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T10:52:22.1212740Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1213155Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:52:22.1213586Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.014s) 2022-12-01T10:52:22.1214014Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.115s) 2022-12-01T10:52:22.1214448Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:52:22.1214892Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.033s) 2022-12-01T10:52:22.1215345Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:52:22.1215790Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.030s) 2022-12-01T10:52:22.1216266Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T10:52:22.1216702Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1217117Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.077s) 2022-12-01T10:52:22.1217498Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.468s) 2022-12-01T10:52:22.1217917Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:52:22.1218305Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T10:52:22.1218686Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1219126Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:52:22.1219517Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1219894Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T10:52:22.1236746Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1237155Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:52:22.1237558Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1237947Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:52:22.1238369Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.053s) 2022-12-01T10:52:22.1238805Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.338s) 2022-12-01T10:52:22.1239250Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.043s) 2022-12-01T10:52:22.1239693Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.241s) 2022-12-01T10:52:22.1240124Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:52:22.1240531Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T10:52:22.1240960Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T10:52:22.1241398Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T10:52:22.1241837Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1242349Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T10:52:22.1242780Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1243210Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:52:22.1243635Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1244030Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T10:52:22.1244436Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1244835Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:52:22.1245369Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1245752Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T10:52:22.1246160Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1246589Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T10:52:22.1247030Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1247427Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:52:22.1247839Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1248258Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1248715Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-12-01T10:52:22.1249227Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-12-01T10:52:22.1249721Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1250188Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T10:52:22.1250629Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1251086Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.019s) 2022-12-01T10:52:22.1251551Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T10:52:22.1252031Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.062s) 2022-12-01T10:52:22.1252475Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:52:22.1252923Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.020s) 2022-12-01T10:52:22.1253374Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:52:22.1253844Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-12-01T10:52:22.1254283Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:52:22.1254725Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.035s) 2022-12-01T10:52:22.1255168Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T10:52:22.1255608Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1256045Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.054s) 2022-12-01T10:52:22.1256442Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.329s) 2022-12-01T10:52:22.1256891Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1257284Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1257664Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1258068Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:52:22.1258462Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1258875Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1259245Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1259628Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:52:22.1260192Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1260620Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:52:22.1261012Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.069s) 2022-12-01T10:52:22.1261413Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.428s) 2022-12-01T10:52:22.1261812Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:52:22.1262189Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:52:22.1262580Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1262986Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:52:22.1263383Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1263755Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:52:22.1264137Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1264521Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:52:22.1264894Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1265277Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T10:52:22.1265671Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.049s) 2022-12-01T10:52:22.1266071Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.293s) 2022-12-01T10:52:22.1266450Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1266840Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1267232Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1267637Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:52:22.1268020Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1268405Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T10:52:22.1268788Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1269158Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T10:52:22.1269595Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T10:52:22.1269979Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T10:52:22.1270349Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:52:22.1270681Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:52:22.1271078Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-12-01T10:52:22.1271455Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.007s) 2022-12-01T10:52:22.1271832Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-12-01T10:52:22.1272209Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:52:22.1272596Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:52:22.1272972Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:52:22.1273356Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:52:22.1273738Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-12-01T10:52:22.1274123Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:52:22.1274489Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:52:22.1274842Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.004s) 2022-12-01T10:52:22.1275218Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.009s) 2022-12-01T10:52:22.1275590Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:52:22.1275965Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T10:52:22.1276382Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T10:52:22.1276753Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T10:52:22.1277122Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-12-01T10:52:22.1277533Z test_autograd_composite_implicit_and_dispatch_registration_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-12-01T10:52:22.1277953Z test_autograd_multiple_dispatch_registrations_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-12-01T10:52:22.1278335Z test_foward_mode_AD_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.001s) 2022-12-01T10:52:22.1278707Z test_per_dispatch_key_input_saving_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.006s) 2022-12-01T10:52:22.1279057Z test_view_copy_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-12-01T10:52:22.1279381Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.063s) 2022-12-01T10:52:22.1279709Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1280038Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.017s) 2022-12-01T10:52:22.1280350Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1280706Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-12-01T10:52:22.1281043Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-12-01T10:52:22.1281383Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.020s) 2022-12-01T10:52:22.1281701Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.006s) 2022-12-01T10:52:22.1282082Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.009s) 2022-12-01T10:52:22.1282270Z 2022-12-01T10:52:22.1282527Z ---------------------------------------------------------------------- 2022-12-01T10:52:22.1282762Z Ran 507 tests in 15.202s 2022-12-01T10:52:22.1282921Z 2022-12-01T10:52:22.1283018Z OK (skipped=24, expected failures=2) 2022-12-01T10:52:22.1283150Z 2022-12-01T10:52:22.1283236Z Generating XML reports... 2022-12-01T10:52:22.1283637Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutograd-20221201105206.xml 2022-12-01T10:52:22.1284204Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20221201105206.xml 2022-12-01T10:52:22.1284787Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20221201105206.xml 2022-12-01T10:52:22.1285336Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20221201105206.xml 2022-12-01T10:52:22.1285908Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20221201105206.xml 2022-12-01T10:52:22.1286541Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20221201105206.xml 2022-12-01T10:52:22.1287133Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20221201105206.xml 2022-12-01T10:52:22.1287714Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20221201105206.xml 2022-12-01T10:52:22.1288272Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20221201105206.xml 2022-12-01T10:52:22.1288515Z 2022-12-01T10:52:22.1288867Z ##[endgroup] 2022-12-01T10:52:22.1289257Z FINISHED PRINTING LOG FILE of test_autograd (/var/lib/jenkins/workspace/test/test-reports/test_autograd_8jezaclj) 2022-12-01T10:52:22.1289473Z 2022-12-01T10:52:22.1289620Z Running test_indexing ... [2022-12-01 10:52:22.094486] 2022-12-01T10:52:22.1290090Z Executing ['/opt/conda/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:52:22.095002] 2022-12-01T10:52:24.1514107Z 2022-12-01T10:52:24.1514641Z Expand the folded group to see the log file of test_indexing 2022-12-01T10:52:24.1515750Z ##[group]PRINTING LOG FILE of test_indexing (/var/lib/jenkins/workspace/test/test-reports/test_indexing_8_2155h_) 2022-12-01T10:52:24.1516690Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-12-01T10:52:24.1517047Z 2022-12-01T10:52:24.1517163Z Running tests... 2022-12-01T10:52:24.1517854Z ---------------------------------------------------------------------- 2022-12-01T10:52:24.1518431Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.012s) 2022-12-01T10:52:24.1519011Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:52:24.1519562Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:52:24.1519877Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:52:24.1520179Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.010s) 2022-12-01T10:52:24.1520506Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.009s) 2022-12-01T10:52:24.1520816Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:52:24.1521325Z test_boolean_shape_mismatch_cpu (__main__.NumpyTestsCPU) ... test_indexing.py:1435: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T10:52:24.1522193Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-12-01T10:52:24.1522806Z test_indexing.py:1436: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T10:52:24.1523335Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-12-01T10:52:24.1523649Z ok (0.018s) 2022-12-01T10:52:24.1523871Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:52:24.1524167Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.016s) 2022-12-01T10:52:24.1524461Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:52:24.1524731Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.005s) 2022-12-01T10:52:24.1525041Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:52:24.1525347Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:52:24.1525647Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:52:24.1526007Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:52:24.1526285Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:52:24.1526561Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:52:24.1526835Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:52:24.1527130Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.021s) 2022-12-01T10:52:24.1527430Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1527721Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.029s) 2022-12-01T10:52:24.1528020Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... ok (0.155s) 2022-12-01T10:52:24.1528324Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:52:24.1528630Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1528907Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-12-01T10:52:24.1529182Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1529466Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1529738Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:52:24.1530024Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:52:24.1530337Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:24.1530632Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1530911Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1531197Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:52:24.1531489Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-12-01T10:52:24.1531756Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1532095Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:24.1532432Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.011s) 2022-12-01T10:52:24.1532697Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.027s) 2022-12-01T10:52:24.1532990Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:52:24.1533322Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.115s) 2022-12-01T10:52:24.1533661Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-12-01T10:52:24.1534443Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... Test test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/88472 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:52:24.1535602Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88472 for allplatform(s) . 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.002s) 2022-12-01T10:52:24.1536193Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:24.1536580Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:24.1536932Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1537251Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1537561Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1537887Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1538212Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1538528Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1538822Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:52:24.1539134Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.010s) 2022-12-01T10:52:24.1539443Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1539738Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1540238Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1540549Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1540844Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1541120Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1541413Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1541699Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1541994Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:52:24.1542300Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1542583Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.043s) 2022-12-01T10:52:24.1542857Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1543158Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1543443Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1543761Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:52:24.1544021Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-12-01T10:52:24.1544316Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1544622Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.008s) 2022-12-01T10:52:24.1544904Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.010s) 2022-12-01T10:52:24.1545188Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1545470Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1545807Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1546075Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.004s) 2022-12-01T10:52:24.1546372Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.004s) 2022-12-01T10:52:24.1546679Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.017s) 2022-12-01T10:52:24.1546979Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.017s) 2022-12-01T10:52:24.1547352Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:52:24.1547638Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:52:24.1547801Z 2022-12-01T10:52:24.1548044Z ---------------------------------------------------------------------- 2022-12-01T10:52:24.1548274Z Ran 81 tests in 0.643s 2022-12-01T10:52:24.1548390Z 2022-12-01T10:52:24.1548463Z OK (skipped=6) 2022-12-01T10:52:24.1548573Z 2022-12-01T10:52:24.1548663Z Generating XML reports... 2022-12-01T10:52:24.1549057Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20221201105223.xml 2022-12-01T10:52:24.1549564Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20221201105223.xml 2022-12-01T10:52:24.1549795Z 2022-12-01T10:52:24.1550090Z ##[endgroup] 2022-12-01T10:52:24.1550452Z FINISHED PRINTING LOG FILE of test_indexing (/var/lib/jenkins/workspace/test/test-reports/test_indexing_8_2155h_) 2022-12-01T10:52:24.1550669Z 2022-12-01T10:52:24.1550838Z Running test_fake_tensor ... [2022-12-01 10:52:24.152086] 2022-12-01T10:52:24.1551304Z Executing ['/opt/conda/bin/python', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:52:24.152447] 2022-12-01T10:52:26.2467687Z 2022-12-01T10:52:26.2468215Z Expand the folded group to see the log file of test_fake_tensor 2022-12-01T10:52:26.2469226Z ##[group]PRINTING LOG FILE of test_fake_tensor (/var/lib/jenkins/workspace/test/test-reports/test_fake_tensor_cza0h178) 2022-12-01T10:52:26.2470178Z Test results will be stored in test-reports/python-unittest/test_fake_tensor 2022-12-01T10:52:26.2470453Z 2022-12-01T10:52:26.2470548Z Running tests... 2022-12-01T10:52:26.2470861Z ---------------------------------------------------------------------- 2022-12-01T10:52:26.2471179Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (0.233s) 2022-12-01T10:52:26.2471562Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T10:52:26.2471897Z test_fake_tensor_in_intlist_repro (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-12-01T10:52:26.2472253Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T10:52:26.2472558Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T10:52:26.2472995Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T10:52:26.2473320Z test_shared_storages (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-12-01T10:52:26.2473667Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.001s) 2022-12-01T10:52:26.2473948Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:52:26.2474242Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:52:26.2474612Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:52:26.2474967Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:52:26.2475351Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T10:52:26.2475651Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:52:26.2476024Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:52:26.2476500Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T10:52:26.2476848Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T10:52:26.2477177Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.016s) 2022-12-01T10:52:26.2477495Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.065s) 2022-12-01T10:52:26.2477840Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.013s) 2022-12-01T10:52:26.2478266Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.111s) 2022-12-01T10:52:26.2478586Z test_basic (__main__.FakeTensorTest) ... ok (0.004s) 2022-12-01T10:52:26.2478846Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:52:26.2479124Z test_constructor (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:52:26.2479413Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T10:52:26.2479705Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.002s) 2022-12-01T10:52:26.2480001Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:52:26.2480281Z test_deepcopy (__main__.FakeTensorTest) ... ok (0.005s) 2022-12-01T10:52:26.2480551Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:52:26.2480815Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:52:26.2481086Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:52:26.2481386Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T10:52:26.2481665Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:52:26.2481951Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:52:26.2482332Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T10:52:26.2482601Z test_mode (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:52:26.2482856Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.301s) 2022-12-01T10:52:26.2483127Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T10:52:26.2483427Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:52:26.2483710Z test_non_parameter_grad (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:52:26.2484007Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:52:26.2484312Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:52:26.2484579Z test_randperm (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:52:26.2484850Z test_recursive_invocation (__main__.FakeTensorTest) ... ok (0.001s) 2022-12-01T10:52:26.2485125Z test_scalar_inputs (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T10:52:26.2485404Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:52:26.2485699Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:52:26.2486001Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:52:26.2486288Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:52:26.2486566Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T10:52:26.2486728Z 2022-12-01T10:52:26.2486960Z ---------------------------------------------------------------------- 2022-12-01T10:52:26.2487205Z Ran 50 tests in 0.804s 2022-12-01T10:52:26.2487318Z 2022-12-01T10:52:26.2487413Z OK (skipped=13, expected failures=1) 2022-12-01T10:52:26.2487530Z 2022-12-01T10:52:26.2487614Z Generating XML reports... 2022-12-01T10:52:26.2488062Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20221201105225.xml 2022-12-01T10:52:26.2488680Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20221201105225.xml 2022-12-01T10:52:26.2489245Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20221201105225.xml 2022-12-01T10:52:26.2489781Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20221201105225.xml 2022-12-01T10:52:26.2490008Z 2022-12-01T10:52:26.2490280Z ##[endgroup] 2022-12-01T10:52:26.2490656Z FINISHED PRINTING LOG FILE of test_fake_tensor (/var/lib/jenkins/workspace/test/test-reports/test_fake_tensor_cza0h178) 2022-12-01T10:52:26.2490918Z 2022-12-01T10:52:26.2491104Z Running test_jit_cuda_fuser ... [2022-12-01 10:52:26.247095] 2022-12-01T10:52:26.2491577Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:52:26.247456] 2022-12-01T10:52:28.7868951Z 2022-12-01T10:52:28.7869913Z Expand the folded group to see the log file of test_jit_cuda_fuser 2022-12-01T10:52:28.7870944Z ##[group]PRINTING LOG FILE of test_jit_cuda_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_cuda_fuser_z4ko02yn) 2022-12-01T10:52:28.7871947Z Test results will be stored in test-reports/python-unittest/test_jit_cuda_fuser 2022-12-01T10:52:28.7872280Z 2022-12-01T10:52:28.7872358Z Running tests... 2022-12-01T10:52:28.7872705Z ---------------------------------------------------------------------- 2022-12-01T10:52:28.7873035Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7873378Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7873690Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7874039Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.001s) 2022-12-01T10:52:28.7874377Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7874728Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:52:28.7875102Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7875407Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7875731Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7876059Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7876392Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7876735Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7877075Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.001s) 2022-12-01T10:52:28.7877378Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:52:28.7877684Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7878033Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7878473Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.001s) 2022-12-01T10:52:28.7878830Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7879183Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7879483Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7879770Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7880069Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7880360Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7880983Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.001s) 2022-12-01T10:52:28.7881389Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.001s) 2022-12-01T10:52:28.7881776Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7882235Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7882589Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7882907Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:52:28.7883226Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.003s) 2022-12-01T10:52:28.7883542Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7883817Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7884121Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7884439Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7884735Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7885034Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7885348Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:52:28.7885661Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7885957Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7886263Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7886591Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.001s) 2022-12-01T10:52:28.7886915Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7887252Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7887602Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7887925Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7888251Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.001s) 2022-12-01T10:52:28.7888591Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7888924Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7889254Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7889557Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:52:28.7889850Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7890158Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7890489Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.001s) 2022-12-01T10:52:28.7890818Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7891112Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:52:28.7891445Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7891756Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7892085Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7892384Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7892679Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7892984Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7893302Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7893654Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7893943Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7894240Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7894588Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:52:28.7894894Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7895218Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7895530Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7895839Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7896146Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7896466Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:52:28.7896787Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7897105Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7897409Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7897751Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-12-01T10:52:28.7898079Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7898354Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7898660Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7898959Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7899261Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7899545Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7899855Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7900412Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7900780Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7901123Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:52:28.7901457Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7901859Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7902214Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7902576Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7902922Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7903229Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7903618Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7903976Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.001s) 2022-12-01T10:52:28.7904330Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7904639Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:52:28.7904939Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7905291Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7905613Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7905926Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:52:28.7906260Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7906581Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7906898Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7907206Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7907505Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7907810Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7908104Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7908417Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7908763Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7909132Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T10:52:28.7909486Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7909810Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7910147Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7910453Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:52:28.7910829Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7911126Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7911412Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7911717Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:52:28.7912016Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7912321Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7912657Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-12-01T10:52:28.7913055Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T10:52:28.7913459Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.001s) 2022-12-01T10:52:28.7913804Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7914088Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7914381Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7914677Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.002s) 2022-12-01T10:52:28.7915021Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:52:28.7915360Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7915669Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:52:28.7915962Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7916247Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7916590Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7916900Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7917195Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7917495Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7917803Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7918111Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7918403Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7918702Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7919005Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7919290Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7919635Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-12-01T10:52:28.7919972Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7920296Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-12-01T10:52:28.7920654Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.001s) 2022-12-01T10:52:28.7921051Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.001s) 2022-12-01T10:52:28.7921423Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.002s) 2022-12-01T10:52:28.7921777Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.001s) 2022-12-01T10:52:28.7922213Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.000s) 2022-12-01T10:52:28.7922554Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.003s) 2022-12-01T10:52:28.7922883Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.053s) 2022-12-01T10:52:28.7923065Z 2022-12-01T10:52:28.7923298Z ---------------------------------------------------------------------- 2022-12-01T10:52:28.7923548Z Ran 152 tests in 0.203s 2022-12-01T10:52:28.7923665Z 2022-12-01T10:52:28.7923740Z OK (skipped=149) 2022-12-01T10:52:28.7923874Z 2022-12-01T10:52:28.7923961Z Generating XML reports... 2022-12-01T10:52:28.7924417Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20221201105228.xml 2022-12-01T10:52:28.7925007Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20221201105228.xml 2022-12-01T10:52:28.7925546Z Generated XML report: test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20221201105228.xml 2022-12-01T10:52:28.7925773Z 2022-12-01T10:52:28.7926061Z ##[endgroup] 2022-12-01T10:52:28.7926458Z FINISHED PRINTING LOG FILE of test_jit_cuda_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_cuda_fuser_z4ko02yn) 2022-12-01T10:52:28.7926677Z 2022-12-01T10:52:28.7926844Z Running test_fx_backends ... [2022-12-01 10:52:28.787392] 2022-12-01T10:52:28.7927358Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_backends.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:52:28.787724] 2022-12-01T10:52:30.5090309Z 2022-12-01T10:52:30.5090753Z Expand the folded group to see the log file of test_fx_backends 2022-12-01T10:52:30.5091431Z ##[group]PRINTING LOG FILE of test_fx_backends (/var/lib/jenkins/workspace/test/test-reports/test_fx_backends_v_qx672k) 2022-12-01T10:52:30.5091759Z CUDA not available, skipping tests 2022-12-01T10:52:30.5092100Z 2022-12-01T10:52:30.5092175Z Running tests... 2022-12-01T10:52:30.5092575Z ---------------------------------------------------------------------- 2022-12-01T10:52:30.5092749Z 2022-12-01T10:52:30.5092945Z ---------------------------------------------------------------------- 2022-12-01T10:52:30.5093174Z Ran 0 tests in 0.000s 2022-12-01T10:52:30.5093293Z 2022-12-01T10:52:30.5093355Z OK 2022-12-01T10:52:30.5093451Z 2022-12-01T10:52:30.5093536Z Generating XML reports... 2022-12-01T10:52:30.5093925Z Test results will be stored in test-reports/python-unittest/test_fx_backends 2022-12-01T10:52:30.5094133Z 2022-12-01T10:52:30.5094362Z ##[endgroup] 2022-12-01T10:52:30.5094811Z FINISHED PRINTING LOG FILE of test_fx_backends (/var/lib/jenkins/workspace/test/test-reports/test_fx_backends_v_qx672k) 2022-12-01T10:52:30.5095031Z 2022-12-01T10:52:30.5095191Z Running test_dispatch ... [2022-12-01 10:52:30.509315] 2022-12-01T10:52:30.5098569Z Executing ['/opt/conda/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:52:30.509686] 2022-12-01T10:52:52.9954030Z 2022-12-01T10:52:52.9954572Z Expand the folded group to see the log file of test_dispatch 2022-12-01T10:52:52.9957354Z ##[group]PRINTING LOG FILE of test_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_dispatch_3acn2r6s) 2022-12-01T10:52:52.9958206Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-12-01T10:52:52.9958788Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:52:52.9959045Z 2022-12-01T10:52:52.9959163Z Running tests... 2022-12-01T10:52:52.9959669Z ---------------------------------------------------------------------- 2022-12-01T10:52:52.9960105Z test_all_invariants (__main__.TestDispatch) ... ok (0.261s) 2022-12-01T10:52:52.9960531Z test_computed_table (__main__.TestDispatch) ... ok (6.375s) 2022-12-01T10:52:52.9961048Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.010s) 2022-12-01T10:52:52.9961570Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T10:52:52.9962146Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.178s) 2022-12-01T10:52:52.9962673Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.190s) 2022-12-01T10:52:52.9963212Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (6.024s) 2022-12-01T10:52:52.9963769Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.010s) 2022-12-01T10:52:52.9964201Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.010s) 2022-12-01T10:52:52.9964650Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T10:52:52.9965082Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T10:52:52.9965436Z test_def (__main__.TestDispatch) ... ok (6.087s) 2022-12-01T10:52:52.9965793Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.012s) 2022-12-01T10:52:52.9966149Z test_def_only (__main__.TestDispatch) ... ok (0.001s) 2022-12-01T10:52:52.9966512Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.001s) 2022-12-01T10:52:52.9966865Z test_def_with_inference (__main__.TestDispatch) ... ok (0.203s) 2022-12-01T10:52:52.9967292Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T10:52:52.9967912Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.001s) 2022-12-01T10:52:52.9968414Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:52:52.9968951Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension... 2022-12-01T10:52:52.9969468Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension/build.ninja... 2022-12-01T10:52:52.9969983Z Building extension module dangling_impl_extension... 2022-12-01T10:52:52.9970322Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:52:52.9972330Z [1/2] c++ -MMD -MF dangling_impl_extension.o.d -DTORCH_EXTENSION_NAME=dangling_impl_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/dangling_impl_extension.cpp -o dangling_impl_extension.o 2022-12-01T10:52:52.9973932Z [2/2] c++ dangling_impl_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o dangling_impl_extension.so 2022-12-01T10:52:52.9974449Z Loading extension module dangling_impl_extension... 2022-12-01T10:52:52.9974774Z ok (1.315s) 2022-12-01T10:52:52.9975043Z test_impl_only (__main__.TestDispatch) ... ok (0.193s) 2022-12-01T10:52:52.9975418Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.009s) 2022-12-01T10:52:52.9975819Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.009s) 2022-12-01T10:52:52.9976204Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.009s) 2022-12-01T10:52:52.9976551Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.014s) 2022-12-01T10:52:52.9977082Z test_overwrite_math (__main__.TestDispatch) ... [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T10:52:52.9977567Z operator: __test45643__::foo 2022-12-01T10:52:52.9977811Z no debug info 2022-12-01T10:52:52.9978059Z dispatch key: (catch all) 2022-12-01T10:52:52.9978321Z previous kernel: fn1 2022-12-01T10:52:52.9978608Z new kernel: fn2 (function registerKernel) 2022-12-01T10:52:52.9979065Z [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T10:52:52.9979471Z operator: __test45644__::foo 2022-12-01T10:52:52.9979723Z no debug info 2022-12-01T10:52:52.9980169Z dispatch key: (catch all) 2022-12-01T10:52:52.9980455Z previous kernel: fn1 2022-12-01T10:52:52.9980753Z new kernel: fn2 (function registerKernel) 2022-12-01T10:52:52.9981007Z ok (0.001s) 2022-12-01T10:52:52.9981319Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:52:52.9981698Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:52:52.9982090Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:52:52.9982521Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:52:52.9982962Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:52:52.9983384Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:52:52.9983828Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.026s) 2022-12-01T10:52:52.9984087Z 2022-12-01T10:52:52.9984401Z ---------------------------------------------------------------------- 2022-12-01T10:52:52.9984735Z Ran 32 tests in 20.955s 2022-12-01T10:52:52.9985012Z 2022-12-01T10:52:52.9985084Z OK 2022-12-01T10:52:52.9985206Z 2022-12-01T10:52:52.9985323Z Generating XML reports... 2022-12-01T10:52:52.9985878Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20221201105231.xml 2022-12-01T10:52:52.9986573Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20221201105231.xml 2022-12-01T10:52:52.9986924Z 2022-12-01T10:52:52.9987375Z ##[endgroup] 2022-12-01T10:52:52.9987913Z FINISHED PRINTING LOG FILE of test_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_dispatch_3acn2r6s) 2022-12-01T10:52:52.9988232Z 2022-12-01T10:52:52.9988483Z Running test_cpp_api_parity ... [2022-12-01 10:52:52.995769] 2022-12-01T10:52:52.9989116Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:52:52.996200] 2022-12-01T10:53:04.8905412Z 2022-12-01T10:53:04.8906089Z Expand the folded group to see the log file of test_cpp_api_parity 2022-12-01T10:53:04.8907073Z ##[group]PRINTING LOG FILE of test_cpp_api_parity (/var/lib/jenkins/workspace/test/test-reports/test_cpp_api_parity_83xmiiqj) 2022-12-01T10:53:04.8908493Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:53:04.8909284Z Test results will be stored in test-reports/python-unittest/test_cpp_api_parity 2022-12-01T10:53:04.8909751Z 2022-12-01T10:53:04.8909892Z Running tests... 2022-12-01T10:53:04.8910492Z ---------------------------------------------------------------------- 2022-12-01T10:53:04.8911191Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (0.029s) 2022-12-01T10:53:04.8911786Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8912447Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8913000Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8913562Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8914204Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8914753Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8915426Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8916221Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8916977Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8917827Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8918687Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8919471Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8920269Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8921064Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8921934Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8922728Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8923538Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8958877Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8959770Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8960458Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.8961122Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8961777Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.8962410Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8962774Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:53:04.8963147Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8963487Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8963842Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8965307Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8965934Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8966605Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8967294Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8967956Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8968387Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8968742Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8969104Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8969449Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8969822Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8970189Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8970561Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8970908Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.8971267Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8971633Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.8972018Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8972369Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.8972725Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8973089Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.8973475Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8973829Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:53:04.8974192Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8974530Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8974900Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8975229Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8981989Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8982712Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8983368Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8983933Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8984519Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8985037Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8985626Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8986229Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8986692Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8987273Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8989788Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8990150Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8990513Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8990847Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8991241Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8991575Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8991909Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8992241Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8992569Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8992896Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8993212Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8993527Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8993860Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8994199Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8994534Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8994902Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8995287Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8995633Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.8995987Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8996346Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8996737Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8997213Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.8997611Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8997994Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.8998422Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8998788Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.8999120Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.8999454Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.8999779Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9000142Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9000509Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9000989Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9001453Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9002185Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9002723Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9016810Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9017448Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9018154Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9018524Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9018869Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9019185Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9019519Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:53:04.9019879Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9020431Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:53:04.9020796Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9021143Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:53:04.9021498Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9021841Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9022189Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9022508Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9022842Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9023173Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9023604Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9023979Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:53:04.9024369Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9024752Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:53:04.9025177Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9025561Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:53:04.9025946Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9026316Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9026675Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9027032Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9027387Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9027733Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9028062Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9028408Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9028766Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9029093Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9029431Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9029777Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9030142Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9030482Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9030823Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9031172Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9031518Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9031862Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9032204Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9032530Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9032834Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9033195Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9033559Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9033885Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9034213Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9034580Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9034926Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9035260Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9035617Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9035964Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9036336Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9036648Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9036962Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:53:04.9037320Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9037685Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9037999Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9038337Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9038671Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9039005Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9039349Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:53:04.9039710Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9040051Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9040384Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9040705Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9041007Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9041301Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9041623Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9042054Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9042423Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9042768Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9043117Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9043459Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9043806Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9044123Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9044435Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9044777Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9045105Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9045449Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9045841Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9046163Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:53:04.9046457Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9046803Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9047162Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9047541Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9047888Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9048221Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T10:53:04.9048527Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.038s) 2022-12-01T10:53:04.9048863Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9049222Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9049555Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:53:04.9049907Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9050579Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9050885Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9051234Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9051588Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9051889Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9052214Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9052535Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9052846Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9053164Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9053484Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9053804Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9054120Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9054435Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9054753Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9055063Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9055388Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9055707Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9056627Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/conv.py:310: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T10:53:04.9057252Z self.padding, self.dilation, self.groups) 2022-12-01T10:53:04.9057448Z ok (0.012s) 2022-12-01T10:53:04.9057711Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9058105Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9058429Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9058776Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9059110Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9059469Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9059796Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9060336Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9060686Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9061045Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9061365Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9061689Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9062009Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9062331Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9062660Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9063006Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9063324Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9063620Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9063969Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9064321Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9064638Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9064955Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9065291Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9065640Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9065969Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9066319Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9066661Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9067003Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9067339Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9067703Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9068041Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9068356Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9068673Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9068995Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9069378Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9069702Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9070023Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9070343Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9070708Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9071025Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9071359Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9071703Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9072028Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9072355Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9072675Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9073007Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9073328Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9073682Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9074028Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9074373Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9074704Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9075029Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9075351Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9075669Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9075999Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9076348Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9076665Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9076946Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9077274Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9077609Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:53:04.9077953Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9078303Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9078616Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9078938Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9079257Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9079598Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9079925Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9080237Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9080584Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9080908Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9081226Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:53:04.9081544Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9081976Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:53:04.9082323Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9082652Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:53:04.9082966Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9083309Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9083668Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9083990Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9084314Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9084644Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9084987Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9085305Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9085634Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9085967Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9086305Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9086640Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9086976Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9087313Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9087656Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9088000Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9088347Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9088687Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9089021Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9089355Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:53:04.9089687Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9090011Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9090367Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9090714Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9091062Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9091394Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:53:04.9091770Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9092115Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:53:04.9092442Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9092787Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:53:04.9093140Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9093517Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9093860Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9094218Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9094587Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9094963Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9095344Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9095728Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9096118Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9096500Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9096869Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9097228Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9097548Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9097883Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9098237Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9098606Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9098991Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9099374Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9099782Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:53:04.9101580Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9101996Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9102403Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9102817Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9103228Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9103612Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9103964Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9104400Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9104788Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9105186Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9105585Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9106030Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9106427Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9106810Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9107190Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9107556Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9107915Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9108280Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9108677Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9109079Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9109492Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9109896Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9110314Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9110742Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9111187Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9111576Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9111941Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9112314Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9112699Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9113082Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9113493Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9113883Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9114263Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9114622Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9114983Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9115375Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9115756Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9116124Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9116464Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9116841Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9117179Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9117537Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9117886Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9118241Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9118569Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9118896Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9119205Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9119508Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9119803Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9120123Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9120433Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9120732Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9121096Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9121436Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9121773Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9122180Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9122540Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9122882Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9123213Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9123554Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9123922Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9124273Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9124602Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9124939Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9125277Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9125606Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9125962Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9126318Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9126683Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9127023Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9127360Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9127691Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9128015Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9128356Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9128676Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9129010Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9129313Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9129618Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9129929Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9130252Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9130570Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9130909Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9131249Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9131587Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9131935Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9132300Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9132670Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9133045Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9133443Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9133869Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:53:04.9134257Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9134604Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9134972Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9135354Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9135750Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9136159Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:53:04.9136556Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:53:04.9136925Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9137281Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9137628Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9138030Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9138415Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9138799Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9139218Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:53:04.9139636Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9140140Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9140501Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9140883Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9141281Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9141703Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:53:04.9142052Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9142359Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9142667Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9142991Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9143287Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9143588Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9143892Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9144189Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9144508Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9144819Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9145162Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9145512Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9145852Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:53:04.9146215Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9146555Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9146900Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9147246Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9147594Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9147924Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9148265Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9148619Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:53:04.9148986Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9149389Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9149734Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9150078Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9150410Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9150800Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:53:04.9151171Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9151513Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9151832Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9152162Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9152504Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9152814Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9153133Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9153457Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9153794Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9154122Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9154472Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9154828Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9155187Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9155556Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:53:04.9155950Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9156346Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:53:04.9156726Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9157116Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:53:04.9157512Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9157884Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9158247Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9158630Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9158953Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9159276Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9159597Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9159937Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9160290Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9160662Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9161029Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9161401Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9161786Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9162231Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9162564Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9162902Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9163258Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9163603Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9163967Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9164340Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9164725Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9165071Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9165404Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9165743Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9166085Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9166440Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9166802Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9167175Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9167547Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9168530Z test_torch_nn_KLDivLoss (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:53:04.9169220Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:53:04.9170173Z /var/lib/jenkins/workspace/test/cpp_api_parity/module_impl_check.py:149: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/loss.h:57.) 2022-12-01T10:53:04.9170867Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-12-01T10:53:04.9171120Z ok (0.008s) 2022-12-01T10:53:04.9171389Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9171722Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9172103Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9172430Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9172767Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9173113Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9173485Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9173811Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9174122Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9174436Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9174750Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9175074Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9175393Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9175718Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9176047Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9176377Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9176703Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9177015Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9177328Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9177642Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9177971Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9178303Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9178672Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9179037Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9179404Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9179772Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9180273Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9180639Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9180990Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9181353Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.064s) 2022-12-01T10:53:04.9181720Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9182090Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9182445Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9182780Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9183094Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9183465Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9183811Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9184159Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9184517Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9184893Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9185247Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9185573Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9185886Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9186193Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9186535Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9186866Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9187179Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9187514Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9187867Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9188223Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9188582Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9188950Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:53:04.9189327Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9189671Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9189983Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9190307Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9190647Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9190956Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9191272Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9191601Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9191958Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9192297Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9192657Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9193005Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9193339Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9193665Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9193976Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9194289Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.029s) 2022-12-01T10:53:04.9194602Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9194953Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9195281Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9195598Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9195938Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9196316Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9196678Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9197033Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9197409Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9197779Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9198154Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9198508Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9198882Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9199224Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9199532Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9199853Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9200187Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9200540Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9200864Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9201197Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9201533Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9201934Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9202249Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9202579Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9202919Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9218126Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9218503Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9218839Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9219155Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9219459Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9219787Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9220291Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9220631Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9220984Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9221513Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9221885Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9222267Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9222656Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9223047Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9223474Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9223847Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9224223Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9224605Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9224993Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9225383Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9225781Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9226185Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9226578Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9226963Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9227356Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9227748Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9228106Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9228406Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9228750Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9229114Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9229444Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9229798Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9230143Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9230488Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9230820Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9231174Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9231505Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9231783Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9232101Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9232431Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9232776Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9233127Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9233466Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9233816Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9234124Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9234453Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9234813Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9235152Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9235476Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9235819Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9236178Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:53:04.9236540Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9236886Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:53:04.9237249Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9237608Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.010s) 2022-12-01T10:53:04.9237952Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9238285Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9238618Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9238963Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9239306Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9239661Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9240029Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9240368Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9240671Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9240997Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9241338Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9241648Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9242048Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9242373Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9242717Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9243030Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:53:04.9243345Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9243670Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:53:04.9244000Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9244330Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9244691Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9245020Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9245335Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9245709Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9246106Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9246478Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9246843Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9247192Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9247559Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9247918Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9248303Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9248654Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9248985Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9249298Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9249635Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9249977Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9250337Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9250683Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9251058Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9251421Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9251769Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9252134Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9252511Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9252853Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9253159Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:53:04.9253484Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9253829Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:53:04.9254175Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9254521Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:53:04.9254849Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9255127Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9255422Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9255761Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9256085Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9256423Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9256720Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9257040Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9257395Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9257703Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9258057Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9258406Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9258766Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9259128Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9259463Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:53:04.9259782Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:53:04.9260268Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9260644Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9260991Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9261360Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9261697Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:53:04.9262014Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.046s) 2022-12-01T10:53:04.9262372Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9262747Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9263078Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:53:04.9263446Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9263790Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9264100Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9264451Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9264805Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9265165Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9265525Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9265865Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9266192Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:53:04.9266540Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9266913Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9267265Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9267688Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9268026Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:53:04.9268352Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.027s) 2022-12-01T10:53:04.9268716Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9269127Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9269463Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:53:04.9269831Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9270164Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9270460Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9270770Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9271097Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9271431Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9271772Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9272136Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.011s) 2022-12-01T10:53:04.9272500Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9272825Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:53:04.9273117Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9273431Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9273753Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9274056Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9274371Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9274690Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9275020Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9275330Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9275654Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9275982Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9276311Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9276640Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9276977Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9277347Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.009s) 2022-12-01T10:53:04.9277717Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9278097Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:53:04.9278474Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9278878Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.008s) 2022-12-01T10:53:04.9279240Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9279569Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9279858Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:53:04.9280162Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9280516Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9280861Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9281212Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9281523Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9281928Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9282259Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9282575Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9282896Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9283209Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9283534Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9283851Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9284185Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9284523Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9284838Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9285164Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9285482Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9285780Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9286090Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9286425Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9286771Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9287121Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9287474Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9287835Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9288151Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9288463Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9288786Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9289124Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9289464Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9289804Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9290131Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9290483Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9290787Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9291117Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9291431Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9291735Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9292087Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9292407Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9292729Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9293034Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9293366Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9293703Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9294041Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9294371Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9294713Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9295067Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9295421Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9295776Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9296161Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.050s) 2022-12-01T10:53:04.9296566Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9296952Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.050s) 2022-12-01T10:53:04.9297354Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9297755Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.037s) 2022-12-01T10:53:04.9298156Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9298541Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.038s) 2022-12-01T10:53:04.9298941Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9299318Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.159s) 2022-12-01T10:53:04.9299682Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9300213Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9300600Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9300978Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9301353Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9301709Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9302134Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9302488Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9302819Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9303139Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9303491Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9303815Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9304137Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9304460Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9304763Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:53:04.9305091Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9305444Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9305779Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9306134Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9306473Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9306816Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9307163Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:53:04.9307518Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9307868Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9308239Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9308610Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:53:04.9308973Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9309357Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9309744Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9310541Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-12-01T10:53:04.9311017Z warnings.warn(warning.format(ret)) 2022-12-01T10:53:04.9311202Z ok (0.006s) 2022-12-01T10:53:04.9311502Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9311888Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:53:04.9312264Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9312656Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9313114Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9313550Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9313945Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9314346Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9314737Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9315136Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9315478Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9315839Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9316203Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9316565Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9316947Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9317323Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9317701Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9318077Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9318480Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9318874Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:53:04.9319269Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9319640Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9320025Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9320414Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9320749Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9321107Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9321494Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9321935Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9322307Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9322653Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:53:04.9323011Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9323373Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9323728Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9324116Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9324518Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9324948Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9325337Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9325731Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9326128Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9326550Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9326933Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9327338Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9327749Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9328166Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9328580Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9328985Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9329368Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9329754Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9330131Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9330511Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9330892Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9331255Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9331638Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9332027Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9332423Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9332784Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9333148Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9333520Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9333905Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9334274Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9334655Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9335023Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9335385Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9335772Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9336163Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9336541Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9336923Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9337306Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9337662Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9338032Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9338398Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9338771Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9339142Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9339529Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9339914Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9340530Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9340934Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9341324Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9341708Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9342073Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9342442Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9342804Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9343163Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9343523Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9343890Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9344251Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9344603Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9344965Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9345333Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9345687Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9346049Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9346411Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9346777Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9347176Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9347544Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9347912Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9348292Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9348682Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9349040Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9349402Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9349757Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9350127Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9350510Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9350876Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9351232Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9351598Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9351971Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9352340Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9352694Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9353077Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9353463Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9353847Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9354215Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9354608Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:53:04.9355017Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9355421Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9355800Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9356235Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9356679Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9357069Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9357460Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9357895Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9358311Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9358679Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9359037Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9359443Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9359830Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9360200Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:53:04.9360585Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9360980Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:53:04.9361385Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9361775Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9362248Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9362683Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9362891Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9363064Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9363249Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9363459Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9363640Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9363804Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9363978Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9364178Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9364368Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9364564Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9364758Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9364925Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9365106Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9365299Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9365491Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9365688Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9365882Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9366041Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9366228Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9366438Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9366633Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9366793Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9366983Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9367149Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9367352Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9367521Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9367722Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9367880Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9368064Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9368234Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9368431Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9368598Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9368779Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9368949Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:53:04.9369142Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9369310Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9369502Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9369673Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9369867Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9370033Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9370225Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9370379Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9370572Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9370734Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9370953Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9371129Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9371328Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9371497Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:53:04.9371712Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:53:04.9371922Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9372118Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9372277Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9372460Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:53:04.9372668Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9372862Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9373020Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9373200Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9373349Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:53:04.9373525Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9373681Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:53:04.9373852Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9374007Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9374192Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9374348Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9374535Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9374702Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9374897Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9375080Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9375289Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9375443Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9375641Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9375824Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.004s) 2022-12-01T10:53:04.9376015Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9376201Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:53:04.9376398Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:53:04.9376557Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9376750Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:53:04.9376977Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.004s) 2022-12-01T10:53:04.9377175Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:53:04.9377317Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:53:04.9377500Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9377660Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.006s) 2022-12-01T10:53:04.9377853Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:53:04.9378008Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9378190Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9378354Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9378551Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:53:04.9378714Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.005s) 2022-12-01T10:53:04.9378891Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:53:04.9378901Z 2022-12-01T10:53:04.9379145Z ---------------------------------------------------------------------- 2022-12-01T10:53:04.9379225Z Ran 1100 tests in 5.716s 2022-12-01T10:53:04.9379231Z 2022-12-01T10:53:04.9379331Z OK (skipped=550, expected failures=17) 2022-12-01T10:53:04.9379336Z 2022-12-01T10:53:04.9379422Z Generating XML reports... 2022-12-01T10:53:04.9379740Z Generated XML report: test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20221201105258.xml 2022-12-01T10:53:04.9379745Z 2022-12-01T10:53:04.9380319Z ##[endgroup] 2022-12-01T10:53:04.9380628Z FINISHED PRINTING LOG FILE of test_cpp_api_parity (/var/lib/jenkins/workspace/test/test-reports/test_cpp_api_parity_83xmiiqj) 2022-12-01T10:53:04.9380634Z 2022-12-01T10:53:04.9380806Z Running test_namedtuple_return_api ... [2022-12-01 10:53:04.892587] 2022-12-01T10:53:04.9381164Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:53:04.892928] 2022-12-01T10:53:07.6540947Z 2022-12-01T10:53:07.6541419Z Expand the folded group to see the log file of test_namedtuple_return_api 2022-12-01T10:53:07.6542778Z ##[group]PRINTING LOG FILE of test_namedtuple_return_api (/var/lib/jenkins/workspace/test/test-reports/test_namedtuple_return_api_k9byvykb) 2022-12-01T10:53:07.6543833Z Test results will be stored in test-reports/python-unittest/test_namedtuple_return_api 2022-12-01T10:53:07.6544201Z 2022-12-01T10:53:07.6544334Z Running tests... 2022-12-01T10:53:07.6544877Z ---------------------------------------------------------------------- 2022-12-01T10:53:07.6545446Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.229s) 2022-12-01T10:53:07.6546495Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... test_namedtuple_return_api.py:149: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:53:07.6547374Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:53:07.6547772Z Q, R = torch.qr(A, some) 2022-12-01T10:53:07.6548100Z should be replaced with 2022-12-01T10:53:07.6548984Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T10:53:07.6549695Z ret1 = func(a, *op.input) 2022-12-01T10:53:07.6550168Z test_namedtuple_return_api.py:155: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:53:07.6550619Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:53:07.6550869Z Q, R = torch.qr(A, some) 2022-12-01T10:53:07.6551049Z should be replaced with 2022-12-01T10:53:07.6551533Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2367.) 2022-12-01T10:53:07.6552056Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-12-01T10:53:07.6552654Z test_namedtuple_return_api.py:149: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:53:07.6553321Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:53:07.6553643Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:53:07.6553848Z should be replaced with 2022-12-01T10:53:07.6554129Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:53:07.6554342Z and 2022-12-01T10:53:07.6554528Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:53:07.6554726Z should be replaced with 2022-12-01T10:53:07.6555193Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:53:07.6555528Z ret1 = func(a, *op.input) 2022-12-01T10:53:07.6555874Z test_namedtuple_return_api.py:155: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:53:07.6556310Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:53:07.6556627Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:53:07.6556829Z should be replaced with 2022-12-01T10:53:07.6557103Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:53:07.6557312Z and 2022-12-01T10:53:07.6557499Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:53:07.6557696Z should be replaced with 2022-12-01T10:53:07.6558155Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2824.) 2022-12-01T10:53:07.6558513Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-12-01T10:53:07.6558898Z test_namedtuple_return_api.py:149: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:53:07.6559332Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:53:07.6559628Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:53:07.6559842Z should be replaced with 2022-12-01T10:53:07.6560169Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:53:07.6560493Z ret1 = func(a, *op.input) 2022-12-01T10:53:07.6560866Z test_namedtuple_return_api.py:149: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:53:07.6561229Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:53:07.6561487Z should be replaced with 2022-12-01T10:53:07.6561720Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:53:07.6562122Z and 2022-12-01T10:53:07.6562345Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:53:07.6562574Z should be replaced with 2022-12-01T10:53:07.6562932Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T10:53:07.6563313Z ret1 = func(a, *op.input) 2022-12-01T10:53:07.6563480Z ok (0.018s) 2022-12-01T10:53:07.6563716Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.349s) 2022-12-01T10:53:07.6563885Z 2022-12-01T10:53:07.6564094Z ---------------------------------------------------------------------- 2022-12-01T10:53:07.6564324Z Ran 3 tests in 1.597s 2022-12-01T10:53:07.6564437Z 2022-12-01T10:53:07.6564499Z OK 2022-12-01T10:53:07.6564588Z 2022-12-01T10:53:07.6564672Z Generating XML reports... 2022-12-01T10:53:07.6565112Z Generated XML report: test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20221201105305.xml 2022-12-01T10:53:07.6565347Z 2022-12-01T10:53:07.6565621Z ##[endgroup] 2022-12-01T10:53:07.6566038Z FINISHED PRINTING LOG FILE of test_namedtuple_return_api (/var/lib/jenkins/workspace/test/test-reports/test_namedtuple_return_api_k9byvykb) 2022-12-01T10:53:07.6566271Z 2022-12-01T10:53:07.6566437Z Running test_jit_disabled ... [2022-12-01 10:53:07.654667] 2022-12-01T10:53:07.6566895Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:53:07.655087] 2022-12-01T10:53:09.1952706Z 2022-12-01T10:53:09.1953440Z Expand the folded group to see the log file of test_jit_disabled 2022-12-01T10:53:09.1954470Z ##[group]PRINTING LOG FILE of test_jit_disabled (/var/lib/jenkins/workspace/test/test-reports/test_jit_disabled_ze50eku8) 2022-12-01T10:53:09.1955312Z Test results will be stored in test-reports/python-unittest/test_jit_disabled 2022-12-01T10:53:09.1955605Z 2022-12-01T10:53:09.1955723Z Running tests... 2022-12-01T10:53:09.1956216Z ---------------------------------------------------------------------- 2022-12-01T10:53:09.1956848Z test_attribute (__main__.TestJitDisabled) ... ok (0.274s) 2022-12-01T10:53:09.1957264Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.044s) 2022-12-01T10:53:09.1957756Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.042s) 2022-12-01T10:53:09.1958028Z 2022-12-01T10:53:09.1958387Z ---------------------------------------------------------------------- 2022-12-01T10:53:09.1958763Z Ran 3 tests in 0.361s 2022-12-01T10:53:09.1958928Z 2022-12-01T10:53:09.1959030Z OK 2022-12-01T10:53:09.1959172Z 2022-12-01T10:53:09.1959283Z Generating XML reports... 2022-12-01T10:53:09.1959962Z Generated XML report: test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20221201105308.xml 2022-12-01T10:53:09.1960342Z 2022-12-01T10:53:09.1960771Z ##[endgroup] 2022-12-01T10:53:09.1961353Z FINISHED PRINTING LOG FILE of test_jit_disabled (/var/lib/jenkins/workspace/test/test-reports/test_jit_disabled_ze50eku8) 2022-12-01T10:53:09.1961653Z 2022-12-01T10:53:09.1962206Z Running test_multiprocessing_spawn ... [2022-12-01 10:53:09.195497] 2022-12-01T10:53:09.1963069Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:53:09.195917] 2022-12-01T10:53:10.6324123Z 2022-12-01T10:53:10.6324738Z Expand the folded group to see the log file of test_multiprocessing_spawn 2022-12-01T10:53:10.6325889Z ##[group]PRINTING LOG FILE of test_multiprocessing_spawn (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_spawn_x25b0jt3) 2022-12-01T10:53:10.6326986Z Test results will be stored in test-reports/python-unittest/test_multiprocessing_spawn 2022-12-01T10:53:10.6327333Z 2022-12-01T10:53:10.6327470Z Running tests... 2022-12-01T10:53:10.6328191Z ---------------------------------------------------------------------- 2022-12-01T10:53:10.6328681Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.228s) 2022-12-01T10:53:10.6329113Z test_exception_all (__main__.ForkTest) ... ok (0.024s) 2022-12-01T10:53:10.6330371Z test_exception_single (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75409 for platform(s) asan, linux. 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.001s) 2022-12-01T10:53:10.6332305Z test_first_argument_index (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76009 for platform(s) linux. 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.001s) 2022-12-01T10:53:10.6334029Z test_success (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76061 for platform(s) linux. 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.000s) 2022-12-01T10:53:10.6335765Z test_success_first_then_exception (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73340 for platform(s) linux. 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.001s) 2022-12-01T10:53:10.6337251Z test_success_non_blocking (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81280 for platform(s) linux. 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.001s) 2022-12-01T10:53:10.6338675Z test_terminate_exit (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81389 for platform(s) linux. 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.001s) 2022-12-01T10:53:10.6340330Z test_terminate_signal (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72927 for platform(s) linux. 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.001s) 2022-12-01T10:53:10.6341769Z test_exception_all (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74223 for platform(s) linux. 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.000s) 2022-12-01T10:53:10.6343193Z test_exception_raises (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83499 for platform(s) linux. 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.000s) 2022-12-01T10:53:10.6344770Z test_exception_single (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/78982 for platform(s) linux. 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.000s) 2022-12-01T10:53:10.6346211Z test_first_argument_index (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73266 for platform(s) linux. 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.001s) 2022-12-01T10:53:10.6346926Z test_signal_raises (__main__.SpawnTest) ... ok (0.009s) 2022-12-01T10:53:10.6348054Z test_success (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72298 for allplatform(s) . 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.001s) 2022-12-01T10:53:10.6349509Z test_success_first_then_exception (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72625 for platform(s) linux. 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.001s) 2022-12-01T10:53:10.6350963Z test_success_non_blocking (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72926 for platform(s) linux. 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.001s) 2022-12-01T10:53:10.6352415Z test_terminate_exit (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72624 for platform(s) linux. 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.001s) 2022-12-01T10:53:10.6353816Z test_terminate_signal (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73341 for platform(s) linux. 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.001s) 2022-12-01T10:53:10.6354394Z 2022-12-01T10:53:10.6354653Z ---------------------------------------------------------------------- 2022-12-01T10:53:10.6355007Z Ran 19 tests in 0.271s 2022-12-01T10:53:10.6355161Z 2022-12-01T10:53:10.6355262Z OK (skipped=16) 2022-12-01T10:53:10.6355410Z 2022-12-01T10:53:10.6355507Z Generating XML reports... 2022-12-01T10:53:10.6356060Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20221201105310.xml 2022-12-01T10:53:10.6356758Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20221201105310.xml 2022-12-01T10:53:10.6357447Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20221201105310.xml 2022-12-01T10:53:10.6357746Z 2022-12-01T10:53:10.6358116Z ##[endgroup] 2022-12-01T10:53:10.6358734Z FINISHED PRINTING LOG FILE of test_multiprocessing_spawn (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_spawn_x25b0jt3) 2022-12-01T10:53:10.6359069Z 2022-12-01T10:53:10.6359310Z Running test_show_pickle ... [2022-12-01 10:53:10.632946] 2022-12-01T10:53:10.6359973Z Executing ['/opt/conda/bin/python', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:53:10.633376] 2022-12-01T10:53:12.0196333Z 2022-12-01T10:53:12.0196946Z Expand the folded group to see the log file of test_show_pickle 2022-12-01T10:53:12.0197855Z ##[group]PRINTING LOG FILE of test_show_pickle (/var/lib/jenkins/workspace/test/test-reports/test_show_pickle_pc6va4x_) 2022-12-01T10:53:12.0198581Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-12-01T10:53:12.0198771Z 2022-12-01T10:53:12.0198847Z Running tests... 2022-12-01T10:53:12.0199149Z ---------------------------------------------------------------------- 2022-12-01T10:53:12.0199499Z test_scripted_model (__main__.TestShowPickle) ... ok (0.237s) 2022-12-01T10:53:12.0199697Z 2022-12-01T10:53:12.0199909Z ---------------------------------------------------------------------- 2022-12-01T10:53:12.0200204Z Ran 1 test in 0.237s 2022-12-01T10:53:12.0200496Z 2022-12-01T10:53:12.0200608Z OK 2022-12-01T10:53:12.0200722Z 2022-12-01T10:53:12.0200810Z Generating XML reports... 2022-12-01T10:53:12.0201244Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20221201105311.xml 2022-12-01T10:53:12.0201478Z 2022-12-01T10:53:12.0201703Z ##[endgroup] 2022-12-01T10:53:12.0202170Z FINISHED PRINTING LOG FILE of test_show_pickle (/var/lib/jenkins/workspace/test/test-reports/test_show_pickle_pc6va4x_) 2022-12-01T10:53:12.0202389Z 2022-12-01T10:53:12.0202593Z Running test_cpp_extensions_aot_no_ninja ... [2022-12-01 10:53:12.019873] 2022-12-01T10:53:13.1286983Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:53:13.2137526Z running install 2022-12-01T10:53:13.2138494Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T10:53:13.2138939Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T10:53:13.2242294Z running build 2022-12-01T10:53:13.2242665Z running build_py 2022-12-01T10:53:13.2302812Z creating build 2022-12-01T10:53:13.2303445Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T10:53:13.2304066Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T10:53:13.2304658Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T10:53:13.2305713Z running build_ext 2022-12-01T10:53:13.2319370Z building 'torch_test_cpp_extension.cpp' extension 2022-12-01T10:53:13.2320166Z creating build/temp.linux-x86_64-cpython-37 2022-12-01T10:53:13.2323274Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c extension.cpp -o build/temp.linux-x86_64-cpython-37/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T10:53:14.2444307Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:53:14.2446398Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-12-01T10:53:14.2447126Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-12-01T10:53:14.2447763Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-12-01T10:53:14.2448126Z from extension.cpp:1: 2022-12-01T10:53:14.2448950Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-12-01T10:53:14.2449474Z extension.cpp:36:53: required from here 2022-12-01T10:53:14.2450567Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than the type of its field ‘pybind11::class_::’ [-Wattributes] 2022-12-01T10:53:14.2451305Z class class_ : public detail::generic_type { 2022-12-01T10:53:14.2451810Z ^~~~~~ 2022-12-01T10:53:14.2452845Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes] 2022-12-01T10:53:14.2454733Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-12-01T10:53:14.5402877Z building 'torch_test_cpp_extension.ort' extension 2022-12-01T10:53:14.5405656Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c ort_extension.cpp -o build/temp.linux-x86_64-cpython-37/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T10:53:15.5436126Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:53:15.5446431Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-12-01T10:53:15.8332737Z building 'torch_test_cpp_extension.rng' extension 2022-12-01T10:53:15.8335494Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c rng_extension.cpp -o build/temp.linux-x86_64-cpython-37/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T10:53:16.9307223Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:53:16.9307732Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-12-01T10:53:16.9308170Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-12-01T10:53:16.9308594Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-12-01T10:53:16.9309090Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-12-01T10:53:16.9309392Z from rng_extension.cpp:6: 2022-12-01T10:53:16.9309835Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:976:0: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-12-01T10:53:16.9310147Z # pragma unroll 2022-12-01T10:53:16.9310301Z 2022-12-01T10:53:16.9316423Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-12-01T10:53:17.2365047Z running install_lib 2022-12-01T10:53:17.2417636Z creating install 2022-12-01T10:53:17.2418161Z creating install/opt 2022-12-01T10:53:17.2418497Z creating install/opt/conda 2022-12-01T10:53:17.2418829Z creating install/opt/conda/lib 2022-12-01T10:53:17.2419195Z creating install/opt/conda/lib/python3.7 2022-12-01T10:53:17.2419832Z creating install/opt/conda/lib/python3.7/site-packages 2022-12-01T10:53:17.2421176Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T10:53:17.2422111Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/__init__.py -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T10:53:17.2423192Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T10:53:17.2484363Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T10:53:17.2546422Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T10:53:17.2614548Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-12-01T10:53:17.2615631Z running install_egg_info 2022-12-01T10:53:17.2731933Z running egg_info 2022-12-01T10:53:17.2732318Z creating torch_test_cpp_extension.egg-info 2022-12-01T10:53:17.2771794Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-12-01T10:53:17.2773937Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-12-01T10:53:17.2776919Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-12-01T10:53:17.2777361Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T10:53:17.2818746Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T10:53:17.2824755Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T10:53:17.2825832Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info 2022-12-01T10:53:17.2829627Z running install_scripts 2022-12-01T10:53:18.6993194Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:53:18.7239536Z running install 2022-12-01T10:53:18.7240667Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T10:53:18.7241442Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T10:53:18.7344284Z running build 2022-12-01T10:53:18.7344596Z running build_ext 2022-12-01T10:53:18.7740502Z building 'no_python_abi_suffix_test' extension 2022-12-01T10:53:18.7740885Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-12-01T10:53:18.7741407Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37 2022-12-01T10:53:18.8102597Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T10:53:18.8103842Z Compiling objects... 2022-12-01T10:53:18.8104066Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:53:18.8775059Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T10:53:18.8776802Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:53:18.8825330Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T10:53:18.8826891Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so 2022-12-01T10:53:19.0364167Z running install_lib 2022-12-01T10:53:19.0416133Z creating install 2022-12-01T10:53:19.0416454Z creating install/opt 2022-12-01T10:53:19.0417346Z creating install/opt/conda 2022-12-01T10:53:19.0417734Z creating install/opt/conda/lib 2022-12-01T10:53:19.0418153Z creating install/opt/conda/lib/python3.7 2022-12-01T10:53:19.0418706Z creating install/opt/conda/lib/python3.7/site-packages 2022-12-01T10:53:19.0419143Z copying build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.7/site-packages 2022-12-01T10:53:19.0423857Z running install_egg_info 2022-12-01T10:53:19.0539114Z running egg_info 2022-12-01T10:53:19.0539707Z creating no_python_abi_suffix_test.egg-info 2022-12-01T10:53:19.0578881Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-12-01T10:53:19.0581862Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-12-01T10:53:19.0584371Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-12-01T10:53:19.0585541Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T10:53:19.0627903Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T10:53:19.0633605Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T10:53:19.0635011Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info 2022-12-01T10:53:19.0639434Z running install_scripts 2022-12-01T10:53:19.3418630Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:53:19.341390] 2022-12-01T10:53:21.1972276Z 2022-12-01T10:53:21.1972874Z Expand the folded group to see the log file of test_cpp_extensions_aot_no_ninja 2022-12-01T10:53:21.1974003Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_no_ninja_e_ktdzlo) 2022-12-01T10:53:21.1974709Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_no_ninja 2022-12-01T10:53:21.1975110Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:53:21.1975313Z 2022-12-01T10:53:21.1975389Z Running tests... 2022-12-01T10:53:21.1975884Z ---------------------------------------------------------------------- 2022-12-01T10:53:21.1976308Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.012s) 2022-12-01T10:53:21.1976969Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T10:53:21.1977557Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T10:53:21.1977953Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T10:53:21.1978405Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T10:53:21.1978745Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:53:21.1979109Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:53:21.1979427Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:53:21.1979743Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T10:53:21.1980234Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-12-01T10:53:21.1980503Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T10:53:21.1980765Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-12-01T10:53:21.1981069Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T10:53:21.1981348Z test_rng (__main__.TestRNGExtension) ... ok (0.003s) 2022-12-01T10:53:21.1981618Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-12-01T10:53:21.1981826Z 2022-12-01T10:53:21.1982128Z ---------------------------------------------------------------------- 2022-12-01T10:53:21.1982373Z Ran 15 tests in 0.033s 2022-12-01T10:53:21.1982490Z 2022-12-01T10:53:21.1982550Z OK (skipped=5) 2022-12-01T10:53:21.1982657Z 2022-12-01T10:53:21.1982739Z Generating XML reports... 2022-12-01T10:53:21.1983199Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20221201105320.xml 2022-12-01T10:53:21.1983754Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20221201105320.xml 2022-12-01T10:53:21.1984289Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20221201105320.xml 2022-12-01T10:53:21.1984836Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20221201105320.xml 2022-12-01T10:53:21.1985076Z 2022-12-01T10:53:21.1985332Z ##[endgroup] 2022-12-01T10:53:21.1985755Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_no_ninja_e_ktdzlo) 2022-12-01T10:53:21.1986001Z 2022-12-01T10:53:21.1986176Z Running test_cuda_primary_ctx ... [2022-12-01 10:53:21.197694] 2022-12-01T10:53:21.1986690Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:53:21.198059] 2022-12-01T10:53:22.2556371Z 2022-12-01T10:53:22.2557947Z Expand the folded group to see the log file of test_cuda_primary_ctx 2022-12-01T10:53:22.2558969Z ##[group]PRINTING LOG FILE of test_cuda_primary_ctx (/var/lib/jenkins/workspace/test/test-reports/test_cuda_primary_ctx_i7zzo667) 2022-12-01T10:53:22.2559315Z CUDA not available, skipping tests 2022-12-01T10:53:22.2559449Z 2022-12-01T10:53:22.2559671Z ##[endgroup] 2022-12-01T10:53:22.2560165Z FINISHED PRINTING LOG FILE of test_cuda_primary_ctx (/var/lib/jenkins/workspace/test/test-reports/test_cuda_primary_ctx_i7zzo667) 2022-12-01T10:53:22.2560466Z 2022-12-01T10:53:22.2560792Z Running test_cuda_trace ... [2022-12-01 10:53:22.255881] 2022-12-01T10:53:22.2564523Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:53:22.256231] 2022-12-01T10:53:23.3289712Z 2022-12-01T10:53:23.3290529Z Expand the folded group to see the log file of test_cuda_trace 2022-12-01T10:53:23.3291394Z ##[group]PRINTING LOG FILE of test_cuda_trace (/var/lib/jenkins/workspace/test/test-reports/test_cuda_trace_0htucx0i) 2022-12-01T10:53:23.3291730Z CUDA not available, skipping tests 2022-12-01T10:53:23.3291867Z 2022-12-01T10:53:23.3292080Z ##[endgroup] 2022-12-01T10:53:23.3292602Z FINISHED PRINTING LOG FILE of test_cuda_trace (/var/lib/jenkins/workspace/test/test-reports/test_cuda_trace_0htucx0i) 2022-12-01T10:53:23.3292938Z 2022-12-01T10:53:23.3293745Z Running doctests ... [2022-12-01 10:53:23.329204] 2022-12-01T10:53:23.3690524Z Start doctest_module('/opt/conda/lib/python3.7/site-packages/torch') 2022-12-01T10:53:23.3690809Z Listing tests 2022-12-01T10:53:26.3963572Z msg = Cannot scrape callname=DiagnosticEngine in modpath=/opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/diagnostics/infra/engine.py line=13. 2022-12-01T10:53:26.3964436Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-12-01T10:53:26.3964917Z A generic diagnostic engine based on SARIF. 2022-12-01T10:53:26.3965151Z 2022-12-01T10:53:26.3965441Z This class is the main interface for diagnostics. It manages the creation of diagnostic contexts. 2022-12-01T10:53:26.3966048Z A DiagnosticContext provides the entry point for recording Diagnostics. 2022-12-01T10:53:26.3966605Z Each DiagnosticContext is powered by a DiagnosticTool, which can be customized with 2022-12-01T10:53:26.3966902Z custom RuleCollection and Diagnostic type. 2022-12-01T10:53:26.3967201Z See infra.DiagnosticContext and infra.DiagnosticTool for more details. 2022-12-01T10:53:26.3967369Z 2022-12-01T10:53:26.3967439Z Examples: 2022-12-01T10:53:26.3967626Z Step 1: Create a set of rules. 2022-12-01T10:53:26.3967865Z >>> rules = infra.RuleCollection.from_list( 2022-12-01T10:53:26.3968093Z ... "CustomRuleCollection", 2022-12-01T10:53:26.3968286Z ... [ 2022-12-01T10:53:26.3968460Z ... infra.Rule( 2022-12-01T10:53:26.3968631Z ... id="r1", 2022-12-01T10:53:26.3968878Z ... name="rule-1", 2022-12-01T10:53:26.3969104Z ... message_default_template="Mising xxx", 2022-12-01T10:53:26.3969310Z ... ), 2022-12-01T10:53:26.3969462Z ... ], 2022-12-01T10:53:26.3969623Z ... ) 2022-12-01T10:53:26.3969722Z 2022-12-01T10:53:26.3969818Z Step 2: Create a diagnostic tool. 2022-12-01T10:53:26.3970031Z >>> tool = infra.DiagnosticTool( 2022-12-01T10:53:26.3970234Z ... name="tool", 2022-12-01T10:53:26.3970420Z ... version="1.0.0", 2022-12-01T10:53:26.3970591Z ... rules=rules, 2022-12-01T10:53:26.3970758Z ... ) 2022-12-01T10:53:26.3970857Z 2022-12-01T10:53:26.3970955Z Step 3: Create a diagnostic engine. 2022-12-01T10:53:26.3971163Z >>> engine = DiagnosticEngine() 2022-12-01T10:53:26.3971290Z 2022-12-01T10:53:26.3971392Z Step 4: Start a new diagnostic context. 2022-12-01T10:53:26.3971648Z >>> with engine.start_diagnostic_context(tool) as context: 2022-12-01T10:53:26.3971807Z 2022-12-01T10:53:26.3971907Z Step 5: Add diagnostics in your code. 2022-12-01T10:53:26.3972151Z ... context.diagnose(rules.rule1, infra.Level.ERROR) 2022-12-01T10:53:26.3972310Z 2022-12-01T10:53:26.3972414Z Step 6: Afterwards, get the SARIF log. 2022-12-01T10:53:26.3972637Z >>> sarif_log = engine.sarif_log() 2022-12-01T10:53:26.3972812Z 2022-12-01T10:53:26.3973227Z Original Error: SyntaxError('unexpected EOF while parsing', ('', 1, 55, 'with engine.start_diagnostic_context(tool) as context:\n')) 2022-12-01T10:53:26.3973463Z 2022-12-01T10:53:26.3973584Z with engine.start_diagnostic_context(tool) as context: 2022-12-01T10:53:26.3973817Z ^ 2022-12-01T10:53:28.2109647Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py is_tensor:0 2022-12-01T10:53:28.2110635Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_tensor_type:0 2022-12-01T10:53:28.2111501Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_dtype:0 2022-12-01T10:53:28.2112275Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py use_deterministic_algorithms:0 2022-12-01T10:53:28.2113094Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so Generator:0 2022-12-01T10:53:28.2113735Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so _LinAlgError:0 2022-12-01T10:53:28.2114262Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_namedtensor_internals.py update_names:0 2022-12-01T10:53:28.2114780Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.register_hook:0 2022-12-01T10:53:28.2115233Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.refine_names:0 2022-12-01T10:53:28.2115710Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.align_to:0 2022-12-01T10:53:28.2116140Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.rename:0 2022-12-01T10:53:28.2116836Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.to_sparse_coo:0 2022-12-01T10:53:28.2117618Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor_str.py set_printoptions:0 2022-12-01T10:53:28.2118380Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_vmap_internals.py vmap:0 2022-12-01T10:53:28.2119185Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_tensors:0 2022-12-01T10:53:28.2119720Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_shapes:0 2022-12-01T10:53:28.2120332Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py split:0 2022-12-01T10:53:28.2121009Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py einsum:0 2022-12-01T10:53:28.2121599Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py meshgrid:0 2022-12-01T10:53:28.2122405Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_impl:0 2022-12-01T10:53:28.2123213Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_consecutive_impl:0 2022-12-01T10:53:28.2124045Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py tensordot:0 2022-12-01T10:53:28.2124535Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cartesian_prod:0 2022-12-01T10:53:28.2124961Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py block_diag:0 2022-12-01T10:53:28.2125358Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cdist:0 2022-12-01T10:53:28.2125780Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_1d:0 2022-12-01T10:53:28.2126383Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_2d:0 2022-12-01T10:53:28.2127084Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_3d:0 2022-12-01T10:53:28.2127795Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py norm:0 2022-12-01T10:53:28.2128588Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py chain_matmul:0 2022-12-01T10:53:28.2129375Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _lu_impl:0 2022-12-01T10:53:28.2129817Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py list:0 2022-12-01T10:53:28.2130382Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py help:0 2022-12-01T10:53:28.2131118Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load:0 2022-12-01T10:53:28.2131769Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py _load_local:0 2022-12-01T10:53:28.2132417Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py download_url_to_file:0 2022-12-01T10:53:28.2133119Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load_state_dict_from_url:0 2022-12-01T10:53:28.2133837Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.define:0 2022-12-01T10:53:28.2134593Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.impl:0 2022-12-01T10:53:28.2135321Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_ignored_functions:0 2022-12-01T10:53:28.2136086Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_testing_overrides:0 2022-12-01T10:53:28.2136924Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py wrap_torch_function:0 2022-12-01T10:53:28.2137742Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py handle_torch_function:0 2022-12-01T10:53:28.2138606Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_method_or_property:0 2022-12-01T10:53:28.2139421Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_like:0 2022-12-01T10:53:28.2140369Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/quasirandom.py SobolEngine:0 2022-12-01T10:53:28.2140789Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py save:0 2022-12-01T10:53:28.2141212Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py load:0 2022-12-01T10:53:28.2141885Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/torch_version.py TorchVersion:0 2022-12-01T10:53:28.2142332Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.then:0 2022-12-01T10:53:28.2142780Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.add_done_callback:0 2022-12-01T10:53:28.2143238Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_result:0 2022-12-01T10:53:28.2143693Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_exception:0 2022-12-01T10:53:28.2144140Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py collect_all:0 2022-12-01T10:53:28.2144548Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py annotate:0 2022-12-01T10:53:28.2144970Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py strict_fusion:0 2022-12-01T10:53:28.2145429Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/monitor/__init__.py TensorboardEventHandler:0 2022-12-01T10:53:28.2145876Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py nested_tensor:0 2022-12-01T10:53:28.2146313Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py as_nested_tensor:0 2022-12-01T10:53:28.2146728Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/sparse/__init__.py sum:0 2022-12-01T10:53:28.2147167Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py NvfuserPrimsMode:0 2022-12-01T10:53:28.2147605Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py TorchRefsMode:0 2022-12-01T10:53:28.2148063Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTMCell:0 2022-12-01T10:53:28.2148524Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTM:0 2022-12-01T10:53:28.2149064Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv1d:0 2022-12-01T10:53:28.2149503Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv2d:0 2022-12-01T10:53:28.2149954Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv3d:0 2022-12-01T10:53:28.2150415Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py Quantize:0 2022-12-01T10:53:28.2150919Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py DeQuantize:0 2022-12-01T10:53:28.2151398Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv1d:0 2022-12-01T10:53:28.2151871Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv2d:0 2022-12-01T10:53:28.2152344Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv3d:0 2022-12-01T10:53:28.2152827Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose1d:0 2022-12-01T10:53:28.2153335Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose2d:0 2022-12-01T10:53:28.2153844Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose3d:0 2022-12-01T10:53:28.2154335Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/linear.py Linear:0 2022-12-01T10:53:28.2154798Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTM:0 2022-12-01T10:53:28.2155265Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRU:0 2022-12-01T10:53:28.2155739Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py RNNCell:0 2022-12-01T10:53:28.2156215Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTMCell:0 2022-12-01T10:53:28.2156678Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRUCell:0 2022-12-01T10:53:28.2157148Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/activation.py ReLU6:0 2022-12-01T10:53:28.2157611Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv1d:0 2022-12-01T10:53:28.2158065Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv2d:0 2022-12-01T10:53:28.2158501Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv3d:0 2022-12-01T10:53:28.2158974Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose1d:0 2022-12-01T10:53:28.2159462Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose2d:0 2022-12-01T10:53:28.2159938Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose3d:0 2022-12-01T10:53:28.2160405Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py Embedding:0 2022-12-01T10:53:28.2160897Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py EmbeddingBag:0 2022-12-01T10:53:28.2161412Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py FloatFunctional:0 2022-12-01T10:53:28.2161999Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py QFunctional:0 2022-12-01T10:53:28.2162505Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/linear.py Linear:0 2022-12-01T10:53:28.2162958Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/rnn.py LSTM:0 2022-12-01T10:53:28.2163424Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuse_modules.py fuse_modules:0 2022-12-01T10:53:28.2163904Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn:0 2022-12-01T10:53:28.2164449Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn_relu:0 2022-12-01T10:53:28.2164957Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_linear_bn:0 2022-12-01T10:53:28.2165472Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_convtranspose_bn:0 2022-12-01T10:53:28.2165944Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_args:0 2022-12-01T10:53:28.2166419Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_callable_args:0 2022-12-01T10:53:28.2166884Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py fuse_fx:0 2022-12-01T10:53:28.2167353Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_fx:0 2022-12-01T10:53:28.2167817Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_qat_fx:0 2022-12-01T10:53:28.2168287Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_fx:0 2022-12-01T10:53:28.2168772Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_to_reference_fx:0 2022-12-01T10:53:28.2169255Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_path_of_module:0 2022-12-01T10:53:28.2169715Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_signature_locals:0 2022-12-01T10:53:28.2170186Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_default_kwargs:0 2022-12-01T10:53:28.2170657Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _normalize_kwargs:0 2022-12-01T10:53:28.2171116Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_num_pos_args:0 2022-12-01T10:53:28.2171604Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/backend_config/backend_config.py DTypeConfig:0 2022-12-01T10:53:28.2172127Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report.py ModelReport:0 2022-12-01T10:53:28.2172737Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_filtered_tables:0 2022-12-01T10:53:28.2173409Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_table_visualization:0 2022-12-01T10:53:28.2174073Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_plot_visualization:0 2022-12-01T10:53:28.2174758Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_histogram_visualization:0 2022-12-01T10:53:28.2175403Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py ActivationSparsifier:0 2022-12-01T10:53:28.2176066Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py BaseDataScheduler.get_schedule_param:0 2022-12-01T10:53:28.2176677Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py BaseDataSparsifier:0 2022-12-01T10:53:28.2177197Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/lambda_scheduler.py LambdaSL:0 2022-12-01T10:53:28.2177735Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier:0 2022-12-01T10:53:28.2178272Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier.squash_mask:0 2022-12-01T10:53:28.2178776Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/anomaly_mode.py detect_anomaly:0 2022-12-01T10:53:28.2179212Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py make_dual:0 2022-12-01T10:53:28.2179663Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py unpack_dual:0 2022-12-01T10:53:28.2180222Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py dual_level:0 2022-12-01T10:53:28.2180688Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_backward:0 2022-12-01T10:53:28.2181187Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_forward:0 2022-12-01T10:53:28.2181671Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_dirty:0 2022-12-01T10:53:28.2182172Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_non_differentiable:0 2022-12-01T10:53:28.2182665Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.set_materialize_grads:0 2022-12-01T10:53:28.2183133Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py Function:0 2022-12-01T10:53:28.2183565Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vjp:0 2022-12-01T10:53:28.2183990Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jvp:0 2022-12-01T10:53:28.2184414Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jacobian:0 2022-12-01T10:53:28.2184859Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hessian:0 2022-12-01T10:53:28.2185290Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vhp:0 2022-12-01T10:53:28.2185713Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hvp:0 2022-12-01T10:53:28.2186130Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py no_grad:0 2022-12-01T10:53:28.2186571Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py enable_grad:0 2022-12-01T10:53:28.2187023Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py set_grad_enabled:0 2022-12-01T10:53:28.2187464Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py inference_mode:0 2022-12-01T10:53:28.2187915Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py saved_tensors_hooks:0 2022-12-01T10:53:28.2188357Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py save_on_cpu:0 2022-12-01T10:53:28.2188811Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py disable_saved_tensors_hooks:0 2022-12-01T10:53:28.2189258Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py profile:0 2022-12-01T10:53:28.2189765Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py record_function:0 2022-12-01T10:53:28.2190211Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_itt:0 2022-12-01T10:53:28.2190645Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_nvtx:0 2022-12-01T10:53:28.2191077Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:0 2022-12-01T10:53:28.2191557Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:1 2022-12-01T10:53:28.2191992Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:2 2022-12-01T10:53:28.2192453Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_multi_output_jit_fn:0 2022-12-01T10:53:28.2192895Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py env:0 2022-12-01T10:53:28.2193353Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py check_env:0 2022-12-01T10:53:28.2193829Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py batch_isend_irecv:0 2022-12-01T10:53:28.2194296Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_reduce:0 2022-12-01T10:53:28.2194775Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_object:0 2022-12-01T10:53:28.2195319Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py gather_object:0 2022-12-01T10:53:28.2195810Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py broadcast_object_list:0 2022-12-01T10:53:28.2196290Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py scatter_object_list:0 2022-12-01T10:53:28.2196764Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather:0 2022-12-01T10:53:28.2197250Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_into_tensor:0 2022-12-01T10:53:28.2197806Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_coalesced:0 2022-12-01T10:53:28.2198270Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py scatter:0 2022-12-01T10:53:28.2198755Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py reduce_scatter_tensor:0 2022-12-01T10:53:28.2199241Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all_single:0 2022-12-01T10:53:28.2199712Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all:0 2022-12-01T10:53:28.2200181Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py monitored_barrier:0 2022-12-01T10:53:28.2200658Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups:0 2022-12-01T10:53:28.2201158Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups_by_enumeration:0 2022-12-01T10:53:28.2201624Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/launch.py __doc__:0 2022-12-01T10:53:28.2202117Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/run.py __doc__:0 2022-12-01T10:53:28.2202567Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/autograd/__init__.py context:0 2022-12-01T10:53:28.2203050Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/partial_tensor.py _PartialTensor:0 2022-12-01T10:53:28.2203620Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_optim/__init__.py named_params_with_sharded_tensor:0 2022-12-01T10:53:28.2204149Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py init_from_local_shards:0 2022-12-01T10:53:28.2204686Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py custom_sharded_op_impl:0 2022-12-01T10:53:28.2205245Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py SavePlanner:0 2022-12-01T10:53:28.2205747Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py LoadPlanner:0 2022-12-01T10:53:28.2206254Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/state_dict_loader.py load_state_dict:0 2022-12-01T10:53:28.2206785Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/state_dict_saver.py save_state_dict:0 2022-12-01T10:53:28.2207329Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor._init_from_local_tensor:0 2022-12-01T10:53:28.2207871Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor.reshard:0 2022-12-01T10:53:28.2208392Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/_ops/_common.py _sharded_op_common:0 2022-12-01T10:53:28.2208902Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharding_plan/api.py ShardingPlan:0 2022-12-01T10:53:28.2209370Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/join.py Join:0 2022-12-01T10:53:28.2209878Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/__init__.py register_ddp_comm_hook:0 2022-12-01T10:53:28.2210401Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py noop_hook:0 2022-12-01T10:53:28.2210937Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py allreduce_hook:0 2022-12-01T10:53:28.2211480Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_hook:0 2022-12-01T10:53:28.2212028Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_hook:0 2022-12-01T10:53:28.2212561Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_wrapper:0 2022-12-01T10:53:28.2213122Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_wrapper:0 2022-12-01T10:53:28.2213677Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py post_localSGD_hook:0 2022-12-01T10:53:28.2214225Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py powerSGD_hook:0 2022-12-01T10:53:28.2214761Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py batched_powerSGD_hook:0 2022-12-01T10:53:28.2215342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_pertensor_hook:0 2022-12-01T10:53:28.2215931Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_perchannel_hook:0 2022-12-01T10:53:28.2216537Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/averagers.py PeriodicModelAverager:0 2022-12-01T10:53:28.2217139Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py HierarchicalModelAverager:0 2022-12-01T10:53:28.2217709Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/__init__.py start_processes:0 2022-12-01T10:53:28.2218255Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py Std.from_str:0 2022-12-01T10:53:28.2218753Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py to_map:0 2022-12-01T10:53:28.2219270Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py ChildFailedError:0 2022-12-01T10:53:28.2219818Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/rendezvous/api.py RendezvousHandler.shutdown:0 2022-12-01T10:53:28.2220466Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py StateDictType:0 2022-12-01T10:53:28.2221008Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullStateDictConfig:0 2022-12-01T10:53:28.2221555Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-12-01T10:53:28.2222161Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict_type:0 2022-12-01T10:53:28.2222771Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict:0 2022-12-01T10:53:28.2223387Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.load_state_dict:0 2022-12-01T10:53:28.2224022Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.shard_full_optim_state_dict:0 2022-12-01T10:53:28.2224661Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.scatter_full_optim_state_dict:0 2022-12-01T10:53:28.2225311Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.rekey_optim_state_dict:0 2022-12-01T10:53:28.2225880Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/sharded_grad_scaler.py ShardedGradScaler:0 2022-12-01T10:53:28.2226379Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/functional.py _all_gather_base:0 2022-12-01T10:53:28.2226872Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.__init__:0 2022-12-01T10:53:28.2227407Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.init_from_module_rref:0 2022-12-01T10:53:28.2227921Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py RemoteModule:0 2022-12-01T10:53:28.2228428Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/optimizer.py DistributedOptimizer:0 2022-12-01T10:53:28.2228955Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-12-01T10:53:28.2229480Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/utils.py register_functional_optim:0 2022-12-01T10:53:28.2230071Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-12-01T10:53:28.2230589Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py WithDevice:0 2022-12-01T10:53:28.2231046Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py Pipe:0 2022-12-01T10:53:28.2231499Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py _wait_all:0 2022-12-01T10:53:28.2231983Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py shutdown:0 2022-12-01T10:53:28.2232424Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py remote:0 2022-12-01T10:53:28.2232852Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_sync:0 2022-12-01T10:53:28.2233294Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_async:0 2022-12-01T10:53:28.2233761Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/functions.py async_execution:0 2022-12-01T10:53:28.2234304Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-12-01T10:53:28.2234872Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/server_process_global_profiler.py _server_process_global_profile:0 2022-12-01T10:53:28.2235370Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/bernoulli.py Bernoulli:0 2022-12-01T10:53:28.2235811Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/beta.py Beta:0 2022-12-01T10:53:28.2236241Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/binomial.py Binomial:0 2022-12-01T10:53:28.2236706Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/categorical.py Categorical:0 2022-12-01T10:53:28.2237162Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/cauchy.py Cauchy:0 2022-12-01T10:53:28.2237597Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/chi2.py Chi2:0 2022-12-01T10:53:28.2238055Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/constraints.py _DependentProperty:0 2022-12-01T10:53:28.2238572Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/continuous_bernoulli.py ContinuousBernoulli:0 2022-12-01T10:53:28.2239059Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/dirichlet.py Dirichlet:0 2022-12-01T10:53:28.2239529Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/exponential.py Exponential:0 2022-12-01T10:53:28.2240005Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/fishersnedecor.py FisherSnedecor:0 2022-12-01T10:53:28.2240466Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gamma.py Gamma:0 2022-12-01T10:53:28.2240916Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/geometric.py Geometric:0 2022-12-01T10:53:28.2241364Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gumbel.py Gumbel:0 2022-12-01T10:53:28.2241880Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_cauchy.py HalfCauchy:0 2022-12-01T10:53:28.2242354Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_normal.py HalfNormal:0 2022-12-01T10:53:28.2242825Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/independent.py Independent:0 2022-12-01T10:53:28.2243281Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/kumaraswamy.py Kumaraswamy:0 2022-12-01T10:53:28.2243742Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/laplace.py Laplace:0 2022-12-01T10:53:28.2244244Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lkj_cholesky.py LKJCholesky:0 2022-12-01T10:53:28.2244710Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/log_normal.py LogNormal:0 2022-12-01T10:53:28.2245179Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/logistic_normal.py LogisticNormal:0 2022-12-01T10:53:28.2245716Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-12-01T10:53:28.2246280Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/mixture_same_family.py MixtureSameFamily:0 2022-12-01T10:53:28.2246767Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multinomial.py Multinomial:0 2022-12-01T10:53:28.2247254Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multivariate_normal.py MultivariateNormal:0 2022-12-01T10:53:28.2247732Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/normal.py Normal:0 2022-12-01T10:53:28.2248211Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/one_hot_categorical.py OneHotCategorical:0 2022-12-01T10:53:28.2248678Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/pareto.py Pareto:0 2022-12-01T10:53:28.2249111Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/poisson.py Poisson:0 2022-12-01T10:53:28.2249596Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_bernoulli.py RelaxedBernoulli:0 2022-12-01T10:53:28.2250128Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_categorical.py RelaxedOneHotCategorical:0 2022-12-01T10:53:28.2250621Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/studentT.py StudentT:0 2022-12-01T10:53:28.2251075Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CatTransform:0 2022-12-01T10:53:28.2251554Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py StackTransform:0 2022-12-01T10:53:28.2252074Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CumulativeDistributionTransform:0 2022-12-01T10:53:28.2252564Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/uniform.py Uniform:0 2022-12-01T10:53:28.2253005Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/von_mises.py VonMises:0 2022-12-01T10:53:28.2253448Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/weibull.py Weibull:0 2022-12-01T10:53:28.2253900Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py Wishart:0 2022-12-01T10:53:28.2254318Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py _snake_case:0 2022-12-01T10:53:28.2254769Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.eliminate_dead_code:0 2022-12-01T10:53:28.2255222Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.on_generate_code:0 2022-12-01T10:53:28.2255664Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Interpreter:0 2022-12-01T10:53:28.2256093Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Transformer:0 2022-12-01T10:53:28.2256553Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/subgraph_rewriter.py replace_pattern:0 2022-12-01T10:53:28.2256995Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py TensorType:0 2022-12-01T10:53:28.2257432Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_consistent:0 2022-12-01T10:53:28.2257890Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_more_precise:0 2022-12-01T10:53:28.2258378Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-12-01T10:53:28.2258864Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/core.py reify:0 2022-12-01T10:53:28.2259355Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/match.py VarDispatcher:0 2022-12-01T10:53:28.2259865Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unifiable:0 2022-12-01T10:53:28.2260457Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py reify_object:0 2022-12-01T10:53:28.2260941Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unify_object:0 2022-12-01T10:53:28.2261426Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge:0 2022-12-01T10:53:28.2261940Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge_with:0 2022-12-01T10:53:28.2262453Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valmap:0 2022-12-01T10:53:28.2262965Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keymap:0 2022-12-01T10:53:28.2263459Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemmap:0 2022-12-01T10:53:28.2263974Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valfilter:0 2022-12-01T10:53:28.2264483Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keyfilter:0 2022-12-01T10:53:28.2265003Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemfilter:0 2022-12-01T10:53:28.2265497Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc:0 2022-12-01T10:53:28.2265996Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py dissoc:0 2022-12-01T10:53:28.2266505Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc_in:0 2022-12-01T10:53:28.2267017Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py update_in:0 2022-12-01T10:53:28.2267511Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py get_in:0 2022-12-01T10:53:28.2268016Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py groupby:0 2022-12-01T10:53:28.2268524Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py first:0 2022-12-01T10:53:28.2269021Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py transitive_get:0 2022-12-01T10:53:28.2269496Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py _toposort:0 2022-12-01T10:53:28.2269990Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py reverse_dict:0 2022-12-01T10:53:28.2270467Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py freeze:0 2022-12-01T10:53:28.2270947Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/variable.py variables:0 2022-12-01T10:53:28.2271511Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/core.py dispatch:0 2022-12-01T10:53:28.2272064Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher:0 2022-12-01T10:53:28.2272643Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.register:0 2022-12-01T10:53:28.2273274Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.add:0 2022-12-01T10:53:28.2273836Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.dispatch:0 2022-12-01T10:53:28.2274407Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py str_signature:0 2022-12-01T10:53:28.2274955Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py expand_tuples:0 2022-12-01T10:53:28.2275500Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py _toposort:0 2022-12-01T10:53:28.2276024Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py reverse_dict:0 2022-12-01T10:53:28.2276561Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py groupby:0 2022-12-01T10:53:28.2277088Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py typename:0 2022-12-01T10:53:28.2277628Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py isvariadic:0 2022-12-01T10:53:28.2278158Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py Variadic:0 2022-12-01T10:53:28.2278646Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/shape_prop.py ShapeProp:0 2022-12-01T10:53:28.2279103Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/split_module.py split_module:0 2022-12-01T10:53:28.2279593Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py AttributeTypeIsSupportedChecker:0 2022-12-01T10:53:28.2280050Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save:0 2022-12-01T10:53:28.2280476Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py load:0 2022-12-01T10:53:28.2280942Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save_jit_module_to_flatbuffer:0 2022-12-01T10:53:28.2281431Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _load_for_lite_interpreter:0 2022-12-01T10:53:28.2281959Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_bytecode_version:0 2022-12-01T10:53:28.2282453Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_mobile_model_contained_types:0 2022-12-01T10:53:28.2282930Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_ops_and_info:0 2022-12-01T10:53:28.2283402Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py is_masked_tensor:0 2022-12-01T10:53:28.2283870Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool2d_with_indices:0 2022-12-01T10:53:28.2284360Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool3d_with_indices:0 2022-12-01T10:53:28.2284857Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py gumbel_softmax:0 2022-12-01T10:53:28.2285296Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding:0 2022-12-01T10:53:28.2285719Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding_bag:0 2022-12-01T10:53:28.2286149Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py ctc_loss:0 2022-12-01T10:53:28.2286570Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py nll_loss:0 2022-12-01T10:53:28.2287023Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py cross_entropy:0 2022-12-01T10:53:28.2287475Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy:0 2022-12-01T10:53:28.2287949Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy_with_logits:0 2022-12-01T10:53:28.2288393Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_input:0 2022-12-01T10:53:28.2288797Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_weight:0 2022-12-01T10:53:28.2289211Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_input:0 2022-12-01T10:53:28.2289627Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_weight:0 2022-12-01T10:53:28.2290041Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_input:0 2022-12-01T10:53:28.2290443Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_weight:0 2022-12-01T10:53:28.2290862Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py calculate_gain:0 2022-12-01T10:53:28.2291270Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py uniform_:0 2022-12-01T10:53:28.2291662Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py normal_:0 2022-12-01T10:53:28.2292074Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py trunc_normal_:0 2022-12-01T10:53:28.2292481Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py constant_:0 2022-12-01T10:53:28.2292881Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py ones_:0 2022-12-01T10:53:28.2293267Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py zeros_:0 2022-12-01T10:53:28.2293667Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py eye_:0 2022-12-01T10:53:28.2294063Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py dirac_:0 2022-12-01T10:53:28.2294466Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_uniform_:0 2022-12-01T10:53:28.2294891Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_normal_:0 2022-12-01T10:53:28.2295316Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_uniform_:0 2022-12-01T10:53:28.2295743Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_normal_:0 2022-12-01T10:53:28.2296146Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py orthogonal_:0 2022-12-01T10:53:28.2296552Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py sparse_:0 2022-12-01T10:53:28.2297004Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/qat/modules/linear_relu.py LinearReLU:0 2022-12-01T10:53:28.2297517Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py LinearReLU:0 2022-12-01T10:53:28.2298014Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/modules/linear_relu.py LinearReLU:0 2022-12-01T10:53:28.2298513Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Threshold:0 2022-12-01T10:53:28.2298960Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU:0 2022-12-01T10:53:28.2299401Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py RReLU:0 2022-12-01T10:53:28.2299832Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardtanh:0 2022-12-01T10:53:28.2300374Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU6:0 2022-12-01T10:53:28.2300898Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Sigmoid:0 2022-12-01T10:53:28.2301335Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardsigmoid:0 2022-12-01T10:53:28.2301781Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanh:0 2022-12-01T10:53:28.2302219Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SiLU:0 2022-12-01T10:53:28.2302653Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Mish:0 2022-12-01T10:53:28.2303079Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardswish:0 2022-12-01T10:53:28.2303519Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ELU:0 2022-12-01T10:53:28.2303953Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py CELU:0 2022-12-01T10:53:28.2304386Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SELU:0 2022-12-01T10:53:28.2304842Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GLU:0 2022-12-01T10:53:28.2305274Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GELU:0 2022-12-01T10:53:28.2305722Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardshrink:0 2022-12-01T10:53:28.2306163Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LeakyReLU:0 2022-12-01T10:53:28.2306608Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSigmoid:0 2022-12-01T10:53:28.2307056Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softplus:0 2022-12-01T10:53:28.2307506Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softshrink:0 2022-12-01T10:53:28.2307961Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py MultiheadAttention:0 2022-12-01T10:53:28.2308424Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py PReLU:0 2022-12-01T10:53:28.2308869Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softsign:0 2022-12-01T10:53:28.2309318Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanhshrink:0 2022-12-01T10:53:28.2309749Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmin:0 2022-12-01T10:53:28.2310191Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax:0 2022-12-01T10:53:28.2310636Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax2d:0 2022-12-01T10:53:28.2311086Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSoftmax:0 2022-12-01T10:53:28.2311523Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm1d:0 2022-12-01T10:53:28.2311966Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm2d:0 2022-12-01T10:53:28.2312474Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm3d:0 2022-12-01T10:53:28.2312919Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm:0 2022-12-01T10:53:28.2313423Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-12-01T10:53:28.2313924Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/channelshuffle.py ChannelShuffle:0 2022-12-01T10:53:28.2314424Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py Sequential:0 2022-12-01T10:53:28.2328006Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleList:0 2022-12-01T10:53:28.2328665Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleDict:0 2022-12-01T10:53:28.2329146Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterList:0 2022-12-01T10:53:28.2329636Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterDict:0 2022-12-01T10:53:28.2330103Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py PairwiseDistance:0 2022-12-01T10:53:28.2330572Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py CosineSimilarity:0 2022-12-01T10:53:28.2331020Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout:0 2022-12-01T10:53:28.2331465Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout1d:0 2022-12-01T10:53:28.2331903Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout2d:0 2022-12-01T10:53:28.2332329Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout3d:0 2022-12-01T10:53:28.2332781Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py AlphaDropout:0 2022-12-01T10:53:28.2333253Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py FeatureAlphaDropout:0 2022-12-01T10:53:28.2333694Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Flatten:0 2022-12-01T10:53:28.2334133Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Unflatten:0 2022-12-01T10:53:28.2334557Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Fold:0 2022-12-01T10:53:28.2334971Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Unfold:0 2022-12-01T10:53:28.2335412Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm1d:0 2022-12-01T10:53:28.2335883Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm2d:0 2022-12-01T10:53:28.2336360Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm3d:0 2022-12-01T10:53:28.2336819Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py LazyModuleMixin:0 2022-12-01T10:53:28.2337249Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Identity:0 2022-12-01T10:53:28.2337679Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Linear:0 2022-12-01T10:53:28.2338112Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Bilinear:0 2022-12-01T10:53:28.2338525Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py L1Loss:0 2022-12-01T10:53:28.2338945Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py NLLLoss:0 2022-12-01T10:53:28.2339381Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py PoissonNLLLoss:0 2022-12-01T10:53:28.2340058Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py GaussianNLLLoss:0 2022-12-01T10:53:28.2340492Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py KLDivLoss:0 2022-12-01T10:53:28.2340915Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MSELoss:0 2022-12-01T10:53:28.2341332Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCELoss:0 2022-12-01T10:53:28.2341858Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCEWithLogitsLoss:0 2022-12-01T10:53:28.2342315Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiLabelMarginLoss:0 2022-12-01T10:53:28.2342775Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CrossEntropyLoss:0 2022-12-01T10:53:28.2343233Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MarginRankingLoss:0 2022-12-01T10:53:28.2343687Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiMarginLoss:0 2022-12-01T10:53:28.2344131Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginLoss:0 2022-12-01T10:53:28.2344622Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginWithDistanceLoss:0 2022-12-01T10:53:28.2345090Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CTCLoss:0 2022-12-01T10:53:28.2345533Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.register_buffer:0 2022-12-01T10:53:28.2345989Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.apply:0 2022-12-01T10:53:28.2346431Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.to:0 2022-12-01T10:53:28.2346881Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.state_dict:0 2022-12-01T10:53:28.2347334Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.parameters:0 2022-12-01T10:53:28.2347805Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_parameters:0 2022-12-01T10:53:28.2348264Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.buffers:0 2022-12-01T10:53:28.2348721Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_buffers:0 2022-12-01T10:53:28.2349177Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_children:0 2022-12-01T10:53:28.2349633Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.modules:0 2022-12-01T10:53:28.2350093Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_modules:0 2022-12-01T10:53:28.2350569Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LocalResponseNorm:0 2022-12-01T10:53:28.2351026Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LayerNorm:0 2022-12-01T10:53:28.2351485Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py GroupNorm:0 2022-12-01T10:53:28.2351941Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad1d:0 2022-12-01T10:53:28.2352382Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad2d:0 2022-12-01T10:53:28.2352830Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad3d:0 2022-12-01T10:53:28.2353280Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad1d:0 2022-12-01T10:53:28.2353782Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad2d:0 2022-12-01T10:53:28.2354225Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad3d:0 2022-12-01T10:53:28.2354683Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad1d:0 2022-12-01T10:53:28.2355147Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad2d:0 2022-12-01T10:53:28.2355638Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad3d:0 2022-12-01T10:53:28.2356069Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ZeroPad2d:0 2022-12-01T10:53:28.2356530Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelShuffle:0 2022-12-01T10:53:28.2357009Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelUnshuffle:0 2022-12-01T10:53:28.2357462Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool1d:0 2022-12-01T10:53:28.2357886Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool2d:0 2022-12-01T10:53:28.2358318Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool3d:0 2022-12-01T10:53:28.2358759Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool1d:0 2022-12-01T10:53:28.2359195Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool2d:0 2022-12-01T10:53:28.2359642Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool3d:0 2022-12-01T10:53:28.2360082Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool1d:0 2022-12-01T10:53:28.2360520Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool2d:0 2022-12-01T10:53:28.2360954Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool3d:0 2022-12-01T10:53:28.2361416Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool2d:0 2022-12-01T10:53:28.2362001Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool3d:0 2022-12-01T10:53:28.2362468Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool1d:0 2022-12-01T10:53:28.2362892Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool2d:0 2022-12-01T10:53:28.2363352Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool1d:0 2022-12-01T10:53:28.2363821Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool2d:0 2022-12-01T10:53:28.2364282Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool3d:0 2022-12-01T10:53:28.2364743Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool1d:0 2022-12-01T10:53:28.2365211Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool2d:0 2022-12-01T10:53:28.2365722Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool3d:0 2022-12-01T10:53:28.2366143Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNN:0 2022-12-01T10:53:28.2366555Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTM:0 2022-12-01T10:53:28.2366960Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRU:0 2022-12-01T10:53:28.2367372Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNNCell:0 2022-12-01T10:53:28.2367822Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTMCell:0 2022-12-01T10:53:28.2368247Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRUCell:0 2022-12-01T10:53:28.2368674Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding:0 2022-12-01T10:53:28.2369144Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding.from_pretrained:0 2022-12-01T10:53:28.2369625Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag:0 2022-12-01T10:53:28.2370100Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag.from_pretrained:0 2022-12-01T10:53:28.2370578Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer:0 2022-12-01T10:53:28.2371038Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer.forward:0 2022-12-01T10:53:28.2371521Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoder:0 2022-12-01T10:53:28.2372002Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoder:0 2022-12-01T10:53:28.2372503Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoderLayer:0 2022-12-01T10:53:28.2372996Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoderLayer:0 2022-12-01T10:53:28.2373466Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py Upsample:0 2022-12-01T10:53:28.2373942Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingNearest2d:0 2022-12-01T10:53:28.2374434Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingBilinear2d:0 2022-12-01T10:53:28.2374903Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py DataParallel:0 2022-12-01T10:53:28.2375398Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel:0 2022-12-01T10:53:28.2375927Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.no_sync:0 2022-12-01T10:53:28.2376468Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.join:0 2022-12-01T10:53:28.2377020Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:0 2022-12-01T10:53:28.2377600Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:1 2022-12-01T10:53:28.2378184Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_builtin_comm_hook:0 2022-12-01T10:53:28.2378752Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_fused_optim:0 2022-12-01T10:53:28.2379263Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_per_sample_grad.py call_for_per_sample_grads:0 2022-12-01T10:53:28.2379714Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/init.py skip_init:0 2022-12-01T10:53:28.2380321Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/memory_format.py convert_conv2d_weight_memory_format:0 2022-12-01T10:53:28.2380844Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py orthogonal:0 2022-12-01T10:53:28.2381368Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py spectral_norm:0 2022-12-01T10:53:28.2381860Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrize.py register_parametrization:0 2022-12-01T10:53:28.2382313Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py identity:0 2022-12-01T10:53:28.2382757Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_unstructured:0 2022-12-01T10:53:28.2383238Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py l1_unstructured:0 2022-12-01T10:53:28.2383688Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_structured:0 2022-12-01T10:53:28.2384129Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py ln_structured:0 2022-12-01T10:53:28.2384563Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py global_unstructured:0 2022-12-01T10:53:28.2385016Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py custom_from_mask:0 2022-12-01T10:53:28.2385444Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py remove:0 2022-12-01T10:53:28.2385863Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py is_pruned:0 2022-12-01T10:53:28.2386293Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_packed_sequence:0 2022-12-01T10:53:28.2386732Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_sequence:0 2022-12-01T10:53:28.2387168Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpad_sequence:0 2022-12-01T10:53:28.2387599Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pack_sequence:0 2022-12-01T10:53:28.2388018Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpack_sequence:0 2022-12-01T10:53:28.2388468Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py spectral_norm:0 2022-12-01T10:53:28.2388936Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py remove_spectral_norm:0 2022-12-01T10:53:28.2389385Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/stateless.py functional_call:0 2022-12-01T10:53:28.2389834Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py weight_norm:0 2022-12-01T10:53:28.2390293Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py remove_weight_norm:0 2022-12-01T10:53:28.2390766Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/conv_utils.py unfold3d:0 2022-12-01T10:53:28.2391294Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/expanded_weights_utils.py sum_over_all_but_batch_and_last_n:0 2022-12-01T10:53:28.2391796Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/onnx/_type_utils.py JitScalarType:0 2022-12-01T10:53:28.2392239Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LambdaLR:0 2022-12-01T10:53:28.2392701Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiplicativeLR:0 2022-12-01T10:53:28.2393139Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py StepLR:0 2022-12-01T10:53:28.2393585Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiStepLR:0 2022-12-01T10:53:28.2394030Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ConstantLR:0 2022-12-01T10:53:28.2394474Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LinearLR:0 2022-12-01T10:53:28.2394907Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py SequentialLR:0 2022-12-01T10:53:28.2395384Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py PolynomialLR:0 2022-12-01T10:53:28.2395853Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ChainedScheduler:0 2022-12-01T10:53:28.2396319Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ReduceLROnPlateau:0 2022-12-01T10:53:28.2396760Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CyclicLR:0 2022-12-01T10:53:28.2397286Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-12-01T10:53:28.2397823Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-12-01T10:53:28.2398292Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py OneCycleLR:0 2022-12-01T10:53:28.2398712Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py SGD:0 2022-12-01T10:53:28.2399143Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:0 2022-12-01T10:53:28.2399589Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:1 2022-12-01T10:53:28.2400011Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py update_bn:0 2022-12-01T10:53:28.2400434Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py SWALR:0 2022-12-01T10:53:28.2400866Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/package/glob_group.py GlobGroup:0 2022-12-01T10:53:28.2401309Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/profiler/profiler.py profile:0 2022-12-01T10:53:28.2401741Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py assert_close:0 2022-12-01T10:53:28.2402278Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py make_tensor:0 2022-12-01T10:53:28.2402751Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py parametrize:0 2022-12-01T10:53:28.2403239Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_symmetric_psd_matrix:0 2022-12-01T10:53:28.2403745Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_psd_matrix:0 2022-12-01T10:53:28.2404258Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_pd_matrix:0 2022-12-01T10:53:28.2404749Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py checkpoint_sequential:0 2022-12-01T10:53:28.2405200Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CppExtension:0 2022-12-01T10:53:28.2405655Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:0 2022-12-01T10:53:28.2406112Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:1 2022-12-01T10:53:28.2406552Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load:0 2022-12-01T10:53:28.2406983Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load_inline:0 2022-12-01T10:53:28.2407419Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/dlpack.py from_dlpack:0 2022-12-01T10:53:28.2407891Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/throughput_benchmark.py ThroughputBenchmark:0 2022-12-01T10:53:28.2408370Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py IterableDataset:0 2022-12-01T10:53:28.2408846Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py random_split:0 2022-12-01T10:53:28.2409317Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/distributed.py DistributedSampler:0 2022-12-01T10:53:28.2409806Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py WeightedRandomSampler:0 2022-12-01T10:53:28.2410273Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py BatchSampler:0 2022-12-01T10:53:28.2410777Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_convert:0 2022-12-01T10:53:28.2411232Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py collate:0 2022-12-01T10:53:28.2411694Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_collate:0 2022-12-01T10:53:28.2412165Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py IterDataPipe:0 2022-12-01T10:53:28.2412650Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py MapDataPipe:0 2022-12-01T10:53:28.2413156Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py MapperIterDataPipe:0 2022-12-01T10:53:28.2413679Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py CollatorIterDataPipe:0 2022-12-01T10:53:28.2414210Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combinatorics.py ShufflerIterDataPipe:0 2022-12-01T10:53:28.2414747Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ConcaterIterDataPipe:0 2022-12-01T10:53:28.2415271Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ForkerIterDataPipe:0 2022-12-01T10:53:28.2415786Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py _ChildDataPipe:0 2022-12-01T10:53:28.2416305Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py DemultiplexerIterDataPipe:0 2022-12-01T10:53:28.2416856Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py MultiplexerIterDataPipe:0 2022-12-01T10:53:28.2417382Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ZipperIterDataPipe:0 2022-12-01T10:53:28.2417914Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/filelister.py FileListerIterDataPipe:0 2022-12-01T10:53:28.2418437Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/fileopener.py FileOpenerIterDataPipe:0 2022-12-01T10:53:28.2418965Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py BatcherIterDataPipe:0 2022-12-01T10:53:28.2419490Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py UnBatcherIterDataPipe:0 2022-12-01T10:53:28.2420123Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py GrouperIterDataPipe:0 2022-12-01T10:53:28.2420620Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/selecting.py FilterIterDataPipe:0 2022-12-01T10:53:28.2421167Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/streamreader.py StreamReaderIterDataPipe:0 2022-12-01T10:53:28.2421722Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/utils.py IterableWrapperIterDataPipe:0 2022-12-01T10:53:28.2422253Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/callable.py MapperMapDataPipe:0 2022-12-01T10:53:28.2422830Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combinatorics.py ShufflerIterDataPipe:0 2022-12-01T10:53:28.2423365Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ConcaterMapDataPipe:0 2022-12-01T10:53:28.2423882Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ZipperMapDataPipe:0 2022-12-01T10:53:28.2424396Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/grouping.py BatcherMapDataPipe:0 2022-12-01T10:53:28.2424964Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/utils.py SequenceWrapperMapDataPipe:0 2022-12-01T10:53:28.2425488Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py validate_input_col:0 2022-12-01T10:53:28.2425979Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py find_closure_group:0 2022-12-01T10:53:28.2426472Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py replace_extern_shared:0 2022-12-01T10:53:28.2426950Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.__init__:0 2022-12-01T10:53:28.2427451Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_hparams:0 2022-12-01T10:53:28.2427952Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalar:0 2022-12-01T10:53:28.2428449Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalars:0 2022-12-01T10:53:28.2428937Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram:0 2022-12-01T10:53:28.2429451Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram_raw:0 2022-12-01T10:53:28.2429950Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_image:0 2022-12-01T10:53:28.2430445Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_images:0 2022-12-01T10:53:28.2430930Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_text:0 2022-12-01T10:53:28.2431433Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_embedding:0 2022-12-01T10:53:28.2431935Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_pr_curve:0 2022-12-01T10:53:28.2432473Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_multilinechart:0 2022-12-01T10:53:28.2433025Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_marginchart:0 2022-12-01T10:53:28.2433559Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars:0 2022-12-01T10:53:28.2434062Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_mesh:0 2022-12-01T10:53:28.4593899Z 2022-12-01T10:53:28.4594212Z real 45m23.917s 2022-12-01T10:53:28.4594437Z user 198m21.291s 2022-12-01T10:53:28.4594654Z sys 17m37.460s 2022-12-01T10:53:28.4594874Z + assert_git_not_dirty 2022-12-01T10:53:28.4595257Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T10:53:28.4595568Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T10:53:28.4597733Z ++ git status --porcelain 2022-12-01T10:53:39.8217294Z + git_status= 2022-12-01T10:53:39.8217720Z + [[ -n '' ]] 2022-12-01T10:53:39.8217941Z + test_aten 2022-12-01T10:53:39.8218542Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-12-01T10:53:39.8218852Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T10:53:39.8219136Z + echo 'Running ATen tests with pytorch lib' 2022-12-01T10:53:39.8219356Z Running ATen tests with pytorch lib 2022-12-01T10:53:39.8219587Z + [[ -n '' ]] 2022-12-01T10:53:39.8219895Z + echo 'Running test with the build folder' 2022-12-01T10:53:39.8220346Z Running test with the build folder 2022-12-01T10:53:39.8220678Z + TEST_BASE_DIR=build/bin 2022-12-01T10:53:39.8221020Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so build/bin 2022-12-01T10:53:39.8324324Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libcaffe2*' build/bin 2022-12-01T10:53:39.8331995Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libmkldnn*' build/bin 2022-12-01T10:53:39.8340565Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libnccl*' build/bin 2022-12-01T10:53:39.8349715Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_global_deps.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorchbind_test.so build/bin 2022-12-01T10:53:39.8356721Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' build/bin 2022-12-01T10:53:39.8364103Z + ls build/bin 2022-12-01T10:53:39.8471380Z CppSignature_test half_test 2022-12-01T10:53:39.8471796Z Dict_test inline_container_test 2022-12-01T10:53:39.8472145Z Dimname_test ivalue_test 2022-12-01T10:53:39.8472487Z FileStoreTest kernel_function_legacy_test 2022-12-01T10:53:39.8472914Z HashStoreTest kernel_function_test 2022-12-01T10:53:39.8473328Z IListRef_test kernel_lambda_legacy_test 2022-12-01T10:53:39.8473767Z KernelFunction_test kernel_lambda_test 2022-12-01T10:53:39.8474162Z List_test kernel_stackbased_test 2022-12-01T10:53:39.8474571Z MaybeOwned_test lazy_tensor_test 2022-12-01T10:53:39.8474958Z NamedTensor_test libc10.so 2022-12-01T10:53:39.8475505Z ProcessGroupGlooTest 'libcaffe2*' 2022-12-01T10:53:39.8475961Z TCPStoreTest 'libmkldnn*' 2022-12-01T10:53:39.8476629Z aot_model_compiler_test 'libnccl*' 2022-12-01T10:53:39.8477000Z apply_utils_test 'libtbb*' 2022-12-01T10:53:39.8477344Z atest libtorch.so 2022-12-01T10:53:39.8477711Z backend_fallback_test libtorch_cpu.so 2022-12-01T10:53:39.8478056Z basic libtorch_global_deps.so 2022-12-01T10:53:39.8478433Z broadcast_test libtorch_python.so 2022-12-01T10:53:39.8478778Z c10_Array_test libtorchbind_test.so 2022-12-01T10:53:39.8479207Z c10_Bitset_test make_boxed_from_unboxed_functor_test 2022-12-01T10:53:39.8479582Z c10_C++17_test math_kernel_test 2022-12-01T10:53:39.8480076Z c10_CompileTimeFunctionPointer_test memory_format_test 2022-12-01T10:53:39.8480588Z c10_ConstexprCrc_test memory_overlapping_test 2022-12-01T10:53:39.8481050Z c10_DeadlockDetection_test mobile_memory_cleanup 2022-12-01T10:53:39.8481466Z c10_DeviceGuard_test native_test 2022-12-01T10:53:39.8481934Z c10_Device_test op_allowlist_test 2022-12-01T10:53:39.8482378Z c10_DispatchKeySet_test op_registration_test 2022-12-01T10:53:39.8482678Z c10_Half_test operator_name_test 2022-12-01T10:53:39.8482920Z c10_InlineDeviceGuard_test operators_test 2022-12-01T10:53:39.8483195Z c10_InlineStreamGuard_test packedtensoraccessor_test 2022-12-01T10:53:39.8483446Z c10_LeftRight_test parallel_benchmark 2022-12-01T10:53:39.8483678Z c10_Metaprogramming_test pow_test 2022-12-01T10:53:39.8483903Z c10_SizesAndStrides_test protoc 2022-12-01T10:53:39.8484188Z c10_SmallVectorTest protoc-3.13.0.0 2022-12-01T10:53:39.8484426Z c10_StreamGuard_test quantized_test 2022-12-01T10:53:39.8484775Z c10_SymInt_test reduce_ops_test 2022-12-01T10:53:39.8485004Z c10_Synchronized_test reportMemoryUsage_test 2022-12-01T10:53:39.8485255Z c10_ThreadLocal_test scalar_tensor_test 2022-12-01T10:53:39.8485482Z c10_TypeIndex_test scalar_test 2022-12-01T10:53:39.8485701Z c10_TypeList_test stride_properties_test 2022-12-01T10:53:39.8485944Z c10_TypeTraits_test tensor_iterator_test 2022-12-01T10:53:39.8486167Z c10_accumulate_test test_api 2022-12-01T10:53:39.8486426Z c10_bfloat16_test test_cpp_rpc 2022-12-01T10:53:39.8486637Z c10_complex_math_test test_dist_autograd 2022-12-01T10:53:39.8486852Z c10_complex_test test_jit 2022-12-01T10:53:39.8487052Z c10_either_test test_lazy 2022-12-01T10:53:39.8487251Z c10_exception_test test_mobile_nnc 2022-12-01T10:53:39.8487469Z c10_flags_test test_parallel 2022-12-01T10:53:39.8487697Z c10_intrusive_ptr_benchmark test_tensorexpr 2022-12-01T10:53:39.8487931Z c10_intrusive_ptr_test thread_init_test 2022-12-01T10:53:39.8488158Z c10_irange_test torch_shm_manager 2022-12-01T10:53:39.8488384Z c10_logging_test tutorial_tensorexpr 2022-12-01T10:53:39.8488592Z c10_optional_test type_ptr_test 2022-12-01T10:53:39.8488826Z c10_ordered_preserving_dict_test type_test 2022-12-01T10:53:39.8489063Z c10_registry_test undefined_tensor_test 2022-12-01T10:53:39.8489277Z c10_string_view_test variant_test 2022-12-01T10:53:39.8489510Z c10_tempfile_test vec_test_all_types_AVX2 2022-12-01T10:53:39.8489748Z c10_typeid_test vec_test_all_types_AVX512 2022-12-01T10:53:39.8489992Z cpu_generator_test vec_test_all_types_DEFAULT 2022-12-01T10:53:39.8490235Z cpu_profiling_allocator_test verify_api_visibility 2022-12-01T10:53:39.8490466Z cpu_rng_test vmap_test 2022-12-01T10:53:39.8490685Z dispatch_key_set_test weakref_test 2022-12-01T10:53:39.8490894Z dlconvertor_test wrapdim_test 2022-12-01T10:53:39.8491119Z example_allreduce xla_tensor_test 2022-12-01T10:53:39.8491328Z extension_backend_test 2022-12-01T10:53:39.8491520Z + aten/tools/run_tests.sh build/bin 2022-12-01T10:53:39.8506856Z + set -e 2022-12-01T10:53:39.8509385Z ++ dirname aten/tools/run_tests.sh 2022-12-01T10:53:39.8515865Z + VALGRIND_SUP=/var/lib/jenkins/workspace/aten/tools/valgrind.sup 2022-12-01T10:53:39.8516291Z + pushd build/bin 2022-12-01T10:53:39.8516658Z ~/workspace/build/bin ~/workspace 2022-12-01T10:53:39.8516977Z + VALGRIND=OFF 2022-12-01T10:53:39.8517229Z + ./basic 2022-12-01T10:53:40.0732750Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:40.0733547Z [==========] Running 5 tests from 1 test suite. 2022-12-01T10:53:40.0733861Z [----------] Global test environment set-up. 2022-12-01T10:53:40.0734163Z [----------] 5 tests from BasicTest 2022-12-01T10:53:40.0734429Z [ RUN ] BasicTest.BasicTestCPU 2022-12-01T10:53:40.0994038Z 4 ms 2022-12-01T10:53:40.1590310Z 59 ms 2022-12-01T10:53:40.2411585Z 81 ms 2022-12-01T10:53:40.2509181Z [ OK ] BasicTest.BasicTestCPU (177 ms) 2022-12-01T10:53:40.2509712Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-12-01T10:53:40.2534524Z 2 ms 2022-12-01T10:53:40.3319747Z 78 ms 2022-12-01T10:53:40.4347020Z 102 ms 2022-12-01T10:53:40.4441825Z [ OK ] BasicTest.BasicTestHalfCPU (193 ms) 2022-12-01T10:53:40.4442347Z [ RUN ] BasicTest.BasicTestCUDA 2022-12-01T10:53:40.4443387Z [ OK ] BasicTest.BasicTestCUDA (0 ms) 2022-12-01T10:53:40.4443912Z [ RUN ] BasicTest.FactoryMethodsTest 2022-12-01T10:53:40.4444930Z [ OK ] BasicTest.FactoryMethodsTest (0 ms) 2022-12-01T10:53:40.4445430Z [ RUN ] BasicTest.BasicStdTestCPU 2022-12-01T10:53:40.4445807Z Simple example: called once 2022-12-01T10:53:40.4447783Z throw: call_once will retry 2022-12-01T10:53:40.4450706Z Didn't throw, call_once will not attempt again 2022-12-01T10:53:40.4491620Z [ OK ] BasicTest.BasicStdTestCPU (0 ms) 2022-12-01T10:53:40.4492178Z [----------] 5 tests from BasicTest (372 ms total) 2022-12-01T10:53:40.4492429Z 2022-12-01T10:53:40.4492905Z [----------] Global test environment tear-down 2022-12-01T10:53:40.4493423Z [==========] 5 tests from 1 test suite ran. (372 ms total) 2022-12-01T10:53:40.4493961Z [ PASSED ] 5 tests. 2022-12-01T10:53:40.5059821Z + ./atest 2022-12-01T10:53:40.7240072Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:40.7240854Z [==========] Running 16 tests from 1 test suite. 2022-12-01T10:53:40.7241339Z [----------] Global test environment set-up. 2022-12-01T10:53:40.7241876Z [----------] 16 tests from atest 2022-12-01T10:53:40.7242291Z [ RUN ] atest.operators 2022-12-01T10:53:40.7244246Z [ OK ] atest.operators (0 ms) 2022-12-01T10:53:40.7244708Z [ RUN ] atest.logical_and_operators 2022-12-01T10:53:40.7245937Z [ OK ] atest.logical_and_operators (0 ms) 2022-12-01T10:53:40.7246405Z [ RUN ] atest.logical_or_operators 2022-12-01T10:53:40.7246898Z [ OK ] atest.logical_or_operators (0 ms) 2022-12-01T10:53:40.7247350Z [ RUN ] atest.logical_xor_operators 2022-12-01T10:53:40.7248612Z [ OK ] atest.logical_xor_operators (0 ms) 2022-12-01T10:53:40.7249098Z [ RUN ] atest.lt_operators 2022-12-01T10:53:40.7249540Z [ OK ] atest.lt_operators (0 ms) 2022-12-01T10:53:40.7249806Z [ RUN ] atest.le_operators 2022-12-01T10:53:40.7250094Z [ OK ] atest.le_operators (0 ms) 2022-12-01T10:53:40.7250454Z [ RUN ] atest.gt_operators 2022-12-01T10:53:40.7250719Z [ OK ] atest.gt_operators (0 ms) 2022-12-01T10:53:40.7250972Z [ RUN ] atest.ge_operators 2022-12-01T10:53:40.7251304Z [ OK ] atest.ge_operators (0 ms) 2022-12-01T10:53:40.7251692Z [ RUN ] atest.eq_operators 2022-12-01T10:53:40.7251983Z [ OK ] atest.eq_operators (0 ms) 2022-12-01T10:53:40.7252238Z [ RUN ] atest.ne_operators 2022-12-01T10:53:40.7252556Z [ OK ] atest.ne_operators (0 ms) 2022-12-01T10:53:40.7252816Z [ RUN ] atest.add_operators 2022-12-01T10:53:40.7253165Z [ OK ] atest.add_operators (0 ms) 2022-12-01T10:53:40.7253494Z [ RUN ] atest.max_operators 2022-12-01T10:53:40.7253839Z [ OK ] atest.max_operators (0 ms) 2022-12-01T10:53:40.7254138Z [ RUN ] atest.min_operators 2022-12-01T10:53:40.7254465Z [ OK ] atest.min_operators (0 ms) 2022-12-01T10:53:40.7254760Z [ RUN ] atest.sigmoid_backward_operator 2022-12-01T10:53:40.7255497Z [ OK ] atest.sigmoid_backward_operator (0 ms) 2022-12-01T10:53:40.7255881Z [ RUN ] atest.fmod_tensor_operators 2022-12-01T10:53:40.7256674Z [ OK ] atest.fmod_tensor_operators (0 ms) 2022-12-01T10:53:40.7256919Z [ RUN ] atest.atest 2022-12-01T10:53:40.7282697Z [ OK ] atest.atest (2 ms) 2022-12-01T10:53:40.7283265Z [----------] 16 tests from atest (4 ms total) 2022-12-01T10:53:40.7283427Z 2022-12-01T10:53:40.7283599Z [----------] Global test environment tear-down 2022-12-01T10:53:40.7283924Z [==========] 16 tests from 1 test suite ran. (4 ms total) 2022-12-01T10:53:40.7284177Z [ PASSED ] 16 tests. 2022-12-01T10:53:40.7867307Z + ./scalar_test 2022-12-01T10:53:41.0098826Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:41.0099615Z [==========] Running 5 tests from 2 test suites. 2022-12-01T10:53:41.0100296Z [----------] Global test environment set-up. 2022-12-01T10:53:41.0101039Z [----------] 4 tests from TestScalar 2022-12-01T10:53:41.0101475Z [ RUN ] TestScalar.TestScalar 2022-12-01T10:53:41.0101779Z H2: 3 257 3 1 2022-12-01T10:53:41.0163731Z [ OK ] TestScalar.TestScalar (6 ms) 2022-12-01T10:53:41.0164226Z [ RUN ] TestScalar.TestConj 2022-12-01T10:53:41.0164619Z [ OK ] TestScalar.TestConj (0 ms) 2022-12-01T10:53:41.0165059Z [ RUN ] TestScalar.TestEqual 2022-12-01T10:53:41.0165746Z [ OK ] TestScalar.TestEqual (0 ms) 2022-12-01T10:53:41.0166200Z [ RUN ] TestScalar.TestFormatting 2022-12-01T10:53:41.0166686Z [ OK ] TestScalar.TestFormatting (0 ms) 2022-12-01T10:53:41.0167202Z [----------] 4 tests from TestScalar (6 ms total) 2022-12-01T10:53:41.0167427Z 2022-12-01T10:53:41.0167639Z [----------] 1 test from TestSymInt 2022-12-01T10:53:41.0167969Z [ RUN ] TestSymInt.Basic 2022-12-01T10:53:41.0168342Z [ OK ] TestSymInt.Basic (0 ms) 2022-12-01T10:53:41.0168722Z [----------] 1 test from TestSymInt (0 ms total) 2022-12-01T10:53:41.0168908Z 2022-12-01T10:53:41.0169106Z [----------] Global test environment tear-down 2022-12-01T10:53:41.0169514Z [==========] 5 tests from 2 test suites ran. (6 ms total) 2022-12-01T10:53:41.0169854Z [ PASSED ] 5 tests. 2022-12-01T10:53:41.0742998Z + ./broadcast_test 2022-12-01T10:53:41.2926513Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:41.2927042Z [==========] Running 1 test from 1 test suite. 2022-12-01T10:53:41.2927353Z [----------] Global test environment set-up. 2022-12-01T10:53:41.2927709Z [----------] 1 test from BroadcastTest 2022-12-01T10:53:41.2927984Z [ RUN ] BroadcastTest.Broadcast 2022-12-01T10:53:41.3279803Z [ OK ] BroadcastTest.Broadcast (35 ms) 2022-12-01T10:53:41.3280477Z [----------] 1 test from BroadcastTest (35 ms total) 2022-12-01T10:53:41.3280660Z 2022-12-01T10:53:41.3280836Z [----------] Global test environment tear-down 2022-12-01T10:53:41.3281151Z [==========] 1 test from 1 test suite ran. (35 ms total) 2022-12-01T10:53:41.3281416Z [ PASSED ] 1 test. 2022-12-01T10:53:41.3858028Z + ./wrapdim_test 2022-12-01T10:53:41.6092822Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:41.6093652Z [==========] Running 1 test from 1 test suite. 2022-12-01T10:53:41.6094121Z [----------] Global test environment set-up. 2022-12-01T10:53:41.6094418Z [----------] 1 test from TestWrapdim 2022-12-01T10:53:41.6094685Z [ RUN ] TestWrapdim.TestWrapdim 2022-12-01T10:53:41.6099798Z [ OK ] TestWrapdim.TestWrapdim (0 ms) 2022-12-01T10:53:41.6100370Z [----------] 1 test from TestWrapdim (0 ms total) 2022-12-01T10:53:41.6100531Z 2022-12-01T10:53:41.6100703Z [----------] Global test environment tear-down 2022-12-01T10:53:41.6101000Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T10:53:41.6101260Z [ PASSED ] 1 test. 2022-12-01T10:53:41.6668015Z + ./apply_utils_test 2022-12-01T10:53:41.8854557Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:41.8855371Z [==========] Running 6 tests from 1 test suite. 2022-12-01T10:53:41.8855936Z [----------] Global test environment set-up. 2022-12-01T10:53:41.8856494Z [----------] 6 tests from ApplyUtilsTest 2022-12-01T10:53:41.8856941Z [ RUN ] ApplyUtilsTest.Contiguous2D 2022-12-01T10:53:41.8880426Z [ OK ] ApplyUtilsTest.Contiguous2D (2 ms) 2022-12-01T10:53:41.8880769Z [ RUN ] ApplyUtilsTest.Small2D 2022-12-01T10:53:41.8881065Z [ OK ] ApplyUtilsTest.Small2D (0 ms) 2022-12-01T10:53:41.8881556Z [ RUN ] ApplyUtilsTest._2D 2022-12-01T10:53:41.8889099Z [ OK ] ApplyUtilsTest._2D (0 ms) 2022-12-01T10:53:41.8889525Z [ RUN ] ApplyUtilsTest._3D 2022-12-01T10:53:41.8889905Z [ OK ] ApplyUtilsTest._3D (0 ms) 2022-12-01T10:53:41.8890193Z [ RUN ] ApplyUtilsTest.Medium3D 2022-12-01T10:53:41.8898727Z [ OK ] ApplyUtilsTest.Medium3D (0 ms) 2022-12-01T10:53:41.8899027Z [ RUN ] ApplyUtilsTest._10D 2022-12-01T10:53:41.9409467Z [ OK ] ApplyUtilsTest._10D (50 ms) 2022-12-01T10:53:41.9409820Z [----------] 6 tests from ApplyUtilsTest (55 ms total) 2022-12-01T10:53:41.9410047Z 2022-12-01T10:53:41.9410213Z [----------] Global test environment tear-down 2022-12-01T10:53:41.9410529Z [==========] 6 tests from 1 test suite ran. (55 ms total) 2022-12-01T10:53:41.9410852Z [ PASSED ] 6 tests. 2022-12-01T10:53:41.9997483Z + ./dlconvertor_test 2022-12-01T10:53:42.2195183Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:42.2196002Z [==========] Running 2 tests from 1 test suite. 2022-12-01T10:53:42.2196315Z [----------] Global test environment set-up. 2022-12-01T10:53:42.2196605Z [----------] 2 tests from TestDlconvertor 2022-12-01T10:53:42.2196916Z [ RUN ] TestDlconvertor.TestDlconvertor 2022-12-01T10:53:42.2199941Z [ OK ] TestDlconvertor.TestDlconvertor (0 ms) 2022-12-01T10:53:42.2200359Z [ RUN ] TestDlconvertor.TestDlconvertorNoStrides 2022-12-01T10:53:42.2200793Z [ OK ] TestDlconvertor.TestDlconvertorNoStrides (0 ms) 2022-12-01T10:53:42.2201166Z [----------] 2 tests from TestDlconvertor (0 ms total) 2022-12-01T10:53:42.2201328Z 2022-12-01T10:53:42.2201546Z [----------] Global test environment tear-down 2022-12-01T10:53:42.2201897Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-12-01T10:53:42.2202188Z [ PASSED ] 2 tests. 2022-12-01T10:53:42.2761389Z + ./native_test 2022-12-01T10:53:42.4947265Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:42.4947877Z [==========] Running 2 tests from 1 test suite. 2022-12-01T10:53:42.4948192Z [----------] Global test environment set-up. 2022-12-01T10:53:42.4948484Z [----------] 2 tests from TestNative 2022-12-01T10:53:42.4948766Z [ RUN ] TestNative.NativeTestCPU 2022-12-01T10:53:42.5108726Z [W TensorCompare.cpp:413] Warning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (function operator()) 2022-12-01T10:53:42.5109897Z [ OK ] TestNative.NativeTestCPU (16 ms) 2022-12-01T10:53:42.5110485Z [ RUN ] TestNative.NativeTestGPU 2022-12-01T10:53:42.5111042Z [ OK ] TestNative.NativeTestGPU (0 ms) 2022-12-01T10:53:42.5111628Z [----------] 2 tests from TestNative (16 ms total) 2022-12-01T10:53:42.5111901Z 2022-12-01T10:53:42.5112203Z [----------] Global test environment tear-down 2022-12-01T10:53:42.5112772Z [==========] 2 tests from 1 test suite ran. (16 ms total) 2022-12-01T10:53:42.5113132Z [ PASSED ] 2 tests. 2022-12-01T10:53:42.5699256Z + ./scalar_tensor_test 2022-12-01T10:53:42.7887330Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:42.7888150Z [==========] Running 3 tests from 1 test suite. 2022-12-01T10:53:42.7888467Z [----------] Global test environment set-up. 2022-12-01T10:53:42.7888837Z [----------] 3 tests from TestScalarTensor 2022-12-01T10:53:42.7889185Z [ RUN ] TestScalarTensor.TestScalarTensorCPU 2022-12-01T10:53:42.9539622Z [ OK ] TestScalarTensor.TestScalarTensorCPU (165 ms) 2022-12-01T10:53:42.9540704Z [ RUN ] TestScalarTensor.TestScalarTensorCUDA 2022-12-01T10:53:42.9541231Z [ OK ] TestScalarTensor.TestScalarTensorCUDA (0 ms) 2022-12-01T10:53:42.9541699Z [ RUN ] TestScalarTensor.TestScalarTensorMPS 2022-12-01T10:53:42.9542137Z [ OK ] TestScalarTensor.TestScalarTensorMPS (0 ms) 2022-12-01T10:53:42.9542602Z [----------] 3 tests from TestScalarTensor (165 ms total) 2022-12-01T10:53:42.9542965Z 2022-12-01T10:53:42.9543197Z [----------] Global test environment tear-down 2022-12-01T10:53:42.9543587Z [==========] 3 tests from 1 test suite ran. (165 ms total) 2022-12-01T10:53:42.9543921Z [ PASSED ] 3 tests. 2022-12-01T10:53:43.0145469Z + [[ -x ./tensor_interop_test ]] 2022-12-01T10:53:43.0145733Z + ./undefined_tensor_test 2022-12-01T10:53:43.2373263Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:43.2373977Z [==========] Running 1 test from 1 test suite. 2022-12-01T10:53:43.2374290Z [----------] Global test environment set-up. 2022-12-01T10:53:43.2374584Z [----------] 1 test from TestUndefined 2022-12-01T10:53:43.2374876Z [ RUN ] TestUndefined.UndefinedTest 2022-12-01T10:53:43.2582964Z [ OK ] TestUndefined.UndefinedTest (20 ms) 2022-12-01T10:53:43.2583371Z [----------] 1 test from TestUndefined (20 ms total) 2022-12-01T10:53:43.2583551Z 2022-12-01T10:53:43.2583708Z [----------] Global test environment tear-down 2022-12-01T10:53:43.2584025Z [==========] 1 test from 1 test suite ran. (21 ms total) 2022-12-01T10:53:43.2584286Z [ PASSED ] 1 test. 2022-12-01T10:53:43.3152515Z + ./extension_backend_test 2022-12-01T10:53:43.5330497Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:43.5331123Z [==========] Running 1 test from 1 test suite. 2022-12-01T10:53:43.5331512Z [----------] Global test environment set-up. 2022-12-01T10:53:43.5331863Z [----------] 1 test from BackendExtensionTest 2022-12-01T10:53:43.5332199Z [ RUN ] BackendExtensionTest.TestRegisterOp 2022-12-01T10:53:43.5332624Z [ OK ] BackendExtensionTest.TestRegisterOp (0 ms) 2022-12-01T10:53:43.5333006Z [----------] 1 test from BackendExtensionTest (0 ms total) 2022-12-01T10:53:43.5333172Z 2022-12-01T10:53:43.5333391Z [----------] Global test environment tear-down 2022-12-01T10:53:43.5333697Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-12-01T10:53:43.5333960Z [ PASSED ] 1 test. 2022-12-01T10:53:43.5916796Z + ./lazy_tensor_test 2022-12-01T10:53:43.8110060Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:43.8110787Z [==========] Running 2 tests from 2 test suites. 2022-12-01T10:53:43.8111350Z [----------] Global test environment set-up. 2022-12-01T10:53:43.8111838Z [----------] 1 test from XlaTensorTest 2022-12-01T10:53:43.8112137Z [ RUN ] XlaTensorTest.TestNoStorage 2022-12-01T10:53:43.8112446Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-12-01T10:53:43.8112777Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-12-01T10:53:43.8112932Z 2022-12-01T10:53:43.8113085Z [----------] 1 test from LazyTensorTest 2022-12-01T10:53:43.8113374Z [ RUN ] LazyTensorTest.TestNoStorage 2022-12-01T10:53:43.8113694Z [ OK ] LazyTensorTest.TestNoStorage (0 ms) 2022-12-01T10:53:43.8114022Z [----------] 1 test from LazyTensorTest (0 ms total) 2022-12-01T10:53:43.8114178Z 2022-12-01T10:53:43.8114331Z [----------] Global test environment tear-down 2022-12-01T10:53:43.8114642Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-12-01T10:53:43.8114902Z [ PASSED ] 2 tests. 2022-12-01T10:53:43.8670619Z + ./tensor_iterator_test 2022-12-01T10:53:44.0859110Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:44.0859899Z [==========] Running 65 tests from 1 test suite. 2022-12-01T10:53:44.0860549Z [----------] Global test environment set-up. 2022-12-01T10:53:44.0860868Z [----------] 65 tests from TensorIteratorTest 2022-12-01T10:53:44.0861172Z [ RUN ] TensorIteratorTest.CPUScalar 2022-12-01T10:53:44.0861651Z [ OK ] TensorIteratorTest.CPUScalar (0 ms) 2022-12-01T10:53:44.0861991Z [ RUN ] TensorIteratorTest.CPUScalarInputs 2022-12-01T10:53:44.0862337Z [ OK ] TensorIteratorTest.CPUScalarInputs (0 ms) 2022-12-01T10:53:44.0862681Z [ RUN ] TensorIteratorTest.MixedDevices 2022-12-01T10:53:44.0863028Z [ OK ] TensorIteratorTest.MixedDevices (0 ms) 2022-12-01T10:53:44.0863382Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Byte 2022-12-01T10:53:44.1045469Z [ OK ] TensorIteratorTest.SerialLoopUnary_Byte (18 ms) 2022-12-01T10:53:44.1046167Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Char 2022-12-01T10:53:44.1060833Z [ OK ] TensorIteratorTest.SerialLoopUnary_Char (1 ms) 2022-12-01T10:53:44.1061511Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Short 2022-12-01T10:53:44.1077124Z [ OK ] TensorIteratorTest.SerialLoopUnary_Short (1 ms) 2022-12-01T10:53:44.1077820Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Int 2022-12-01T10:53:44.1093509Z [ OK ] TensorIteratorTest.SerialLoopUnary_Int (1 ms) 2022-12-01T10:53:44.1109970Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Long 2022-12-01T10:53:44.1110681Z [ OK ] TensorIteratorTest.SerialLoopUnary_Long (1 ms) 2022-12-01T10:53:44.1111399Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Float 2022-12-01T10:53:44.1127064Z [ OK ] TensorIteratorTest.SerialLoopUnary_Float (1 ms) 2022-12-01T10:53:44.1127749Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Double 2022-12-01T10:53:44.1143976Z [ OK ] TensorIteratorTest.SerialLoopUnary_Double (1 ms) 2022-12-01T10:53:44.1144676Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Byte 2022-12-01T10:53:44.1160302Z [ OK ] TensorIteratorTest.SerialLoopBinary_Byte (1 ms) 2022-12-01T10:53:44.1160992Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Char 2022-12-01T10:53:44.1176763Z [ OK ] TensorIteratorTest.SerialLoopBinary_Char (1 ms) 2022-12-01T10:53:44.1177466Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Short 2022-12-01T10:53:44.1193163Z [ OK ] TensorIteratorTest.SerialLoopBinary_Short (1 ms) 2022-12-01T10:53:44.1193846Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Int 2022-12-01T10:53:44.1209463Z [ OK ] TensorIteratorTest.SerialLoopBinary_Int (1 ms) 2022-12-01T10:53:44.1210178Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Long 2022-12-01T10:53:44.1225874Z [ OK ] TensorIteratorTest.SerialLoopBinary_Long (1 ms) 2022-12-01T10:53:44.1226580Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Float 2022-12-01T10:53:44.1242434Z [ OK ] TensorIteratorTest.SerialLoopBinary_Float (1 ms) 2022-12-01T10:53:44.1243147Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Double 2022-12-01T10:53:44.1258931Z [ OK ] TensorIteratorTest.SerialLoopBinary_Double (1 ms) 2022-12-01T10:53:44.1259667Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Byte 2022-12-01T10:53:44.1275299Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Byte (1 ms) 2022-12-01T10:53:44.1276037Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Char 2022-12-01T10:53:44.1291735Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Char (1 ms) 2022-12-01T10:53:44.1292688Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Short 2022-12-01T10:53:44.1308162Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Short (1 ms) 2022-12-01T10:53:44.1308895Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Int 2022-12-01T10:53:44.1324494Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Int (1 ms) 2022-12-01T10:53:44.1325236Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Long 2022-12-01T10:53:44.1341038Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Long (1 ms) 2022-12-01T10:53:44.1341777Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Float 2022-12-01T10:53:44.1357522Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Float (1 ms) 2022-12-01T10:53:44.1358274Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Double 2022-12-01T10:53:44.1374615Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Double (1 ms) 2022-12-01T10:53:44.1375341Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte 2022-12-01T10:53:44.1376040Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte (0 ms) 2022-12-01T10:53:44.1376875Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char 2022-12-01T10:53:44.1377696Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char (0 ms) 2022-12-01T10:53:44.1378471Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short 2022-12-01T10:53:44.1379272Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short (0 ms) 2022-12-01T10:53:44.1380237Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int 2022-12-01T10:53:44.1381060Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int (0 ms) 2022-12-01T10:53:44.1381806Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long 2022-12-01T10:53:44.1382566Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long (0 ms) 2022-12-01T10:53:44.1383362Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float 2022-12-01T10:53:44.1384145Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float (0 ms) 2022-12-01T10:53:44.1384934Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double 2022-12-01T10:53:44.1385714Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double (0 ms) 2022-12-01T10:53:44.1386411Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte 2022-12-01T10:53:44.1387083Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte (0 ms) 2022-12-01T10:53:44.1387763Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char 2022-12-01T10:53:44.1388499Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char (0 ms) 2022-12-01T10:53:44.1389168Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short 2022-12-01T10:53:44.1389943Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short (0 ms) 2022-12-01T10:53:44.1390648Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int 2022-12-01T10:53:44.1391380Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int (0 ms) 2022-12-01T10:53:44.1392032Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long 2022-12-01T10:53:44.1392599Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long (0 ms) 2022-12-01T10:53:44.1393028Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float 2022-12-01T10:53:44.1393461Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float (0 ms) 2022-12-01T10:53:44.1393868Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double 2022-12-01T10:53:44.1394298Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double (0 ms) 2022-12-01T10:53:44.1394725Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte 2022-12-01T10:53:44.1395151Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte (0 ms) 2022-12-01T10:53:44.1395715Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char 2022-12-01T10:53:44.1396152Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char (0 ms) 2022-12-01T10:53:44.1396589Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short 2022-12-01T10:53:44.1397016Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short (0 ms) 2022-12-01T10:53:44.1397448Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int 2022-12-01T10:53:44.1397932Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int (0 ms) 2022-12-01T10:53:44.1398349Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long 2022-12-01T10:53:44.1398786Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long (0 ms) 2022-12-01T10:53:44.1399218Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float 2022-12-01T10:53:44.1399661Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float (0 ms) 2022-12-01T10:53:44.1400080Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double 2022-12-01T10:53:44.1400522Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double (0 ms) 2022-12-01T10:53:44.1400935Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Byte 2022-12-01T10:53:44.1401325Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Byte (0 ms) 2022-12-01T10:53:44.1401792Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Char 2022-12-01T10:53:44.1402192Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Char (0 ms) 2022-12-01T10:53:44.1402578Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Short 2022-12-01T10:53:44.1402981Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Short (0 ms) 2022-12-01T10:53:44.1403374Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Int 2022-12-01T10:53:44.1403774Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Int (0 ms) 2022-12-01T10:53:44.1404153Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Long 2022-12-01T10:53:44.1404552Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Long (0 ms) 2022-12-01T10:53:44.1404952Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Float 2022-12-01T10:53:44.1405343Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Float (0 ms) 2022-12-01T10:53:44.1405747Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Double 2022-12-01T10:53:44.1406153Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Double (0 ms) 2022-12-01T10:53:44.1406546Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Bool 2022-12-01T10:53:44.1406927Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Bool (0 ms) 2022-12-01T10:53:44.1407320Z [ RUN ] TensorIteratorTest.SerialLoopSingleThread 2022-12-01T10:53:44.1424991Z [ OK ] TensorIteratorTest.SerialLoopSingleThread (4 ms) 2022-12-01T10:53:44.1425697Z [ RUN ] TensorIteratorTest.InputDType 2022-12-01T10:53:44.1426299Z [ OK ] TensorIteratorTest.InputDType (0 ms) 2022-12-01T10:53:44.1426987Z [ RUN ] TensorIteratorTest.ComputeCommonDTypeInputOnly 2022-12-01T10:53:44.1427766Z [ OK ] TensorIteratorTest.ComputeCommonDTypeInputOnly (0 ms) 2022-12-01T10:53:44.1428554Z [ RUN ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly 2022-12-01T10:53:44.1429399Z [ OK ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly (0 ms) 2022-12-01T10:53:44.1430175Z [ RUN ] TensorIteratorTest.FailNonPromotingBinaryOp 2022-12-01T10:53:44.1437287Z [ OK ] TensorIteratorTest.FailNonPromotingBinaryOp (1 ms) 2022-12-01T10:53:44.1438313Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte 2022-12-01T10:53:44.1439279Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte (0 ms) 2022-12-01T10:53:44.1440498Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Char 2022-12-01T10:53:44.1441146Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Char (0 ms) 2022-12-01T10:53:44.1441876Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Short 2022-12-01T10:53:44.1442581Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Short (0 ms) 2022-12-01T10:53:44.1443245Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Int 2022-12-01T10:53:44.1444091Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Int (0 ms) 2022-12-01T10:53:44.1444582Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Long 2022-12-01T10:53:44.1444996Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Long (0 ms) 2022-12-01T10:53:44.1445417Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Float 2022-12-01T10:53:44.1445846Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Float (0 ms) 2022-12-01T10:53:44.1446259Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Double 2022-12-01T10:53:44.1446702Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Double (0 ms) 2022-12-01T10:53:44.1447103Z [----------] 65 tests from TensorIteratorTest (58 ms total) 2022-12-01T10:53:44.1447273Z 2022-12-01T10:53:44.1447444Z [----------] Global test environment tear-down 2022-12-01T10:53:44.1447746Z [==========] 65 tests from 1 test suite ran. (58 ms total) 2022-12-01T10:53:44.1448012Z [ PASSED ] 65 tests. 2022-12-01T10:53:44.2033043Z + ./Dimname_test 2022-12-01T10:53:44.4209595Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:44.4210420Z [==========] Running 4 tests from 1 test suite. 2022-12-01T10:53:44.4210804Z [----------] Global test environment set-up. 2022-12-01T10:53:44.4211101Z [----------] 4 tests from DimnameTest 2022-12-01T10:53:44.4211419Z [ RUN ] DimnameTest.isValidIdentifier 2022-12-01T10:53:44.4211748Z [ OK ] DimnameTest.isValidIdentifier (0 ms) 2022-12-01T10:53:44.4212061Z [ RUN ] DimnameTest.wildcardName 2022-12-01T10:53:44.4212350Z [ OK ] DimnameTest.wildcardName (0 ms) 2022-12-01T10:53:44.4212671Z [ RUN ] DimnameTest.createNormalName 2022-12-01T10:53:44.4221725Z [ OK ] DimnameTest.createNormalName (1 ms) 2022-12-01T10:53:44.4222288Z [ RUN ] DimnameTest.unifyAndMatch 2022-12-01T10:53:44.4222768Z [ OK ] DimnameTest.unifyAndMatch (0 ms) 2022-12-01T10:53:44.4223074Z [----------] 4 tests from DimnameTest (1 ms total) 2022-12-01T10:53:44.4223223Z 2022-12-01T10:53:44.4223388Z [----------] Global test environment tear-down 2022-12-01T10:53:44.4223701Z [==========] 4 tests from 1 test suite ran. (1 ms total) 2022-12-01T10:53:44.4223962Z [ PASSED ] 4 tests. 2022-12-01T10:53:44.4775721Z + ./Dict_test 2022-12-01T10:53:44.7034365Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:44.7035054Z [==========] Running 47 tests from 2 test suites. 2022-12-01T10:53:44.7035489Z [----------] Global test environment set-up. 2022-12-01T10:53:44.7035943Z [----------] 46 tests from DictTest 2022-12-01T10:53:44.7036417Z [ RUN ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue 2022-12-01T10:53:44.7037053Z [ OK ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-12-01T10:53:44.7037712Z [ RUN ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse 2022-12-01T10:53:44.7038205Z [ OK ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-12-01T10:53:44.7038610Z [ RUN ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero 2022-12-01T10:53:44.7039294Z [ OK ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero (0 ms) 2022-12-01T10:53:44.7039832Z [ RUN ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements 2022-12-01T10:53:44.7040492Z [ OK ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-12-01T10:53:44.7040922Z [ RUN ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty 2022-12-01T10:53:44.7041309Z [ OK ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty (0 ms) 2022-12-01T10:53:44.7041887Z [ RUN ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement 2022-12-01T10:53:44.7042371Z [ OK ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-12-01T10:53:44.7042868Z [ RUN ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement 2022-12-01T10:53:44.7043464Z [ OK ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement (0 ms) 2022-12-01T10:53:44.7043932Z [ RUN ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict 2022-12-01T10:53:44.7044356Z [ OK ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict (0 ms) 2022-12-01T10:53:44.7044827Z [ RUN ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement 2022-12-01T10:53:44.7045334Z [ OK ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-12-01T10:53:44.7045888Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement 2022-12-01T10:53:44.7046471Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement (0 ms) 2022-12-01T10:53:44.7046975Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict 2022-12-01T10:53:44.7047415Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict (0 ms) 2022-12-01T10:53:44.7047826Z [ RUN ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd 2022-12-01T10:53:44.7048210Z [ OK ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd (0 ms) 2022-12-01T10:53:44.7048586Z [ RUN ] DictTest.givenMutableDict_whenIterating_thenFindsElements 2022-12-01T10:53:44.7048987Z [ OK ] DictTest.givenMutableDict_whenIterating_thenFindsElements (0 ms) 2022-12-01T10:53:44.7049407Z [ RUN ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements 2022-12-01T10:53:44.7049855Z [ OK ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-12-01T10:53:44.7050253Z [ RUN ] DictTest.givenConstDict_whenIterating_thenFindsElements 2022-12-01T10:53:44.7050644Z [ OK ] DictTest.givenConstDict_whenIterating_thenFindsElements (0 ms) 2022-12-01T10:53:44.7051058Z [ RUN ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements 2022-12-01T10:53:44.7051484Z [ OK ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-12-01T10:53:44.7051867Z [ RUN ] DictTest.givenIterator_thenCanModifyValue 2022-12-01T10:53:44.7052222Z [ OK ] DictTest.givenIterator_thenCanModifyValue (0 ms) 2022-12-01T10:53:44.7052625Z [ RUN ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty 2022-12-01T10:53:44.7053059Z [ OK ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty (0 ms) 2022-12-01T10:53:44.7053514Z [ RUN ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty 2022-12-01T10:53:44.7053988Z [ OK ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty (0 ms) 2022-12-01T10:53:44.7054487Z [ RUN ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged 2022-12-01T10:53:44.7055082Z [ OK ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged (0 ms) 2022-12-01T10:53:44.7055573Z [ RUN ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement 2022-12-01T10:53:44.7056031Z [ OK ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement (0 ms) 2022-12-01T10:53:44.7056482Z [ RUN ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement 2022-12-01T10:53:44.7056988Z [ OK ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement (0 ms) 2022-12-01T10:53:44.7057471Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-12-01T10:53:44.7057967Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-12-01T10:53:44.7058430Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-12-01T10:53:44.7058904Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-12-01T10:53:44.7059370Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-12-01T10:53:44.7059841Z [ OK ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-12-01T10:53:44.7060499Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-12-01T10:53:44.7060965Z [ OK ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-12-01T10:53:44.7061414Z [ RUN ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue 2022-12-01T10:53:44.7061856Z [ OK ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue (0 ms) 2022-12-01T10:53:44.7062313Z [ RUN ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse 2022-12-01T10:53:44.7062792Z [ OK ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse (0 ms) 2022-12-01T10:53:44.7063201Z [ RUN ] DictTest.whenCallingReserve_thenDoesntCrash 2022-12-01T10:53:44.7063554Z [ OK ] DictTest.whenCallingReserve_thenDoesntCrash (0 ms) 2022-12-01T10:53:44.7063926Z [ RUN ] DictTest.whenCopyConstructingDict_thenAreEqual 2022-12-01T10:53:44.7064311Z [ OK ] DictTest.whenCopyConstructingDict_thenAreEqual (0 ms) 2022-12-01T10:53:44.7064674Z [ RUN ] DictTest.whenCopyAssigningDict_thenAreEqual 2022-12-01T10:53:44.7065040Z [ OK ] DictTest.whenCopyAssigningDict_thenAreEqual (0 ms) 2022-12-01T10:53:44.7065388Z [ RUN ] DictTest.whenCopyingDict_thenAreEqual 2022-12-01T10:53:44.7065715Z [ OK ] DictTest.whenCopyingDict_thenAreEqual (0 ms) 2022-12-01T10:53:44.7066078Z [ RUN ] DictTest.whenMoveConstructingDict_thenNewIsCorrect 2022-12-01T10:53:44.7066475Z [ OK ] DictTest.whenMoveConstructingDict_thenNewIsCorrect (0 ms) 2022-12-01T10:53:44.7066860Z [ RUN ] DictTest.whenMoveAssigningDict_thenNewIsCorrect 2022-12-01T10:53:44.7067231Z [ OK ] DictTest.whenMoveAssigningDict_thenNewIsCorrect (0 ms) 2022-12-01T10:53:44.7067621Z [ RUN ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged 2022-12-01T10:53:44.7068024Z [ OK ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged (0 ms) 2022-12-01T10:53:44.7068405Z [ RUN ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged 2022-12-01T10:53:44.7068797Z [ OK ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged (0 ms) 2022-12-01T10:53:44.7069260Z [ RUN ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-12-01T10:53:44.7069783Z [ OK ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-12-01T10:53:44.7070340Z [ RUN ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-12-01T10:53:44.7070863Z [ OK ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-12-01T10:53:44.7071289Z [ RUN ] DictTest.givenEqualIterators_thenAreEqual 2022-12-01T10:53:44.7071653Z [ OK ] DictTest.givenEqualIterators_thenAreEqual (0 ms) 2022-12-01T10:53:44.7072013Z [ RUN ] DictTest.givenDifferentIterators_thenAreNotEqual 2022-12-01T10:53:44.7072451Z [ OK ] DictTest.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-12-01T10:53:44.7072868Z [ RUN ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-12-01T10:53:44.7073301Z [ OK ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-12-01T10:53:44.7073719Z [ RUN ] DictTest.givenIterator_whenWritingToValue_thenChangesValue 2022-12-01T10:53:44.7074121Z [ OK ] DictTest.givenIterator_whenWritingToValue_thenChangesValue (0 ms) 2022-12-01T10:53:44.7074457Z [ RUN ] DictTest.isReferenceType 2022-12-01T10:53:44.7074743Z [ OK ] DictTest.isReferenceType (0 ms) 2022-12-01T10:53:44.7075060Z [ RUN ] DictTest.copyHasSeparateStorage 2022-12-01T10:53:44.7075399Z [ OK ] DictTest.copyHasSeparateStorage (0 ms) 2022-12-01T10:53:44.7075697Z [ RUN ] DictTest.dictTensorAsKey 2022-12-01T10:53:44.7076003Z [ OK ] DictTest.dictTensorAsKey (0 ms) 2022-12-01T10:53:44.7076288Z [ RUN ] DictTest.dictEquality 2022-12-01T10:53:44.7076560Z [ OK ] DictTest.dictEquality (0 ms) 2022-12-01T10:53:44.7076864Z [----------] 46 tests from DictTest (0 ms total) 2022-12-01T10:53:44.7077012Z 2022-12-01T10:53:44.7077183Z [----------] 1 test from ListTest_IValueBasedList 2022-12-01T10:53:44.7077611Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue 2022-12-01T10:53:44.7078119Z [ OK ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue (0 ms) 2022-12-01T10:53:44.7078544Z [----------] 1 test from ListTest_IValueBasedList (0 ms total) 2022-12-01T10:53:44.7078712Z 2022-12-01T10:53:44.7078876Z [----------] Global test environment tear-down 2022-12-01T10:53:44.7079178Z [==========] 47 tests from 2 test suites ran. (0 ms total) 2022-12-01T10:53:44.7079439Z [ PASSED ] 47 tests. 2022-12-01T10:53:44.7599749Z + ./NamedTensor_test 2022-12-01T10:53:44.9772646Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:44.9773427Z [==========] Running 10 tests from 1 test suite. 2022-12-01T10:53:44.9773945Z [----------] Global test environment set-up. 2022-12-01T10:53:44.9774463Z [----------] 10 tests from NamedTensorTest 2022-12-01T10:53:44.9774964Z [ RUN ] NamedTensorTest.isNamed 2022-12-01T10:53:44.9775765Z [W TensorImpl.h:1761] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 2022-12-01T10:53:44.9776634Z [ OK ] NamedTensorTest.isNamed (0 ms) 2022-12-01T10:53:44.9777182Z [ RUN ] NamedTensorTest.attachMetadata 2022-12-01T10:53:44.9777761Z [ OK ] NamedTensorTest.attachMetadata (0 ms) 2022-12-01T10:53:44.9778388Z [ RUN ] NamedTensorTest.internalSetNamesInplace 2022-12-01T10:53:44.9779066Z [ OK ] NamedTensorTest.internalSetNamesInplace (0 ms) 2022-12-01T10:53:44.9779637Z [ RUN ] NamedTensorTest.empty 2022-12-01T10:53:44.9809600Z [ OK ] NamedTensorTest.empty (3 ms) 2022-12-01T10:53:44.9810219Z [ RUN ] NamedTensorTest.dimnameToPosition 2022-12-01T10:53:44.9815476Z [ OK ] NamedTensorTest.dimnameToPosition (0 ms) 2022-12-01T10:53:44.9816124Z [ RUN ] NamedTensorTest.unifyFromRight 2022-12-01T10:53:44.9868615Z [ OK ] NamedTensorTest.unifyFromRight (5 ms) 2022-12-01T10:53:44.9869190Z [ RUN ] NamedTensorTest.alias 2022-12-01T10:53:44.9869722Z [ OK ] NamedTensorTest.alias (0 ms) 2022-12-01T10:53:44.9870242Z [ RUN ] NamedTensorTest.NoNamesGuard 2022-12-01T10:53:44.9871030Z [ OK ] NamedTensorTest.NoNamesGuard (0 ms) 2022-12-01T10:53:44.9871612Z [ RUN ] NamedTensorTest.TensorNamePrint 2022-12-01T10:53:44.9872197Z [ OK ] NamedTensorTest.TensorNamePrint (0 ms) 2022-12-01T10:53:44.9872831Z [ RUN ] NamedTensorTest.TensorNamesCheckUnique 2022-12-01T10:53:44.9875753Z [ OK ] NamedTensorTest.TensorNamesCheckUnique (0 ms) 2022-12-01T10:53:44.9876365Z [----------] 10 tests from NamedTensorTest (10 ms total) 2022-12-01T10:53:44.9876636Z 2022-12-01T10:53:44.9876911Z [----------] Global test environment tear-down 2022-12-01T10:53:44.9877405Z [==========] 10 tests from 1 test suite ran. (10 ms total) 2022-12-01T10:53:44.9877771Z [ PASSED ] 10 tests. 2022-12-01T10:53:45.0444740Z + ./cpu_generator_test 2022-12-01T10:53:45.2620814Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:45.2621517Z [==========] Running 15 tests from 1 test suite. 2022-12-01T10:53:45.2621939Z [----------] Global test environment set-up. 2022-12-01T10:53:45.2622456Z [----------] 15 tests from CPUGeneratorImpl 2022-12-01T10:53:45.2622993Z [ RUN ] CPUGeneratorImpl.TestGeneratorDynamicCast 2022-12-01T10:53:45.2623524Z [ OK ] CPUGeneratorImpl.TestGeneratorDynamicCast (0 ms) 2022-12-01T10:53:45.2623958Z [ RUN ] CPUGeneratorImpl.TestDefaultGenerator 2022-12-01T10:53:45.2624537Z [ OK ] CPUGeneratorImpl.TestDefaultGenerator (0 ms) 2022-12-01T10:53:45.2625109Z [ RUN ] CPUGeneratorImpl.TestCloning 2022-12-01T10:53:45.2625422Z [ OK ] CPUGeneratorImpl.TestCloning (0 ms) 2022-12-01T10:53:45.2625817Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator 2022-12-01T10:53:45.2626290Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator (0 ms) 2022-12-01T10:53:45.2626695Z [ RUN ] CPUGeneratorImpl.TestGetSetCurrentSeed 2022-12-01T10:53:45.2627069Z [ OK ] CPUGeneratorImpl.TestGetSetCurrentSeed (0 ms) 2022-12-01T10:53:45.2627486Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-12-01T10:53:45.2629920Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 2022-12-01T10:53:45.2630550Z [ RUN ] CPUGeneratorImpl.TestRNGForking 2022-12-01T10:53:45.2834008Z [ OK ] CPUGeneratorImpl.TestRNGForking (20 ms) 2022-12-01T10:53:45.2834896Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibility 2022-12-01T10:53:45.2835850Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibility (0 ms) 2022-12-01T10:53:45.2836719Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset1 2022-12-01T10:53:45.2837504Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-12-01T10:53:45.2838177Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset2 2022-12-01T10:53:45.2838893Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-12-01T10:53:45.2839468Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset3 2022-12-01T10:53:45.2840133Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-12-01T10:53:45.2840736Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineIndex 2022-12-01T10:53:45.2841314Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-12-01T10:53:45.2842262Z [ RUN ] CPUGeneratorImpl.TestMT19937EngineReproducibility 2022-12-01T10:53:45.2842868Z [ OK ] CPUGeneratorImpl.TestMT19937EngineReproducibility (0 ms) 2022-12-01T10:53:45.2843416Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN 2022-12-01T10:53:45.2844015Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN (0 ms) 2022-12-01T10:53:45.2844568Z [ RUN ] CPUGeneratorImpl.TestPhiloxDeterministic 2022-12-01T10:53:45.2845236Z [ OK ] CPUGeneratorImpl.TestPhiloxDeterministic (0 ms) 2022-12-01T10:53:45.2845789Z [----------] 15 tests from CPUGeneratorImpl (21 ms total) 2022-12-01T10:53:45.2846026Z 2022-12-01T10:53:45.2846278Z [----------] Global test environment tear-down 2022-12-01T10:53:45.2846744Z [==========] 15 tests from 1 test suite ran. (22 ms total) 2022-12-01T10:53:45.2847134Z [ PASSED ] 15 tests. 2022-12-01T10:53:45.3416456Z + ./vmap_test 2022-12-01T10:53:45.5628307Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:45.5629088Z [==========] Running 23 tests from 1 test suite. 2022-12-01T10:53:45.5629643Z [----------] Global test environment set-up. 2022-12-01T10:53:45.5630086Z [----------] 23 tests from VmapTest 2022-12-01T10:53:45.5630504Z [ RUN ] VmapTest.TestBatchedTensor 2022-12-01T10:53:45.5653919Z [ OK ] VmapTest.TestBatchedTensor (2 ms) 2022-12-01T10:53:45.5654564Z [ RUN ] VmapTest.TestBatchedTensorMaxLevel 2022-12-01T10:53:45.5668642Z [ OK ] VmapTest.TestBatchedTensorMaxLevel (1 ms) 2022-12-01T10:53:45.5669313Z [ RUN ] VmapTest.TestBatchedTensorActualDim 2022-12-01T10:53:45.5693472Z [ OK ] VmapTest.TestBatchedTensorActualDim (2 ms) 2022-12-01T10:53:45.5694159Z [ RUN ] VmapTest.TestMultiBatchVmapTransform 2022-12-01T10:53:45.5703762Z [ OK ] VmapTest.TestMultiBatchVmapTransform (1 ms) 2022-12-01T10:53:45.5704485Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDim 2022-12-01T10:53:45.5713605Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDim (0 ms) 2022-12-01T10:53:45.5714394Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDims 2022-12-01T10:53:45.5723884Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDims (0 ms) 2022-12-01T10:53:45.5724709Z [ RUN ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical 2022-12-01T10:53:45.5725619Z [ OK ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical (0 ms) 2022-12-01T10:53:45.5726402Z [ RUN ] VmapTest.TestBatchedTensorSum 2022-12-01T10:53:45.5728703Z [ OK ] VmapTest.TestBatchedTensorSum (0 ms) 2022-12-01T10:53:45.5729506Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedBatched 2022-12-01T10:53:45.5736367Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedBatched (0 ms) 2022-12-01T10:53:45.5737352Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched 2022-12-01T10:53:45.5743055Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched (0 ms) 2022-12-01T10:53:45.5744031Z [ RUN ] VmapTest.TestBroadcastingVmapTransformMaxLevels 2022-12-01T10:53:45.5747680Z [ OK ] VmapTest.TestBroadcastingVmapTransformMaxLevels (0 ms) 2022-12-01T10:53:45.5748479Z [ RUN ] VmapTest.TestBatchedTensorMul 2022-12-01T10:53:45.5750534Z [ OK ] VmapTest.TestBatchedTensorMul (0 ms) 2022-12-01T10:53:45.5751209Z [ RUN ] VmapTest.TestBatchedTensorSize 2022-12-01T10:53:45.5757761Z [ OK ] VmapTest.TestBatchedTensorSize (0 ms) 2022-12-01T10:53:45.5758583Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalShape 2022-12-01T10:53:45.5759463Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalShape (0 ms) 2022-12-01T10:53:45.5760555Z [ RUN ] VmapTest.TestBatchedTensorExpand 2022-12-01T10:53:45.5862413Z [ OK ] VmapTest.TestBatchedTensorExpand (10 ms) 2022-12-01T10:53:45.5863155Z [ RUN ] VmapTest.TestBatchedTensorUnsqueeze 2022-12-01T10:53:45.5863824Z [ OK ] VmapTest.TestBatchedTensorUnsqueeze (0 ms) 2022-12-01T10:53:45.5864525Z [ RUN ] VmapTest.TestBatchedTensorSqueeze 2022-12-01T10:53:45.5865225Z [ OK ] VmapTest.TestBatchedTensorSqueeze (0 ms) 2022-12-01T10:53:45.5866118Z [ RUN ] VmapTest.TestBatchedTensorTranspose 2022-12-01T10:53:45.5868161Z [ OK ] VmapTest.TestBatchedTensorTranspose (0 ms) 2022-12-01T10:53:45.5868866Z [ RUN ] VmapTest.TestBatchedTensorPermute 2022-12-01T10:53:45.5870898Z [ OK ] VmapTest.TestBatchedTensorPermute (0 ms) 2022-12-01T10:53:45.5871690Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedBatched 2022-12-01T10:53:45.5884882Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedBatched (1 ms) 2022-12-01T10:53:45.5890925Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched 2022-12-01T10:53:45.5891900Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched (0 ms) 2022-12-01T10:53:45.5892811Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMaxLevels 2022-12-01T10:53:45.5896196Z [ OK ] VmapTest.TestMultiBatchVmapTransformMaxLevels (0 ms) 2022-12-01T10:53:45.5897102Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMultipleTensors 2022-12-01T10:53:45.5901484Z [ OK ] VmapTest.TestMultiBatchVmapTransformMultipleTensors (0 ms) 2022-12-01T10:53:45.5902282Z [----------] 23 tests from VmapTest (27 ms total) 2022-12-01T10:53:45.5902568Z 2022-12-01T10:53:45.5902882Z [----------] Global test environment tear-down 2022-12-01T10:53:45.5903446Z [==========] 23 tests from 1 test suite ran. (27 ms total) 2022-12-01T10:53:45.5903879Z [ PASSED ] 23 tests. 2022-12-01T10:53:45.6484183Z + ./operators_test 2022-12-01T10:53:45.8659137Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-12-01T10:53:45.8660090Z [==========] Running 4 tests from 1 test suite. 2022-12-01T10:53:45.8660628Z [----------] Global test environment set-up. 2022-12-01T10:53:45.8661092Z [----------] 4 tests from OperatorsTest 2022-12-01T10:53:45.8661580Z [ RUN ] OperatorsTest.TestFunctionDecltype 2022-12-01T10:53:45.8668013Z [ OK ] OperatorsTest.TestFunctionDecltype (0 ms) 2022-12-01T10:53:45.8668497Z [ RUN ] OperatorsTest.TestMethodOnlyDecltype 2022-12-01T10:53:45.8668876Z [ OK ] OperatorsTest.TestMethodOnlyDecltype (0 ms) 2022-12-01T10:53:45.8669194Z [ RUN ] OperatorsTest.Test_ATEN_FN 2022-12-01T10:53:45.8689706Z [ OK ] OperatorsTest.Test_ATEN_FN (2 ms) 2022-12-01T10:53:45.8690236Z [ RUN ] OperatorsTest.TestOutVariantIsFaithful 2022-12-01T10:53:45.8690713Z [ OK ] OperatorsTest.TestOutVariantIsFaithful (0 ms) 2022-12-01T10:53:45.8691079Z [----------] 4 tests from OperatorsTest (3 ms total) 2022-12-01T10:53:45.8691268Z 2022-12-01T10:53:45.8691464Z [----------] Global test environment tear-down 2022-12-01T10:53:45.8691781Z [==========] 4 tests from 1 test suite ran. (3 ms total) 2022-12-01T10:53:45.8692069Z [ PASSED ] 4 tests. 2022-12-01T10:53:45.9233529Z + [[ -x ./cudnn_test ]] 2022-12-01T10:53:45.9233942Z + [[ -x ./cuda_generator_test ]] 2022-12-01T10:53:45.9234330Z + [[ -x ./apply_test ]] 2022-12-01T10:53:45.9234696Z + [[ -x ./stream_test ]] 2022-12-01T10:53:45.9235083Z + [[ -x ./cuda_half_test ]] 2022-12-01T10:53:45.9235436Z + [[ -x ./cuda_vectorized_test ]] 2022-12-01T10:53:45.9235685Z + [[ -x ./cuda_distributions_test ]] 2022-12-01T10:53:45.9235928Z + [[ -x ./cuda_optional_test ]] 2022-12-01T10:53:45.9236397Z + [[ -x ./cuda_tensor_interop_test ]] 2022-12-01T10:53:45.9236627Z + [[ -x ./cuda_complex_test ]] 2022-12-01T10:53:45.9236863Z + [[ -x ./cuda_complex_math_test ]] 2022-12-01T10:53:45.9237090Z + [[ -x ./cuda_cub_test ]] 2022-12-01T10:53:45.9237356Z + [[ -x ./cuda_atomic_ops_test ]] 2022-12-01T10:53:45.9237646Z + '[' OFF == ON ']' 2022-12-01T10:53:45.9237906Z + popd 2022-12-01T10:53:45.9238113Z ~/workspace 2022-12-01T10:53:45.9238311Z + [[ -n '' ]] 2022-12-01T10:53:45.9238597Z + assert_git_not_dirty 2022-12-01T10:53:45.9238907Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T10:53:45.9239198Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T10:53:45.9242617Z ++ git status --porcelain 2022-12-01T10:53:46.0044443Z + git_status= 2022-12-01T10:53:46.0044835Z + [[ -n '' ]] 2022-12-01T10:53:46.0135944Z Prepare all required actions 2022-12-01T10:53:46.0136266Z Getting action download info 2022-12-01T10:53:46.2163549Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T10:53:46.2163773Z with: 2022-12-01T10:53:46.2164105Z github-token: *** 2022-12-01T10:53:46.2164265Z env: 2022-12-01T10:53:46.2164440Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:46.2164630Z ##[endgroup] 2022-12-01T10:53:46.2219483Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:53:46.2219704Z with: 2022-12-01T10:53:46.2219847Z shell: bash 2022-12-01T10:53:46.2220171Z timeout_minutes: 10 2022-12-01T10:53:46.2220336Z max_attempts: 5 2022-12-01T10:53:46.2220505Z retry_wait_seconds: 30 2022-12-01T10:53:46.2220870Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-12-01T10:53:46.2221249Z polling_interval_seconds: 1 2022-12-01T10:53:46.2221428Z warning_on_retry: true 2022-12-01T10:53:46.2221603Z continue_on_error: false 2022-12-01T10:53:46.2221761Z env: 2022-12-01T10:53:46.2221926Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:46.2222219Z GITHUB_TOKEN: *** 2022-12-01T10:53:46.2222380Z ##[endgroup] 2022-12-01T10:53:46.6181008Z 2022-12-01T10:53:46.6186369Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:53:46.6231214Z + python3 -m pip install requests==2.26.0 2022-12-01T10:53:47.3779150Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:53:47.4043517Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T10:53:47.4175802Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-12-01T10:53:47.4200087Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-12-01T10:53:47.4212150Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-12-01T10:53:47.4243774Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.13) 2022-12-01T10:53:47.6417762Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-05e928f06343a7583 2022-12-01T10:53:50.2626015Z + GHA_WORKFLOW_JOB_ID=9818358622 2022-12-01T10:53:50.2626548Z + echo '::set-output name=job-id::9818358622' 2022-12-01T10:53:50.2634254Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:53:50.6264104Z Command completed after 1 attempt(s). 2022-12-01T10:53:50.6264407Z 2022-12-01T10:53:50.6266022Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:53:50.6367708Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:53:50.6367956Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:53:50.7285010Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:53:50.7285342Z env: 2022-12-01T10:53:50.7285521Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:50.7285711Z MONITOR_SCRIPT_PID: 11325 2022-12-01T10:53:50.7285895Z ##[endgroup] 2022-12-01T10:53:50.7366073Z Prepare all required actions 2022-12-01T10:53:50.7366340Z Getting action download info 2022-12-01T10:53:50.9266329Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T10:53:51.0905501Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T10:53:51.0905728Z with: 2022-12-01T10:53:51.0905950Z file-suffix: test-default-1-2-linux.2xlarge_9818358622 2022-12-01T10:53:51.0906153Z env: 2022-12-01T10:53:51.0906327Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:51.0906517Z ##[endgroup] 2022-12-01T10:53:51.0934050Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T10:53:51.0934341Z # Remove any previous test jsons if they exist 2022-12-01T10:53:51.0934580Z rm -f test-jsons-*.zip 2022-12-01T10:53:51.0934830Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T10:53:51.0946609Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:53:51.0946871Z env: 2022-12-01T10:53:51.0947051Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:51.0947286Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_9818358622 2022-12-01T10:53:51.0947518Z ##[endgroup] 2022-12-01T10:53:51.1640531Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T10:53:51.1694105Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T10:53:51.1715098Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T10:53:51.1716468Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T10:53:51.1724927Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T10:53:51.1746307Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:53:51.1746614Z # Remove any previous test reports if they exist 2022-12-01T10:53:51.1746855Z rm -f test-reports-*.zip 2022-12-01T10:53:51.1747112Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T10:53:51.1757861Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:53:51.1758081Z env: 2022-12-01T10:53:51.1758259Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:51.1758494Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_9818358622 2022-12-01T10:53:51.1758720Z ##[endgroup] 2022-12-01T10:53:51.1866337Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221201100810.xml (deflated 76%) 2022-12-01T10:53:51.1870931Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221201100810.xml (deflated 92%) 2022-12-01T10:53:51.1885152Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221201100810.xml (deflated 92%) 2022-12-01T10:53:51.1889117Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221201100810.xml (deflated 93%) 2022-12-01T10:53:51.1899271Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20221201100810.xml (deflated 90%) 2022-12-01T10:53:51.1902423Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221201100810.xml (deflated 66%) 2022-12-01T10:53:51.1906773Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20221201100810.xml (deflated 64%) 2022-12-01T10:53:51.1911988Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221201100810.xml (deflated 84%) 2022-12-01T10:53:51.1927348Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20221201100810.xml (deflated 72%) 2022-12-01T10:53:51.1932700Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221201100810.xml (deflated 84%) 2022-12-01T10:53:51.1936072Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221201100810.xml (deflated 86%) 2022-12-01T10:53:51.1945003Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221201100810.xml (deflated 75%) 2022-12-01T10:53:51.1950506Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221201100810.xml (deflated 82%) 2022-12-01T10:53:51.1959759Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221201100810.xml (deflated 79%) 2022-12-01T10:53:51.1963609Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221201100810.xml (deflated 59%) 2022-12-01T10:53:51.1976894Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221201100810.xml (deflated 88%) 2022-12-01T10:53:51.1992714Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221201100810.xml (deflated 92%) 2022-12-01T10:53:51.1999152Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221201100810.xml (deflated 70%) 2022-12-01T10:53:51.2010134Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221201100810.xml (deflated 88%) 2022-12-01T10:53:51.2013382Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221201100810.xml (deflated 76%) 2022-12-01T10:53:51.2021050Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221201100810.xml (deflated 73%) 2022-12-01T10:53:51.2024443Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221201100810.xml (deflated 69%) 2022-12-01T10:53:51.2037777Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221201100810.xml (deflated 82%) 2022-12-01T10:53:51.2043383Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221201100810.xml (deflated 54%) 2022-12-01T10:53:51.2047133Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221201100810.xml (deflated 71%) 2022-12-01T10:53:51.2054223Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221201100810.xml (deflated 74%) 2022-12-01T10:53:51.2070749Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221201100810.xml (deflated 72%) 2022-12-01T10:53:51.2074042Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221201100810.xml (deflated 53%) 2022-12-01T10:53:51.2077258Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221201100810.xml (deflated 79%) 2022-12-01T10:53:51.2083067Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221201100810.xml (deflated 73%) 2022-12-01T10:53:51.2097197Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221201100810.xml (deflated 78%) 2022-12-01T10:53:51.2100405Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221201100810.xml (deflated 77%) 2022-12-01T10:53:51.2103175Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221201100810.xml (deflated 73%) 2022-12-01T10:53:51.2118340Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221201100810.xml (deflated 85%) 2022-12-01T10:53:51.2122069Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20221201100810.xml (deflated 79%) 2022-12-01T10:53:51.2125167Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20221201100810.xml (deflated 63%) 2022-12-01T10:53:51.2127988Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221201100810.xml (deflated 84%) 2022-12-01T10:53:51.2130878Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20221201100810.xml (deflated 72%) 2022-12-01T10:53:51.2135595Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221201100810.xml (deflated 59%) 2022-12-01T10:53:51.2147707Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221201100810.xml (deflated 83%) 2022-12-01T10:53:51.2151497Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221201100810.xml (deflated 86%) 2022-12-01T10:53:51.2157045Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221201100810.xml (deflated 80%) 2022-12-01T10:53:51.2172825Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221201100810.xml (deflated 79%) 2022-12-01T10:53:51.2179854Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221201100810.xml (deflated 80%) 2022-12-01T10:53:51.2185185Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221201100810.xml (deflated 83%) 2022-12-01T10:53:51.2199366Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221201100810.xml (deflated 87%) 2022-12-01T10:53:51.2205919Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221201100810.xml (deflated 80%) 2022-12-01T10:53:51.2224438Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221201100810.xml (deflated 85%) 2022-12-01T10:53:51.2227588Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221201100810.xml (deflated 71%) 2022-12-01T10:53:51.2231490Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221201100810.xml (deflated 85%) 2022-12-01T10:53:51.2239738Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221201100810.xml (deflated 86%) 2022-12-01T10:53:51.2244046Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221201100810.xml (deflated 83%) 2022-12-01T10:53:51.2248570Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221201100810.xml (deflated 82%) 2022-12-01T10:53:51.2250867Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221201100810.xml (deflated 72%) 2022-12-01T10:53:51.2262782Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221201100810.xml (deflated 69%) 2022-12-01T10:53:51.2275083Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221201100810.xml (deflated 87%) 2022-12-01T10:53:51.2290503Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221201100810.xml (deflated 89%) 2022-12-01T10:53:51.2293695Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221201100810.xml (deflated 64%) 2022-12-01T10:53:51.2297556Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221201100810.xml (deflated 71%) 2022-12-01T10:53:51.2305030Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221201100810.xml (deflated 85%) 2022-12-01T10:53:51.2310135Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221201100810.xml (deflated 87%) 2022-12-01T10:53:51.2322669Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201100810.xml (deflated 85%) 2022-12-01T10:53:51.2326651Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20221201100810.xml (deflated 74%) 2022-12-01T10:53:51.2329383Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20221201100810.xml (deflated 72%) 2022-12-01T10:53:51.2333271Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20221201100813.xml (deflated 66%) 2022-12-01T10:53:51.2345288Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20221201100813.xml (deflated 85%) 2022-12-01T10:53:51.2348918Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20221201100813.xml (deflated 48%) 2022-12-01T10:53:51.2353725Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20221201100813.xml (deflated 74%) 2022-12-01T10:53:51.2363120Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221201100813.xml (deflated 86%) 2022-12-01T10:53:51.2367985Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20221201100813.xml (deflated 74%) 2022-12-01T10:53:51.2371741Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20221201100813.xml (deflated 59%) 2022-12-01T10:53:51.2374983Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20221201100813.xml (deflated 81%) 2022-12-01T10:53:51.2383905Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20221201100813.xml (deflated 70%) 2022-12-01T10:53:51.2389928Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20221201100813.xml (deflated 83%) 2022-12-01T10:53:51.2399067Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20221201100813.xml (deflated 84%) 2022-12-01T10:53:51.2402558Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20221201100813.xml (deflated 83%) 2022-12-01T10:53:51.2406460Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20221201100813.xml (deflated 56%) 2022-12-01T10:53:51.2412252Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20221201100813.xml (deflated 75%) 2022-12-01T10:53:51.2421233Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20221201100813.xml (deflated 85%) 2022-12-01T10:53:51.2426156Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20221201100813.xml (deflated 82%) 2022-12-01T10:53:51.2430956Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221201100813.xml (deflated 70%) 2022-12-01T10:53:51.2444477Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20221201100813.xml (deflated 95%) 2022-12-01T10:53:51.2447337Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20221201100813.xml (deflated 84%) 2022-12-01T10:53:51.2450410Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20221201100813.xml (deflated 80%) 2022-12-01T10:53:51.2464063Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20221201100813.xml (deflated 89%) 2022-12-01T10:53:51.2466651Z adding: test/test-reports/python-unittest/test_jit/TEST-TestFrontend-20221201100813.xml (deflated 40%) 2022-12-01T10:53:51.2470736Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20221201100813.xml (deflated 85%) 2022-12-01T10:53:51.2479996Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221201100813.xml (deflated 51%) 2022-12-01T10:53:51.2482805Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221201100813.xml (deflated 73%) 2022-12-01T10:53:51.2485478Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20221201100813.xml (deflated 46%) 2022-12-01T10:53:51.2488302Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221201100813.xml (deflated 52%) 2022-12-01T10:53:51.2495903Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20221201100813.xml (deflated 79%) 2022-12-01T10:53:51.2499355Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20221201100813.xml (deflated 87%) 2022-12-01T10:53:51.2504441Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20221201100813.xml (deflated 62%) 2022-12-01T10:53:51.2513104Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221201100813.xml (deflated 73%) 2022-12-01T10:53:51.2516107Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221201100813.xml (deflated 62%) 2022-12-01T10:53:51.2520974Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20221201100813.xml (deflated 89%) 2022-12-01T10:53:51.2534637Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJit-20221201100813.xml (deflated 84%) 2022-12-01T10:53:51.2554673Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20221201100813.xml (deflated 95%) 2022-12-01T10:53:51.2558880Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20221201100813.xml (deflated 78%) 2022-12-01T10:53:51.2574288Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20221201100813.xml (deflated 89%) 2022-12-01T10:53:51.2577764Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20221201100813.xml (deflated 76%) 2022-12-01T10:53:51.2580705Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20221201100813.xml (deflated 70%) 2022-12-01T10:53:51.2585067Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20221201100813.xml (deflated 81%) 2022-12-01T10:53:51.2598487Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20221201100813.xml (deflated 84%) 2022-12-01T10:53:51.2601875Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20221201100813.xml (deflated 84%) 2022-12-01T10:53:51.2605259Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20221201100813.xml (deflated 69%) 2022-12-01T10:53:51.2619104Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20221201100813.xml (deflated 84%) 2022-12-01T10:53:51.2622308Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20221201100813.xml (deflated 86%) 2022-12-01T10:53:51.2627280Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20221201100813.xml (deflated 50%) 2022-12-01T10:53:51.2630804Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20221201100813.xml (deflated 81%) 2022-12-01T10:53:51.2640192Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20221201100813.xml (deflated 84%) 2022-12-01T10:53:51.2642926Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20221201100813.xml (deflated 64%) 2022-12-01T10:53:51.2645737Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221201100813.xml (deflated 83%) 2022-12-01T10:53:51.2648161Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20221201100813.xml (deflated 61%) 2022-12-01T10:53:51.2663675Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20221201100813.xml (deflated 89%) 2022-12-01T10:53:51.2666360Z adding: test/test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20221201100813.xml (deflated 42%) 2022-12-01T10:53:51.2670034Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20221201100813.xml (deflated 80%) 2022-12-01T10:53:51.2674152Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20221201100813.xml (deflated 80%) 2022-12-01T10:53:51.2683412Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221201100813.xml (deflated 86%) 2022-12-01T10:53:51.2687833Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20221201100813.xml (deflated 48%) 2022-12-01T10:53:51.2691515Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20221201100813.xml (deflated 88%) 2022-12-01T10:53:51.2702997Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20221201100813.xml (deflated 80%) 2022-12-01T10:53:51.2709111Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20221201100813.xml (deflated 80%) 2022-12-01T10:53:51.2712300Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221201100813.xml (deflated 77%) 2022-12-01T10:53:51.2737428Z adding: test/test-reports/python-unittest/test_jit/TEST-TestScript-20221201100813.xml (deflated 88%) 2022-12-01T10:53:51.2742077Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20221201100813.xml (deflated 79%) 2022-12-01T10:53:51.2745971Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20221201100813.xml (deflated 83%) 2022-12-01T10:53:51.2755773Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221201100813.xml (deflated 87%) 2022-12-01T10:53:51.2758946Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20221201100813.xml (deflated 75%) 2022-12-01T10:53:51.2761881Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20221201100813.xml (deflated 86%) 2022-12-01T10:53:51.2764776Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20221201100813.xml (deflated 71%) 2022-12-01T10:53:51.2775758Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20221201100813.xml (deflated 90%) 2022-12-01T10:53:51.2779895Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221201100813.xml (deflated 88%) 2022-12-01T10:53:51.2783314Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20221201100813.xml (deflated 74%) 2022-12-01T10:53:51.2793734Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221201100813.xml (deflated 81%) 2022-12-01T10:53:51.2796515Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20221201100813.xml (deflated 62%) 2022-12-01T10:53:51.2800142Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20221201100813.xml (deflated 88%) 2022-12-01T10:53:51.2816765Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20221201100813.xml (deflated 87%) 2022-12-01T10:53:51.2820828Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20221201100813.xml (deflated 82%) 2022-12-01T10:53:51.2824434Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20221201100813.xml (deflated 82%) 2022-12-01T10:53:51.2836948Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20221201100813.xml (deflated 89%) 2022-12-01T10:53:51.2841277Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20221201100813.xml (deflated 86%) 2022-12-01T10:53:51.2854834Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221201100813.xml (deflated 61%) 2022-12-01T10:53:51.2858507Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20221201100813.xml (deflated 85%) 2022-12-01T10:53:51.2861880Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20221201100813.xml (deflated 78%) 2022-12-01T10:53:51.2865279Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20221201100813.xml (deflated 73%) 2022-12-01T10:53:51.2878431Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20221201100813.xml (deflated 79%) 2022-12-01T10:53:51.2882233Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221201100813.xml (deflated 84%) 2022-12-01T10:53:51.2885702Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20221201101042.xml (deflated 49%) 2022-12-01T10:53:51.2888816Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20221201101042.xml (deflated 41%) 2022-12-01T10:53:51.3044606Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20221201101042.xml (deflated 98%) 2022-12-01T10:53:51.3061232Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20221201101042.xml (deflated 86%) 2022-12-01T10:53:51.3072317Z adding: test/test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20221201101042.xml (deflated 85%) 2022-12-01T10:53:51.3077059Z adding: test/test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20221201101304.xml (deflated 60%) 2022-12-01T10:53:51.3087582Z adding: test/test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20221201101327.xml (deflated 84%) 2022-12-01T10:53:51.3093061Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20221201101430.xml (deflated 79%) 2022-12-01T10:53:51.3121661Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20221201101430.xml (deflated 94%) 2022-12-01T10:53:51.3133726Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20221201101532.xml (deflated 90%) 2022-12-01T10:53:51.3153978Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20221201101532.xml (deflated 97%) 2022-12-01T10:53:51.3156600Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20221201101532.xml (deflated 41%) 2022-12-01T10:53:51.3189589Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20221201101532.xml (deflated 98%) 2022-12-01T10:53:51.3192758Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20221201101532.xml (deflated 57%) 2022-12-01T10:53:51.3198568Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertClose-20221201101600.xml (deflated 85%) 2022-12-01T10:53:51.3213926Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20221201101600.xml (deflated 70%) 2022-12-01T10:53:51.3217042Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20221201101600.xml (deflated 84%) 2022-12-01T10:53:51.3221372Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20221201101600.xml (deflated 69%) 2022-12-01T10:53:51.3225575Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20221201101600.xml (deflated 69%) 2022-12-01T10:53:51.3236528Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20221201101600.xml (deflated 69%) 2022-12-01T10:53:51.3244012Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20221201101600.xml (deflated 75%) 2022-12-01T10:53:51.3246858Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20221201101600.xml (deflated 69%) 2022-12-01T10:53:51.3249935Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20221201101600.xml (deflated 70%) 2022-12-01T10:53:51.3261720Z adding: test/test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20221201101600.xml (deflated 41%) 2022-12-01T10:53:51.3265239Z adding: test/test-reports/python-unittest/test_testing/TEST-TestImports-20221201101600.xml (deflated 50%) 2022-12-01T10:53:51.3269069Z adding: test/test-reports/python-unittest/test_testing/TEST-TestOpInfos-20221201101600.xml (deflated 53%) 2022-12-01T10:53:51.3281625Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20221201101600.xml (deflated 88%) 2022-12-01T10:53:51.3284967Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20221201101600.xml (deflated 88%) 2022-12-01T10:53:51.3298115Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20221201101600.xml (deflated 89%) 2022-12-01T10:53:51.3308390Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20221201101615.xml (deflated 90%) 2022-12-01T10:53:51.3320641Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20221201101615.xml (deflated 94%) 2022-12-01T10:53:51.3333191Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20221201101615.xml (deflated 96%) 2022-12-01T10:53:51.3351609Z adding: test/test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20221201101635.xml (deflated 96%) 2022-12-01T10:53:51.3355414Z adding: test/test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNN-20221201101649.xml (deflated 83%) 2022-12-01T10:53:51.3367810Z adding: test/test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNNDeviceTypeCPU-20221201101649.xml (deflated 95%) 2022-12-01T10:53:51.3381974Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20221201101717.xml (deflated 92%) 2022-12-01T10:53:51.3387160Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20221201101717.xml (deflated 88%) 2022-12-01T10:53:51.3397978Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20221201101731.xml (deflated 93%) 2022-12-01T10:53:51.3401516Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20221201101731.xml (deflated 80%) 2022-12-01T10:53:51.3416974Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20221201101731.xml (deflated 95%) 2022-12-01T10:53:51.3421999Z adding: test/test-reports/python-unittest/test_public_bindings/TEST-TestPublicBindings-20221201101738.xml (deflated 56%) 2022-12-01T10:53:51.3425955Z adding: test/test-reports/python-unittest/test_utils/TEST-TestAssert-20221201101745.xml (deflated 54%) 2022-12-01T10:53:51.3429812Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20221201101745.xml (deflated 78%) 2022-12-01T10:53:51.3443092Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20221201101745.xml (deflated 55%) 2022-12-01T10:53:51.3446205Z adding: test/test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20221201101745.xml (deflated 69%) 2022-12-01T10:53:51.3449665Z adding: test/test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20221201101745.xml (deflated 41%) 2022-12-01T10:53:51.3453213Z adding: test/test-reports/python-unittest/test_utils/TEST-TestHipify-20221201101745.xml (deflated 40%) 2022-12-01T10:53:51.3467102Z adding: test/test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20221201101745.xml (deflated 52%) 2022-12-01T10:53:51.3470591Z adding: test/test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20221201101745.xml (deflated 40%) 2022-12-01T10:53:51.3474705Z adding: test/test-reports/python-unittest/test_utils/TEST-TestBottleneck-20221201101745.xml (deflated 51%) 2022-12-01T10:53:51.3478133Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20221201101745.xml (deflated 42%) 2022-12-01T10:53:51.3490122Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20221201101753.xml (deflated 80%) 2022-12-01T10:53:51.3493384Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20221201101753.xml (deflated 85%) 2022-12-01T10:53:51.3505079Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20221201101753.xml (deflated 93%) 2022-12-01T10:53:51.3511682Z adding: test/test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20221201101759.xml (deflated 83%) 2022-12-01T10:53:51.3515330Z adding: test/test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20221201101804.xml (deflated 81%) 2022-12-01T10:53:51.3518565Z adding: test/test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20221201101809.xml (deflated 75%) 2022-12-01T10:53:51.3531902Z adding: test/test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20221201101814.xml (deflated 83%) 2022-12-01T10:53:51.3538345Z adding: test/test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20221201101818.xml (deflated 83%) 2022-12-01T10:53:51.3543242Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20221201101835.xml (deflated 85%) 2022-12-01T10:53:51.3657470Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20221201101835.xml (deflated 97%) 2022-12-01T10:53:51.3663372Z adding: test/test-reports/python-unittest/test_type_hints/TEST-TestTypeHints-20221201102152.xml (deflated 42%) 2022-12-01T10:53:51.3666539Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20221201102248.xml (deflated 61%) 2022-12-01T10:53:51.3669666Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20221201102248.xml (deflated 77%) 2022-12-01T10:53:51.3682542Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20221201102248.xml (deflated 73%) 2022-12-01T10:53:51.3685518Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20221201102248.xml (deflated 64%) 2022-12-01T10:53:51.3689918Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20221201102248.xml (deflated 84%) 2022-12-01T10:53:51.3702682Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20221201102248.xml (deflated 65%) 2022-12-01T10:53:51.3705170Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20221201102248.xml (deflated 66%) 2022-12-01T10:53:51.3707777Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20221201102248.xml (deflated 41%) 2022-12-01T10:53:51.3710670Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20221201102248.xml (deflated 60%) 2022-12-01T10:53:51.3725463Z adding: test/test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20221201102318.xml (deflated 96%) 2022-12-01T10:53:51.3728749Z adding: test/test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20221201102334.xml (deflated 55%) 2022-12-01T10:53:51.3733418Z adding: test/test-reports/python-unittest/test_mkldnn_verbose/TEST-TestMKLDNNVerbose-20221201102345.xml (deflated 53%) 2022-12-01T10:53:51.3737564Z adding: test/test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20221201102351.xml (deflated 53%) 2022-12-01T10:53:51.3748740Z adding: test/test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20221201102357.xml (deflated 67%) 2022-12-01T10:53:51.3752774Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20221201102402.xml (deflated 82%) 2022-12-01T10:53:51.3755869Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20221201102402.xml (deflated 77%) 2022-12-01T10:53:51.3764977Z adding: test/test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20221201102402.xml (deflated 84%) 2022-12-01T10:53:51.3768164Z adding: test/test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20221201102402.xml (deflated 76%) 2022-12-01T10:53:51.3771166Z adding: test/test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20221201102402.xml (deflated 86%) 2022-12-01T10:53:51.3774060Z adding: test/test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20221201102402.xml (deflated 72%) 2022-12-01T10:53:51.3787498Z adding: test/test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20221201102402.xml (deflated 71%) 2022-12-01T10:53:51.3791125Z adding: test/test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20221201102402.xml (deflated 79%) 2022-12-01T10:53:51.3795971Z adding: test/test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20221201102402.xml (deflated 73%) 2022-12-01T10:53:51.3798802Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20221201102402.xml (deflated 75%) 2022-12-01T10:53:51.3806891Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20221201102402.xml (deflated 81%) 2022-12-01T10:53:51.3810003Z adding: test/test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20221201102402.xml (deflated 48%) 2022-12-01T10:53:51.3812984Z adding: test/test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20221201102402.xml (deflated 69%) 2022-12-01T10:53:51.3816342Z adding: test/test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20221201102402.xml (deflated 76%) 2022-12-01T10:53:51.3828845Z adding: test/test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20221201102402.xml (deflated 44%) 2022-12-01T10:53:51.3832445Z adding: test/test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20221201102402.xml (deflated 71%) 2022-12-01T10:53:51.3836130Z adding: test/test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20221201102407.xml (deflated 47%) 2022-12-01T10:53:51.3839565Z adding: test/test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20221201102412.xml (deflated 81%) 2022-12-01T10:53:51.3854314Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitor-20221201102415.xml (deflated 66%) 2022-12-01T10:53:51.3858384Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20221201102415.xml (deflated 42%) 2022-12-01T10:53:51.3861963Z adding: test/test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20221201102419.xml (deflated 76%) 2022-12-01T10:53:51.3865144Z adding: test/test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20221201102422.xml (deflated 82%) 2022-12-01T10:53:51.3876673Z adding: test/test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20221201102426.xml (deflated 82%) 2022-12-01T10:53:51.3879512Z adding: test/test-reports/python-unittest/test_itt/TEST-TestItt-20221201102429.xml (deflated 41%) 2022-12-01T10:53:51.3882897Z adding: test/test-reports/python-unittest/test_license/TEST-TestLicense-20221201102432.xml (deflated 50%) 2022-12-01T10:53:51.3887180Z adding: test/test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20221201102436.xml (deflated 75%) 2022-12-01T10:53:51.3918594Z adding: test/test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20221201102439.xml (deflated 70%) 2022-12-01T10:53:51.3919655Z adding: test/test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20221201102441.xml (deflated 43%) 2022-12-01T10:53:51.3920269Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20221201104155.xml (deflated 78%) 2022-12-01T10:53:51.3920799Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20221201104155.xml (deflated 85%) 2022-12-01T10:53:51.3921342Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20221201104155.xml (deflated 85%) 2022-12-01T10:53:51.3921948Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20221201104155.xml (deflated 85%) 2022-12-01T10:53:51.3922565Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221201104155.xml (deflated 74%) 2022-12-01T10:53:51.3923143Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20221201104155.xml (deflated 82%) 2022-12-01T10:53:51.3923600Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFX-20221201104155.xml (deflated 87%) 2022-12-01T10:53:51.3924113Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20221201104155.xml (deflated 63%) 2022-12-01T10:53:51.3924661Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20221201104155.xml (deflated 94%) 2022-12-01T10:53:51.3925348Z adding: test/test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20221201104155.xml (deflated 95%) 2022-12-01T10:53:51.3925949Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20221201104155.xml (deflated 74%) 2022-12-01T10:53:51.3926515Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201104155.xml (deflated 86%) 2022-12-01T10:53:51.3927060Z adding: test/test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20221201104155.xml (deflated 88%) 2022-12-01T10:53:51.3927583Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20221201104155.xml (deflated 90%) 2022-12-01T10:53:51.3945062Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20221201104536.xml (deflated 97%) 2022-12-01T10:53:51.3945588Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20221201104536.xml (deflated 41%) 2022-12-01T10:53:51.3972467Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20221201104536.xml (deflated 98%) 2022-12-01T10:53:51.3985051Z adding: test/test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20221201104719.xml (deflated 96%) 2022-12-01T10:53:51.3999296Z adding: test/test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20221201104913.xml (deflated 93%) 2022-12-01T10:53:51.3999866Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20221201105051.xml (deflated 59%) 2022-12-01T10:53:51.4000424Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20221201105051.xml (deflated 56%) 2022-12-01T10:53:51.4001197Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20221201105051.xml (deflated 92%) 2022-12-01T10:53:51.4003912Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20221201105051.xml (deflated 90%) 2022-12-01T10:53:51.4004483Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20221201105051.xml (deflated 70%) 2022-12-01T10:53:51.4005002Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20221201105051.xml (deflated 73%) 2022-12-01T10:53:51.4005518Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20221201105051.xml (deflated 83%) 2022-12-01T10:53:51.4006106Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20221201105051.xml (deflated 59%) 2022-12-01T10:53:51.4006725Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20221201105051.xml (deflated 83%) 2022-12-01T10:53:51.4007291Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20221201105051.xml (deflated 76%) 2022-12-01T10:53:51.4007828Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20221201105051.xml (deflated 68%) 2022-12-01T10:53:51.4008539Z adding: test/test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20221201105134.xml (deflated 85%) 2022-12-01T10:53:51.4018272Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutograd-20221201105206.xml (deflated 86%) 2022-12-01T10:53:51.4018831Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20221201105206.xml (deflated 60%) 2022-12-01T10:53:51.4020425Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20221201105206.xml (deflated 86%) 2022-12-01T10:53:51.4021083Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20221201105206.xml (deflated 85%) 2022-12-01T10:53:51.4021906Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20221201105206.xml (deflated 72%) 2022-12-01T10:53:51.4023877Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20221201105206.xml (deflated 95%) 2022-12-01T10:53:51.4024479Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20221201105206.xml (deflated 87%) 2022-12-01T10:53:51.4025062Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20221201105206.xml (deflated 71%) 2022-12-01T10:53:51.4025636Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20221201105206.xml (deflated 77%) 2022-12-01T10:53:51.4026156Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20221201105223.xml (deflated 81%) 2022-12-01T10:53:51.4027454Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20221201105223.xml (deflated 87%) 2022-12-01T10:53:51.4027998Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20221201105225.xml (deflated 78%) 2022-12-01T10:53:51.4028550Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20221201105225.xml (deflated 80%) 2022-12-01T10:53:51.4029131Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20221201105225.xml (deflated 58%) 2022-12-01T10:53:51.4029674Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20221201105225.xml (deflated 88%) 2022-12-01T10:53:51.4030222Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestEnableDisableCudaFuser-20221201105228.xml (deflated 68%) 2022-12-01T10:53:51.4030796Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-jit.test_fuser_common.TestFuserCommon-20221201105228.xml (deflated 49%) 2022-12-01T10:53:51.4033295Z adding: test/test-reports/python-unittest/test_jit_cuda_fuser/TEST-TestCudaFuser-20221201105228.xml (deflated 93%) 2022-12-01T10:53:51.4034044Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20221201105231.xml (deflated 81%) 2022-12-01T10:53:51.4034560Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20221201105231.xml (deflated 75%) 2022-12-01T10:53:51.4051188Z adding: test/test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20221201105258.xml (deflated 96%) 2022-12-01T10:53:51.4051957Z adding: test/test-reports/python-unittest/test_namedtuple_return_api/TEST-TestNamedTupleAPI-20221201105305.xml (deflated 77%) 2022-12-01T10:53:51.4052493Z adding: test/test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20221201105308.xml (deflated 60%) 2022-12-01T10:53:51.4053015Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20221201105310.xml (deflated 40%) 2022-12-01T10:53:51.4053527Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20221201105310.xml (deflated 85%) 2022-12-01T10:53:51.4054030Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20221201105310.xml (deflated 87%) 2022-12-01T10:53:51.4054540Z adding: test/test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20221201105311.xml (deflated 40%) 2022-12-01T10:53:51.4055093Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20221201105320.xml (deflated 80%) 2022-12-01T10:53:51.4055647Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20221201105320.xml (deflated 68%) 2022-12-01T10:53:51.4056193Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20221201105320.xml (deflated 41%) 2022-12-01T10:53:51.4056736Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20221201105320.xml (deflated 42%) 2022-12-01T10:53:51.4222764Z adding: test/test-reports/python-pytest/test_ops/test_ops-9670f1cd30b2aa55.xml (deflated 96%) 2022-12-01T10:53:51.4391177Z adding: test/test-reports/python-pytest/test_ops/test_ops-28b8cf51ee13d57e.xml (deflated 96%) 2022-12-01T10:53:51.4391685Z adding: test/test-reports/python-pytest/test_ops/test_ops-ecc3a87a4de32035.xml (deflated 88%) 2022-12-01T10:53:51.4415805Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:53:51.4416217Z # Remove any previous test reports if they exist 2022-12-01T10:53:51.4416451Z rm -f usage-log-*.zip 2022-12-01T10:53:51.4416731Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T10:53:51.4417014Z # so check to see if the file exists first 2022-12-01T10:53:51.4417241Z if [ -f 'usage_log.txt' ]; then 2022-12-01T10:53:51.4417493Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T10:53:51.4417700Z fi 2022-12-01T10:53:51.4429037Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:53:51.4429258Z env: 2022-12-01T10:53:51.4429434Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:51.4429681Z FILE_SUFFIX: test-default-1-2-linux.2xlarge_9818358622 2022-12-01T10:53:51.4429908Z ##[endgroup] 2022-12-01T10:53:51.4678034Z adding: usage_log.txt (deflated 97%) 2022-12-01T10:53:51.4728137Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:53:51.4728338Z with: 2022-12-01T10:53:51.4728544Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:53:51.4728766Z retention-days: 14 2022-12-01T10:53:51.4728954Z if-no-files-found: warn 2022-12-01T10:53:51.4729155Z path: test-jsons-*.zip 2022-12-01T10:53:51.4729344Z name: artifact 2022-12-01T10:53:51.4729516Z s3-bucket: gha-artifacts 2022-12-01T10:53:51.4729706Z region: us-east-1 2022-12-01T10:53:51.4729872Z env: 2022-12-01T10:53:51.4730032Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:51.4730229Z ##[endgroup] 2022-12-01T10:53:52.2487895Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:53:52.2488420Z With the provided path, there will be 1 file uploaded 2022-12-01T10:53:52.2488859Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:53:52.2557559Z Starting upload of test-jsons-test-default-1-2-linux.2xlarge_9818358622.zip 2022-12-01T10:53:52.3671490Z Finished upload of test-jsons-test-default-1-2-linux.2xlarge_9818358622.zip 2022-12-01T10:53:52.3809522Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:53:52.3809728Z with: 2022-12-01T10:53:52.3809928Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:53:52.3810147Z retention-days: 14 2022-12-01T10:53:52.3810330Z if-no-files-found: error 2022-12-01T10:53:52.3810535Z path: test-reports-*.zip 2022-12-01T10:53:52.3810723Z name: artifact 2022-12-01T10:53:52.3810890Z s3-bucket: gha-artifacts 2022-12-01T10:53:52.3811080Z region: us-east-1 2022-12-01T10:53:52.3811253Z env: 2022-12-01T10:53:52.3811410Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:52.3811591Z ##[endgroup] 2022-12-01T10:53:52.7183859Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:53:52.7184390Z With the provided path, there will be 1 file uploaded 2022-12-01T10:53:52.7184845Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:53:52.7193065Z Starting upload of test-reports-test-default-1-2-linux.2xlarge_9818358622.zip 2022-12-01T10:53:52.8650456Z Finished upload of test-reports-test-default-1-2-linux.2xlarge_9818358622.zip 2022-12-01T10:53:52.8809280Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:53:52.8809653Z with: 2022-12-01T10:53:52.8809994Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:53:52.8810365Z retention-days: 14 2022-12-01T10:53:52.8810645Z if-no-files-found: ignore 2022-12-01T10:53:52.8810935Z path: usage-log-*.zip 2022-12-01T10:53:52.8811201Z name: artifact 2022-12-01T10:53:52.8811611Z s3-bucket: gha-artifacts 2022-12-01T10:53:52.8811905Z region: us-east-1 2022-12-01T10:53:52.8812154Z env: 2022-12-01T10:53:52.8812402Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:52.8812692Z ##[endgroup] 2022-12-01T10:53:53.2189778Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:53:53.2190437Z With the provided path, there will be 1 file uploaded 2022-12-01T10:53:53.2190738Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:53:53.2197324Z Starting upload of usage-log-test-default-1-2-linux.2xlarge_9818358622.zip 2022-12-01T10:53:53.3046735Z Finished upload of usage-log-test-default-1-2-linux.2xlarge_9818358622.zip 2022-12-01T10:53:53.3192699Z ##[group]Run set -x 2022-12-01T10:53:53.3192890Z set -x 2022-12-01T10:53:53.3193118Z python3 -m pip install -r requirements.txt 2022-12-01T10:53:53.3193372Z python3 -m pip install boto3==1.19.12 2022-12-01T10:53:53.3193672Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:53:53.3205122Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:53:53.3205347Z env: 2022-12-01T10:53:53.3205529Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:53:53.3205723Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:53:53.3205919Z BRANCH: pull/89997 2022-12-01T10:53:53.3206104Z TEST_CONFIG: default 2022-12-01T10:53:53.3206268Z SHARD_NUMBER: 1 2022-12-01T10:53:53.3206490Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-12-01T10:53:53.3206711Z PR_NUMBER: 89997 2022-12-01T10:53:53.3206892Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:53:53.3207103Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:53:53.3207372Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:53:53.3207565Z TAG: 2022-12-01T10:53:53.3207732Z WORKFLOW_ID: 3591403534 2022-12-01T10:53:53.3208047Z GITHUB_TOKEN: *** 2022-12-01T10:53:53.3208222Z GHA_WORKFLOW_JOB_ID: 9818358622 2022-12-01T10:53:53.3208411Z ##[endgroup] 2022-12-01T10:53:53.3234026Z + python3 -m pip install -r requirements.txt 2022-12-01T10:53:53.5380265Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:53:53.5652265Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-12-01T10:53:53.5679452Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.4) 2022-12-01T10:53:53.5687830Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-12-01T10:53:53.5697372Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.58.2) 2022-12-01T10:53:53.6061824Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-12-01T10:53:53.6070627Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-12-01T10:53:53.6147668Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-12-01T10:53:53.6155232Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-12-01T10:53:53.6373637Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T10:53:53.6539703Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-12-01T10:53:53.6548571Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2022-12-01T10:53:53.6553940Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.4.0) 2022-12-01T10:53:53.6563622Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-12-01T10:53:53.6584086Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.38.4) 2022-12-01T10:53:53.6599334Z Requirement already satisfied: attrs>=19.2.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-12-01T10:53:53.6847683Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-12-01T10:53:53.6856983Z Requirement already satisfied: exceptiongroup>=1.0.0; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.4) 2022-12-01T10:53:53.6874729Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-12-01T10:53:53.6883435Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-12-01T10:53:53.6901897Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.13) 2022-12-01T10:53:53.7055861Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-12-01T10:53:53.7066695Z Requirement already satisfied: mpmath>=0.19 in /home/ec2-user/.local/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-12-01T10:53:53.7939260Z + python3 -m pip install boto3==1.19.12 2022-12-01T10:53:54.0019633Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:53:54.0204356Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T10:53:54.0253287Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-12-01T10:53:54.0266079Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-12-01T10:53:54.0307213Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-12-01T10:53:54.0342287Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-12-01T10:53:54.0362309Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.13) 2022-12-01T10:53:54.0513883Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-12-01T10:53:54.2338314Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:55:00.3070619Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T10:55:00.3070971Z 2022-12-01T10:55:00.3071387Z ----- Historic stats comparison result ------ 2022-12-01T10:55:00.3071684Z 2022-12-01T10:55:00.3071946Z job: linux-bionic-py3.7-clang9 2022-12-01T10:55:00.3072402Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:55:00.3072695Z 2022-12-01T10:55:00.3072981Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T10:55:00.3073609Z 2022-12-01T10:55:00.3073734Z : (master) 2022-12-01T10:55:00.3074041Z | 2022-12-01T10:55:00.3074404Z | * c13d400bff (HEAD) total time 4417.46s 2022-12-01T10:55:00.3074742Z | | 2022-12-01T10:55:00.3075045Z | : (59 commits) 2022-12-01T10:55:00.3075349Z |/ 2022-12-01T10:55:00.3075870Z * 67eb2d5952 (base) 16 reports, total time 4344.22s ± 602.80s 2022-12-01T10:55:00.3076442Z * 1c5ca724f4 8 reports, total time 4368.61s ± 616.59s 2022-12-01T10:55:00.3077002Z * 9d6109c4b0 8 reports, total time 4383.64s ± 695.73s 2022-12-01T10:55:00.3077692Z * 736adc0808 8 reports, total time 4306.63s ± 637.14s 2022-12-01T10:55:00.3078268Z * a348975e00 8 reports, total time 4289.15s ± 623.87s 2022-12-01T10:55:00.3078817Z * db13049b88 8 reports, total time 4387.24s ± 674.56s 2022-12-01T10:55:00.3079372Z * d07b85393a 8 reports, total time 4300.86s ± 637.56s 2022-12-01T10:55:00.3080065Z * ac25c210e5 8 reports, total time 4257.12s ± 662.22s 2022-12-01T10:55:00.3080628Z * 2355b6256b 8 reports, total time 4350.11s ± 742.08s 2022-12-01T10:55:00.3081182Z * 4f95f7ae9b 8 reports, total time 4359.00s ± 715.95s 2022-12-01T10:55:00.3081584Z | 2022-12-01T10:55:00.3081872Z : 2022-12-01T10:55:00.3082048Z 2022-12-01T10:55:00.3082266Z Removed (across 418 suites) 0 tests, totaling 0.00s 2022-12-01T10:55:00.3082735Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T10:55:00.3083220Z Added (across 319 suites) 54047 tests, totaling +4417.47s 2022-12-01T10:55:00.4374045Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T10:55:00.4374299Z with: 2022-12-01T10:55:00.4374454Z env: 2022-12-01T10:55:00.4374616Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:55:00.4374804Z ##[endgroup] 2022-12-01T10:55:00.4389956Z ##[group]Run set -eou pipefail 2022-12-01T10:55:00.4390186Z set -eou pipefail 2022-12-01T10:55:00.4390386Z  2022-12-01T10:55:00.4390610Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T10:55:00.4390861Z for _ in $(seq 1440); do 2022-12-01T10:55:00.4391078Z  # Break if no ssh session exists anymore 2022-12-01T10:55:00.4391294Z  if [ "$(who)" = "" ]; then 2022-12-01T10:55:00.4391463Z  break 2022-12-01T10:55:00.4391627Z  fi 2022-12-01T10:55:00.4391791Z  echo "." 2022-12-01T10:55:00.4391969Z  sleep 5 2022-12-01T10:55:00.4392136Z done 2022-12-01T10:55:00.4403423Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:55:00.4403642Z env: 2022-12-01T10:55:00.4403806Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:55:00.4403993Z ##[endgroup] 2022-12-01T10:55:00.4427858Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T10:55:00.4538506Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:55:00.4538821Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:55:00.4539071Z # shellcheck disable=SC2046 2022-12-01T10:55:00.4539297Z docker stop $(docker ps -q) || true 2022-12-01T10:55:00.4539510Z # Prune all of the docker images 2022-12-01T10:55:00.4539725Z docker system prune -af 2022-12-01T10:55:00.4550627Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:55:00.4550829Z env: 2022-12-01T10:55:00.4551003Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:55:00.4551188Z ##[endgroup] 2022-12-01T10:55:00.9475025Z 689b397c9f99 2022-12-01T10:55:02.3971213Z Deleted Containers: 2022-12-01T10:55:02.3971822Z 689b397c9f99801af5e7733bd73e416380f4d6af936e9dec9ccbbcf4920ee5bf 2022-12-01T10:55:02.3972059Z 2022-12-01T10:55:11.8379615Z Deleted Images: 2022-12-01T10:55:11.8380621Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:55:11.8381790Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9@sha256:922efd3e5de9c9bb7c8bbf26292cfc402e4fe496007343b3cdeaa900d9eba7e5 2022-12-01T10:55:11.8382286Z deleted: sha256:79a24f7e31ea76d2ddb469f649fa8ec153a9d95b2910eec865272f9fe1492257 2022-12-01T10:55:11.8382620Z deleted: sha256:c1d569b3b7aecb26b66d2051263ba61aa46d8254055f1adf855c83dbb4f8177e 2022-12-01T10:55:11.8382960Z deleted: sha256:b8d1f473f6b1a07bef17d41165749de9fb5f8e8395202d332380a5b0fd997c19 2022-12-01T10:55:11.8383304Z deleted: sha256:a5cb4f755e86e80ca35205044b67fa63e5ac77b04cfc8348f771ceb9436c387e 2022-12-01T10:55:11.8383701Z deleted: sha256:73294294aa551e90351c3f45afd3d2e7e5e835f2b89c4f4a54c0aa134927ef42 2022-12-01T10:55:11.8384296Z deleted: sha256:34e926883150ec25ea7c9fed4cf7134ed64ed3aded69be083ab67cd3d1fe3b22 2022-12-01T10:55:11.8384831Z deleted: sha256:9395b567cb7b0287051b1d4451ebdde9d49f7727c3542af86e069716aa8b54bd 2022-12-01T10:55:11.8385277Z deleted: sha256:f9b817c00a1eb2074cdc73be7036aa71903b9dd31b070ed1a8fd3bc83fe1f1c3 2022-12-01T10:55:11.8385883Z deleted: sha256:5f5263c972513f67380da1bb4742be6dfb0b94d6d13aae0dc4d92ee49982623d 2022-12-01T10:55:11.8386428Z deleted: sha256:e20f49fc9f7135cc00b1f14769005c0130d254bd77d6b45c4ffd82092970a61d 2022-12-01T10:55:11.8387008Z deleted: sha256:98bb35f2f25e123f8755850a597499d23d3bf69ebbd0550a2c63477230be9ad1 2022-12-01T10:55:11.8387463Z deleted: sha256:38bc8e029ea774f88f232199b0dc38de373eac8b8520cf79887770480a568f12 2022-12-01T10:55:11.8388025Z deleted: sha256:0c9d68da477ec4c1c4f820d38da29f670a13f302a786b658b8aa0bf19b4e74b9 2022-12-01T10:55:11.8388688Z deleted: sha256:de8381314e3c72a427c188391df2123b817e95cee6f9f23d305b339ac9146f32 2022-12-01T10:55:11.8389039Z deleted: sha256:db0c2f0622bb771b624fec24e3e6b5f5f8bab84856c9d9051b86ee05cc076a80 2022-12-01T10:55:11.8389366Z deleted: sha256:ff884857a18ee01e3feccefb595b4dd622234c596629ba5daf3b62c9d50300fa 2022-12-01T10:55:11.8389709Z deleted: sha256:b765a86d0d36e58eacff6a38035b439ed07f4da10883e6e493eccfcd6ead6d48 2022-12-01T10:55:11.8390054Z deleted: sha256:2aab29bd8781d5d23cebf9dbf11cc74f867446211f347d20dfb0b32fc00d9cd3 2022-12-01T10:55:11.8390396Z deleted: sha256:50daa08a8d7f4c2083950c4b15b8da1e93490cdb0c734ef4ee9c8f23291a7adc 2022-12-01T10:55:11.8390774Z deleted: sha256:1b368af574c7caffa7731ac85cf239cd9a14b139e0d6c1e0fc5e71d50dc4d344 2022-12-01T10:55:11.8391273Z deleted: sha256:4206e3489e5b3632c718576fff1e400372c840fd417039cea9e944b75497bf08 2022-12-01T10:55:11.8391578Z deleted: sha256:f784048f6bd235ddf4001431cf88df9675417b4e5f832f209fd973186ac7ffb8 2022-12-01T10:55:11.8391907Z deleted: sha256:d6767ca63dc41041eba27401089df893b90b9841424a897644ec78f085f0d40d 2022-12-01T10:55:11.8392224Z deleted: sha256:3218be89574e96f52f2aea4029e604aff3e2795320a252319712b12522bc7229 2022-12-01T10:55:11.8392550Z deleted: sha256:954f56c0d913b9c5becd97962377d7f0f215a31513f9a8469ea5d7f0caff0ebc 2022-12-01T10:55:11.8392928Z deleted: sha256:3f6cd1c07e1e1acc188167f8a8346baa43629131598d32c25e88b16c68cde384 2022-12-01T10:55:11.8393247Z deleted: sha256:30b8e6ee746b07a34fd5b2abeecda5c213f061608c44cb99699a7b793bd3be06 2022-12-01T10:55:11.8393720Z deleted: sha256:3fac8601bb971ee954e5207c26cd9a525d824d199936d3067f496b104221ab8a 2022-12-01T10:55:11.8394190Z deleted: sha256:dce0e4b15443704b78e12423c9d06617816593efe7456cf6ebbf1c7f7195feb8 2022-12-01T10:55:11.8394602Z deleted: sha256:8826855eef42ed86a5f5314bf9091142c896deb6b5ce84a5b18e01449485add7 2022-12-01T10:55:11.8395132Z deleted: sha256:b1b20323ce7a57c1b0bb7df881729d2097da70333c4d75280cf16c5389524eee 2022-12-01T10:55:11.8395749Z deleted: sha256:3a2a0641bbe358dc4c43721ae2d1fcbced6f27bb21aaabb04b6c48cecd650264 2022-12-01T10:55:11.8396280Z deleted: sha256:c7d16d72c5135cbfe8a095ea4b22bf302e588c2f8cbfb62652b6bfb5bc9cb89d 2022-12-01T10:55:11.8396786Z deleted: sha256:53d60ffb16275ba27ed95350c9dc8d3a12435b79d7cdc607e5bba1cf55d033b3 2022-12-01T10:55:11.8397329Z deleted: sha256:4c8e1046b14da7434bbd85a3efb84aed4f77d58448a8eb954f912ea7439b8398 2022-12-01T10:55:11.8398029Z deleted: sha256:2e6d07ac4b56ac9f969c192fbc6a733ef64b3d61a919f6035d7a88a1032825f9 2022-12-01T10:55:11.8398691Z deleted: sha256:aaa58be2bca6711fbdee68a82fccc8d2a857adf01cbff301de48b134d1a1c53c 2022-12-01T10:55:11.8399301Z deleted: sha256:90ad95c0244327c7d331dc6683f09a8edb0f0d8fbd168d74b5bb87753632d940 2022-12-01T10:55:11.8399907Z deleted: sha256:bd2551cd8fb15cddac03cf796de0f4dc50a18d4452b3010aec6e7b050fab0763 2022-12-01T10:55:11.8400544Z deleted: sha256:19e5912baecc223a7ff2bae2ba2f39cfa0807a55d70dbfe58ec8b1912fab0188 2022-12-01T10:55:11.8400992Z deleted: sha256:05484cdf1d2861150ef4aaf43fbf559ca34cabbb13968426a5abef11ab23d1bd 2022-12-01T10:55:11.8401316Z deleted: sha256:3556ba7424916f2c82acd7176796afd41ac6cb681708afbb270b9600f9fcb391 2022-12-01T10:55:11.8401711Z deleted: sha256:58bb967b9a729ff18f0a86ea843576bbb52aa19f2c41f694968b5cd715a8fbfe 2022-12-01T10:55:11.8402042Z deleted: sha256:59da41a45f6ebe58e9f3c2fe43045ca9b2d38e6da1f1c9e4390661120e5cee87 2022-12-01T10:55:11.8402349Z deleted: sha256:5169db1033603d85faa2082fb4b3403266667e3cad6011b4225c1a6c70bd22b6 2022-12-01T10:55:11.8402674Z deleted: sha256:102f3bcf5fc3d2c8828eef77f76f6df15e689786e47e32ddf4fb9c66f2cb2244 2022-12-01T10:55:11.8403038Z deleted: sha256:b6710aa3fc59b7c040affd08cd1c8f830f798640d0e74c1a6d22aac7bde5457b 2022-12-01T10:55:11.8403350Z deleted: sha256:1dbdb809e34385f466c8c07b42b579c3a1a37328e9784711935767c2c22ad45b 2022-12-01T10:55:11.8403679Z deleted: sha256:65dcce4b17a2e2d1505d7e43d0e01c177e181edeb26eae0939dfa1b2a1bba436 2022-12-01T10:55:11.8404023Z deleted: sha256:ed29ce5a82fc41f80d7102a811caf8edb4b603e341dc93abeab20be416a24b82 2022-12-01T10:55:11.8404426Z deleted: sha256:eb96cee48d24538d27fcc550215a1504b81adb9f00c47440903d3d31d1e67af7 2022-12-01T10:55:11.8404737Z deleted: sha256:68760763eeef0724af8299c9deb7d9de30e499f135c7b3f0895a7029413293cc 2022-12-01T10:55:11.8405052Z deleted: sha256:246fc786d598762a4ca4f0e6f928ee5e302c5f13c6d54479f7a2490b7fb38399 2022-12-01T10:55:11.8405369Z deleted: sha256:0e6324cf2caf938f920029d04ca7be2a1d8e92c45b96d06fbe181804d5ef4753 2022-12-01T10:55:11.8405682Z deleted: sha256:e81d92d13eb3796fa8fd81c39ace9912298626127c1bd7474e33996ae722551b 2022-12-01T10:55:11.8406005Z deleted: sha256:a87447cf297ce78b3862b5f06f0d0cecf33d7942e9e7961af6d6c7d33810e207 2022-12-01T10:55:11.8406316Z deleted: sha256:62b622b3c836ed8412284519a95af3f142ac092907fc500bfc0d151f5aefbc71 2022-12-01T10:55:11.8406628Z deleted: sha256:7483f6f6a6b20181363d9d7a18bbdda1456076546c6ade3743e11aa88bc0b4df 2022-12-01T10:55:11.8406934Z deleted: sha256:5c11a32947ebcca61a6b4ecf994f9500945bcc2de9260e1c54a6965b28815199 2022-12-01T10:55:11.8407260Z deleted: sha256:06de1668ed6941daa526133c98f207de07d8389bffe0b408bfe66d1a92347170 2022-12-01T10:55:11.8407574Z deleted: sha256:4a641e21953d4161b38a01933802b61ad314880fc6a93e8667dd210846fe7071 2022-12-01T10:55:11.8407738Z 2022-12-01T10:55:11.8407820Z Total reclaimed space: 10.54GB 2022-12-01T10:55:11.8534974Z Post job cleanup. 2022-12-01T10:55:11.8604558Z Post job cleanup. 2022-12-01T10:55:11.9667300Z [command]/usr/bin/git version 2022-12-01T10:55:11.9713125Z git version 2.37.1 2022-12-01T10:55:11.9751516Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e9bb40a4-32bd-4860-8b0b-1bbd30efa4cd' before making global git config changes 2022-12-01T10:55:11.9752099Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:55:11.9755901Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:55:11.9808691Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:55:11.9839759Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:55:12.0281720Z Entering 'android/libs/fbjni' 2022-12-01T10:55:12.0330541Z Entering 'third_party/FP16' 2022-12-01T10:55:12.0379228Z Entering 'third_party/FXdiv' 2022-12-01T10:55:12.0425589Z Entering 'third_party/NNPACK' 2022-12-01T10:55:12.0475926Z Entering 'third_party/QNNPACK' 2022-12-01T10:55:12.0528218Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:55:12.0563228Z Entering 'third_party/XNNPACK' 2022-12-01T10:55:12.0691915Z Entering 'third_party/benchmark' 2022-12-01T10:55:12.0745938Z Entering 'third_party/cpuinfo' 2022-12-01T10:55:12.0795805Z Entering 'third_party/cub' 2022-12-01T10:55:12.0849881Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:55:12.0891022Z Entering 'third_party/cutlass' 2022-12-01T10:55:12.0932681Z Entering 'third_party/eigen' 2022-12-01T10:55:12.1010855Z Entering 'third_party/fbgemm' 2022-12-01T10:55:12.1074088Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:55:12.1151776Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:55:12.1223781Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:55:12.1290875Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:55:12.1348596Z Entering 'third_party/flatbuffers' 2022-12-01T10:55:12.1385669Z Entering 'third_party/fmt' 2022-12-01T10:55:12.1440573Z Entering 'third_party/foxi' 2022-12-01T10:55:12.1482564Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:55:12.1535498Z Entering 'third_party/gloo' 2022-12-01T10:55:12.1590715Z Entering 'third_party/googletest' 2022-12-01T10:55:12.1639181Z Entering 'third_party/ideep' 2022-12-01T10:55:12.1700849Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:55:12.1840835Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:55:12.1926974Z Entering 'third_party/ios-cmake' 2022-12-01T10:55:12.1969110Z Entering 'third_party/ittapi' 2022-12-01T10:55:12.2002985Z Entering 'third_party/kineto' 2022-12-01T10:55:12.2037867Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:55:12.2072511Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:55:12.2108237Z Entering 'third_party/nccl/nccl' 2022-12-01T10:55:12.2162890Z Entering 'third_party/neon2sse' 2022-12-01T10:55:12.2205413Z Entering 'third_party/nlohmann' 2022-12-01T10:55:12.2241785Z Entering 'third_party/onnx' 2022-12-01T10:55:12.2451245Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:55:12.2555835Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:55:12.2608038Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:55:12.2745306Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:55:12.2917124Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:55:12.3034408Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:55:12.3151485Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:55:12.3197556Z Entering 'third_party/pocketfft' 2022-12-01T10:55:12.3233572Z Entering 'third_party/protobuf' 2022-12-01T10:55:12.3379161Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:55:12.3456632Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:55:12.3506792Z Entering 'third_party/psimd' 2022-12-01T10:55:12.3549747Z Entering 'third_party/pthreadpool' 2022-12-01T10:55:12.3596861Z Entering 'third_party/pybind11' 2022-12-01T10:55:12.3642182Z Entering 'third_party/python-enum' 2022-12-01T10:55:12.3684241Z Entering 'third_party/python-peachpy' 2022-12-01T10:55:12.3732832Z Entering 'third_party/python-six' 2022-12-01T10:55:12.3774445Z Entering 'third_party/sleef' 2022-12-01T10:55:12.3823417Z Entering 'third_party/tbb' 2022-12-01T10:55:12.3860891Z Entering 'third_party/tensorpipe' 2022-12-01T10:55:12.3940492Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:55:12.4000337Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:55:12.4056382Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:55:12.4127027Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:55:12.4194526Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:55:12.4249069Z Entering 'third_party/zstd' 2022-12-01T10:55:12.4313974Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:55:12.4339416Z http.https://github.com/.extraheader 2022-12-01T10:55:12.4347609Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:55:12.4379318Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-12-01T10:55:12.4641949Z Entering 'android/libs/fbjni' 2022-12-01T10:55:12.4661721Z http.https://github.com/.extraheader 2022-12-01T10:55:12.4689201Z Entering 'third_party/FP16' 2022-12-01T10:55:12.4709780Z http.https://github.com/.extraheader 2022-12-01T10:55:12.4736324Z Entering 'third_party/FXdiv' 2022-12-01T10:55:12.4757464Z http.https://github.com/.extraheader 2022-12-01T10:55:12.4784381Z Entering 'third_party/NNPACK' 2022-12-01T10:55:12.4804348Z http.https://github.com/.extraheader 2022-12-01T10:55:12.4832586Z Entering 'third_party/QNNPACK' 2022-12-01T10:55:12.4852349Z http.https://github.com/.extraheader 2022-12-01T10:55:12.4879332Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:55:12.4899821Z http.https://github.com/.extraheader 2022-12-01T10:55:12.4926646Z Entering 'third_party/XNNPACK' 2022-12-01T10:55:12.4948167Z http.https://github.com/.extraheader 2022-12-01T10:55:12.4985136Z Entering 'third_party/benchmark' 2022-12-01T10:55:12.5006271Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5033304Z Entering 'third_party/cpuinfo' 2022-12-01T10:55:12.5053075Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5080352Z Entering 'third_party/cub' 2022-12-01T10:55:12.5101071Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5127572Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:55:12.5147909Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5179596Z Entering 'third_party/cutlass' 2022-12-01T10:55:12.5199733Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5233002Z Entering 'third_party/eigen' 2022-12-01T10:55:12.5252932Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5281366Z Entering 'third_party/fbgemm' 2022-12-01T10:55:12.5302220Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5328494Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:55:12.5349078Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5375976Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:55:12.5396169Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5422978Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:55:12.5442950Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5469700Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:55:12.5489421Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5517455Z Entering 'third_party/flatbuffers' 2022-12-01T10:55:12.5538172Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5566459Z Entering 'third_party/fmt' 2022-12-01T10:55:12.5586376Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5613081Z Entering 'third_party/foxi' 2022-12-01T10:55:12.5633196Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5659877Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:55:12.5680897Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5707816Z Entering 'third_party/gloo' 2022-12-01T10:55:12.5727291Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5754183Z Entering 'third_party/googletest' 2022-12-01T10:55:12.5774169Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5800936Z Entering 'third_party/ideep' 2022-12-01T10:55:12.5820804Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5846556Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:55:12.5865440Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5892633Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:55:12.5912163Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5945305Z Entering 'third_party/ios-cmake' 2022-12-01T10:55:12.5965348Z http.https://github.com/.extraheader 2022-12-01T10:55:12.5992452Z Entering 'third_party/ittapi' 2022-12-01T10:55:12.6013129Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6039602Z Entering 'third_party/kineto' 2022-12-01T10:55:12.6059777Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6086904Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:55:12.6106786Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6133522Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:55:12.6152743Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6181057Z Entering 'third_party/nccl/nccl' 2022-12-01T10:55:12.6201406Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6228565Z Entering 'third_party/neon2sse' 2022-12-01T10:55:12.6247981Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6273540Z Entering 'third_party/nlohmann' 2022-12-01T10:55:12.6294111Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6322331Z Entering 'third_party/onnx' 2022-12-01T10:55:12.6342813Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6382079Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:55:12.6401266Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6428801Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:55:12.6448181Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6478464Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:55:12.6499413Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6525456Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:55:12.6545906Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6577794Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:55:12.6597387Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6625361Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:55:12.6645614Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6671902Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:55:12.6691833Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6724016Z Entering 'third_party/pocketfft' 2022-12-01T10:55:12.6744294Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6771209Z Entering 'third_party/protobuf' 2022-12-01T10:55:12.6790948Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6821821Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:55:12.6840809Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6868384Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:55:12.6887255Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6916216Z Entering 'third_party/psimd' 2022-12-01T10:55:12.6937548Z http.https://github.com/.extraheader 2022-12-01T10:55:12.6964915Z Entering 'third_party/pthreadpool' 2022-12-01T10:55:12.6986038Z http.https://github.com/.extraheader 2022-12-01T10:55:12.7013498Z Entering 'third_party/pybind11' 2022-12-01T10:55:12.7033753Z http.https://github.com/.extraheader 2022-12-01T10:55:12.7061317Z Entering 'third_party/python-enum' 2022-12-01T10:55:12.7081656Z http.https://github.com/.extraheader 2022-12-01T10:55:12.7108256Z Entering 'third_party/python-peachpy' 2022-12-01T10:55:12.7128795Z http.https://github.com/.extraheader 2022-12-01T10:55:12.7155306Z Entering 'third_party/python-six' 2022-12-01T10:55:12.7175824Z http.https://github.com/.extraheader 2022-12-01T10:55:12.7203614Z Entering 'third_party/sleef' 2022-12-01T10:55:12.7223865Z http.https://github.com/.extraheader 2022-12-01T10:55:12.7250970Z Entering 'third_party/tbb' 2022-12-01T10:55:12.7270925Z http.https://github.com/.extraheader 2022-12-01T10:55:12.7299456Z Entering 'third_party/tensorpipe' 2022-12-01T10:55:12.7320778Z http.https://github.com/.extraheader 2022-12-01T10:55:12.7348038Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:55:12.7367291Z http.https://github.com/.extraheader 2022-12-01T10:55:12.7393883Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:55:12.7413719Z http.https://github.com/.extraheader 2022-12-01T10:55:12.7441981Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:55:12.7461350Z http.https://github.com/.extraheader 2022-12-01T10:55:12.7488231Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:55:12.7508046Z http.https://github.com/.extraheader 2022-12-01T10:55:12.7534654Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:55:12.7556294Z http.https://github.com/.extraheader 2022-12-01T10:55:12.7587557Z Entering 'third_party/zstd' 2022-12-01T10:55:12.7608136Z http.https://github.com/.extraheader 2022-12-01T10:55:12.7847512Z Cleaning up orphan processes